summaryrefslogtreecommitdiffstats
path: root/src/libthread/OpenBSD-x86_64.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-30/+0
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* 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>
* openbsd updates (thanks Pascal Stumpf)Russ Cox2012-07-141-0/+32
R=rsc http://codereview.appspot.com/6401049