summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make the code match the comments. (I narrowed down the bug, Khem Raj Rob Landley2007-03-281-1/+1
* Joseph S. Myers writes:Joakim Tjernlund2007-03-191-0/+7
* Bernd Schmidt writes: The following patch is needed for libc to be able to em...Mike Frysinger2007-03-181-0/+3
* dont include asm/user.hMike Frysinger2007-03-141-3/+53
* Using local variable 'result' caused problems with lseek64 syscall failing wi...Khem Raj2007-03-131-10/+9
* fix from upstream blackfin repo for sigsetjmpMike Frysinger2007-03-121-2/+3
* Patch from Al Stone to fix ia64:Rob Landley2007-03-111-1/+1
* Sync kernel_stat64 with kernel. Thanks to Daniel Jacobowitz for hints.Khem Raj2007-03-081-7/+2
* Patch from Khem Raj that fixes running gcc on arm for me. (Otherwise itRob Landley2007-03-081-6/+42
* svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley2007-03-081-5/+0
* Sync sh's procfs.h with glibc, fixes gdbserver.Paul Mundt2007-03-071-2/+2
* Fix PLTJMP() token pasting build error, patch fromPaul Mundt2007-03-071-1/+1
* I always miss svn add.Khem Raj2007-03-062-0/+84