| Commit message (Expand) | Author | Age | Files | Lines |
* | vm_object_madvise: | alc | 1999-08-12 | 1 | -6/+16 |
* | vm_object_madvise: | alc | 1999-08-12 | 1 | -9/+11 |
* | Fix a problem in printing interface names. | luigi | 1999-08-12 | 1 | -9/+13 |
* | Whoops, forgot one line in previous patch. | luigi | 1999-08-12 | 1 | -1/+2 |
* | Pass as argv[0] the name of the shell executed instead of "sh". | sheldonh | 1999-08-11 | 1 | -2/+2 |
* | Make subr_bus.c actually compile with -DBUS_DEBUG | peter | 1999-08-11 | 1 | -6/+6 |
* | Now that all chipsets support S/G DMA (which is required for ISA devices) | gallatin | 1999-08-11 | 2 | -8/+6 |
* | Enable S/G IO. Based on Doug's changes to cia.c | gallatin | 1999-08-11 | 1 | -1/+65 |
* | Document the use of the -a flag in conjunction with the -r flag. | nik | 1999-08-11 | 2 | -3/+11 |
* | Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented | nik | 1999-08-11 | 1 | -2/+3 |
* | Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, as | peter | 1999-08-11 | 1 | -12/+3 |
* | -Wall fixes. Ambigious if/elses, uninitialized values, missing headers, | billf | 1999-08-11 | 7 | -16/+22 |
* | Stop profiling on exec. | imp | 1999-08-11 | 1 | -1/+4 |
* | _pmap_allocpte: | alc | 1999-08-11 | 3 | -18/+9 |
* | Document ${VPATH} and that it _should_not_ be used in any new Makefiles. | chris | 1999-08-11 | 1 | -1/+16 |
* | Userland and manual page changes for probabilistic rule match. | luigi | 1999-08-11 | 2 | -4/+41 |
* | Implement probabilistic rule match in ipfw. Each rule can be associated | luigi | 1999-08-11 | 2 | -9/+38 |
* | Add spl() protection to remove that the timer is invoked multiple | luigi | 1999-08-11 | 1 | -3/+5 |
* | When doing a dump, if ENODEV is returned explain what happened to the user, | alfred | 1999-08-11 | 1 | -3/+13 |
* | Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match. | marcel | 1999-08-11 | 7 | -11/+151 |
* | Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do not | marcel | 1999-08-11 | 2 | -10/+10 |
* | Christen a BUGS section for an explanation of the impact of Daylight | sheldonh | 1999-08-11 | 1 | -1/+13 |
* | Unbroke zforce. | ru | 1999-08-11 | 2 | -13/+7 |
* | Support 21-bit minor numbers. Avoid wasting a byte in their octal | bde | 1999-08-11 | 1 | -2/+15 |
* | Reserve bdev/cdev entries for i2o driver. | jkh | 1999-08-11 | 2 | -2/+6 |
* | contigmalloc1: | alc | 1999-08-11 | 1 | -7/+5 |
* | mfs: DOC2K label type for legacy labels | imp | 1999-08-11 | 3 | -3/+9 |
* | Add a contigfree() as a corollary to contigmalloc() as it's not clear | peter | 1999-08-10 | 2 | -2/+14 |
* | Support DMA on ATAPI devices (finally). | sos | 1999-08-10 | 4 | -13/+98 |
* | Treat an attempt to read from a write-only stream more consistently. | rnordier | 1999-08-10 | 1 | -1/+2 |
* | Small tweak: remember to free the tx ring data (which is malloc()ed) if | wpaul | 1999-08-10 | 2 | -4/+6 |
* | Convert the Winbond driver to newbus and have it compiled as a module. | wpaul | 1999-08-10 | 5 | -86/+178 |
* | Convert the VIA Rhine driver to newbus and set it up to be compiled as | wpaul | 1999-08-10 | 16 | -225/+414 |
* | Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01). | des | 1999-08-10 | 2 | -3/+24 |
* | Document the usefulness of Michelle Pfeiffer in OS marketing. | des | 1999-08-10 | 1 | -0/+7 |
* | - detect the number of pchips actually present; don't just assume 2 | gallatin | 1999-08-10 | 2 | -8/+91 |
* | Support S/G DMA so that ISA devices (like the floppy disk) work. | gallatin | 1999-08-10 | 1 | -1/+71 |
* | Cosmetic changes in PC98 functions: | kato | 1999-08-10 | 1 | -58/+62 |
* | Fixed a compiler warning by conversion from pointer to integer. | kato | 1999-08-10 | 1 | -3/+3 |
* | Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, for | des | 1999-08-10 | 9 | -11/+108 |
* | Re-order list. | des | 1999-08-10 | 1 | -4/+4 |
* | Hopefully fix the previous commit, it caused *all* bridges to be detected | peter | 1999-08-10 | 6 | -36/+42 |
* | - Removed unused variable. | kato | 1999-08-10 | 1 | -7/+5 |
* | If we receive an IPCP protocol reject, bring it down. | brian | 1999-08-10 | 1 | -1/+8 |
* | Sync with sys/i386/conf/userconfig.c revision 1.152. | kato | 1999-08-10 | 1 | -5/+5 |
* | Check to see if /usr/bin/logger exists before using it. Use "echo" if | obrien | 1999-08-10 | 1 | -1/+5 |
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 5 | -38/+48 |
* | Import strl{cat,cpy} from OpenBSD. | imp | 1999-08-10 | 6 | -6/+423 |
* | vm_map_madvise: | alc | 1999-08-10 | 1 | -17/+3 |
* | pmap_remove_pages: | alc | 1999-08-10 | 2 | -2/+8 |