summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A patch from Vincent Sanders to fix the arm implementation ofEric Andersen2002-11-033-88/+247
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-031-0/+1
* Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen2002-11-031-0/+19
* Properly prefix some symbolsEric Andersen2002-11-034-36/+11
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-3126-67/+67
* Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen2002-10-291-10/+0
* Add in a horrible hack that seems necessary for the HitachiEric Andersen2002-10-291-0/+10
* Overwriting the crt1.o link is fineEric Andersen2002-10-251-1/+1
* Be nicer to gcc -- add a link for crt1.oEric Andersen2002-10-251-0/+1
* This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen2002-10-181-2/+2
* Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen2002-10-141-2/+2
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-1/+1
* Octal to hexEric Andersen2002-10-092-2/+2
* Support O_STREAMINGEric Andersen2002-10-0912-0/+12
* Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 forEric Andersen2002-10-011-14/+12
* Patch from Stefan Allius <allius@atecom.com>:Eric Andersen2002-10-014-8/+8
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-014-49/+72
* Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-09-261-3/+3
* Cosmetic cleanup.Tobias Anderberg2002-09-236-28/+32
* * Added clone() system call.Tobias Anderberg2002-09-208-65/+493
* Removed unused fileTobias Anderberg2002-09-201-4/+0
* Add in clone and make the assembler PIC/msep-data friendly.David McCullough2002-09-171-6/+16
* Fixup JMPBUF_UNWINDS so that is will compile if used :-)David McCullough2002-09-171-1/+1
* Use __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide ifEric Andersen2002-09-161-2/+3
* Added cris to ALL_SUBDIRSTobias Anderberg2002-09-161-1/+1
* Initial version of the CRIS port.Tobias Anderberg2002-09-1627-0/+1634
* Forgot one more #ifdef related to MIPS soft floating point."Steven J. Hill"2002-09-111-0/+2
* Don't run floating point opcodes when code is compiled -msoft-floatEric Andersen2002-09-102-2/+2
* Don't unconditionally save/restore FP registers, we might be doing soft"Steven J. Hill"2002-09-102-0/+4
* Fixed compile bugs having to do with 64-bit filesystem operations that"Steven J. Hill"2002-09-091-0/+9
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-0532-59/+59
* 'syscall' now properly works for MIPS."Steven J. Hill"2002-09-043-46/+56
* Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"2002-09-042-3/+3