summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-023-19/+226
* Remove the ia64 hackery in threadinit() that was needed to work aroundmarcel2003-06-012-28/+0
* Attempt to further comment and clarify System V IPC logic: documentrwatson2003-05-311-9/+24
* Attempt to marginally de-obfuscate sections of the System V IPC accessrwatson2003-05-311-2/+7
* Add "" around mutex name to make message less confusing.phk2003-05-312-2/+2
* Remove unused variable(s).phk2003-05-316-20/+2
* Remove return after panic.phk2003-05-311-2/+0
* Remove needless returnphk2003-05-311-1/+0
* Add a couple of XXX comments where the intent is not clear.phk2003-05-311-0/+2
* Remove unused variable(s).phk2003-05-311-5/+2
* Remove return after panic.phk2003-05-311-1/+0
* Remove unused variable and now unbalanced call to splbio();phk2003-05-311-2/+0
* Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage onmarcel2003-05-311-5/+4
* "break" rather than fall through to a break in the default clause.phk2003-05-311-0/+1
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingphk2003-05-311-0/+80
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-312-8/+4
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock topeter2003-05-311-1/+1
* When loading a module that contains a sysctl which is already compiledmux2003-05-291-1/+24
* Add an INVARIENTS only check to make sure Giant is held if mbufdwmalone2003-05-291-0/+2
* Grab giant in sendit rather than kern_sendit because sockargs maydwmalone2003-05-291-4/+6
* In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before callingiedowse2003-05-281-1/+3
* Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(),peter2003-05-251-1/+4
* - Create a new lock, umtx_lock, for use instead of the proc lock forjeff2003-05-251-6/+13
* - Reset the free ent to NULL if we have consumed the last free entry. Thisjeff2003-05-251-0/+2
* Make the maximum number of vnodes a function of both the physical memoryalc2003-05-231-1/+10
* When we are spilling threads out of the run queue during panic, make sure wejulian2003-05-211-3/+6
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-164-5/+5
* Detect that a vnode has been reclaimed while vflush() was waiting to locktruckman2003-05-161-0/+11
* Fix long standing bug that prevents the PT_CONTINUE, PT_KILL andobrien2003-05-161-9/+10
* VOP_PATHCONF() requires a vnode lock; this patch adds locking torwatson2003-05-151-0/+2
* Make the mb_alloc low-watermark sysctl-tunable read-only and makebmilekic2003-05-151-2/+5
* p_sigignore moved into struct sigacts. move one which was missed.ps2003-05-141-1/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-1312-156/+216
* In setitimer(2), if the it_value of the new itimer value is clear, thenjhb2003-05-131-3/+4
* Optimize the use of splay in gbincore(). During a "make buildworld" thealc2003-05-131-7/+22
* Bail out if there were not two loadable sections. Add XXX comment aboutphk2003-05-122-0/+16
* Remove bogus locking from DDB's "show lockedvnods" command: usingrwatson2003-05-121-11/+7
* Don't pass NULL pointer to memset if we are compiled with DIAGNOSTICphk2003-05-121-4/+3
* Make m_freem() just use m_free() instead of duplicating the code. Thebmilekic2003-05-101-32/+2
* Remove Giant from kern_sigsuspend() and osigsuspend() as these should nowjhb2003-05-091-10/+2
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andrwatson2003-05-081-8/+8
* Clean up locking for the MAC Framework:rwatson2003-05-071-78/+180
* Lock the vm_object when performing vm_pager_deallocate().alc2003-05-061-1/+1
* Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing thejhb2003-05-051-2/+2
* Mostly sort the includes.jhb2003-05-051-13/+13
* Lock the proc lock around calls to tdsignal() in the sigwait() family ofjhb2003-05-051-6/+12
* Make issignal() private to kern_sig.c since it is only called from cursig()jhb2003-05-051-1/+2
* Remove TD_ON_RUNQ() from a check to make sure Giant is not held whenjhb2003-05-051-3/+1
* Split sendit into two parts. The first part, still called sendit, thatdwmalone2003-05-051-50/+65
* Change the semantics of sysv shm emulation to take a additionalmbr2003-05-051-48/+102
OpenPOWER on IntegriCloud