summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-132-17/+17
* Remove spec_getattr(), which as far as I can tell can never be called from th...phk1999-08-132-6/+2
* Register our dev_t with make_devphk1999-08-131-13/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-1327-126/+120
* s/v_specinfo/v_rdev/phk1999-08-139-34/+33
* In doing lock type conversion (struct flock), make sure that carbage in resultsmarcel1999-08-132-4/+10
* Merge from sys/i386/conf/majors.i386 revision 1.82.kato1999-08-131-1/+3
* Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21.kato1999-08-131-2/+6
* Make the default page coloring parameters match a (non-Xeon) Pentium II/III.alc1999-08-121-2/+8
* Replace a redundant vfs_object_create() call (already done in vn_open)alfred1999-08-122-6/+8
* Use a wrapper for the link syscall that does name translations.marcel1999-08-127-11/+54
* Protect the file interface against disconnects.n_hibma1999-08-121-7/+12
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to bedt1999-08-122-2/+10
* vm_object_madvise:alc1999-08-121-6/+16
* vm_object_madvise:alc1999-08-121-9/+11
* Make subr_bus.c actually compile with -DBUS_DEBUGpeter1999-08-111-6/+6
* Now that all chipsets support S/G DMA (which is required for ISA devices)gallatin1999-08-112-8/+6
* Enable S/G IO. Based on Doug's changes to cia.cgallatin1999-08-111-1/+65
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentednik1999-08-111-2/+3
* Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, aspeter1999-08-111-12/+3
* Stop profiling on exec.imp1999-08-111-1/+4
* _pmap_allocpte:alc1999-08-113-18/+9
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-112-9/+38
* Add spl() protection to remove that the timer is invoked multipleluigi1999-08-111-3/+5
* When doing a dump, if ENODEV is returned explain what happened to the user,alfred1999-08-111-3/+13
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-117-11/+151
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-112-10/+10
* Reserve bdev/cdev entries for i2o driver.jkh1999-08-112-2/+6
* contigmalloc1:alc1999-08-111-7/+5
* mfs: DOC2K label type for legacy labelsimp1999-08-113-3/+9
* Add a contigfree() as a corollary to contigmalloc() as it's not clearpeter1999-08-102-2/+14
* Support DMA on ATAPI devices (finally).sos1999-08-104-13/+98
* Small tweak: remember to free the tx ring data (which is malloc()ed) ifwpaul1999-08-102-4/+6
* Convert the Winbond driver to newbus and have it compiled as a module.wpaul1999-08-105-86/+178
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-1016-225/+414
* - detect the number of pchips actually present; don't just assume 2gallatin1999-08-102-8/+91
* Support S/G DMA so that ISA devices (like the floppy disk) work.gallatin1999-08-101-1/+71
* Cosmetic changes in PC98 functions:kato1999-08-101-58/+62
* Fixed a compiler warning by conversion from pointer to integer.kato1999-08-101-3/+3
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-08-101-3/+28
* Re-order list.des1999-08-101-4/+4
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-106-36/+42
* - Removed unused variable.kato1999-08-101-7/+5
* Sync with sys/i386/conf/userconfig.c revision 1.152.kato1999-08-101-5/+5
* Use the latest version of these files from OpenBSD.imp1999-08-102-17/+22
* Import strl{cat,cpy} from OpenBSD.imp1999-08-102-0/+134
* vm_map_madvise:alc1999-08-101-17/+3
* pmap_remove_pages:alc1999-08-102-2/+8
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-108-6/+54
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-096-18/+54
OpenPOWER on IntegriCloud