History log of /freebsd-9.3-release/tools/KSE/ksetest/kse_asm.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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