summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/makecontext.c
Commit message (Collapse)AuthorAgeFilesLines
* Save and restore FPU state properly in ucontext_t's.mini2002-09-161-5/+5
| | | | | Reviewed by: deischen, julian Approved by: -arch
* Include <stdlib.h> to have abort() and exit() declared.robert2002-08-151-0/+1
|
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-101-0/+159
functions are defined in SUSv2 and the latest POSIX spec. Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my alpha assembly. Approved by: -arch
OpenPOWER on IntegriCloud