about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/i386/getcontext.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
|
* hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge2019-12-291-0/+74
Adapted from the Linux x86 functions. Not thoroughly tested, but manual testing as well as glibc tests look fine, and manual -lpthread testing also looks fine (within the given bounds for a new stack to be used with makecontext). This has also been in use in Debian since 2013.