Age | Commit message (Expand) | Author |
2014-06-12 | arm: move check for BX to its own header | Yann E. MORIN |
2014-06-12 | arm/clone.S: Add missing IT instruction for Thumb2. | Will Newton |
2014-01-15 | libc: add guard for arm thumb2 asm | Bernhard Reutner-Fischer |
2013-12-20 | libc/sysdeps: commonize ret_ERRVAL | Baruch Siach |
2013-04-01 | linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-03-14 | libc: switch several users to unlikely() | Bernhard Reutner-Fischer |
2013-02-11 | libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled | Markos Chandras |
2013-01-10 | buildsys: use kbuild style | Bernhard Reutner-Fischer |
2013-01-10 | libc: add {get,set,swap,make}context user context manipulation functions | Florian Fainelli |
2012-12-11 | arm: clone: restore stack pointer just after return from syscall | Filippo Arcidiacono |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-10-02 | libc/sysdeps: add __kernel_long and __kernel_ulong | Chris Packham |
2012-06-15 | vfork: make all archs consistent | Peter S. Mazinger |
2012-06-15 | *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard | Peter S. Mazinger |
2012-06-15 | posix_fadvise: make posix_fadvise[64] similar on all archs | Peter S. Mazinger |
2012-06-15 | arm: avoid 2 compiler warnings | Peter S. Mazinger |
2012-06-15 | mmap.c: provide a common mmap.c that is good for most of archs | Peter S. Mazinger |
2012-06-15 | remove libc_hidden_proto(ioperm) from all headers except arm | Peter S. Mazinger |
2012-06-15 | cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | make use of jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | jmpbuf-unwind.h: add NTPL related section | Peter S. Mazinger |
2012-06-15 | add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) | Peter S. Mazinger |
2012-06-15 | arm: consistency check OABI v. EABI | Peter S. Mazinger |
2012-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-04-26 | arm: use PATH_MEM in ioperm() | Bernhard Reutner-Fischer |
2012-03-26 | Revert "Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl... | Mike Frysinger |
2012-03-26 | Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl.c} | Jason Woodward |
2012-02-13 | arm: Do not use 'sed -r' to calculate IS_EABI | Khem Raj |
2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer |
2012-01-28 | *: if !HAS_THREADS strong alias sigaction | Bernhard Reutner-Fischer |
2012-01-28 | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer |
2012-01-27 | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso |
2012-01-26 | *: silence some warnings | Bernhard Reutner-Fischer |
2012-01-26 | arm: tweak comment | Bernhard Reutner-Fischer |
2011-06-11 | ARM: remove EABI/OABI selection | Yann E. MORIN |
2011-06-11 | ARM: detect BX availibility at build time | Yann E. MORIN |
2011-06-11 | ARM: #include <bits/arm_asm.h> where __USE_BX__ is used | Yann E. MORIN |
2011-05-13 | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj |
2011-05-10 | */crtn.S: Remove .size directive for _init and _fini | Bernhard Reutner-Fischer |
2011-05-05 | Revert "*/crt?.S: remove .size directives" | Bernhard Reutner-Fischer |
2011-05-04 | */crt?.S: remove .size directives | Bernhard Reutner-Fischer |
2011-03-14 | arm/bits/atomic.h: Include common/bit/atomic.h for thumb1 | Khem Raj |
2011-03-09 | regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h | Peter S. Mazinger |
2011-03-09 | bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target | Peter S. Mazinger |
2011-02-24 | unify stub logic | Mike Frysinger |
2011-02-11 | arm: use CAS gcc builtin if SI-mode pattern is available | Bernhard Reutner-Fischer |
2011-02-09 | arm: mv nptl specific atomic impl to common place | Bernhard Reutner-Fischer |
2010-07-21 | arm/crt1.S: Avoid dependency on PC+4 or PC+8 | Khem Raj |
2010-07-15 | arm: Macros in sysdeps/linux/arm also needed to be changed to accept _a1 to _... | Khem Raj |