aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/Darwin-x86_64-swapcontext.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-19libthread: use consistent stack calculation code in makecontextRuss Cox1-38/+0
Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
2020-01-14libthread: use mmap to allocate OpenBSD stacksRuss Cox1-0/+8
Should fix faults on OpenBSD. Fixes #218. Fixes #226.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2011-10-13libthread: Lion context routinesRuss Cox1-0/+32