summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Hopefully this is correctEric Andersen
2003-01-23Hopefully this will work as expected. I have no way toEric Andersen
2003-01-23Update crt0 for arm to provide the main referenceEric Andersen
2003-01-23Update ignore listEric Andersen
2003-01-23Update a tiny bitEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2003-01-23simpler method for getting a 'main' reference. Make _init and _finiEric Andersen
2003-01-23Shuffle two lines so the comment applies to the correct line.Eric Andersen
2003-01-23Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"
2003-01-22Add in arm specific sigaction implementation to fix sa_restorerEric Andersen
2003-01-22Missed an endifEric Andersen
2003-01-22Looks like sigaction on arm needs adjustment, so split this intoEric Andersen
2003-01-02Rework sparc architecture support so it will compileEric Andersen
2002-12-21Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-18Initial checkinMiles Bader
2002-12-18whitespaceMiles Bader
2002-12-18(SSRC): Rename longjmp.S to __longjmp.SMiles Bader
2002-12-18Rename longjmp.S to __longjmp.SMiles Bader
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-12-11Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III
2002-12-04Fix the other instance of getcwdEric Andersen
2002-12-04Properly allocate memory when size is 0, but so is bufEric Andersen
2002-11-29I forgot to include features.hEric Andersen
2002-11-29Silly me, I forgot to include features.hEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen
2002-11-15This draws from an old patch by David Blythe for the now-deadEric Andersen
2002-11-15Cleanup a few structural wierdnessesEric Andersen
2002-11-15Stefan Allius writes:Eric Andersen
2002-11-15Remove obsolete filesEric Andersen
2002-11-15Fix it for real this time.Eric Andersen
2002-11-15Doh! I screwed that one all up. Lets try that again...Eric Andersen
2002-11-15Stefan Allius writes:Eric Andersen
2002-11-15I was an idiot and put _fini into the wrong register. Duh.Eric Andersen
2002-11-14Minor cleanupEric Andersen
2002-11-14Implement sendfile64Eric Andersen
2002-11-07Fixup function prototype for __uint128_t which fixes the compileEric Andersen
2002-11-06Update soft-float handlingEric Andersen
2002-11-05Fixup handling of disabled optionsEric Andersen
2002-11-05Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen
2002-11-04I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen
2002-11-04Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen