aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a PCI ID for the Apollo Pro 133A.Matthew N. Dodd2003-06-232-0/+4
* Add PCI IDs for the i82855 and i82875P AGP bridges.Matthew N. Dodd2003-06-232-0/+24
* Apply style(9) to this file. I'm going to touch large parts of this fileHartmut Brandt2003-06-231-30/+32
* Assert that the vm object is locked on entry to vm_pager_get_pages().Alan Cox2003-06-231-5/+1
* MFi386Alan Cox2003-06-231-8/+10
* prevent the number of patterns from exceeding the number of pci devices.John-Mark Gurney2003-06-231-1/+1
* cleanup /dev/pci code some:John-Mark Gurney2003-06-231-54/+20
* Redesign the externalization APIs from the MAC Framework toRobert Watson2003-06-2318-547/+298
* Prefer the vop_rmextattr() vnode operation for removing extendedRobert Watson2003-06-223-5/+12
* Expose vop_rmextattr as an explicit operation at the vnode operationRobert Watson2003-06-221-0/+11
* Add an explicit credential argument to alq_open() to allow the caller toRobert Watson2003-06-223-6/+10
* Maintain a lock on the vm object of interest throughout vm_fault(),Alan Cox2003-06-224-12/+15
* Don't check the state of the vnode interlock if the specification saysDon Lewis2003-06-221-1/+7
* Protect against .depend file somewhere else in the .PATH.Ruslan Ermilov2003-06-221-37/+9
* Add support for multiple values and ranges for the "iplen", "ipttl",Luigi Rizzo2003-06-221-12/+29
* Forward declare a boatload of structures referenced in the MACRobert Watson2003-06-222-0/+24
* Move KERNBASE to -2GB.Hidetoshi Shimokawa2003-06-221-1/+1
* - Allow access to direct mapped region via /dev/kmem. This makesHidetoshi Shimokawa2003-06-221-13/+16
* - Allocate a new PD Table if kernel grows beyond 1GB boundary.Hidetoshi Shimokawa2003-06-221-37/+21
* Remove 256 unit limit, there is no evil minor number encoding toPoul-Henning Kamp2003-06-221-2/+0
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-2229-94/+105
* Add ID for VT8233A.Matthew N. Dodd2003-06-221-0/+2
* Re-enabled PCI irq routing on pc98.Yoshihiro Takahashi2003-06-221-1/+1
* As vm_fault() descends the chain of backing objects, set paging-in-Alan Cox2003-06-221-8/+8
* Implement a loader tunable/sysctl to allow the user to request thatMatthew N. Dodd2003-06-221-0/+8
* When DDB is active, always send printf() output directly to theIan Dowse2003-06-221-1/+5
* Use a new message buffer `consmsgbuf' to forward messages to aIan Dowse2003-06-224-16/+89
* Complete the vm object locking in vm_object_backing_scan(); specifically,Alan Cox2003-06-221-5/+12
* use a REG macro that was already defined.John-Mark Gurney2003-06-221-3/+10
* Replace the code for reading and writing the kernel message bufferIan Dowse2003-06-225-116/+295
* add support for peeking at pci busses on UltraSparc systems. This preventsJohn-Mark Gurney2003-06-225-12/+132
* Make some style and white-space changes to the copy-on-write path throughAlan Cox2003-06-221-10/+5
* Increase the size of the NFS server hash table to improve performanceKirk McKusick2003-06-211-4/+4
* Use a do {...} while (0); and a couple of breaks to reduce the levelPoul-Henning Kamp2003-06-211-78/+80
* Lock one of the vm objects involved in an optimized copy-on-write fault.Alan Cox2003-06-211-2/+5
* - Increase the scope of the vm object lock in vm_object_collapse().Alan Cox2003-06-211-3/+4
* - lticks was erroneously being updated in sched_pctcpu(). This was causingJeff Roberson2003-06-211-2/+0
* - Don't allow nice to have such a large effect on priority. This wasJeff Roberson2003-06-211-8/+7
* fix grammar in commentJohn-Mark Gurney2003-06-201-1/+1
* Fix a divide-by-zero on kern.log_wakeups_per_second tunable.Bosko Milekic2003-06-201-0/+8
* Make swap_pager_haspages() static; remove unused function prototypes.Alan Cox2003-06-202-5/+3
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):Tim J. Robbins2003-06-201-1/+15
* Use direct map in pmap_map().Hidetoshi Shimokawa2003-06-201-11/+1
* Add comment about **vpp being special-cased in vnode_if.awk (1.38)Stefan Eßer2003-06-201-0/+6
* The assertions generated to test VFS locking never included checksStefan Eßer2003-06-201-0/+2
* cpu_set_upcall_kse needs to access userspace, release schedule lockDavid Xu2003-06-202-8/+20
* Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that itPoul-Henning Kamp2003-06-201-1/+2
* Initialize b_saveaddr when we hand out pbufsPoul-Henning Kamp2003-06-201-2/+3
* Initialize b_saveaddr when we hand out buffersPoul-Henning Kamp2003-06-201-2/+4
* Crude but efficient:Poul-Henning Kamp2003-06-201-1/+8