aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/NetBSD.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: delete NetBSD special caseRuss Cox2020-12-301-437/+0
| | | | | | | I added a direct call from thread.c to pthread.c's _threadpthreadstart in May, and no one has complained about NetBSD being broken. So probably no one is using this on NetBSD at all. Make pthread the only option.
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-25/+0
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* libthread: remove Linux 2.4 codeRuss Cox2020-01-191-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.
* 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>
* more netbsd support.rsc2005-03-281-0/+2