History log of /dflybsd-src/lib/libc/gen/makecontext.3 (Results 1 – 2 of 2)
Revision Date Author Comments
# 25c75583 31-Dec-2013 Franco Fichtner <franco@lastsummer.de>

libc: sprinkle previous fairy dust around here as well

Last remaining offender is signal.3, but that needs more tinkering.


# e2742650 16-Jan-2007 Matthew Dillon <dillon@dragonflybsd.org>

Implement getcontext(), setcontext(), makecontext(), and swapcontext().

This is a preliminary libc-only implementation. sigprocmask() is used
to mask signals during the context switch and to save a

Implement getcontext(), setcontext(), makecontext(), and swapcontext().

This is a preliminary libc-only implementation. sigprocmask() is used
to mask signals during the context switch and to save and restore signals.
FP registers are not currently saved or restored - that is, synchronous
use is intended.

Submitted-by: "Matt Emmerton" <matt@gsicomp.on.ca>
Finished-up-by: "Matthew Dillon" <dillon@backplane.com>

show more ...