Age | Commit message (Expand) | Author |
2010-09-20 | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso |
2010-09-17 | libc: Handle cancellation in non multiplexed socket calls | Carmelo Amoroso |
2010-09-16 | nptl_sh: Fix compiler warning due to shadowed variable | Carmelo Amoroso |
2010-09-16 | libc: Add canonicalize_file_name function | Carmelo Amoroso |
2010-09-15 | sh: update the memcpy adding a new loop with aggressive prefetching | Salvatore Cro |
2010-09-15 | sh: move data without fetching cache block within the memset | Salvatore Cro |
2010-09-15 | libc: Fix cancellation handling in some C functions | Salvatore Cro |
2010-09-14 | misc: utmpx based logging support | Salvatore Cro |
2010-09-06 | misc: Fix build error about missing PAGE_SIZE | Abdoulaye Walsimou Gaye |
2010-08-31 | libc: Provide both getpgid and __getpgid symbols | Carmelo Amoroso |
2010-08-28 | Fix resolver broken in NPTL build | Timo Teräs |
2010-08-26 | _uintmaxtostr: fix indentation (spaces->tabs), no code changes | Denys Vlasenko |
2010-08-19 | resolv: simplify MAXALIAS handling | Bernhard Reutner-Fischer |
2010-08-19 | getserv: fix reading services lines w > 80 chars | Bernhard Reutner-Fischer |
2010-08-06 | config parser: fix memory corruption | Timo Teräs |
2010-08-06 | nptl i686: avoid cpp problems with thunk section | Bernhard Reutner-Fischer |
2010-08-05 | resolver: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | getnet: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | getproto: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | usershell: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | switch getservice to config parser | Bernhard Reutner-Fischer |
2010-08-05 | sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer |
2010-08-05 | add config parser | Bernhard Reutner-Fischer |
2010-08-05 | math: isnan is a C99 feature | Henning Heinold |
2010-08-02 | nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6 | Bernhard Reutner-Fischer |
2010-07-28 | Immediately try next nameserver on recv() failure | Ingo van Lil |
2010-07-27 | malloc: simplify MAP_UNINITIALIZE ifdef logic | Mike Frysinger |
2010-07-27 | new helper funcs for alloca/malloc with mmu/nommu | Mike Frysinger |
2010-07-27 | remove trailing comma in enum | Bernhard Reutner-Fischer |
2010-07-27 | silence warning about incompatible types with _dl_init_static_tls | Bernhard Reutner-Fischer |
2010-07-27 | malloc-simple: Make calloc() return zeroed memory | Steven J. Magnani |
2010-07-27 | lutimes: add lutimes support | Vladimir Zapolskiy |
2010-07-27 | Fix ctime() standard compliance bug | David A Ramos |
2010-07-26 | daemon: drop cruft incorrectly re-introduced by nptl merge | Mike Frysinger |
2010-07-26 | bfin: pull in common/sysdep.h | Mike Frysinger |
2010-07-26 | msync: skip if syscall is missing | Mike Frysinger |
2010-07-26 | nommu: fix building of fork.c when stubs are disabled | Mike Frysinger |
2010-07-26 | bfin: add exec stack markings to assembly files | Mike Frysinger |
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 |
2010-07-14 | silence shadow warnings | Bernhard Reutner-Fischer |
2010-07-09 | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj |
2010-07-07 | arm: Silence warning about shadow declarations | Khem Raj |
2010-07-06 | nptl: fix buildsys | Bernhard Reutner-Fischer |
2010-07-06 | Revert "don't make __errno_location / __h_errno_location hidden" | Austin Foxley |
2010-07-05 | don't make __errno_location / __h_errno_location hidden | Peter Korsgaard |
2010-07-03 | remove extra comma in lock macro | Austin Foxley |
2010-06-30 | more workarounds for GCC PR32219 | Timo Teräs |
2010-06-30 | mips/syscall-error: Choose the correct version for setting up errno. | Khem Raj |
2010-06-30 | nptl/errno: Use a separate __errno_location for libpthread. | Khem Raj |