Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ | 2007-05-17 | 2 | -4/+4 | ||
| | ||||||
* | Unbreak libc on arm. -moj | 2007-05-17 | 1 | -2/+2 | ||
| | ||||||
* | fix some lint 'xxx used, but not defined' warnings by properly adding | 2007-05-15 | 6 | -7/+19 | ||
| | | | | stuff to LSRCS | |||||
* | Move landisk to hardware floating point. At the moment the FPU context is | 2007-03-02 | 9 | -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 | |||||
* | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() | 2007-02-12 | 1 | -9/+9 | ||
| | | | | which caused all negative numbers returned to be == -1. | |||||
* | please gcc | 2006-12-23 | 1 | -1/+2 | ||
| | ||||||
* | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | 2006-11-14 | 1 | -1/+5 | ||
| | | | | regress test; ok miod@ | |||||
* | missing ; | 2006-11-13 | 1 | -2/+2 | ||
| | ||||||
* | fix infinity, taking into account endianess. ok drahn@ miod@ | 2006-11-12 | 1 | -2/+6 | ||
| | ||||||
* | Load the syscall number into the scratch register (r12) so that we dont | 2006-11-07 | 1 | -1/+3 | ||
| | | | | need the copyin. | |||||
* | Build the correct arch softfloat code. | 2006-11-07 | 1 | -2/+2 | ||
| | ||||||
* | forgot to commit the new files for sh softfloat support. | 2006-11-07 | 3 | -0/+147 | ||
| | ||||||
* | Move (back) to softfloat on sh for now. | 2006-11-06 | 3 | -6/+19 | ||
| | ||||||
* | Dont double fork, and since the assembles the same, use -1, instead of 0xff | 2006-11-03 | 1 | -6/+2 | ||
| | | | | to subtract one. | |||||
* | and I forgot ldexp.c | 2006-10-11 | 1 | -2/+2 | ||
| | ||||||
* | build modf.c | 2006-10-11 | 1 | -2/+2 | ||
| | ||||||
* | Preliminary userland bits for OpenBSD/landisk, many things coming from | 2006-10-10 | 43 | -0/+2882 | ||
| | | | | NetBSD. | |||||
* | The int (32bit) argument must be sign extended on the 64 bit amd64 before | 2006-05-09 | 1 | -3/+5 | ||
| | | | | the add. ok miod@, toby@. olrite mickey@ | |||||
* | Properly terminate ENTRY with a semicolon, required for asm profiling. | 2006-04-24 | 1 | -3/+3 | ||
| | | | | ok miod, espie | |||||
* | Gently cast to make lint happy. | 2006-03-31 | 1 | -2/+2 | ||
| | ||||||
* | Be kind to lint, and specify the correct width on these constants. | 2006-03-31 | 3 | -6/+6 | ||
| | ||||||
* | typos from alexey dobriyan; | 2006-02-06 | 1 | -2/+2 | ||
| | ||||||
* | System call stubs don't have a frame of their own, so use EMTRY_LEAF instead | 2006-01-05 | 9 | -21/+21 | ||
| | | | | | | of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@ | |||||
* | System call stubs don't have a frame of their own, so use EMTRY_LEAF instead | 2006-01-05 | 9 | -21/+21 | ||
| | | | | | | of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@ | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2005-12-13 | 12 | -72/+24 | ||
| | | | | | rescinded 22 July 1999. Checked by ian@ and deraadt@ | |||||
* | if we pull in a .S file, we must fake out the lint with a .c file | 2005-11-29 | 13 | -27/+39 | ||
| | | | | | for this first cut, we will do this for alloca() using alloca.c by adding it to LSRCS | |||||
* | undo unrelated commit | 2005-08-07 | 1 | -2/+2 | ||
| | ||||||
* | .PATH better | 2005-08-07 | 1 | -2/+2 | ||
| | ||||||
* | zap rcsid. | 2005-08-07 | 302 | -1570/+303 | ||
| | | | | okay deraadt@ (tested them all) | |||||
* | zap rcsid, tested there. okay deraadt@ | 2005-08-07 | 52 | -259/+51 | ||
| | ||||||
* | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed before by marc@ and drahn@ | 2005-06-29 | 1 | -3/+2 | ||
| | ||||||
* | hppa64 bits cloned form hppa | 2005-04-01 | 33 | -0/+1694 | ||
| | ||||||
* | Fix typo in comment (_setjmp -> setjmp) | 2005-04-01 | 1 | -2/+2 | ||
| | | | | ok deraadt | |||||
* | Change wording of APIWARNs to match arch-independent code. | 2005-03-25 | 2 | -4/+4 | ||
| | | | | ok deraadt@ | |||||
* | Fix APIWARNs. | 2005-03-25 | 2 | -6/+6 | ||
| | | | | ok deraadt@ | |||||
* | Replace broken frexp() with a working one from FreeBSD. There's | 2005-02-01 | 23 | -838/+22 | ||
| | | | | | | no need to have a copy for each platform with ieee floating point, only vax needs a special version (which probably has similar bugs). OK and with help from otto@ | |||||
* | fix typo in comment | 2004-10-29 | 1 | -2/+2 | ||
| | | | | jolan@ tdeval@ pvalchev@ jaredy@ | |||||
* | rcsid | 2004-10-26 | 1 | -1/+2 | ||
| | ||||||
* | fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;) | 2004-10-18 | 1 | -3/+3 | ||
| | ||||||
* | convert to 64 bit | 2004-10-02 | 1 | -97/+55 | ||
| | ||||||
* | convert to 64 bit | 2004-10-02 | 1 | -19/+13 | ||
| | ||||||
* | add some missing $, ok djm@ 'That looks fine to me' millert@ | 2004-10-01 | 3 | -0/+4 | ||
| | ||||||
* | Fix unsigned {int, long, long long} to long double conversions for | 2004-09-28 | 3 | -11/+65 | ||
| | | | | values with the high bit set. ok kettenis@ jason@ | |||||
* | ABI compliant register names | 2004-09-15 | 1 | -19/+19 | ||
| | ||||||
* | setjmp now passes all regress tests. | 2004-09-10 | 3 | -11/+17 | ||
| | ||||||
* | mips64 is now going ABI64 and shared library support! | 2004-09-09 | 29 | -114/+270 | ||
| | | | | String functions need some optimization/rewrite to take full advantage. | |||||
* | 32 -> 64 bit cleanups but no optimizations yet | 2004-09-07 | 12 | -42/+47 | ||
| | ||||||
* | remove single ' | 2004-08-15 | 1 | -2/+2 | ||
| | ||||||
* | bye | 2004-08-11 | 44 | -2516/+0 | ||
| | ||||||
* | Move mips to mips64 | 2004-08-11 | 44 | -0/+2551 | ||
| |