History log of /freebsd-10-stable/tools/KSE/ksetest/kse_asm.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 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


# 107183 23-Nov-2002 davidxu

Directly load %edx from mailbox


# 107167 22-Nov-2002 davidxu

Fix context restore bug.


# 107165 21-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


# 103973 25-Sep-2002 archie

Adjust for KSE function name changes.


# 103581 19-Sep-2002 mini

Update the KSE test utility to the new KSE API.


# 99073 29-Jun-2002 julian

KSE test program