Age | Commit message (Expand) | Author |
2015-12-07 | add definitions for O_PATH | Waldemar Brodkorb |
2015-12-05 | remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ | Waldemar Brodkorb |
2015-12-05 | remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ | Waldemar Brodkorb |
2015-04-24 | merge uClibc changes | Waldemar Brodkorb |
2015-04-22 | arm: Add BX and BXC macros | Bernhard Reutner-Fischer |
2015-04-22 | arm: Fix POP_RET for armv4t && interworking | Bernhard Reutner-Fischer |
2015-04-15 | merge uClibc master | Waldemar Brodkorb |
2015-04-14 | arm: thumb1: Fix conflicting types for _v3 | Bernhard Reutner-Fischer |
2015-03-29 | merge uClibc git master | Waldemar Brodkorb |
2015-03-22 | nptl/arm: Move aeabi_read_tp to uclibc_nonshared.a | Khem Raj |
2015-03-08 | fix regression for ARM thumb mode | Waldemar Brodkorb |
2015-02-12 | unbreak support for ARM no MMU case | Waldemar Brodkorb |
2014-12-06 | arm: add RESET_PID in the clone impl | Wang Yufen |
2014-08-25 | fcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZ | Khem Raj |
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 |