summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add in kqueue support to LIO event notification and fix how it handledambrisko2005-10-122-123/+204
* Move execve's access time update functionality into a newdds2005-10-122-12/+19
* Release clean buffer with wrong size and no dependencies also for non-VMIOtegge2005-10-091-2/+1
* Add parse_uuid() that creates a binary representation of an UUID frommarcel2005-10-071-0/+46
* Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the structphk2005-10-061-1/+25
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-052-0/+3
* When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* Re-order MAC and DAC checks in shmget() in order to give precedence torwatson2005-10-041-2/+4
* Use FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not before to avoid LOR.rik2005-10-041-1/+3
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-041-34/+27
* Add missing word to comment.truckman2005-10-041-1/+1
* o Move a lot of parameter checking from netisr_poll() toglebius2005-10-031-68/+119
* If sufficiently bad things happen during a call to kern_execve(), it iscperciva2005-10-031-0/+8
* make saved cpu level stackable.ume2005-10-031-30/+53
* Always wire the sysctl output buffer in sysctl_kern_proc() beforetruckman2005-10-021-95/+113
* Include kdb.h so that kdb_active is declared regardless of KDB beingrwatson2005-10-021-0/+1
* Make sure the clone lists are sorted in the right order.phk2005-10-011-3/+5
* Big polling(4) cleanup.glebius2005-10-011-100/+88
* Copy new process argument list in do_execve() before grabbing PROC_LOCKtruckman2005-10-011-10/+10
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-301-1/+1
* Fox a LOR of sleep and sched_lock by using a timeout waitdavidxu2005-09-302-8/+1
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-302-4/+5
* Trim a couple of unneeded includes.jhb2005-09-291-1/+0
* Close a race in biodone(), whereby the bio_done field of the passedpeadar2005-09-291-3/+5
* puc(4) does strange things to resources in order to fool thephk2005-09-281-0/+25
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-6/+0
* Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep trackcsjp2005-09-281-16/+15
* If KDB_STOP_NMI is compiled into the kernel, defaultrwatson2005-09-271-1/+1
* In lockstatus(), don't lock and unlock the interlock when testing therwatson2005-09-271-2/+8
* No longer maintain mbstat statistics for the mbuf allocator, UMArwatson2005-09-271-11/+0
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-272-18/+9
* Use the reference count API to manage the reference counts for processjhb2005-09-271-11/+4
* Use the refcount API to implement reference counts on process argumentjhb2005-09-271-11/+4
* Update the "created from" section to reflect the most recent version ofcsjp2005-09-272-2/+2
* Mark the extended attribute syscalls as being MP safe.csjp2005-09-271-13/+13
* Add the spin lock used by the binary nvidia driver to the static lockjhb2005-09-261-0/+1
* Add "show allpcpu" to DDB, which prints the current CPU id followed byrwatson2005-09-261-12/+36
* Reorder statements to avoid accessing unknown memory.davidxu2005-09-261-2/+2
* Acquire Giant in uprintf() and tprintf() rather than asserting it. Inrwatson2005-09-261-6/+11
* Add rman_is_region_manager() for the benefit of an alpha hack.phk2005-09-251-0/+7
* Implement new world order in VFS locking for extended attributes. This willcsjp2005-09-243-71/+137
* Split struct resource in an external and internal part.phk2005-09-241-40/+57
* Add two convenience functions for device drivers: bus_alloc_resources()phk2005-09-241-0/+31
* Canonicalize the UNIX domain socket copyright layout: original holdersrwatson2005-09-231-2/+3
* Don't pretend to be thread0 when calling sync().ups2005-09-221-2/+2
* Temporarily disable nice threshold detection code, as it can starvedavidxu2005-09-221-1/+3
* Use correct VFS locking rather than unconditionally grabbing Giant aroundjhb2005-09-211-12/+8
* Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passingrwatson2005-09-211-2/+2
* Correct an incorrect comment from the dawn of time: neither tprintf()rwatson2005-09-201-10/+2
* Start time_uptime with 1 instead of 0.andre2005-09-191-1/+1
OpenPOWER on IntegriCloud