Age | Commit message (Expand) | Author |
2010-06-17 | nptl: i386 needs atomic.h for atomic_exchange_acq | Bernhard Reutner-Fischer |
2010-06-13 | nptl: fix symlinking headers | Bernhard Reutner-Fischer |
2010-06-12 | nptl: avoid spurious rebuilds of libpthread*.a | Bernhard Reutner-Fischer |
2010-06-12 | nptl: handle PTHREADS_DEBUG_SUPPORT properly | Bernhard Reutner-Fischer |
2010-06-12 | nptl: fix race condition when generating libpthread.so | Bernhard Reutner-Fischer |
2010-06-11 | nptl: remove relocation in pthread_rwlock_init() | Bernhard Reutner-Fischer |
2010-06-11 | silence some warnings about missing prototypes | Bernhard Reutner-Fischer |
2010-06-11 | buildsys: fix clean vs. headerclean | Bernhard Reutner-Fischer |
2010-06-08 | nptl: fix for !ipv4 && !ipv6 | Bernhard Reutner-Fischer |
2010-05-19 | mips: Add vfork to libc | Khem Raj |
2010-05-19 | mips/bits/pthreadtypes.h: Re-include sgidefs.h | 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-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-27 | nptl: mips needs updated clone() implementation | Andreas Schultz |
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 | nptl: Harmonize objects and headers makefile clean targets | Carmelo Amoroso |
2010-04-25 | nptl: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
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 | nptl: fix warnings of shadowing __self | Timo Teräs |
2010-04-22 | nptl: proper soname handling | Natanael Copa |
2010-04-16 | nptl: mark forwarded functions protected | Timo Teras |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2010-04-16 | Revert "nptl: mark symbols with libc forwarder hidden" | Timo Teras |
2010-04-15 | PTR_DEMANGLE: add documentation | Bernhard Reutner-Fischer |
2010-04-14 | nptl: turn pointer demangling off | Timo Teräs |
2010-04-14 | nptl: initialize stdio locking | Timo Teräs |
2010-04-14 | nptl: mark symbols with libc forwarder hidden | Timo Teräs |
2010-04-12 | provide prototype for internal helper | Bernhard Reutner-Fischer |
2010-04-12 | nptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREAD | Natanael Copa |
2010-04-12 | pthread_mutex_timedlock: always build with optimizations | Bernhard Reutner-Fischer |
2010-04-12 | nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assembler | Timo Teräs |
2010-04-12 | use user-provided host binaries | Bernhard Reutner-Fischer |
2010-04-07 | pthread_{attr_,}{s,g}etaffinity: cleanup symbol names | Bernhard Reutner-Fischer |
2010-02-23 | get rid of extra variables for nptl pregen altogether | Austin Foxley |
2010-02-23 | improve parallel make behaviour | Austin Foxley |
2010-02-22 | nptl/headers: Convert the makefile targets into variables. | Khem Raj |
2010-02-19 | Get x86_64 compile to succeed. | Khem Raj |
2010-02-19 | sparc: also needs generic version of lowlevelrobustlock | Austin Foxley |
2010-02-19 | Add dummy tcb-offsets.h | Khem Raj |
2010-02-19 | nptl_sh: Fix build problem with FUTEX_CLOCK_REALTIME | Carmelo Amoroso |
2010-02-19 | x86_64: compile pthread it's own version of __syscall_error | Austin Foxley |
2010-02-19 | more fixes for x86_64 nptl | Austin Foxley |
2010-02-19 | use macro to link ldso to libpthread, so it gets the the right name on 64 bit... | Austin Foxley |
2010-02-19 | fixes to get nptl compiling for x86_64 | Austin Foxley |