summaryrefslogtreecommitdiffstats
path: root/src/libthread/Darwin-x86_64-swapcontext.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-38/+0
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* libthread: use mmap to allocate OpenBSD stacksRuss Cox2020-01-141-0/+8
| | | | | | | Should fix faults on OpenBSD. Fixes #218. Fixes #226.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* libthread: Lion context routinesRuss Cox2011-10-131-0/+32