aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_kthread.c
Commit message (Expand)AuthorAgeFilesLines
* Give setrunqueue() and sched_add() more of a clue as toJulian Elischer2004-09-011-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+3
* Instead of recording the Unix time in a process when it starts, record theDag-Erling Smørgrav2003-05-011-1/+1
* fork1() already sets PS_INMEM, so don't set it again. This lets us pushJohn Baldwin2003-04-171-3/+2
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-3/+3
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-9/+8
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-8/+9
* Completely redo thread states.Julian Elischer2002-09-111-2/+5
* Part 1 of KSE-IIIJulian Elischer2002-06-291-2/+1
* Fix a couple of style bugs introduced (or touched by) previous commit.Peter Wemm2002-02-071-1/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-3/+3
* Use a different mechanism to get the vnlru process to wake up and noticePeter Wemm2001-12-191-0/+1
* Commit the better version that I had a while ago. This has only onePeter Wemm2001-11-121-2/+5
* When curproc is used repeatedly store curproc into a localMatthew Dillon2001-11-121-3/+4
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Don't use kp->arg0 as a format string, grr.Kris Kennaway2001-07-191-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-3/+5
* - Use _PHOLD and move it before a PROC_UNLOCK to reduce the number ofJohn Baldwin2001-03-071-7/+18
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* - Catch up to proc flag changes.John Baldwin2001-01-241-3/+6
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-0/+4
* Stick the kthread API in a kthread_* namespace, and the specialized kprocJohn Baldwin2000-12-151-5/+5
* Pass RFSTOPPED to fork1() in kthread_create() to avoid a race conditionJohn Baldwin2000-12-061-1/+9
* Reparent a kernel thread to init during kthread_exit() so that the zombieJohn Baldwin2000-10-191-0/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-4/+13
* Clean up some low level bootstrap code:Peter Wemm2000-08-111-4/+0
* Panic if proc0 hasn't been created and we try to call kthread_create.Warner Losh2000-01-101-0/+5
* Introduce a mechanism to suspend/resume system processes. Suspend syncerLuoqi Chen2000-01-071-0/+40
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-1/+2
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-2/+0
* Slight reorganization of kernel thread/process creation. Instead of usingPeter Wemm1999-07-011-0/+100