summaryrefslogtreecommitdiffstats
path: root/tools/KSE
Commit message (Collapse)AuthorAgeFilesLines
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-132-2/+2
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* Spelling fixes for tools/uqs2011-12-301-1/+1
| | | | Add some $FreeBSD$ tags so svn will allow the commit.
* Use, in uncovered part, the END() macro in order to improve debugging.attilio2009-05-252-0/+4
| | | | | | | | | In this specific case, Valgrind won't get confused when analyzing such functions. Sponsored by: Sandvine Incorporated Tested by: emaste MFC: 3 days
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
| | | | OK'ed by: core
* Follow new upcall quantum code in kernel.davidxu2003-03-211-5/+2
|
* Removedavidxu2003-02-261-0/+0
|
* This commit was generated by cvs2svn to compensate for changes in r111519,davidxu2003-02-265-0/+630
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add test program for round robin in userland.davidxu2003-02-265-0/+630
|
* Adjust code for new kse_release interface.davidxu2003-02-201-1/+1
|
* Add a missing inline keyword.davidxu2003-02-081-1/+2
|
* Directly load %edx from mailboxdavidxu2002-11-231-4/+3
|
* Fix context restore bug.davidxu2002-11-221-10/+16
|
* Don't flip the "we're it" bit until we are all there..julian2002-11-221-9/+10
| | | | | (don't fill in the mailbox pointer until we have unloaded all the previous contents of the mailbox context block)
* Correctly save eflags.davidxu2002-11-211-1/+2
|
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
| | | | Reviewed by: deischen, mini
* add missing '!', don't why it was lost when checked in.davidxu2002-11-021-1/+1
|
* -Wall'ify (mostly).archie2002-10-022-7/+18
|
* Adjust for KSE function name changes.archie2002-09-252-26/+27
|
* Add ability to make threads that run on > 1 cpujulian2002-09-232-41/+191
| | | | | | this DOES NOT WORK YET. (well it kind-of-does but it's unsafe) Submitted by: davidxu
* Update the KSE test utility to the new KSE API.mini2002-09-193-319/+482
|
* KSE test programjulian2002-06-293-0/+383
OpenPOWER on IntegriCloud