summaryrefslogtreecommitdiffstats
path: root/sys/sys/kthread.h
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious '/*-' marks and fix some other style problems.trasz2010-07-221-1/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Allow a const char * to be passed as the process name to kproc_kthread_add()jhb2010-05-211-1/+1
* - Fix the kthread_{suspend, resume, suspend_check}() locking.attilio2010-01-241-1/+1
* kthread_exit needs no stinkin argument.julian2007-10-261-1/+1
* Introduce a way to make pure kernal threads.julian2007-10-261-2/+27
* Remove out of date commentsjulian2007-10-211-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-5/+5
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Remove __Palfred2002-03-191-9/+9
* KSE Milestone 2julian2001-09-121-3/+3
* Include <sys/cdefs.h> so that this file is self-sufficient.bde2001-02-151-9/+9
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-151-5/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+1
* Introduce a mechanism to suspend/resume system processes. Suspend syncerluoqi2000-01-071-0/+5
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-0/+50
OpenPOWER on IntegriCloud