Age | Commit message (Expand) | Author |
2014-08-25 | fcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZ | Khem Raj |
2014-01-08 | xtensa: use common ptrace.h | Baruch Siach |
2013-12-20 | libc/sysdeps: commonize ret_ERRVAL | Baruch Siach |
2013-11-04 | xtensa: fix atomic_decrement_if_positive() return value | Baruch Siach |
2013-11-04 | xtensa: fix layout of struct sigcontext to match the kernel | Baruch Siach |
2013-04-01 | linux: pread/write: convert to SYSCALL_ALIGN_64BIT | Mike Frysinger |
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-02-05 | mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED | Bernhard Reutner-Fischer |
2013-01-10 | buildsys: use kbuild style | Bernhard Reutner-Fischer |
2012-12-05 | xtensa: fix setjmp that didn't save all registers correctly | Chris Zankel |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-03 | xtensa: add missing atomic intrinsics | Chris Zankel |
2012-11-03 | xtensa: sysdep.h needs to include sys/syscall.h | Chris Zankel |
2012-11-03 | xtensa: add a stub user.h file | Chris Zankel |
2012-11-03 | xtensa: fix a misnumbered register in sigsetjmp | Chris Zankel |
2012-11-03 | xtensa: add a set of atomic intrinsics | Chris Zankel |
2012-11-03 | xtensa: add sigcontext.h | Chris Zankel |
2012-10-02 | libc/sysdeps: add __kernel_long and __kernel_ulong | Chris Packham |
2012-06-15 | pread_write.c: make all archs use common code | Peter S. Mazinger |
2012-06-15 | fork: provide __libc_fork only if THREADS are enabled | Peter S. Mazinger |
2012-06-15 | vfork: make all archs consistent | Peter S. Mazinger |
2012-06-15 | posix_fadvise: make posix_fadvise[64] similar on all archs | Peter S. Mazinger |
2012-06-15 | nios2,xtensa: common uClibc_page.h is good for them | Peter S. Mazinger |
2012-06-15 | xtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE used only in uClibc_page.h | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensa | Peter S. Mazinger |
2012-05-30 | pread/pwrite: drop fallback funcs | Mike Frysinger |
2012-05-30 | pread/pwrite: handle renamed syscalls in common/ppc/xtensa code | Mike Frysinger |
2012-01-28 | *: if !HAS_THREADS strong alias sigaction | Bernhard Reutner-Fischer |
2012-01-26 | *: silence some warnings | Bernhard Reutner-Fischer |
2011-03-09 | bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target | Peter S. Mazinger |
2010-06-24 | libc: silence warnings about undefined cpp tokens | Bernhard Reutner-Fischer |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-11-23 | nommu: use MAP_UNINITIALIZE for mallocs | Mike Frysinger |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-30 | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer |
2009-08-30 | Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set. | Khem Raj |
2009-07-29 | build: Include Makefile.commonarch from common Makefile.in | Carmelo Amoroso |
2009-07-26 | add missing UTIME_* defines for *at funcs | Mike Frysinger |
2009-07-26 | enable nanosecond stat support for everyone | Mike Frysinger |
2009-07-09 | syscall: unify part 2: NCS variety | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2009-07-03 | uClibc_arch_features: sync defines between ports | Mike Frysinger |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-13 | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko |