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