| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the special-casing of stat(2)->st_blksize for device files | phk | 1999-08-13 | 2 | -17/+17 |
* | Remove spec_getattr(), which as far as I can tell can never be called from th... | phk | 1999-08-13 | 2 | -6/+2 |
* | Register our dev_t with make_dev | phk | 1999-08-13 | 1 | -13/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 27 | -126/+120 |
* | s/v_specinfo/v_rdev/ | phk | 1999-08-13 | 9 | -34/+33 |
* | In doing lock type conversion (struct flock), make sure that carbage in results | marcel | 1999-08-13 | 2 | -4/+10 |
* | Merge from sys/i386/conf/majors.i386 revision 1.82. | kato | 1999-08-13 | 1 | -1/+3 |
* | Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21. | kato | 1999-08-13 | 1 | -2/+6 |
* | Make the default page coloring parameters match a (non-Xeon) Pentium II/III. | alc | 1999-08-12 | 1 | -2/+8 |
* | Replace a redundant vfs_object_create() call (already done in vn_open) | alfred | 1999-08-12 | 2 | -6/+8 |
* | Use a wrapper for the link syscall that does name translations. | marcel | 1999-08-12 | 7 | -11/+54 |
* | Protect the file interface against disconnects. | n_hibma | 1999-08-12 | 1 | -7/+12 |
* | nfs_getcacheblk() can return 0 if the mount is interruptible. It need to be | dt | 1999-08-12 | 2 | -2/+10 |
* | vm_object_madvise: | alc | 1999-08-12 | 1 | -6/+16 |
* | vm_object_madvise: | alc | 1999-08-12 | 1 | -9/+11 |
* | 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 |
* | 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 |
* | Stop profiling on exec. | imp | 1999-08-11 | 1 | -1/+4 |
* | _pmap_allocpte: | alc | 1999-08-11 | 3 | -18/+9 |
* | 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 |
* | 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 |
* | 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 |
* | - 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 | 1 | -3/+28 |
* | 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 |
* | Sync with sys/i386/conf/userconfig.c revision 1.152. | kato | 1999-08-10 | 1 | -5/+5 |
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 2 | -17/+22 |
* | Import strl{cat,cpy} from OpenBSD. | imp | 1999-08-10 | 2 | -0/+134 |
* | vm_map_madvise: | alc | 1999-08-10 | 1 | -17/+3 |
* | pmap_remove_pages: | alc | 1999-08-10 | 2 | -2/+8 |
* | Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter) | mdodd | 1999-08-10 | 8 | -6/+54 |
* | Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI bus | wpaul | 1999-08-09 | 6 | -18/+54 |