summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_kthread.c
Commit message (Expand)AuthorAgeFilesLines
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-4/+13
* Clean up some low level bootstrap code:peter2000-08-111-4/+0
* Panic if proc0 hasn't been created and we try to call kthread_create.imp2000-01-101-0/+5
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-071-0/+40
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-1/+2
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-2/+0
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-0/+100
OpenPOWER on IntegriCloud