summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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@
* fix some lint 'xxx used, but not defined' warnings by properly addingotto2007-05-151-1/+3
| | | | stuff to LSRCS
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-029-136/+265
| | | | | | | | | | | | | | | 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
* Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundotto2006-11-141-1/+5
| | | | regress test; ok miod@
* missing ;otto2006-11-131-2/+2
|
* fix infinity, taking into account endianess. ok drahn@ miod@otto2006-11-121-2/+6
|
* Build the correct arch softfloat code.drahn2006-11-071-2/+2
|
* forgot to commit the new files for sh softfloat support.drahn2006-11-073-0/+147
|
* Move (back) to softfloat on sh for now.drahn2006-11-063-6/+19
|
* Dont double fork, and since the assembles the same, use -1, instead of 0xffdrahn2006-11-031-6/+2
| | | | to subtract one.
* and I forgot ldexp.cdrahn2006-10-111-2/+2
|
* build modf.cdrahn2006-10-111-2/+2
|
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-1043-0/+2882
NetBSD.