aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/power-ucontext.h
Commit message (Collapse)AuthorAgeFilesLines
* libthread: simplifyRuss Cox2020-12-301-36/+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.
* 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>
* no //rsc2006-04-041-2/+4
|
* macrsc2005-11-091-2/+2
|
* use macro for getcontext (setjmp)rsc2005-11-041-2/+2
|
* OpenBSD/power support.rsc2005-05-011-0/+35