aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/swapcontext.c
Commit message (Expand)AuthorAgeFilesLines
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-55/+0
* Don't peek into MD structures from MI code. The getcontext(3) andJonathan Mini2002-09-201-9/+1
* Bandaid to stop failing on non-i386 platforms.Peter Wemm2002-09-171-0/+5
* Add signalcontext(), which lays down a signal frame onto a ucontext_t.Jonathan Mini2002-09-161-12/+15
* Include <stddef.h> to fix build problem when namespace pollutionDaniel Eischen2002-01-111-7/+8
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-101-0/+54