summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-2415-504/+310
* Update architecture specific support to consistantlyEric Andersen2003-01-2319-137/+56
* Hopefully this is correctEric Andersen2003-01-232-11/+18
* Hopefully this will work as expected. I have no way toEric Andersen2003-01-232-6/+16
* Update crt0 for arm to provide the main referenceEric Andersen2003-01-231-7/+13
* Update ignore listEric Andersen2003-01-231-1/+1
* Update a tiny bitEric Andersen2003-01-231-5/+1
* Cleanup makefiles and make clean a bitEric Andersen2003-01-231-6/+6
* simpler method for getting a 'main' reference. Make _init and _finiEric Andersen2003-01-231-6/+12
* Shuffle two lines so the comment applies to the correct line.Eric Andersen2003-01-231-2/+2
* Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen2003-01-232-40/+61
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-225-13/+182
* Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"2003-01-221-1/+1
* Add in arm specific sigaction implementation to fix sa_restorerEric Andersen2003-01-223-2/+159
* Missed an endifEric Andersen2003-01-221-0/+1
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-221-0/+92
* Rework sparc architecture support so it will compileEric Andersen2003-01-0212-212/+293
* Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen2002-12-211-22/+5
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-201-3/+60
* Initial checkinMiles Bader2002-12-182-0/+184
* whitespaceMiles Bader2002-12-181-0/+1
* (SSRC): Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-2/+2
* Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-8/+2
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-1210-90/+26
* Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III2002-12-111-1/+1
* Fix the other instance of getcwdEric Andersen2002-12-041-18/+21
* Properly allocate memory when size is 0, but so is bufEric Andersen2002-12-041-25/+28
* I forgot to include features.hEric Andersen2002-11-291-0/+2
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
* Make support for global constructors and global destructors beEric Andersen2002-11-275-10/+60
* Ok... here's the summary:Manuel Novoa III2002-11-222-1/+6
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-214-0/+285
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-156-48/+276
* Cleanup a few structural wierdnessesEric Andersen2002-11-156-23/+27
* Stefan Allius writes:Eric Andersen2002-11-153-115/+116
* Remove obsolete filesEric Andersen2002-11-152-74/+0
* Fix it for real this time.Eric Andersen2002-11-152-8/+13
* Doh! I screwed that one all up. Lets try that again...Eric Andersen2002-11-152-8/+16
* Stefan Allius writes:Eric Andersen2002-11-153-11/+78
* I was an idiot and put _fini into the wrong register. Duh.Eric Andersen2002-11-151-3/+2
* Minor cleanupEric Andersen2002-11-142-8/+11
* Implement sendfile64Eric Andersen2002-11-142-1/+48
* Fixup function prototype for __uint128_t which fixes the compileEric Andersen2002-11-071-5/+3
* Update soft-float handlingEric Andersen2002-11-064-5/+7
* Fixup handling of disabled optionsEric Andersen2002-11-052-3/+3
* Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen2002-11-051-1/+1
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-046-6/+6
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-047-114/+48
* Don't use ENTRY(), make the asm explicitEric Andersen2002-11-041-1/+5
* Oops. Fix compilation on arm.Eric Andersen2002-11-041-1/+4