Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-27 | Repair FLT_ROUNDS operation. ok kettenis@ | Miod Vallat | |
2007-10-24 | Change the syscall invocation sequences to no longer fetch the last few | Miod Vallat | |
arguments from the stack, since the kernel will now copyin() them when necessary. This makes all system calls (but mmap()) slightly faster. WARNING! After this commit, your binaries must run against a kernel featuring m88k/m88k/trap.c r1.34 or better - i.e. a 4.1 or later kernel. | |||
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback | |
2007-05-17 | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ | Dale Rahn | |
2007-05-17 | Unbreak libc on arm. -moj | Mats O Jansson | |
2007-05-15 | fix some lint 'xxx used, but not defined' warnings by properly adding | Otto Moerbeek | |
stuff to LSRCS | |||
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat | |
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 | |||
2007-02-12 | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() | Jason Wright | |
which caused all negative numbers returned to be == -1. | |||
2006-12-23 | please gcc | Theo de Raadt | |
2006-11-14 | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | Otto Moerbeek | |
regress test; ok miod@ | |||
2006-11-13 | missing ; | Otto Moerbeek | |
2006-11-12 | fix infinity, taking into account endianess. ok drahn@ miod@ | Otto Moerbeek | |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn | |
need the copyin. | |||
2006-11-07 | Build the correct arch softfloat code. | Dale Rahn | |
2006-11-07 | forgot to commit the new files for sh softfloat support. | Dale Rahn | |
2006-11-06 | Move (back) to softfloat on sh for now. | Dale Rahn | |
2006-11-03 | Dont double fork, and since the assembles the same, use -1, instead of 0xff | Dale Rahn | |
to subtract one. | |||
2006-10-11 | and I forgot ldexp.c | Dale Rahn | |
2006-10-11 | build modf.c | Dale Rahn | |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat | |
NetBSD. | |||
2006-05-09 | The int (32bit) argument must be sign extended on the 64 bit amd64 before | Dale Rahn | |
the add. ok miod@, toby@. olrite mickey@ | |||
2006-04-24 | Properly terminate ENTRY with a semicolon, required for asm profiling. | Dale Rahn | |
ok miod, espie | |||
2006-03-31 | Gently cast to make lint happy. | Dale Rahn | |
2006-03-31 | Be kind to lint, and specify the correct width on these constants. | Dale Rahn | |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-01-05 | System call stubs don't have a frame of their own, so use EMTRY_LEAF instead | Mark Kettenis | |
of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@ | |||
2006-01-05 | System call stubs don't have a frame of their own, so use EMTRY_LEAF instead | Mark Kettenis | |
of ENTRY. This avoids emitting bogus unwind entries, which makes gdb a lot happier. ok mickey@ | |||
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray | |
rescinded 22 July 1999. Checked by ian@ and deraadt@ | |||
2005-11-29 | if we pull in a .S file, we must fake out the lint with a .c file | Theo de Raadt | |
for this first cut, we will do this for alloca() using alloca.c by adding it to LSRCS | |||
2005-08-07 | undo unrelated commit | Marc Espie | |
2005-08-07 | .PATH better | Theo de Raadt | |
2005-08-07 | zap rcsid. | Marc Espie | |
okay deraadt@ (tested them all) | |||
2005-08-07 | zap rcsid, tested there. okay deraadt@ | Marc Espie | |
2005-06-29 | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed ↵ | Michael Shalayeff | |
before by marc@ and drahn@ | |||
2005-04-01 | hppa64 bits cloned form hppa | Michael Shalayeff | |
2005-04-01 | Fix typo in comment (_setjmp -> setjmp) | Hans-Joerg Hoexer | |
ok deraadt | |||
2005-03-25 | Change wording of APIWARNs to match arch-independent code. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-25 | Fix APIWARNs. | Mark Kettenis | |
ok deraadt@ | |||
2005-02-01 | Replace broken frexp() with a working one from FreeBSD. There's | Todd C. Miller | |
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@ | |||
2004-10-29 | fix typo in comment | Hans-Joerg Hoexer | |
jolan@ tdeval@ pvalchev@ jaredy@ | |||
2004-10-26 | rcsid | Michael Shalayeff | |
2004-10-18 | fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;) | Per Fogelstrom | |
2004-10-02 | convert to 64 bit | Per Fogelstrom | |
2004-10-02 | convert to 64 bit | Per Fogelstrom | |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-28 | Fix unsigned {int, long, long long} to long double conversions for | Otto Moerbeek | |
values with the high bit set. ok kettenis@ jason@ | |||
2004-09-15 | ABI compliant register names | Per Fogelstrom | |
2004-09-10 | setjmp now passes all regress tests. | Per Fogelstrom | |
2004-09-09 | mips64 is now going ABI64 and shared library support! | Per Fogelstrom | |
String functions need some optimization/rewrite to take full advantage. | |||
2004-09-07 | 32 -> 64 bit cleanups but no optimizations yet | Per Fogelstrom | |