Age | Commit message (Expand) | Author |
2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases | Martynas Venckus |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture | Theo de Raadt |
2012-04-12 | alloca.c cannot be used | Theo de Raadt |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-02 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus |
2008-12-10 | no spaces allowed in the macro arguments. completely insanity! | Theo de Raadt |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-09 | ditto frexpl and ldexpl | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-05-21 | Use _C_LABEL when appropriate. | Miod Vallat |
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 |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-11-06 | From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock, | Todd C. Miller |
2001-09-10 | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | Todd C. Miller |
2001-08-23 | Fix the syscall wrappers name generation in, so that libc_r gets the | Miod Vallat |
2001-04-18 | Most of the systems we run on require an emulated EMODD, so avoid using | Hugh Graham |
2001-03-18 | Fix lots of register masks. | Brandon Creighton |
2000-10-10 | Fresh infinity from NetBSD. | Hugh Graham |
1997-07-23 | tabify | kstailey |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-02-24 | From NetBSD: Add explicit return type | Niklas Hallqvist |
1995-12-14 | from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul. | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |