summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Include sys/proc.h so this compiles [on the Alpha].obrien2000-12-121-0/+1
* We reference curproc, ergo need <sys/proc.h>mjacob2000-12-121-0/+1
* Change the proc information returned from the kernel so that itmckusick2000-12-123-54/+109
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canjhb2000-12-121-11/+20
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-124-3/+28
* - Don't bother taking a trace message if we have panic'd since doing sojhb2000-12-121-1/+3
* Oops, the witness mutex is a spin lock, so use MTX_SPIN in the call tojhb2000-12-123-3/+3
* Add `_PATH_DEVZERO'.obrien2000-12-092-2/+4
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-0826-89/+50
* Staticize some malloc M_ instances.phk2000-12-0812-12/+12
* Kill some bogus "register" keywords.phk2000-12-081-31/+11
* Only call bwillwrite() for vnodes. Do not penalize devices or pipes.dillon2000-12-071-1/+2
* Hide intrstate in the #ifdef where it belongs.phk2000-12-071-1/+1
* Add necessary bwillwrite() in writev() entry point.dillon2000-12-061-0/+1
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-065-30/+29
* Simplify this a bit so that it doesn't have to generate silly redundantpeter2000-12-061-14/+3
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-061-2/+13
* Pass RFSTOPPED to fork1() in kthread_create() to avoid a race conditionjhb2000-12-061-1/+9
* Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>.jhb2000-12-061-0/+1
* Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall.alfred2000-12-051-0/+1
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-0/+27
OpenPOWER on IntegriCloud