summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
...
* mips/syscall-error: Choose the correct version for setting up errno.Khem Raj2010-06-301-0/+1
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-302-0/+2
* nptl/generic: Build generic libc-tls.c for non-mips architectures.Khem Raj2010-06-301-2/+3
* arm/nptl: Use the old C version of _Unwind_Resume in thumb mode.Khem Raj2010-06-292-1/+23
* test/nptl: move eintr.c to where it belongsBernhard Reutner-Fischer2010-06-251-89/+0
* nptl: arm: make it compile againBernhard Reutner-Fischer2010-06-242-0/+10
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-2429-159/+159
* intl, nptl_db: fix prerequisitesBernhard Reutner-Fischer2010-06-241-2/+2
* fix race condition when generating linker scriptsBernhard Reutner-Fischer2010-06-241-2/+3
* arm/nptl: Sync unwinding with glibc.Khem Raj2010-06-232-94/+116
* arm/nptl: sysdep-cancel.h needs syscall handing for EABIKhem Raj2010-06-231-25/+142
* avoid using c99 syntaxMirko Vogt2010-06-216-6/+12
* nptl: i386 needs atomic.h for atomic_exchange_acqBernhard Reutner-Fischer2010-06-171-0/+1
* nptl: fix symlinking headersBernhard Reutner-Fischer2010-06-132-22/+17
* nptl: avoid spurious rebuilds of libpthread*.aBernhard Reutner-Fischer2010-06-121-2/+0
* nptl: handle PTHREADS_DEBUG_SUPPORT properlyBernhard Reutner-Fischer2010-06-121-4/+3
* nptl: fix race condition when generating libpthread.soBernhard Reutner-Fischer2010-06-121-3/+3
* nptl: remove relocation in pthread_rwlock_init()Bernhard Reutner-Fischer2010-06-111-1/+1
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-114-5/+4
* nptl: fix wrong path to nptl_dbBernhard Reutner-Fischer2010-06-111-1/+1
* buildsys: fix clean vs. headercleanBernhard Reutner-Fischer2010-06-111-2/+2
* nptl: fix for !ipv4 && !ipv6Bernhard Reutner-Fischer2010-06-082-7/+8
* mips: Add vfork to libcKhem Raj2010-05-191-3/+10
* mips/bits/pthreadtypes.h: Re-include sgidefs.hKhem Raj2010-05-191-0/+1
* powerpc/Makefile.arch: Add objclean and headers_clean targets for NPTL.Khem Raj2010-05-091-0/+2
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-0921-37/+180
* mips/Makefile.arch: Remove -f option to $(do_awk)Khem Raj2010-05-071-1/+1
* nptl: use arch-specific pthread_cond_timedwait and pthread_cond_wait on x86_64Roman I Khimov2010-05-032-3/+4
* nptl: use arch-specific cancellation routines for x86_64Roman I Khimov2010-05-033-17/+23
* nptl: fix sem_open with O_CREATRoman I Khimov2010-05-031-1/+2
* nptl: mips needs updated clone() implementationAndreas Schultz2010-04-273-1/+50
* libpthread/x86_64: fix cleanRoman I Khimov2010-04-271-1/+1
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-253-5/+152
* nptl: Harmonize objects and headers makefile clean targetsnptl_mergeCarmelo Amoroso2010-04-2513-38/+38
* libpthread/nptl_db: define NOT_IN_libcRoman I Khimov2010-04-251-1/+1
* nptl_db: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-255-15/+5
* nptl: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-251-2/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-231-0/+11
|\
| * linuxthreads.new: initialize stdio lockingTimo Teräs2010-04-141-0/+11
* | nptl: fix dynamic initialization of libpthreadTimo Teräs2010-04-222-1/+7
* | nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-221-4/+16
* | nptl: fix warnings of shadowing __selfTimo Teräs2010-04-221-6/+6
* | nptl: proper soname handlingNatanael Copa2010-04-226-10/+10
* | nptl: mark forwarded functions protectedTimo Teras2010-04-1669-0/+70
* | libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-161-4/+2
* | Revert "nptl: mark symbols with libc forwarder hidden"Timo Teras2010-04-1670-71/+1
* | PTR_DEMANGLE: add documentationBernhard Reutner-Fischer2010-04-151-1/+1
* | nptl: turn pointer demangling offTimo Teräs2010-04-141-1/+1
* | nptl: initialize stdio lockingTimo Teräs2010-04-141-0/+12
* | nptl: mark symbols with libc forwarder hiddenTimo Teräs2010-04-1471-3/+73