Age | Commit message (Expand) | Author |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2015-05-26 | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas | Miod Vallat |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-05-12 | Put the right number of leading underscores in ___cerror and __cerror, for | Miod Vallat |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child | Philip Guenther |
2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding | Theo de Raadt |
2014-08-15 | XPG requires insque() and remque() to work with linear lists and not just | Philip Guenther |
2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the | Miod Vallat |
2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h | Matthew Dempsky |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
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-09-04 | these are no longer used; ok guenther | Theo de Raadt |
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-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 |
2011-06-08 | - The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE, | Martynas Venckus |
2011-04-09 | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() | Theo de Raadt |
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-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | 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-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-05-21 | Use _C_LABEL when appropriate. | Miod Vallat |
2008-05-21 | Use _PROF_PROLOGUE insteaf of rolling our own. | Miod Vallat |
2007-05-17 | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ | Dale Rahn |
2007-05-15 | fix some lint 'xxx used, but not defined' warnings by properly adding | Otto Moerbeek |
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-12-25 | Use an unsigned comparison against minbrk. | Miod Vallat |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-09 | insque and remque are VAX instructions, no need for C functions; From 4.4BSD | Todd C. Miller |