summaryrefslogtreecommitdiff
path: root/lib/libc/arch/i386
AgeCommit message (Expand)Author
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2009-10-28more rcsid/sccs cleanupTheo de Raadt
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2008-12-09these were not neededMartynas Venckus
2008-12-09ditto frexpl and ldexplMartynas Venckus
2008-12-09- add long double signbitMartynas Venckus
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.Kenneth R Westerback
2006-04-24Properly terminate ENTRY with a semicolon, required for asm profiling.Dale Rahn
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-08-07zap rcsid, tested there. okay deraadt@Marc Espie
2005-04-01Fix typo in comment (_setjmp -> setjmp)Hans-Joerg Hoexer
2005-03-25Change wording of APIWARNs to match arch-independent code.Mark Kettenis
2005-03-25Fix APIWARNs.Mark Kettenis
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2004-10-29fix typo in commentHans-Joerg Hoexer
2004-06-21Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.Dale Rahn
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingTheo de Raadt
2003-07-15proto repairsTheo de Raadt
2003-06-25pull in headersTheo de Raadt
2003-06-11oopsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-17ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.Dale Rahn
2002-10-06Rename curbrk to __curbrk on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on i386 to avoid namespace pollution.Artur Grabowski
2002-07-08offload the arguments from the stack before performingMichael Shalayeff
2002-06-10no more _NO_WEAK_ALIASES here.Federico G. Schwindt
2002-02-19We need to keep K&R compat macros for some ports where the assemnbler isTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2001-11-01use _C_LABELMichael Shalayeff
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
2000-01-06missing ';'David Leonard
2000-01-06 use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhDavid Leonard
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerDavid Leonard
2000-01-06well. that wasnt tested very well.David Leonard
2000-01-06use weak symbolsDavid Leonard
2000-01-06use _C_LABEL macroDavid Leonard
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-04-25missing parts from last commitTodd C. Miller
1999-02-01mi ptraceDavid Leonard
1999-01-06use indr_reference instead of PASSTHRUDavid Leonard
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard