aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/OpenBSD-386.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-22/+0
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+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>
* use macro for getcontext (setjmp)rsc2005-11-041-15/+0
|
* openbsdrsc2005-07-191-0/+38