Age | Commit message (Expand) | Author |
2011-03-09 | remove trailing ';' from _syscallX() | Peter S. Mazinger |
2011-03-08 | nptl: fix compilation on x86_64 | William Pitcock |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-02-25 | nptl:arm: add a wrapper for .cfi_sections pseudo-ops | Carmelo Amoroso |
2011-02-09 | arm: mv nptl specific atomic impl to common place | Bernhard Reutner-Fischer |
2011-01-29 | nptl/mips64: Fix build when using mips64 and ABIs other than o32 | Khem Raj |
2011-01-04 | nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not defined | Carmelo Amoroso |
2010-12-29 | sparc: fix linking issue with __syscall_error.c | Austin Foxley |
2010-12-09 | nptl: fix Unwind_Resume PLT calls | Timo Teräs |
2010-11-11 | ntpl: fix static linking by not leaking SSP_ALL_CFLAGS | Natanael Copa |
2010-10-27 | mips: fix errno setting after syscall | Alexander Gordeev |
2010-10-22 | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko |
2010-08-05 | Revert "nptl i686: fix pthread_cond_wait.S compilation" | Bernhard Reutner-Fischer |
2010-08-05 | nptl: fix x86 assembly PIC relocations | Timo Teräs |
2010-08-02 | nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6 | Bernhard Reutner-Fischer |
2010-07-30 | nptl: fix LFS handling | Bernhard Reutner-Fischer |
2010-07-30 | nptl: do not define _POSIX_SPAWN since its not implemented | Natanael Copa |
2010-07-15 | nptl: (librt) powerpc32's PSEUDO_RET needs __syscall_error | Bernhard Reutner-Fischer |
2010-07-14 | nptl: remove superfluous =1 from defines | Bernhard Reutner-Fischer |
2010-07-14 | nptl i686: fix pthread_cond_wait.S compilation | Roman I Khimov |
2010-07-06 | nptl: fix buildsys | Bernhard Reutner-Fischer |
2010-07-06 | nptl: fix subdirs handling | Bernhard Reutner-Fischer |
2010-07-06 | nptl: simplify buildsys | Bernhard Reutner-Fischer |
2010-06-29 | arm/nptl: Use the old C version of _Unwind_Resume in thumb mode. | Khem Raj |
2010-06-24 | nptl: arm: make it compile again | Bernhard Reutner-Fischer |
2010-06-24 | use uniform form of C99 keywords | Bernhard Reutner-Fischer |
2010-06-23 | arm/nptl: Sync unwinding with glibc. | Khem Raj |
2010-06-23 | arm/nptl: sysdep-cancel.h needs syscall handing for EABI | Khem Raj |
2010-06-21 | avoid using c99 syntax | Mirko Vogt |
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-11 | silence some warnings about missing prototypes | 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: Add TLS and NPTL support | 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-04-27 | nptl: mips needs updated clone() implementation | Andreas Schultz |
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-16 | nptl: mark forwarded functions protected | Timo Teras |
2010-04-16 | Revert "nptl: mark symbols with libc forwarder hidden" | Timo Teras |
2010-04-14 | nptl: mark symbols with libc forwarder hidden | Timo Teräs |
2010-04-12 | nptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREAD | Natanael Copa |
2010-04-12 | nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assembler | Timo Teräs |
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-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 |