summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Multicast code isn't quite correct. The RealTek wants the upper six bitswpaul1999-01-221-5/+5
* Push version numbers up to 1.00. This is just intended to reflectrnordier1999-01-224-10/+10
* Gutted softdep_deallocate_dependencies and replaced it with a panic. Itdg1999-01-222-82/+6
* Don't throw away the buffer contents on a fatal write error; just markdg1999-01-221-2/+5
* __FreeBSD_version -> 400000eivind1999-01-221-2/+2
* forgotten in previous commit: Lowered default debug leveln_hibma1999-01-221-1/+1
* Fixed disconnect for umousen_hibma1999-01-221-2/+7
* Make uhub mandatory in usb config (msmith)n_hibma1999-01-221-1/+1
* Textual changesn_hibma1999-01-2227-62/+84
* Fixed bug in disconnect handling in uhub.cn_hibma1999-01-221-4/+5
* Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID'sn_hibma1999-01-222-36/+45
* Fixed bug that made UHCI controllers fail to start.n_hibma1999-01-211-4/+9
* Cleaning up, improving _detach, removing ominous warning (msmith)n_hibma1999-01-211-9/+22
* Added ioctl interfacen_hibma1999-01-211-2/+24
* Add 'set tunables' help, list the kernel tunable values that can currentlymsmith1999-01-211-0/+18
* Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuningmsmith1999-01-211-1/+6
* Add VESA mode support. If the VESA support is compiled into the kernelyokota1999-01-212-10/+122
* Oops, I accidently had devfs enabled in the vn module..peter1999-01-211-2/+1
* Add vn module to build list.peter1999-01-211-2/+2
* Build a vn module. I've lost count of the number of times I could havepeter1999-01-211-0/+18
* Convert vn.c into a module (loadable and static).peter1999-01-211-45/+53
* Typo: s/mdev/bdev/, added in rev 1.47 (must fix in RELENG_3 too)peter1999-01-212-4/+4
* Typo: s/bpreassignbuf/pbreassignbuf/ so the prototype matches it's functionpeter1999-01-212-4/+4
* Mainly changes to support the new swapper. The big adjustment is thatdillon1999-01-211-1/+1
* Move many of the vm_pager_*() functions from vm_pager.c to inlines indillon1999-01-211-1/+1
* Move many of the vm_pager_*() functions from vm_pager.c to inlines indillon1999-01-211-1/+1
* Reorganized some of the low memory testing code to make it more useful.dillon1999-01-211-1/+1
* The TAILQ hashq has been turned into a singly-linked=list link,dillon1999-01-211-1/+1
* The hash table used to be a table of doubly-link list headers ( twodillon1999-01-211-1/+1
* The vm_object structure is now somewhat smaller due to the removaldillon1999-01-211-1/+1
* object->id was badly implemented. It has simply been removed.dillon1999-01-211-1/+1
* Objects associated with raw devices are no longer counted in the VM statsdillon1999-01-211-1/+1
* General cleanup related to the new pager. We no longer have to worrydillon1999-01-211-1/+1
* Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup()dillon1999-01-211-1/+1
* Removed low-memory blockages at fork. This is the wrong place to putdillon1999-01-211-1/+1
* Mainly cleanup. Removed some inappropriate low-memory handling codedillon1999-01-211-1/+1
* The default_pager's interaction with the swap_pager has been reorganized,dillon1999-01-212-2/+2
* Added support for VOP_FREEBLKS(), reducing MFS's impact on swap anddillon1999-01-211-1/+1
* Access to mfsp->buf_queue must be protected at splbio(). Other minordillon1999-01-211-1/+1
* Move EXT2FS to be more visible, and give it a description. Also makeeivind1999-01-213-18/+48
* Renamed M_KERNEL to a more appropriate M_USE_RESERVE.dillon1999-01-211-1/+1
* The main operational changes are in getblk()'s handling of thedillon1999-01-211-1/+1
* The code that reclaims descriptors from in-transit unix domaindillon1999-01-211-1/+1
* Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSYdillon1999-01-211-1/+1
* This module was used only by the old swapper and has been #if'd out,dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-2163-2062/+3198
* Add new blist module - radix tree based bitmap allocator withdillon1999-01-212-0/+1029
* This is now 4.0-currentjkh1999-01-211-2/+2
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-47/+59
* Retain some of the RAID5 texts even in the non-RAID5 versions.grog1999-01-211-1/+67
OpenPOWER on IntegriCloud