summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add an "oldorder" option, so that when the default changes to "neworder",gad2004-06-071-0/+8
* In "neworder" processing, reduce the delay between signals to separategad2004-06-071-10/+38
* Make linesw[] an array of pointers to linedesc instead of an array ofphk2004-06-074-74/+70
* Use ldisc_[de]register() instead of frobbing linesw[] directly.phk2004-06-071-1/+2
* Remove references to L1 in the comments, according to Alan they arenetchild2004-06-072-7/+7
* Reformat the comments for cam_hdr so that they can be read.scottl2004-06-071-8/+7
* Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.cjulian2004-06-072-1209/+14
* Linux (at least Debian) requires sys/types.h to get off_t.kientzle2004-06-072-0/+2
* - Use PCI_INVALID_IRQ macro rather than a magic number.jhb2004-06-071-2/+1
* 1. There are interface capabilities to be used by "lower" kernelyar2004-06-071-2/+18
* Add an entry to the PCI ID list to support the serial interface on thewpaul2004-06-071-0/+1
* Fix format string.pjd2004-06-071-2/+2
* According to SUSv3, sigwait is different with sigwaitinfo, sigwaitdavidxu2004-06-071-5/+12
* Don't allow for duplicated entries creation.pjd2004-06-071-5/+11
* Remove a duplicated description of the test for the null string.yar2004-06-071-5/+0
* Describe how test(1) will evaluate its expressions for a symlink.yar2004-06-071-1/+13
* Nuke a cryptic and useless diagnostic printf().truckman2004-06-071-1/+0
* Remove unused code.pjd2004-06-072-12/+2
* Finally document the option to avoid zombie creationyar2004-06-073-2/+41
* Fix typo in putwc().tjr2004-06-071-1/+1
* allow more than MLEN bytes for ancillary data to meet theume2004-06-071-1/+9
* do not send icmp response if the original packet is encrypted.ume2004-06-071-0/+3
* Remove a stale and misleading comment.tjr2004-06-071-7/+0
* Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy".obrien2004-06-071-1/+1
* Add round(3) and roundf(3) and the associated documentation.das2004-06-075-2/+183
* Forced commit to note that this file was repo duplicated fromjulian2004-06-070-0/+0
* Move the KSE ABI specific code here and separate it from code thatjulian2004-06-071-977/+19
* Set program exit value to 1 if there are any of various errors whenkientzle2004-06-071-0/+4
* History: A few very, very old tar programs used the filename tokientzle2004-06-071-12/+10
* Add missing <sys/module.h> includes.phk2004-06-0710-0/+10
* Tar bidder should just return a zero bid ("not me!") ifkientzle2004-06-071-3/+9
* Fix the symlink-detection code. Don't squawk if we're just replacingkientzle2004-06-071-6/+22
* The --include='pattern' option is the natural counterpart tokientzle2004-06-072-0/+25
* Ooops! Previous commit added an over-zealous error check.kientzle2004-06-071-0/+2
* If -b is specified, then force full padding for the last block.kientzle2004-06-074-6/+30
* Per style(9), don't use double spaces in expressions.kientzle2004-06-072-3/+3
* Major re-ordering of the steps that newsyslog will use when processinggad2004-06-071-0/+425
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingwpaul2004-06-072-0/+6
* A variety of minor changes. Allow users to set a debugging option viagad2004-06-071-67/+120
* Remove filename+line number from panic messages.phk2004-06-068-50/+17
* Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only processgreen2004-06-061-4/+17
* Restore pre-rcNG behaviour:mtm2004-06-062-5/+4
* Accept full path names in addition to base names for shells.mtm2004-06-062-11/+16
* Tidy up markup.ru2004-06-061-19/+24
* Remove trailing space.gshapiro2004-06-061-1/+1
* Tell crunchide to deal with arm elf binaries as well.cognet2004-06-061-0/+4
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Add missing link.pjd2004-06-061-1/+2
* s/disklabel/bsdlabel/gschweikh2004-06-061-16/+4
* Removed whitespace at BOF, EOL & EOF.schweikh2004-06-0631-111/+107
OpenPOWER on IntegriCloud