summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid"Steven J. Hill"2002-09-041-0/+50
* Added function 'get_current_dir_name' for Linux Test Project. Tested and"Steven J. Hill"2002-09-042-1/+46
* Redo stat structures (kernel changed too).Miles Bader2002-08-301-77/+66
* Add __kernel_ino64_t.Miles Bader2002-08-301-4/+2
* Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen2002-08-287-7/+0
* If the initfini.pl script changes, regenerate the crt[in].S files.David McCullough2002-08-281-1/+1
* Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen2002-08-281-2/+15
* Somehow the bit of code that add the offset of envp to argv got lostDavid McCullough2002-08-271-0/+1
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-277-0/+35
* Fix a delay slot problem, this gets some apps working on SH, a good numberDavid McCullough2002-08-271-1/+3
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-279-0/+60
* Oops. I got the include guard wrong. Fix it per currentEric Andersen2002-08-261-3/+3
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-2610-25/+85
* Initial checkin.Miles Bader2002-08-262-0/+150
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-258-2/+304