summaryrefslogtreecommitdiffstats
path: root/src/libthread/386-ucontext.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: simplifyRuss Cox2020-12-301-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.
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-0/+22
Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.