Age | Commit message (Expand) | Author |
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 |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2002-11-06 | From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock, | Todd C. Miller |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman |
2002-11-05 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman |
2002-11-01 | Stub to help libc_r builds | Miod Vallat |
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 |
2001-09-20 | Add PSEUDO_NOERROR similar to that used by NetBSD. | 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-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
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 |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-04-25 | missing parts from last commit | Todd C. Miller |
1999-02-01 | mi ptrace | David Leonard |
1998-05-17 | ENTRY takes 2 args nowadays | Niklas Hallqvist |
1998-05-14 | NetBSD merge | Niklas Hallqvist |
1998-02-08 | Better lint(1) framework. Mostly from cgd@NetBSD | Thorsten Lockert |
1997-07-23 | tabify | kstailey |
1996-12-11 | generate reboot.o like other system calls | Theo de Raadt |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-05-22 | sync to ragge | Theo de Raadt |
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert |