summaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Collapse)AuthorFilesLines
2012-02-16Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima1-125/+0
Add sysdeps/sh/crti.S, sysdeps/sh/crtn.S and remove sysdeps/sh/elf/initfini.c and nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c.
2012-02-16Move sparc away from the deprecated inifini.c scheme.David S. Miller1-0/+5
/ * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S * sysdeps/sparc/crti.S: New file. * sysdeps/sparc/crtn.S: New file. * sysdeps/sparc/sparc32/Makefile: Remove initfini handling. * sysdeps/sparc/sparc64/Makefile: Likewise. nptl/ * sysdeps/sparc/Makefile: Add -fPIC when building pt-crti.S and crtn.S
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
No more __const.
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
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
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
2011-02-15Remove use of ranlib.Ulrich Drepper2-101/+239
2011-01-14Change setgroups to affect all the threads in the process.Ulrich Drepper1-4/+4
2010-10-13Fix alignment of AVX safe area on x86-64.H.J. Lu2-8/+4
2010-09-21Fix namespace pollution in pthread_cleanup_push.Andreas Schwab1-6/+6
2010-09-03Small optimization of alloca handling.Ulrich Drepper1-2/+2
2010-08-19Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallbackDinakar Guniguntala1-2/+1
2010-08-15Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu1-0/+3
2010-08-12PowerPC64 ABI fixesAlan Modra1-25/+44
2010-07-06Fix type mismatchAndreas Schwab1-1/+1
2010-07-01Work around kernel rejecting valid absolute timestampsAndreas Schwab7-8/+52
2010-06-14[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.Takashi Yoshii1-2/+2
2010-04-09Fix typo in last commit.Ulrich Drepper1-1/+1
2010-04-09Implement interfaces to set and get names of threads.Ulrich Drepper3-0/+142
At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath3-76/+2
2010-03-09Fix a few more problem with the recent setxid changes.Ulrich Drepper1-9/+10
2010-03-05Fix setxid race with thread creationUlrich Drepper1-4/+10