| Commit message (Expand) | Author | Age | Files | Lines |
* | Make <runefile.h> internal to libc. | ru | 2005-05-16 | 6 | -9/+5 |
* | Correct format is 'options<space><tab>'. | glebius | 2005-05-16 | 1 | -3/+3 |
* | Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off | glebius | 2005-05-16 | 4 | -2/+10 |
* | Add convenience functions to get port and interface. | imp | 2005-05-16 | 1 | -0/+15 |
* | cleanup a danging reference to cleaning up /etc/fstab. Since we don't | imp | 2005-05-16 | 1 | -1/+0 |
* | A second attempt to adjust option-parsing on a shell command, for the | gad | 2005-05-16 | 1 | -1/+20 |
* | Add an #ifdef'd non-blocking version of the test. | rwatson | 2005-05-16 | 1 | -1/+10 |
* | Close the connect socket as well as the listen socket on completion. | rwatson | 2005-05-16 | 1 | -2/+2 |
* | Add note about required firmware to save others time and frustration with thi... | imp | 2005-05-15 | 1 | -1/+14 |
* | Print a warning once when trying to bring up interface before firmware load. | imp | 2005-05-15 | 2 | -0/+4 |
* | - The ai_addrlen of a struct addrinfo used to be a size_t, per | ume | 2005-05-15 | 7 | -30/+83 |
* | Update ndiscvt to handle .INF files that specify multiple entries in | wpaul | 2005-05-15 | 1 | -8/+56 |
* | Use \033 instead of \e because \e is not a standard. | nyan | 2005-05-15 | 1 | -10/+10 |
* | Remove old epson note support. | nyan | 2005-05-15 | 1 | -21/+2 |
* | - Add color tables for 16 colors mode and 8 colors mode, use a different | nyan | 2005-05-15 | 1 | -27/+16 |
* | - Mask an underline attribute on the pc98 console. It enables to use the same | nyan | 2005-05-15 | 1 | -49/+28 |
* | A foreground color number on pc98 console is 7 not 15. | nyan | 2005-05-15 | 1 | -6/+18 |
* | Use \e for escape char instead of ^[ directly. | nyan | 2005-05-15 | 1 | -10/+10 |
* | Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all. | nyan | 2005-05-15 | 2 | -10/+0 |
* | o -n option added. | marcel | 2005-05-15 | 10 | -2/+47 |
* | o Add option -n. The -n option takes a count and breaks the line | marcel | 2005-05-15 | 3 | -31/+90 |
* | Add support for NdisMEthIndicateReceive() and MiniportTransferData(). | wpaul | 2005-05-15 | 4 | -10/+273 |
* | Enable IPFilter to correctly determine if BPF has been optioned into the | darrenr | 2005-05-15 | 1 | -2/+2 |
* | Fixes for various nits found by the Coverity tool. | gnn | 2005-05-15 | 4 | -5/+8 |
* | - Document net.inet.carp.suppress_preempt MIB. | glebius | 2005-05-15 | 1 | -2/+12 |
* | - When carp interface is destroyed, and it affects global preemption | glebius | 2005-05-15 | 1 | -1/+12 |
* | Reindent and improve style(9) comformance. | marcel | 2005-05-15 | 1 | -26/+26 |
* | Add an interface to the lchflags(2) syscall. The new -h option is | dd | 2005-05-14 | 2 | -12/+35 |
* | Submitted by: Jinmei Tatuya, Hajimu Umemoto | gnn | 2005-05-14 | 2 | -4/+4 |
* | Remove symblic link kernel->dev/null creation. We don't need it in 5.x/6.x | pjd | 2005-05-14 | 1 | -2/+0 |
* | Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED), | delphij | 2005-05-14 | 1 | -1/+1 |
* | Fix my copyright. | nyan | 2005-05-14 | 4 | -4/+5 |
* | cosmetic change. | nyan | 2005-05-14 | 1 | -1/+1 |
* | - Move bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 12 | -51/+107 |
* | Move queue element routines upper, so that all related | glebius | 2005-05-14 | 1 | -85/+85 |
* | Use uma(9) for allocating netgraph items: | glebius | 2005-05-14 | 2 | -109/+48 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 27 | -370/+542 |
* | MFi386: revision 1.614. | nyan | 2005-05-14 | 1 | -2/+2 |
* | Add a note explaining what local modifications have been made to GNU grep, | tjr | 2005-05-14 | 1 | -0/+37 |
* | Fixed -w handling for EGexecute. | tjr | 2005-05-14 | 1 | -4/+83 |
* | Automatically disable DFA when processing multibyte input. GREP_USE_DFA | tjr | 2005-05-14 | 1 | -3/+28 |
* | Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi for | tjr | 2005-05-14 | 1 | -131/+525 |
* | Removed redundant (and incorrect) code in prline. Fixes grep -i --color "", | tjr | 2005-05-14 | 1 | -27/+0 |
* | Fix background colour problems with --color output (RH bug #138913). | tjr | 2005-05-14 | 1 | -0/+1 |
* | Revert revision 1.164: pmap_qremove() does not require protection by | alc | 2005-05-14 | 1 | -2/+0 |
* | Fixed a bug in the fgrep patch, exposed by the dfa-optional patch | tjr | 2005-05-14 | 1 | -27/+22 |
* | Fix dfa multibyte character class matching when -i is used (RH bug #123363). | tjr | 2005-05-14 | 1 | -0/+2 |
* | Remove mb-caching hack. | tjr | 2005-05-14 | 6 | -188/+74 |
* | Remove incorrect configuration setting that limited the Kauai ATA controller | grehan | 2005-05-14 | 1 | -1/+1 |
* | The header glue.h should provide just a declaration for the variable | stefanf | 2005-05-13 | 1 | -1/+2 |