| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention ``alias enable no'', not ``alias enable off''. | brian | 1999-08-18 | 2 | -4/+4 |
* | Hopefully make IFMEDIA_DEBUG compile. if_xname[] is a NetBSD addition, | peter | 1999-08-18 | 1 | -3/+3 |
* | The "LINUX" option isn't actually used or referenced anywhere. The stuff | peter | 1999-08-18 | 2 | -4/+2 |
* | 1) rename dev->self to be consistent | n_hibma | 1999-08-18 | 4 | -152/+214 |
* | Remove redundant spaces in the whole line, not only the first occurrence. | n_hibma | 1999-08-18 | 1 | -3/+3 |
* | Merge from sys/i386/isa/spkr.c revision 1.38. | kato | 1999-08-18 | 1 | -5/+5 |
* | Merge from sys/i386/i386/machdep.c revision 1.359. | kato | 1999-08-18 | 2 | -16/+34 |
* | Merge from sys/i386/conf/files.i386 revision 1.259. | kato | 1999-08-18 | 2 | -4/+8 |
* | Document sysctl MIBs under net.inet.udp | csgr | 1999-08-18 | 1 | -2/+31 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | mdodd | 1999-08-18 | 16 | -1018/+77 |
* | Fix a bunch of broken cross-references | chris | 1999-08-18 | 16 | -35/+35 |
* | Create callable (non-inline) versions of the atomic_OP_TYPE functions | alc | 1999-08-18 | 6 | -8/+128 |
* | Fix breakage - an extra brace got inserted where DIAGNOSTIC was defined | mjacob | 1999-08-18 | 1 | -2/+1 |
* | Remove the SMBIOS detection and definitions; this should be handled in a | msmith | 1999-08-18 | 4 | -118/+4 |
* | Bad cross-reference of getservbyname(2) changed to getservbyname(3) | chris | 1999-08-18 | 1 | -2/+2 |
* | The new test(1) did not use access() correctly. I don't know why, since | green | 1999-08-18 | 1 | -2/+7 |
* | Devfs isn't quite dead yet... Add back devfs support to ptys.. | julian | 1999-08-17 | 1 | -1/+36 |
* | Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than was | green | 1999-08-17 | 1 | -3/+5 |
* | (1) Fix a spelling mistake in a comment. | billf | 1999-08-17 | 1 | -2/+3 |
* | Fix a printf(3) formatter to match its variable. | billf | 1999-08-17 | 1 | -1/+1 |
* | Fix a printf() formatter to match its variable. | billf | 1999-08-17 | 1 | -2/+2 |
* | Remove an unused variable. | billf | 1999-08-17 | 1 | -2/+1 |
* | Wrap two declarations that are only used in an #ifdef in their own #ifdef. | billf | 1999-08-17 | 1 | -1/+5 |
* | Take out a reference to ccb(4). I never got around to writing it. | ken | 1999-08-17 | 1 | -3/+2 |
* | Welcome devtoname(), to most likely be used when printing information | billf | 1999-08-17 | 6 | -15/+24 |
* | Add a second arg to ``set timeout'' as an example of a minimum idle | brian | 1999-08-17 | 1 | -2/+4 |
* | vm_page_free_toq: | alc | 1999-08-17 | 1 | -10/+2 |
* | Implement a minimum idle time value as an optional second argument | brian | 1999-08-17 | 6 | -26/+79 |
* | Use ``set openmode passive'' in the ssh VPN example | brian | 1999-08-17 | 1 | -1/+3 |
* | Set the close-on-exec flag for all unused descriptors when | brian | 1999-08-17 | 4 | -35/+35 |
* | Document a whole truckload of sysctl MIBs under net.inet.tcp, | csgr | 1999-08-17 | 1 | -2/+24 |
* | Add reference to blackhole(4) | csgr | 1999-08-17 | 1 | -1/+2 |
* | Add man page for black hole sysctl MIBs. | csgr | 1999-08-17 | 2 | -2/+83 |
* | Claim ownership | markm | 1999-08-17 | 1 | -1/+3 |
* | Add net.inet.tcp.blackhole and net.inet.udp.blackhole | csgr | 1999-08-17 | 3 | -6/+25 |
* | Add support for the serial version of Interlink VersaPad. | yokota | 1999-08-17 | 2 | -3/+116 |
* | Mention Interlink VersaPad support. | yokota | 1999-08-17 | 2 | -4/+22 |
* | Recognize Interlink VersaPad. `Tap' action will be recognized | yokota | 1999-08-17 | 2 | -8/+200 |
* | Add definitions for Interlink VersaPad. | yokota | 1999-08-17 | 3 | -3/+75 |
* | The sysinstall man page menetions that it was due to be replaced | mpp | 1999-08-17 | 3 | -21/+18 |
* | Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to | marcel | 1999-08-17 | 2 | -10/+10 |
* | Fix bug in the debug-printf of the vfork syscall, where the format specifier | marcel | 1999-08-17 | 2 | -48/+48 |
* | Fix description of the _thread_autoinit_dummy_decl trick. | rse | 1999-08-17 | 1 | -3/+3 |
* | - Added documentation | n_hibma | 1999-08-17 | 1 | -1321/+1508 |
* | Search for and interrogate the PnP BIOS if found. This code just prints | msmith | 1999-08-17 | 4 | -70/+512 |
* | Mindbogglingly, many BIOS vendors expect to be able to load %ds with | msmith | 1999-08-17 | 4 | -32/+52 |
* | Correct an accidental omission of one "vm_page_undirty" replacement | alc | 1999-08-17 | 1 | -2/+2 |
* | vm_page_free_toq: | alc | 1999-08-17 | 1 | -1/+2 |
* | Use V-FAST mode register to check whether it supports V-FST mode. | nyan | 1999-08-17 | 2 | -6/+6 |
* | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | alc | 1999-08-17 | 9 | -23/+35 |