summaryrefslogtreecommitdiff
path: root/lib/libc/arch/i386
AgeCommit message (Expand)Author
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
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1997-09-17Pointers are not signed.Tobias Weingartner
1997-07-23tabifykstailey
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1996-03-25Use __asm, not asmThorsten Lockert
1996-02-24From NetBSD: Add explicit return typeNiklas Hallqvist
1995-12-30from netbsd: Removed unused CALL macroTheo de Raadt
1995-12-30from netbsd: Use <machine/asm.h> instead of DEFS.hTheo de Raadt
1995-12-30from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt