summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix
AgeCommit message (Expand)Author
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-06-23SH: __lll_robust_timedlock_wait: Simplify CFI directives.Thomas Schwinge
2012-05-30Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-05-28SH: Add CFI directives.Chung-Lin Tang
2012-05-28SH: Add CFI directives.Chung-Lin Tang
2012-05-25i386 port of the pthread SystemTap probesRayson Ho
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath
2012-05-17Fix warnings on Linux/i686Andreas Jaeger
2012-05-15Use R*_LP to load pointer and operate on stackH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.SH.J. Lu
2012-05-15se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.SH.J. Lu
2012-05-15Use LP_OP(cmp) on NWAITERSH.J. Lu
2012-05-15Use LP_SIZE and ASM_ADDR in pthread_once.SH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(mov) and RDI_LP on pointerH.J. Lu
2012-05-15Use LP_SIZE and load timeout pointer into RDX_LPH.J. Lu
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
2012-05-14Add x32 pthread typesH.J. Lu
2012-05-11Check __x86_64__ for __cleanup_fct_attributeH.J. Lu
2012-05-09Use CFI statements instead of hand-coding .eh_frame.Chung-Lin Tang
2012-03-19Use __NR_futex to define SYS_futexH.J. Lu
2012-03-16Fix libc-lowlevellock.c sysdep finding more generically.David S. Miller
2012-03-15Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c imple...David S. Miller
2012-03-08Update copyright year after my most recent changes.David S. Miller
2012-03-08Work around kernel rejecting valid absolute timestamps.Thomas Schwinge
2012-03-08Invalid timeouts in SH sem_timedwait.Thomas Schwinge
2012-03-08Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge
2012-03-07Get rid of superfluous assignments in sem_timedwaitThomas Schwinge
2012-03-06Fix several build warnings on sparc.David S. Miller
2012-02-27Fix stray references to __pthread_attrDavid S. Miller
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-16s390: Convert to crt[in].S.Richard Henderson
2012-02-16Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima
2012-02-15Remove unused Makefile.Marek Polacek
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers
2012-01-08Use __pthread_get_minstack for AIO helper threadAdhemerval Zanella
2012-01-08Quash implicit declaration warningMarek Polacek
2012-01-07Remove IA-64 support from NPTLUlrich Drepper
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper
2011-12-21Fix reading thread name from comm fileUlrich Drepper