summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Use sched_lock to prevent the mutex name from changing out from under usjhb2001-01-131-3/+5
* Fix getsid() to use "=" instead of "==".ben2001-01-131-1/+1
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-121-2/+2
* Style improvements for last fix. Should be functionally the same.dwmalone2001-01-111-19/+19
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-1017-79/+94
* In m_mballoc_wait(), drop the mmbfree mutex lock prior to callingbmilekic2001-01-091-12/+15
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-093-2/+3
* Unset the devclass if the attach fails and the devclass was not set ton_hibma2001-01-081-0/+4
* If we failed to allocate the file discriptor for the write end ofdwmalone2001-01-081-0/+8
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-081-1/+2
* Don't use SCARG.alfred2001-01-081-2/+1
* Limit size of passed in data for utrace function.alfred2001-01-061-0/+3
* - Move all of the KTR sysctl's under a new debug.ktr mib.jhb2001-01-061-17/+26
* Protect p_nice and P_TRACED in psignal() above the switch statement withjhb2001-01-061-0/+2
* Make this file conform mostly to style(9):imp2001-01-051-947/+939
* - For dynamic sysctl's added at runtime, don't assume that the name passedjhb2001-01-051-2/+2
* Fix a bug in both scripts: HEADER sections were not emitted to the headern_hibma2001-01-042-335/+327
* The previous commit wasn't entirely correct. At least one goto to thejhb2001-01-021-18/+22
* Fix the <sys/queue.h> abuse.phk2001-01-021-8/+7
* Add an XXX about a <sys/queue.h> transgression which needs cleaned up.phk2001-01-021-0/+1
* Remove a bogus #ifdef KTR stanza.phk2001-01-011-7/+0
* Push down sched_lock in psignal(). sched_lock was being held acrossjhb2001-01-011-4/+21
* Add in a missing release of the proctree lock.jhb2001-01-011-0/+1
* there is no more miscfs/devfsmjacob2000-12-311-1/+0
* Ignore a net interrupt if the corresponding handler is nottanimura2000-12-311-1/+4
* Backout rev 1.57 & 1.58. While the previous revisions fixedps2000-12-311-1/+0
* Pass me the pointy hat. Do not hold sched_lock over psignal.ps2000-12-301-1/+1
* Partially revert revision 1.7: Only use getnanotime instead ofgrog2000-12-291-1/+9
* Retire kernfs (kernel part).des2000-12-282-3/+1
* Send a SIGCONT when detaching or continuing the excution of a tracedps2000-12-281-0/+1
* Pull out the module path from the loader. ie: if you boot frompeter2000-12-281-4/+8
* This implements a better launder limiting solution. There was a solutiondillon2000-12-262-137/+138
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-239-24/+82
* Make sure we have a non-null proc pointer before referring to fieldsmjacob2000-12-231-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-214-22/+22
* A last minute brucification resulted in syntax errors in the previous commit.phk2000-12-201-4/+4
* Replace logwakeup() with "int msgbuftrigger". There is littlephk2000-12-203-64/+113
* Fix another sched_sihand -> sched_swi in a KTR trace message.jhb2000-12-181-1/+1
* Whitespace. Fix a comment block and an if statement that were widerjake2000-12-181-7/+9
* Fix a typo that allowed signals caused by traps to be deliveredmarcel2000-12-161-1/+1
* Delay waking up processes select'ing on the log device directly fromjhb2000-12-151-0/+29
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-155-13/+13
* Don't clone impossible unit numbers for disks.phk2000-12-151-0/+2
* Add in MI implementations of the KTR trace buffer ddb commands. Thejhb2000-12-151-0/+97
* - Add a new flag MTX_QUIET that can be passed to the various mtx_*jhb2000-12-133-120/+195
* String buffer APIdes2000-12-131-0/+271
* If we fail to emulate a vm86 trap in kernel mode, then we usejhb2000-12-131-0/+1
* Use proper mutex locking when calling setrunnable from speedup_syncer().mckusick2000-12-132-6/+4
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-1311-34/+35
* only include sys/proc.h oncemjacob2000-12-121-1/+0
OpenPOWER on IntegriCloud