Age | Commit message (Expand) | Author |
2013-11-13 | bring in math.h to provide prototypes | Theo de Raadt |
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-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-07-01 | The kernel returns the pending set; this stub has to save it through | Philip Guenthe |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
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 |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | 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-05 | Move arm to the 'MI' softfloat code instead of the arm version. | Dale Rahn |
2011-04-04 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | Philip Guenthe |
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt |
2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | Dale Rahn |
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-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-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-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
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 |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
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 | undo unrelated commit | Marc Espie |
2005-08-07 | .PATH better | 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-03-01 | fix weak aliases for _thread_sys functions, proper libpthead linking. | Dale Rahn |
2004-02-16 | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ | Dale Rahn |
2004-02-12 | Update from netbsd, prodded by miod@ | Dale Rahn |
2004-02-07 | Do not generate text relocations in PIC code. | Dale Rahn |
2004-02-06 | fix alias definition, was backwards. | Dale Rahn |
2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | Dale Rahn |
2004-02-02 | add missing frexp | Dale Rahn |
2004-02-02 | cleanup | Dale Rahn |
2004-02-02 | This file was not supposed to committed. | Dale Rahn |
2004-02-02 | Use the real fpgetround found in softfloat. | Dale Rahn |
2004-02-02 | fix __weak_alias | Dale Rahn |
2004-02-02 | Add missing minbrk symbol, fixes profiling builds. | Dale Rahn |
2004-02-02 | sigh, watch for compile errors... | Dale Rahn |