History log of /freebsd-10.1-release/tools/KSE/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


228975 30-Dec-2011 uqs

Spelling fixes for tools/

Add some $FreeBSD$ tags so svn will allow the commit.


192760 25-May-2009 attilio

Use, in uncovered part, the END() macro in order to improve debugging.
In this specific case, Valgrind won't get confused when analyzing such
functions.

Sponsored by: Sandvine Incorporated
Tested by: emaste
MFC: 3 days


139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


112456 21-Mar-2003 davidxu

Follow new upcall quantum code in kernel.


111522 26-Feb-2003 davidxu

Remove


111520 26-Feb-2003 davidxu

This commit was generated by cvs2svn to compensate for changes in r111519,
which included commits to RCS files with non-trunk default branches.


111171 20-Feb-2003 davidxu

Adjust code for new kse_release interface.


110535 08-Feb-2003 davidxu

Add a missing inline keyword.


107183 23-Nov-2002 davidxu

Directly load %edx from mailbox


107167 22-Nov-2002 davidxu

Fix context restore bug.


107165 22-Nov-2002 julian

Don't flip the "we're it" bit until we are all there..
(don't fill in the mailbox pointer until we have unloaded all the
previous contents of the mailbox context block)


107138 21-Nov-2002 davidxu

Correctly save eflags.


107035 18-Nov-2002 davidxu

Adjust code for new mailbox format.

Reviewed by: deischen, mini


106336 02-Nov-2002 davidxu

add missing '!', don't why it was lost when checked in.


104380 02-Oct-2002 archie

-Wall'ify (mostly).


103973 25-Sep-2002 archie

Adjust for KSE function name changes.


103840 23-Sep-2002 julian

Add ability to make threads that run on > 1 cpu
this DOES NOT WORK YET. (well it kind-of-does but it's unsafe)

Submitted by: davidxu


103581 19-Sep-2002 mini

Update the KSE test utility to the new KSE API.


99073 29-Jun-2002 julian

KSE test program