aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/NetBSD.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-19libthread: use consistent stack calculation code in makecontextRuss Cox1-25/+0
Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
2020-01-19libthread: remove Linux 2.4 codeRuss Cox1-1/+462
Linux.c was for Linux 2.4 and is no longer used directly, only indirectly because NetBSD.c was a 1-line file #including Linux.c. So mv Linux.c NetBSD.c. Also rm Linux-*-asm.s which was for Linux 2.4 as well.
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>
2005-03-28more netbsd support.rsc1-0/+2