summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm
AgeCommit message (Expand)Author
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2014-06-12arm/clone.S: Add missing IT instruction for Thumb2.Will Newton
2014-01-15libc: add guard for arm thumb2 asmBernhard Reutner-Fischer
2013-12-20libc/sysdeps: commonize ret_ERRVALBaruch Siach
2013-04-01linux: posix_fadvise: use new SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2013-02-11libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabledMarkos Chandras
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2012-12-11arm: clone: restore stack pointer just after return from syscallFilippo Arcidiacono
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-02libc/sysdeps: add __kernel_long and __kernel_ulongChris Packham
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guardPeter S. Mazinger
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-06-15arm: avoid 2 compiler warningsPeter S. Mazinger
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15remove libc_hidden_proto(ioperm) from all headers except armPeter S. Mazinger
2012-06-15cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15jmpbuf-unwind.h: add NTPL related sectionPeter S. Mazinger
2012-06-15add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related)Peter S. Mazinger
2012-06-15arm: consistency check OABI v. EABIPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-04-26arm: use PATH_MEM in ioperm()Bernhard Reutner-Fischer
2012-03-26Revert "Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl...Mike Frysinger
2012-03-26Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl.c}Jason Woodward
2012-02-13arm: Do not use 'sed -r' to calculate IS_EABIKhem Raj
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2012-01-26arm: tweak commentBernhard Reutner-Fischer
2011-06-11ARM: remove EABI/OABI selectionYann E. MORIN
2011-06-11ARM: detect BX availibility at build timeYann E. MORIN
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-10*/crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer
2011-05-05Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer
2011-05-04*/crt?.S: remove .size directivesBernhard Reutner-Fischer
2011-03-14arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj
2011-03-09regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger
2011-03-09bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger
2011-02-24unify stub logicMike Frysinger
2011-02-11arm: use CAS gcc builtin if SI-mode pattern is availableBernhard Reutner-Fischer
2011-02-09arm: mv nptl specific atomic impl to common placeBernhard Reutner-Fischer
2010-07-21arm/crt1.S: Avoid dependency on PC+4 or PC+8Khem Raj
2010-07-15arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _...Khem Raj