aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kse.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add an execve command for kse_thr_interrupt to allow libpthread toDavid Xu2004-10-071-0/+10
* 1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a boundDavid Xu2004-08-081-4/+5
* Remove redundant definition.David Xu2004-08-031-3/+0
* s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/gDavid Xu2004-08-031-1/+1
* Add code to support debugging threaded process.David Xu2004-07-131-21/+31
* Change kse_switchin to accept kse_thr_mailbox pointer, the syscallDavid Xu2004-07-121-1/+4
* GC the unused <machine/kse.h> file.Peter Wemm2003-12-241-1/+0
* Add kse_switchin(2). This syscall can be used by KSE implementationsMarcel Moolenaar2003-12-071-0/+1
* Introduce a thread mailbox flag TMF_NOUPCALL. On some architectures otherDavid Xu2003-08-051-0/+4
* o Refine kse_thr_interrupt to allow it to handle different commands.David Xu2003-07-171-1/+6
* Don't use fuword() and suword() on struct members of type int. ThisMarcel Moolenaar2003-06-281-3/+3
* o Change kse_thr_interrupt to allow send a signal to a specified thread,David Xu2003-06-281-1/+4
* 1. Add code to support bound thread. when blocked, a bound thread neverDavid Xu2003-06-151-0/+1
* Remove un-needed code.Julian Elischer2003-06-041-0/+1
* Introduce two flags to control upcall behaviour:David Xu2003-04-211-0/+4
* Adjust code for userland preemptive. Userland can set a quantum inDavid Xu2003-03-191-1/+2
* Add a simple facility to allow round roubin in userland.David Xu2003-02-261-0/+1
* Add a timeout parameter to kse_release.David Xu2003-02-201-1/+1
* 1. Support versioning and wall clock in kse mailbox,David Xu2002-11-181-0/+7
* Let kse_wakeup() take a KSE mailbox pointer argument.Archie Cobbs2002-10-021-1/+1
* Fix spelling error; say what "UTS" stands for.Archie Cobbs2002-10-011-2/+3
* Fix cut&paste error: "tm_spare" should have been "km_spare".Archie Cobbs2002-10-011-1/+1
* Make the following name changes to KSE related functions, etc., to betterArchie Cobbs2002-09-251-12/+14
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-161-28/+34
* remove cruftJulian Elischer2002-06-291-8/+0
* Add files that are new for KSE.Julian Elischer2002-06-291-5/+15
* Add the first shot at minimum KSE interface definitions.Julian Elischer2002-02-191-0/+76