aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/386-ucontext.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: simplifyRuss Cox1-22/+0
Now that everything uses pthreads and pthreadperthread, can delete various conditionals, all the custom context code, and so on. Also update documents. Fixes #355.
2020-01-19libthread: use consistent stack calculation code in makecontextRuss Cox1-0/+22
Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.