aboutsummaryrefslogtreecommitdiff
path: root/tools/KSE
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Follow new upcall quantum code in kernel.David Xu2003-03-211-5/+2
| | | | Notes: svn path=/head/; revision=112456
* Add test program for round robin in userland.David Xu2003-02-264-0/+630
| | | | Notes: svn path=/cvs2svn/branches/davidxu/; revision=111519
* Adjust code for new kse_release interface.David Xu2003-02-201-1/+1
| | | | Notes: svn path=/head/; revision=111171
* Add a missing inline keyword.David Xu2003-02-081-1/+2
| | | | Notes: svn path=/head/; revision=110535
* Directly load %edx from mailboxDavid Xu2002-11-231-4/+3
| | | | Notes: svn path=/head/; revision=107183
* Fix context restore bug.David Xu2002-11-221-10/+16
| | | | Notes: svn path=/head/; revision=107167
* Don't flip the "we're it" bit until we are all there..Julian Elischer2002-11-221-9/+10
| | | | | | | | (don't fill in the mailbox pointer until we have unloaded all the previous contents of the mailbox context block) Notes: svn path=/head/; revision=107165
* Correctly save eflags.David Xu2002-11-211-1/+2
| | | | Notes: svn path=/head/; revision=107138
* Adjust code for new mailbox format.David Xu2002-11-181-3/+3
| | | | | | | Reviewed by: deischen, mini Notes: svn path=/head/; revision=107035
* add missing '!', don't why it was lost when checked in.David Xu2002-11-021-1/+1
| | | | Notes: svn path=/head/; revision=106336
* -Wall'ify (mostly).Archie Cobbs2002-10-022-7/+18
| | | | Notes: svn path=/head/; revision=104380
* Adjust for KSE function name changes.Archie Cobbs2002-09-252-26/+27
| | | | Notes: svn path=/head/; revision=103973
* Add ability to make threads that run on > 1 cpuJulian Elischer2002-09-232-41/+191
| | | | | | | | | this DOES NOT WORK YET. (well it kind-of-does but it's unsafe) Submitted by: davidxu Notes: svn path=/head/; revision=103840
* Update the KSE test utility to the new KSE API.Jonathan Mini2002-09-193-319/+482
| | | | Notes: svn path=/head/; revision=103581
* KSE test programJulian Elischer2002-06-293-0/+383
Notes: svn path=/head/; revision=99073