History log of /freebsd-10-stable/lib/libc/gen/getcontext.3
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

# 248250 13-Mar-2013 pluknet

Add the getcontextx prototype to SYNOPSIS.

Reviewed by: kib
MFC after: 1 week


# 230429 21-Jan-2012 kib

Add API for obtaining extended machine context states that cannot be
fit into existing mcontext_t.

On i386 and amd64 do return the extended FPU states using
getcontextx(3). For other architectures, getcontextx(3) returns the
same information as getcontext(2).

Tested by: pho
MFC after: 1 month


# 138349 03-Dec-2004 rse

Fix description: the argument to setcontext(3) must have been previously
initialized "by a call to getcontext(3) or makecontext(3)" and not "by a
call to setcontext(3) or makecontext(3)".

MFC after: 3 days


# 107592 04-Dec-2002 ru

mdoc(7) police: overhaul.

Approved by: re


# 103239 11-Sep-2002 archie

Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(),
and ucontext_t.

Reviewed by: mini
MFC after: 3 days