summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
1999-06-15changes required for powerpc libc_r support.Dale S. Rahn
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-05-28use SYSENTRY, so that libc_r wraps this properlyTheo de Raadt
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-27use assembler hereMichael Shalayeff
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-21Fix the _THREAD_SAFE path through the cerror code for powerpc.Dale S. Rahn
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-01Should be taken care of but make it obviousPer Fogelstrom
1999-02-01mi ptraceDavid Leonard
1999-02-01remove PASSTHRUDavid Leonard
1999-01-28Preliminary version for PIC support. Builds and runs standard and profiledDale S. Rahn
1999-01-22ENTRY -> SYSENTRY for sparc libc_r (per d@)Marco S Hyman
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-19thread supportDavid Leonard
1999-01-06_THREAD_SAFEDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard
1999-01-06use indr_reference instead of PASSTHRUDavid Leonard
1998-12-23libc_r supportMichael Shalayeff
1998-12-23_thread_sys changes for powerpc SYS.h, code mostly from d, fixed upDale S. Rahn
1998-12-17some missing parts; sys is not ready yetMichael Shalayeff
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-28some libc parts; memmove.S to writtenMichael Shalayeff
1998-08-07Add correct handling of more systemcalls. either not implemented beforeDale S. Rahn
1998-07-19fix dependancy item for libc. arch is powerpc not ppc. hmmm.Dale S. Rahn
1998-07-05Change some of the local symbols into "temporary", removed symbols.Dale S. Rahn
1998-07-04Changes to support profiling libraries for the powerpc port.Dale S. Rahn
1998-05-17ENTRY takes 2 args nowadaysNiklas Hallqvist
1998-05-14NetBSD mergeNiklas Hallqvist
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1997-09-27Amazing how much confusion and how much tracing a simple 4 instead of a 3Per Fogelstrom
1997-09-17Pointers are not signed.Tobias Weingartner
1997-08-01pull in protosTheo de Raadt
1997-07-23tabifykstailey
1997-04-23Fix "bug" in linker. actually was bug in asm files that did not correctlyDale S. Rahn
1997-04-21Ugly hack to work around bug in 88k linker.Dale S. Rahn
1997-04-17Fix __STDC__ macro handling of #, only hurt for mkdep not cpp duegvf
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
1997-01-17frexp version from m68k, both are IEEE so should be fine.Dale S. Rahn
1997-01-02Change order of includes to pick up sys/types.h so that typedefsDale S. Rahn
1997-01-02Add fp.c file, reformat to be more readable.Dale S. Rahn
1997-01-02Stub routines for set|get fpsticky, fpround, ...Dale S. Rahn