| Commit message (Expand) | Author | Age | Files | Lines |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 2 | -147/+2 |
* | these were not needed |  martynas | 2008-12-09 | 1 | -2/+1 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+2 |
* | - add long double signbit |  martynas | 2008-12-09 | 6 | -6/+38 |
* | Use large pic asm for access to errno (needed for pie). Originally from |  kurt | 2008-09-29 | 1 | -2/+4 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 10 | -1/+224 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -96/+11 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 2 | -16/+2 |
* | Repair FLT_ROUNDS operation. ok kettenis@ |  miod | 2007-10-27 | 1 | -3/+3 |
* | fix some lint 'xxx used, but not defined' warnings by properly adding |  otto | 2007-05-15 | 1 | -1/+3 |
* | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() |  jason | 2007-02-12 | 1 | -9/+9 |
* | please gcc |  deraadt | 2006-12-23 | 1 | -1/+2 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -1/+2 |
* | zap rcsid. |  espie | 2005-08-07 | 2 | -10/+2 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | add some missing $, ok djm@ 'That looks fine to me' millert@ |  jsg | 2004-10-01 | 1 | -0/+2 |
* | Fix unsigned {int, long, long long} to long double conversions for |  otto | 2004-09-28 | 3 | -11/+65 |
* | In _longjmp(), flush windows rather than attempting to backtrack manually, |  miod | 2004-05-04 | 1 | -31/+16 |
* | From the how many ways can you screw up replacing one line of code |  jason | 2004-03-24 | 1 | -2/+2 |
* | use absolute value like rev 1.1 did; pointed out by tom and ok deraadt. |  jason | 2004-03-23 | 1 | -1/+2 |
* | gcc3 doesn't align things the same as gcc2. Casting upwards is dangerous |  jason | 2004-03-23 | 1 | -2/+3 |
* | correct psABI functions _Q_feq and friends (they return 'int' not long double); |  jason | 2004-02-03 | 2 | -14/+14 |
* | fix to use sigaltstack again. help miod ok miod deraadt |  tedu | 2004-01-29 | 1 | -5/+5 |
* | ABI breakage happened with the sigaltstack replacement. It is too late, |  deraadt | 2004-01-15 | 1 | -4/+4 |
* | Use an unsigned comparison against minbrk. |  miod | 2003-12-25 | 1 | -3/+3 |
* | enable the libc portions of the quad float stuff (nothing will call this |  jason | 2003-07-21 | 1 | -1/+3 |
* | implementation of __ftoul (float -> unsigned long) (based on __dtoul above it) |  jason | 2003-07-21 | 1 | -6/+53 |
* | quad float emulation stuff. Mostly based on freebsd (which is based on |  jason | 2003-07-21 | 17 | -0/+3898 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 32 | -193/+65 |
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 2003-05-02 | 1 | -1/+2 |
* | indent delay slot |  jason | 2003-02-18 | 1 | -2/+2 |
* | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... |  jason | 2003-02-08 | 1 | -4/+2 |
* | We need to keep K&R compat macros for some ports where the assemnbler is |  millert | 2002-02-19 | 1 | -1/+5 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -5/+1 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -0/+47 |
* | Always have the real entry point to the syscall called _thread_sys_ |  art | 2002-01-03 | 1 | -20/+3 |
* | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 |  millert | 2001-10-11 | 1 | -5/+5 |
* | Changes to SYS.h for sparc64 to make it work with libc_r |  drahn | 2001-09-26 | 1 | -16/+41 |
* | Revert last. The ERROR() macro is called from leaf functions |  art | 2001-09-26 | 1 | -2/+6 |
* | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags |  drahn | 2001-09-25 | 1 | -6/+2 |
* | Rename __minbrk to minbrk to allow gmon.c to link correctly. |  art | 2001-09-24 | 1 | -6/+6 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 2 | -4/+14 |
* | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 2001-09-10 | 1 | -2/+5 |
* | Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build) |  jason | 2001-09-10 | 1 | -5/+5 |
* | Adapt to our sigcontext and fix the obvious bugs. |  art | 2001-09-07 | 1 | -21/+25 |
* | explicit alignment, just like on alpha. |  art | 2001-09-05 | 1 | -2/+3 |
* | Last pieces needed to build libc on sparc64. |  art | 2001-08-29 | 2 | -0/+41 |
* | Bunch of necessary files from NetBSD. |  art | 2001-08-29 | 11 | -0/+965 |
* | more files from sparc. |  art | 2001-08-29 | 4 | -0/+183 |