| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an "oldorder" option, so that when the default changes to "neworder", | gad | 2004-06-07 | 1 | -0/+8 |
* | In "neworder" processing, reduce the delay between signals to separate | gad | 2004-06-07 | 1 | -10/+38 |
* | Make linesw[] an array of pointers to linedesc instead of an array of | phk | 2004-06-07 | 4 | -74/+70 |
* | Use ldisc_[de]register() instead of frobbing linesw[] directly. | phk | 2004-06-07 | 1 | -1/+2 |
* | Remove references to L1 in the comments, according to Alan they are | netchild | 2004-06-07 | 2 | -7/+7 |
* | Reformat the comments for cam_hdr so that they can be read. | scottl | 2004-06-07 | 1 | -8/+7 |
* | Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.c | julian | 2004-06-07 | 2 | -1209/+14 |
* | Linux (at least Debian) requires sys/types.h to get off_t. | kientzle | 2004-06-07 | 2 | -0/+2 |
* | - Use PCI_INVALID_IRQ macro rather than a magic number. | jhb | 2004-06-07 | 1 | -2/+1 |
* | 1. There are interface capabilities to be used by "lower" kernel | yar | 2004-06-07 | 1 | -2/+18 |
* | Add an entry to the PCI ID list to support the serial interface on the | wpaul | 2004-06-07 | 1 | -0/+1 |
* | Fix format string. | pjd | 2004-06-07 | 1 | -2/+2 |
* | According to SUSv3, sigwait is different with sigwaitinfo, sigwait | davidxu | 2004-06-07 | 1 | -5/+12 |
* | Don't allow for duplicated entries creation. | pjd | 2004-06-07 | 1 | -5/+11 |
* | Remove a duplicated description of the test for the null string. | yar | 2004-06-07 | 1 | -5/+0 |
* | Describe how test(1) will evaluate its expressions for a symlink. | yar | 2004-06-07 | 1 | -1/+13 |
* | Nuke a cryptic and useless diagnostic printf(). | truckman | 2004-06-07 | 1 | -1/+0 |
* | Remove unused code. | pjd | 2004-06-07 | 2 | -12/+2 |
* | Finally document the option to avoid zombie creation | yar | 2004-06-07 | 3 | -2/+41 |
* | Fix typo in putwc(). | tjr | 2004-06-07 | 1 | -1/+1 |
* | allow more than MLEN bytes for ancillary data to meet the | ume | 2004-06-07 | 1 | -1/+9 |
* | do not send icmp response if the original packet is encrypted. | ume | 2004-06-07 | 1 | -0/+3 |
* | Remove a stale and misleading comment. | tjr | 2004-06-07 | 1 | -7/+0 |
* | Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy". | obrien | 2004-06-07 | 1 | -1/+1 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 5 | -2/+183 |
* | Forced commit to note that this file was repo duplicated from | julian | 2004-06-07 | 0 | -0/+0 |
* | Move the KSE ABI specific code here and separate it from code that | julian | 2004-06-07 | 1 | -977/+19 |
* | Set program exit value to 1 if there are any of various errors when | kientzle | 2004-06-07 | 1 | -0/+4 |
* | History: A few very, very old tar programs used the filename to | kientzle | 2004-06-07 | 1 | -12/+10 |
* | Add missing <sys/module.h> includes. | phk | 2004-06-07 | 10 | -0/+10 |
* | Tar bidder should just return a zero bid ("not me!") if | kientzle | 2004-06-07 | 1 | -3/+9 |
* | Fix the symlink-detection code. Don't squawk if we're just replacing | kientzle | 2004-06-07 | 1 | -6/+22 |
* | The --include='pattern' option is the natural counterpart to | kientzle | 2004-06-07 | 2 | -0/+25 |
* | Ooops! Previous commit added an over-zealous error check. | kientzle | 2004-06-07 | 1 | -0/+2 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 4 | -6/+30 |
* | Per style(9), don't use double spaces in expressions. | kientzle | 2004-06-07 | 2 | -3/+3 |
* | Major re-ordering of the steps that newsyslog will use when processing | gad | 2004-06-07 | 1 | -0/+425 |
* | Add another 5.2.1 source compatibility tweak: acquire Giant before calling | wpaul | 2004-06-07 | 2 | -0/+6 |
* | A variety of minor changes. Allow users to set a debugging option via | gad | 2004-06-07 | 1 | -67/+120 |
* | Remove filename+line number from panic messages. | phk | 2004-06-06 | 8 | -50/+17 |
* | Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only process | green | 2004-06-06 | 1 | -4/+17 |
* | Restore pre-rcNG behaviour: | mtm | 2004-06-06 | 2 | -5/+4 |
* | Accept full path names in addition to base names for shells. | mtm | 2004-06-06 | 2 | -11/+16 |
* | Tidy up markup. | ru | 2004-06-06 | 1 | -19/+24 |
* | Remove trailing space. | gshapiro | 2004-06-06 | 1 | -1/+1 |
* | Tell crunchide to deal with arm elf binaries as well. | cognet | 2004-06-06 | 1 | -0/+4 |
* | Fixed misclassification of npx interrupts caused by npx_probe(). | bde | 2004-06-06 | 1 | -12/+1 |
* | Add missing link. | pjd | 2004-06-06 | 1 | -1/+2 |
* | s/disklabel/bsdlabel/g | schweikh | 2004-06-06 | 1 | -16/+4 |
* | Removed whitespace at BOF, EOL & EOF. | schweikh | 2004-06-06 | 31 | -111/+107 |