summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mention ``alias enable no'', not ``alias enable off''.brian1999-08-182-4/+4
* Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition,peter1999-08-181-3/+3
* The "LINUX" option isn't actually used or referenced anywhere. The stuffpeter1999-08-182-4/+2
* 1) rename dev->self to be consistentn_hibma1999-08-184-152/+214
* Remove redundant spaces in the whole line, not only the first occurrence.n_hibma1999-08-181-3/+3
* Merge from sys/i386/isa/spkr.c revision 1.38.kato1999-08-181-5/+5
* Merge from sys/i386/i386/machdep.c revision 1.359.kato1999-08-182-16/+34
* Merge from sys/i386/conf/files.i386 revision 1.259.kato1999-08-182-4/+8
* Document sysctl MIBs under net.inet.udpcsgr1999-08-181-2/+31
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-1816-1018/+77
* Fix a bunch of broken cross-referenceschris1999-08-1816-35/+35
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-186-8/+128
* Fix breakage - an extra brace got inserted where DIAGNOSTIC was definedmjacob1999-08-181-2/+1
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-184-118/+4
* Bad cross-reference of getservbyname(2) changed to getservbyname(3)chris1999-08-181-2/+2
* The new test(1) did not use access() correctly. I don't know why, sincegreen1999-08-181-2/+7
* Devfs isn't quite dead yet... Add back devfs support to ptys..julian1999-08-171-1/+36
* Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than wasgreen1999-08-171-3/+5
* (1) Fix a spelling mistake in a comment.billf1999-08-171-2/+3
* Fix a printf(3) formatter to match its variable.billf1999-08-171-1/+1
* Fix a printf() formatter to match its variable.billf1999-08-171-2/+2
* Remove an unused variable.billf1999-08-171-2/+1
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Take out a reference to ccb(4). I never got around to writing it.ken1999-08-171-3/+2
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-176-15/+24
* Add a second arg to ``set timeout'' as an example of a minimum idlebrian1999-08-171-2/+4
* vm_page_free_toq:alc1999-08-171-10/+2
* Implement a minimum idle time value as an optional second argumentbrian1999-08-176-26/+79
* Use ``set openmode passive'' in the ssh VPN examplebrian1999-08-171-1/+3
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-174-35/+35
* Document a whole truckload of sysctl MIBs under net.inet.tcp,csgr1999-08-171-2/+24
* Add reference to blackhole(4)csgr1999-08-171-1/+2
* Add man page for black hole sysctl MIBs.csgr1999-08-172-2/+83
* Claim ownershipmarkm1999-08-171-1/+3
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-173-6/+25
* Add support for the serial version of Interlink VersaPad.yokota1999-08-172-3/+116
* Mention Interlink VersaPad support.yokota1999-08-172-4/+22
* Recognize Interlink VersaPad. `Tap' action will be recognizedyokota1999-08-172-8/+200
* Add definitions for Interlink VersaPad.yokota1999-08-173-3/+75
* The sysinstall man page menetions that it was due to be replacedmpp1999-08-173-21/+18
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot tomarcel1999-08-172-10/+10
* Fix bug in the debug-printf of the vfork syscall, where the format specifiermarcel1999-08-172-48/+48
* Fix description of the _thread_autoinit_dummy_decl trick.rse1999-08-171-3/+3
* - Added documentationn_hibma1999-08-171-1321/+1508
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-174-70/+512
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-174-32/+52
* Correct an accidental omission of one "vm_page_undirty" replacementalc1999-08-171-2/+2
* vm_page_free_toq:alc1999-08-171-1/+2
* Use V-FAST mode register to check whether it supports V-FST mode.nyan1999-08-172-6/+6
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-179-23/+35
OpenPOWER on IntegriCloud