summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* So passes uthreadsguenther2012-09-014-238/+0
| | | | | Like autumn leaves on water don't fear the tedu@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-022-9/+77
| | | | | | | | | | | | | | | always saved upon context switches, as FPU registers are heavily used for long long computations (don't ask). Gcc default to -m4. Credits to drahn@ otto@ and deraadt@ for feedback and help testing. Upgrade procedure if you don't want to use the damn snapshots: - build and install new kernel, reboot off it - build new gcc, do not install it yet - make includes - install new gcc - build and install lib/csu and lib/libc - make build
* pthread bits for sh; help deraadt@, ok kettenis@miod2007-02-194-3/+116
|
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-102-0/+64
NetBSD.