aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-03-09Make pthread.h define all symbols from time.h.Joseph Myers1-4/+0
2012-03-08Update copyright year after my most recent changes.David S. Miller1-1/+1
2012-03-08Work around kernel rejecting valid absolute timestamps.Thomas Schwinge1-2/+8
2012-03-08Invalid timeouts in SH sem_timedwait.Thomas Schwinge1-4/+5
2012-03-08Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge1-3/+6
2012-03-07Weaken two NPTL configure link tests to compile tests.Joseph Myers2-29/+19
2012-03-07Get rid of superfluous assignments in sem_timedwaitThomas Schwinge3-6/+3
2012-03-06Remove private information from libc-lock.hUlrich Drepper2-398/+440
2012-03-06Fix several build warnings on sparc.David S. Miller1-4/+5
2012-02-27Fix stray references to __pthread_attrDavid S. Miller6-6/+6
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper6-6/+6
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper1-0/+3
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper6-12/+36
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper7-19/+14
2012-02-21Remove old initfini mechanism.Joseph Myers1-124/+0
2012-02-16s390: Convert to crt[in].S.Richard Henderson2-274/+0
2012-02-16Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima1-125/+0
2012-02-16Move sparc away from the deprecated inifini.c scheme.David S. Miller1-0/+5
2012-02-15Remove unused Makefile.Marek Polacek1-4/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert298-895/+596
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers1-3/+0
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers6-61/+15
2012-01-10Add const attribute to pthread_equalUlrich Drepper1-1/+2
2012-01-10Consistently added return to pthread_exitUlrich Drepper1-2/+2
2012-01-08Use __pthread_get_minstack for AIO helper threadAdhemerval Zanella1-2/+2
2012-01-08Quash implicit declaration warningMarek Polacek1-0/+1
2012-01-07Remove pre-ISO C supportUlrich Drepper3-55/+53
2012-01-07Remove IA-64 support from NPTLUlrich Drepper31-2005/+0
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper2-4/+6
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper1-2/+2
2011-12-21Fix reading thread name from comm fileUlrich Drepper1-1/+10
2011-11-30Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab2-2/+154
2011-10-29Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper1-3/+3
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab1-19/+19
2011-10-23Remove unnecessary include from x86-32 tls.hUlrich Drepper1-1/+0
2011-10-23Fix strnlen changeUlrich Drepper1-1/+1
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab1-8/+23
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper7-43/+9
2011-09-10Simplify malloc initializationUlrich Drepper1-1/+2
2011-09-10Remove support for !USE___THREADUlrich Drepper13-193/+49
2011-09-08Fix macro used in testH.J. Lu1-1/+1
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper5-45/+29
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper1-8/+5
2011-09-05Fix nptl semaphore cleanup invocation.David S. Miller6-57/+93
2011-08-14Align x86 TCB to 64 bytes (cache line size), important for Atom.Roland McGrath2-7/+21
2011-08-09Fix stack alignment on x86_64Andreas Schwab3-7/+9
2011-07-22Add read barriers in cancellation initializationUlrich Drepper1-3/+11
2011-07-06Rebuild configure scriptsUlrich Drepper2-4/+4
2011-06-30Fix robust mutex handling after forkUlrich Drepper2-8/+28
2011-04-22Remove doubled words.Jim Meyering2-4/+4