summaryrefslogtreecommitdiffstats
path: root/src/libthread/OpenBSD-386-asm.s
Commit message (Collapse)AuthorAgeFilesLines
* libthread: simplifyRuss Cox2020-12-301-45/+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.
* libthread: rm OpenBSD tas implementationsRuss Cox2020-01-191-8/+1
| | | | OpenBSD is using pthreads now, so no need for tas.
* libthread: rm FreeBSD 4 codeRuss Cox2020-01-191-1/+52
| | | | Pretty sure FreeBSD 4 is gone now. :-)
* openbsd updates (thanks Pascal Stumpf)Russ Cox2012-07-141-99/+0
| | | | | R=rsc http://codereview.appspot.com/6401049
* bsdrsc2006-01-271-1/+2
|
* OpenBSD, thanks to Tim Wiessrsc2005-07-211-50/+95
|
* openbsdrsc2005-07-191-0/+54