summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Expose vop_rmextattr as an explicit operation at the vnode operationrwatson2003-06-221-0/+11
* | Add an explicit credential argument to alq_open() to allow the caller torwatson2003-06-223-6/+10
* | Maintain a lock on the vm object of interest throughout vm_fault(),alc2003-06-224-12/+15
* | Don't check the state of the vnode interlock if the specification saystruckman2003-06-221-1/+7
* | Protect against .depend file somewhere else in the .PATH.ru2003-06-221-37/+9
* | Add support for multiple values and ranges for the "iplen", "ipttl",luigi2003-06-221-12/+29
* | Forward declare a boatload of structures referenced in the MACrwatson2003-06-222-0/+24
* | Move KERNBASE to -2GB.simokawa2003-06-221-1/+1
* | - Allow access to direct mapped region via /dev/kmem. This makessimokawa2003-06-221-13/+16
* | - Allocate a new PD Table if kernel grows beyond 1GB boundary.simokawa2003-06-221-37/+21
* | Remove 256 unit limit, there is no evil minor number encoding tophk2003-06-221-2/+0
* | Add a f_vnode field to struct file.phk2003-06-2229-94/+105
* | Add ID for VT8233A.mdodd2003-06-221-0/+2
* | 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
OpenPOWER on IntegriCloud