summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-0827-27/+27
* Switch sh64 to use __uClibc_main and the new register layout.Paul Mundt2008-01-081-28/+25
* Bring sh64 support back from the dead.Paul Mundt2008-01-086-63/+181
* this code does not actually rely on INTERNAL_SYSCALLMike Frysinger2008-01-051-3/+1
* if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen...Mike Frysinger2008-01-053-25/+30
* Chris Zankel writes:Mike Frysinger2008-01-0542-0/+2991
* whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger2008-01-052-3/+3
* add BOTHER define from termios2Mike Frysinger2008-01-051-0/+1
* implement semtimedop for #927Mike Frysinger2008-01-051-17/+0
* michael_d writes in #1874: Mike Frysinger2008-01-051-2/+2
* michael_d in #1849 writes: The getcwd() implementation in the absence of a ge...Mike Frysinger2008-01-051-1/+1
* I don't remember exactly why we decided to pick the caller's value ofCarmelo Amoroso2007-12-071-1/+1
* Blackfin crt1.S fixes for building with -msep-data.Bernd Schmidt2007-11-231-6/+11
* mcontext_t shouldn't have a version argument, and fix REG_B0 definition.Bernd Schmidt2007-11-231-2/+1
* From Jie Zhang:Bernd Schmidt2007-11-231-3/+4
* Ignore entries of "-1" in rofixup; the linker sometimes has no choice but toBernd Schmidt2007-11-221-23/+26
* Add Blackfin specific mmap implementation using sys_mmap2.Bernd Schmidt2007-11-222-1/+25
* sys/procfs.h defines a typedef for floating point registers that references anBernd Schmidt2007-11-221-2/+2
* ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h fromCarmelo Amoroso2007-11-201-0/+103
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-1632-0/+1684
* Poll with zero timeoutJoakim Tjernlund2007-10-231-0/+4
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-2/+6
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-4/+7
* from Blue Swirl: fixup sparc a bit moreMike Frysinger2007-09-151-4/+20
* pull from Blackfin repo: optimized byteswap funcs!Mike Frysinger2007-09-151-0/+93
* pull from Blackfin repo: cleanup string funcsMike Frysinger2007-09-151-0/+20
* forgot to add this with previous sparc commit ...Mike Frysinger2007-09-151-0/+30
* use gcc input constraints to avoid often duplicated reloads when making syscallsMike Frysinger2007-09-154-96/+52
* if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6Mike Frysinger2007-09-151-0/+24
* Blue Swirl writes:Mike Frysinger2007-09-154-3/+6
* Atsushi Nemoto writes:Mike Frysinger2007-09-152-1/+11
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-2917-17/+2
* include/sys/mman.h says that msync exists only on MMU.Denis Vlasenko2007-07-181-0/+4
* Enable all of the remaining baud rates. All of the other architectures have t..."Steven J. Hill"2007-07-181-4/+0
* Fix broken syscall() function since the original patch did not work."Steven J. Hill"2007-07-121-2/+4
* - make sure to define _LIBC in libc-symbols.h before including anythingBernhard Reutner-Fischer2007-06-241-0/+2
* Carmelo AMOROSO <carmelo.amoroso@st.com> writes:Joakim Tjernlund2007-06-131-2/+14
* Atsushi Nemoto writes:Mike Frysinger2007-05-314-1/+122
* Atsushi Nemoto writes:Mike Frysinger2007-05-314-8/+4
* Jean-Christian de Rivaz writes:Mike Frysinger2007-05-251-1/+1
* Remove the arch specific mmap impl. for Powerpc. The common one will do.Joakim Tjernlund2007-05-252-56/+1
* Fix MIPS syscall() and pipe functions to set errno correctly as reported by D..."Steven J. Hill"2007-05-242-5/+20
* Fix ARM EABI signal unwinding to accomodate signal frame layout between Linux..."Steven J. Hill"2007-05-241-2/+13
* Restored indentation.Peter Kjellerstedt2007-05-152-11/+13
* Made it compile again.Peter Kjellerstedt2007-05-151-1/+1
* Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj2007-05-152-4/+16
* Carmelo AMOROSO writes:Mike Frysinger2007-04-301-2/+2
* fixes from Carmelo AMOROSO to depend less on kernel headersMike Frysinger2007-04-021-1/+10
* Update comment regarding passing dl_fini.Joakim Tjernlund2007-03-311-2/+5
* Revert last change until we figure out the correct fix.Rob Landley2007-03-291-1/+1