Age | Commit message (Expand) | Author |
2010-05-16 | resolv.h: fix wring indentation of #ifdef/#endif pairs | Denys Vlasenko |
2010-05-11 | utils/Makefile.in: Define GETCONF_DIR for host builds of getconf. | Khem Raj |
2010-05-09 | powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL. | Khem Raj |
2010-05-09 | powerpc: Add TLS and NPTL support | Khem Raj |
2010-05-07 | mips/Makefile.arch: Remove -f option to $(do_awk) | Khem Raj |
2010-05-07 | resolv: various memory corruption and off by one fixes | Timo Teras |
2010-05-07 | static build: fix internal locking weaks to get pulled in always | Timo Teras |
2010-05-05 | ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations | Roman I Khimov |
2010-05-05 | Fix gen_wc8bit support for finding a UTF8 locale on host. | Andy Gibbs |
2010-05-03 | nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64 | Roman I Khimov |
2010-05-03 | nptl: use arch-specific cancellation routines for x86_64 | Roman I Khimov |
2010-05-03 | nptl: fix sem_open with O_CREAT | Roman I Khimov |
2010-04-29 | time.c: fix unreadable code style: assignments within if(), misplaced comments | Denys Vlasenko |
2010-04-29 | optional /etc/localtime support | Denys Vlasenko |
2010-04-28 | include dlfcn.h in ldso.h to get RTLD_NODELETE definition | Austin Foxley |
2010-04-28 | fix a few build errors for the no threads case | Austin Foxley |
2010-04-28 | Fix typo (OPTIMIZATIONS -> OPTIMIZATION) | Tony Wu |
2010-04-27 | MIPS: restore INLINE_SYSCALL macro | Gabor Juhos |
2010-04-27 | nptl: mips needs updated clone() implementation | Andreas Schultz |
2010-04-27 | libc/x86_64: use ELF-compatible definitions for assembler | Roman I Khimov |
2010-04-27 | libc/regex: fix internal_function declarations | Roman I Khimov |
2010-04-27 | libpthread/x86_64: fix clean | Roman I Khimov |
2010-04-25 | enable building __fcntl_nocancel, as it used unconditionally now | Austin Foxley |
2010-04-25 | Makefile.in: install sgtty.h | Roman I Khimov |
2010-04-25 | nptl: Harmonize objects and headers makefile clean targets | Carmelo Amoroso |
2010-04-25 | build: Fix infinite loop when no threading support is enabled | Carmelo Amoroso |
2010-04-25 | libpthread/nptl_db: define NOT_IN_libc | Roman I Khimov |
2010-04-25 | nptl_db: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-04-25 | nptl: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-04-25 | libc: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-04-23 | change ABI_VERSION back to just include the major number | Austin Foxley |
2010-04-23 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-04-23 | utils: fix install prefix for getconf | Natanael Copa |
2010-04-22 | nptl: fix dynamic initialization of libpthread | Timo Teräs |
2010-04-22 | nptl: fix libc internal, dynamically enabled locking | Timo Teräs |
2010-04-22 | ldso: support RTLD_NODELETE and DF_1_NODELETE | Timo Teräs |
2010-04-22 | nptl: fix warnings of shadowing __self | Timo Teräs |
2010-04-22 | nptl: fix malloc library locking | Timo Teräs |
2010-04-22 | nptl: proper soname handling | Natanael Copa |
2010-04-20 | nptl: remove unneeded libc-lock.h include | Timo Teräs |
2010-04-16 | nptl: mark forwarded functions protected | Timo Teras |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2010-04-16 | libc-symbols: add attribute_protected | Timo Teras |
2010-04-16 | ldso/i386: support protected symbols | Joakim Tjernlund |
2010-04-16 | Revert "nptl: mark symbols with libc forwarder hidden" | Timo Teras |
2010-04-15 | nptl: fix libc sigtimedwait | Timo Teräs |
2010-04-15 | nptl: fix libc sigaction signal checking | Timo Teräs |
2010-04-15 | PTR_DEMANGLE: add documentation | Bernhard Reutner-Fischer |
2010-04-14 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-04-14 | nptl: turn pointer demangling off | Timo Teräs |