summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
2001-09-20make this compile for kernelMichael Shalayeff
2001-09-11Keep the strings fully quoted.Dale Rahn
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
2001-09-10Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build)Jason Wright
2001-09-07Adapt to our sigcontext and fix the obvious bugs.Artur Grabowski
2001-09-05explicit alignment, just like on alpha.Artur Grabowski
2001-08-29Last pieces needed to build libc on sparc64.Artur Grabowski
2001-08-29Bunch of necessary files from NetBSD.Artur Grabowski
2001-08-29more files from sparc.Artur Grabowski
2001-08-29bunch of files from sparc.Artur Grabowski
2001-08-29except ffs and strlen we use the generic functions (for now).Artur Grabowski
2001-08-29ffs from sparc and strlen from NetBSD.Artur Grabowski
2001-08-29syscall(), trivialArtur Grabowski
2001-08-29signal stuff from sparc, cleaned up.Artur Grabowski
2001-08-29setlogin from NetBSDArtur Grabowski
2001-08-29sbrk from NetBSDArtur Grabowski
2001-08-28fork from sparc. cleaned up.Artur Grabowski
2001-08-28exect from sparc.Artur Grabowski
2001-08-28Add SYSENTRY as on sparc. We'll need it later.Artur Grabowski
2001-08-28cerror. based on the same file from sparc, with cleanups.Artur Grabowski
2001-08-28brk from NetBSDArtur Grabowski
2001-08-28Duh. remove dumb debugging before commit next time.Artur Grabowski
2001-08-28Ovfork from sparc, cleaned up.Artur Grabowski
2001-08-28abs from NetBSDArtur Grabowski
2001-08-28{hton,ntoh}{s,l} from NetBSD.Artur Grabowski
2001-08-28SYS.h from NetBSD. Not fixed yet for libc_r.Artur Grabowski
2001-08-25Fix the __infinity constant on powerpc.Dale Rahn
2001-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
2001-08-19remove unused bits and pieces.Brad Smith
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-06-13SYSLEAF, not LEAF. shared libc_r builds now on alpha.Artur Grabowski
2001-06-13prettyArtur Grabowski
2001-06-13"#endif _THREAD_SAFE" is not legalArtur Grabowski
2001-06-04oh, just include machine/asm.hMichael Shalayeff
2001-06-04entrieness cleanupMichael Shalayeff
2001-05-11PowerPC is big endian, not little endian. This fixes isinf() and isnan()Dale Rahn
2001-04-18Most of the systems we run on require an emulated EMODD, so avoid usingHugh Graham
2001-03-29fix fork, brk/sbrk; rcsid embeddingMichael Shalayeff
2001-03-28correct arg order addi/subi, newer gas catches thisMichael Shalayeff
2001-03-18Fix lots of register masks.Brandon Creighton
2001-01-24alignment seems like a good idea; after art@alphaMichael Shalayeff
2001-01-24Add alignment on this ugly array.Artur Grabowski
2001-01-04grammer/spellingTodd T. Fries
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
2000-11-26Properly implement errno handling for the threaded libc (libc_r)Dale Rahn
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-11back out weak symbols; deraadt@David Leonard