| Commit message (Expand) | Author | Age | Files | Lines |
* | junk space |  deraadt | 2009-04-29 | 1 | -1/+1 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -1/+1 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 3 | -450/+2 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 2 | -4/+4 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+4 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 1 | -1/+4 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 3 | -0/+18 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -95/+10 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 6 | -48/+6 |
* | Gently cast to make lint happy. |  drahn | 2006-03-31 | 1 | -2/+2 |
* | Be kind to lint, and specify the correct width on these constants. |  drahn | 2006-03-31 | 3 | -6/+6 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -0/+1 |
* | zap rcsid. |  espie | 2005-08-07 | 9 | -50/+9 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -75/+1 |
* | longjmp should not return 0, if longjmp(..., 0) is invoked return 1. |  drahn | 2004-03-01 | 1 | -2/+8 |
* | These files are not necessary anymore. |  miod | 2003-09-01 | 1 | -29/+0 |
* | Use a logical comparison (unsigned) for pointers. ok drahn@ |  tdeval | 2003-07-10 | 1 | -2/+2 |
* | terms 3 & 4 cleanup based on "terms" file |  deraadt | 2003-06-03 | 1 | -6/+1 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 5 | -33/+13 |
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 2003-05-02 | 1 | -0/+1 |
* | Align this char array accessed as double, for paranoia reasons. |  drahn | 2003-01-29 | 1 | -3/+4 |
* | Remove some old if 0/if 1 code, it is pointless to keep this in. |  drahn | 2002-10-24 | 1 | -16/+1 |
* | kick, kick. Fix these files which did not come from NetBSD, but the |  drahn | 2002-10-07 | 14 | -6/+375 |
* | clean up ifdefs for PIC, resulting code unchanged. |  drahn | 2002-10-07 | 1 | -6/+3 |
* | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. |  drahn | 2002-10-07 | 2 | -14/+14 |
* | Simpler, smaller, more efficient and equivalent. |  drahn | 2002-10-07 | 1 | -13/+2 |
* | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() |  drahn | 2002-10-07 | 6 | -10/+10 |
* | make fabs use asm, and license repair |  deraadt | 2002-06-17 | 1 | -6/+32 |
* | Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright. |  drahn | 2002-05-08 | 1 | -2/+39 |
* | OpenBSD tag. |  drahn | 2002-05-08 | 1 | -0/+1 |
* | Add copyright block to this file I wrote long ago. |  drahn | 2002-05-08 | 1 | -0/+31 |
* | We need to keep K&R compat macros for some ports where the assemnbler is |  millert | 2002-02-19 | 2 | -6/+21 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 2 | -21/+6 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -0/+5 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -65/+65 |
* | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. |  drahn | 2002-01-10 | 1 | -0/+1 |
* | change PSEUDO_NOERROR so it is indeed does not set errno. |  drahn | 2001-09-20 | 1 | -3/+3 |
* | Add PSEUDO_NOERROR similar to that used by NetBSD. |  millert | 2001-09-20 | 1 | -2/+7 |
* | Keep the strings fully quoted. |  drahn | 2001-09-11 | 1 | -2/+2 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 3 | -27/+69 |
* | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 2001-09-10 | 1 | -15/+28 |
* | Fix the __infinity constant on powerpc. |  drahn | 2001-08-25 | 1 | -4/+4 |
* | PowerPC is big endian, not little endian. This fixes isinf() and isnan() |  drahn | 2001-05-11 | 1 | -9/+10 |
* | Properly implement errno handling for the threaded libc (libc_r) |  drahn | 2000-11-26 | 1 | -17/+3 |
* | weaken syscall symbols in libc by default |  d | 2000-10-06 | 1 | -11/+1 |
* | $OpenBSD$ |  todd | 2000-03-01 | 6 | -7/+11 |
* | replace the stub ieeefp functions with the real working functions, |  rahnds | 1999-07-23 | 8 | -45/+318 |
* | changes required for powerpc libc_r support. |  rahnds | 1999-06-15 | 1 | -4/+9 |
* | replacement pipe() system call; copies data into place inside kernel, so |  deraadt | 1999-06-07 | 1 | -16/+0 |
* | missing parts from last commit |  millert | 1999-04-25 | 1 | -1/+1 |