summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Re-enabled PCI irq routing on pc98.nyan2003-06-221-1/+1
* As vm_fault() descends the chain of backing objects, set paging-in-alc2003-06-221-8/+8
* Implement a loader tunable/sysctl to allow the user to request thatmdodd2003-06-221-0/+8
* When DDB is active, always send printf() output directly to theiedowse2003-06-221-1/+5
* Use a new message buffer `consmsgbuf' to forward messages to aiedowse2003-06-224-16/+89
* Complete the vm object locking in vm_object_backing_scan(); specifically,alc2003-06-221-5/+12
* use a REG macro that was already defined.jmg2003-06-221-3/+10
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-225-116/+295
* add support for peeking at pci busses on UltraSparc systems. This preventsjmg2003-06-225-12/+132
* Make some style and white-space changes to the copy-on-write path throughalc2003-06-221-10/+5
* Increase the size of the NFS server hash table to improve performancemckusick2003-06-211-4/+4
* Use a do {...} while (0); and a couple of breaks to reduce the levelphk2003-06-211-78/+80
* Lock one of the vm objects involved in an optimized copy-on-write fault.alc2003-06-211-2/+5
* - Increase the scope of the vm object lock in vm_object_collapse().alc2003-06-211-3/+4
* - lticks was erroneously being updated in sched_pctcpu(). This was causingjeff2003-06-211-2/+0
* - Don't allow nice to have such a large effect on priority. This wasjeff2003-06-211-8/+7
* fix grammar in commentjmg2003-06-201-1/+1
* Fix a divide-by-zero on kern.log_wakeups_per_second tunable.bmilekic2003-06-201-0/+8
* Make swap_pager_haspages() static; remove unused function prototypes.alc2003-06-202-5/+3
* Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):tjr2003-06-201-1/+15
* Use direct map in pmap_map().simokawa2003-06-201-11/+1
* Add comment about **vpp being special-cased in vnode_if.awk (1.38)se2003-06-201-0/+6
* The assertions generated to test VFS locking never included checksse2003-06-201-0/+2
* cpu_set_upcall_kse needs to access userspace, release schedule lockdavidxu2003-06-202-8/+20
* Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that itphk2003-06-201-1/+2
* Initialize b_saveaddr when we hand out pbufsphk2003-06-201-2/+3
* Initialize b_saveaddr when we hand out buffersphk2003-06-201-2/+4
* Crude but efficient:phk2003-06-201-1/+8
* Don't (re)initialize f_gcflag to zero.phk2003-06-203-2/+2
* Move FMARK and FDEFER til sys/file.h where they belong.phk2003-06-202-10/+15
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-202-2/+6
* The so-called "optimized copy-on-write fault" case should not requirealc2003-06-201-9/+2
* When a STOP signal is being sent to a process, it is possible alldavidxu2003-06-201-2/+16
* Fix typo. td should be td0.davidxu2003-06-201-1/+1
* Avoid using v8 opcodes; use ba instead of b for unconditional branches.jake2003-06-192-37/+37
* Unlock the struct file lock before aquiring Giant, otherwisealfred2003-06-191-3/+3
* Hook openpromio up to the build.jake2003-06-191-0/+1
* Lock the vm object when freeing a vm page.alc2003-06-191-0/+2
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* Fix direct map page table for 2GB+ physical memory.simokawa2003-06-191-1/+1
* Add TLS related relocation.marcel2003-06-191-0/+17
* Add a ratelimited message of the formsilby2003-06-191-1/+5
* - Rename the IPI_WAIT macro to IPI_DONE.jake2003-06-191-11/+8
* FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pooltruckman2003-06-192-10/+10
* Add a rate limited message reporting when kern.maxfiles is exceeded,silby2003-06-191-2/+8
* VOP_GETVOBJECT() wants to be called with the vnode lock held.truckman2003-06-191-0/+3
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+7
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
* Add vm object locking.alc2003-06-192-0/+12
OpenPOWER on IntegriCloud