aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/power-ucontext.h
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: simplifyRuss Cox1-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.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2006-04-04no //rsc1-2/+4
2005-11-09macrsc1-2/+2
2005-11-04use macro for getcontext (setjmp)rsc1-2/+2
2005-05-01OpenBSD/power support.rsc1-0/+35