summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* resolv.h: fix wring indentation of #ifdef/#endif pairsDenys Vlasenko2010-05-161-5/+6
* utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj2010-05-111-0/+2
* 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-0942-396/+957
* mips/Makefile.arch: Remove -f option to $(do_awk)Khem Raj2010-05-071-1/+1
* resolv: various memory corruption and off by one fixesTimo Teras2010-05-071-4/+8
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-073-41/+35
* ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov2010-05-051-2/+2
* Fix gen_wc8bit support for finding a UTF8 locale on host.Andy Gibbs2010-05-051-2/+3
* 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
* time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko2010-04-291-35/+48
* optional /etc/localtime supportDenys Vlasenko2010-04-292-3/+52
* include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley2010-04-281-0/+1
* fix a few build errors for the no threads caseAustin Foxley2010-04-282-0/+3
* Fix typo (OPTIMIZATIONS -> OPTIMIZATION)Tony Wu2010-04-281-4/+4
* MIPS: restore INLINE_SYSCALL macroGabor Juhos2010-04-271-2/+2
* nptl: mips needs updated clone() implementationAndreas Schultz2010-04-274-60/+147
* libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov2010-04-271-17/+1
* libc/regex: fix internal_function declarationsRoman I Khimov2010-04-271-5/+5
* libpthread/x86_64: fix cleanRoman I Khimov2010-04-271-1/+1
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-254-7/+152
* Makefile.in: install sgtty.hRoman I Khimov2010-04-251-2/+1
* nptl: Harmonize objects and headers makefile clean targetsnptl_mergeCarmelo Amoroso2010-04-2513-38/+38
* build: Fix infinite loop when no threading support is enabledCarmelo Amoroso2010-04-251-2/+1
* 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
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-2519-206/+93
* change ABI_VERSION back to just include the major numberAustin Foxley2010-04-231-3/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-232-1/+12
|\
| * utils: fix install prefix for getconfNatanael Copa2010-04-231-1/+1
| * 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-224-16/+62
* | ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs2010-04-223-13/+22
* | nptl: fix warnings of shadowing __selfTimo Teräs2010-04-221-6/+6
* | nptl: fix malloc library lockingTimo Teräs2010-04-222-10/+8
* | nptl: proper soname handlingNatanael Copa2010-04-2219-43/+47
* | nptl: remove unneeded libc-lock.h includeTimo Teräs2010-04-201-1/+0
* | nptl: mark forwarded functions protectedTimo Teras2010-04-1669-0/+70
* | libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-167-86/+24
* | libc-symbols: add attribute_protectedTimo Teras2010-04-161-0/+2
* | ldso/i386: support protected symbolsJoakim Tjernlund2010-04-161-2/+8
* | Revert "nptl: mark symbols with libc forwarder hidden"Timo Teras2010-04-1670-71/+1
* | nptl: fix libc sigtimedwaitTimo Teräs2010-04-151-2/+3
* | nptl: fix libc sigaction signal checkingTimo Teräs2010-04-152-19/+0
* | PTR_DEMANGLE: add documentationBernhard Reutner-Fischer2010-04-151-1/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-14125-10/+1413
|\|