summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-22nptl: fix dynamic initialization of libpthreadTimo Teräs
2010-04-22nptl: fix libc internal, dynamically enabled lockingTimo Teräs
2010-04-22ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs
2010-04-22nptl: fix warnings of shadowing __selfTimo Teräs
2010-04-22nptl: fix malloc library lockingTimo Teräs
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-20nptl: remove unneeded libc-lock.h includeTimo Teräs
2010-04-16nptl: mark forwarded functions protectedTimo Teras
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2010-04-16libc-symbols: add attribute_protectedTimo Teras
2010-04-16ldso/i386: support protected symbolsJoakim Tjernlund
2010-04-16Revert "nptl: mark symbols with libc forwarder hidden"Timo Teras
2010-04-15nptl: fix libc sigtimedwaitTimo Teräs
2010-04-15nptl: fix libc sigaction signal checkingTimo Teräs
2010-04-15PTR_DEMANGLE: add documentationBernhard Reutner-Fischer
2010-04-14Merge commit 'origin/master' into nptlAustin Foxley
2010-04-14nptl: turn pointer demangling offTimo Teräs
2010-04-14linuxthreads.new: initialize stdio lockingTimo Teräs
2010-04-14nptl: initialize stdio lockingTimo Teräs
2010-04-14nptl: mark symbols with libc forwarder hiddenTimo Teräs
2010-04-14*.o[sS]: depend on pregenBernhard Reutner-Fischer
2010-04-14ldso: Add config option for controlling LD_PRELOADCarmelo AMOROSO
2010-04-13test: add API testBernhard Reutner-Fischer
2010-04-12provide prototype for internal helperBernhard Reutner-Fischer
2010-04-12temporarily turn on warnings for NPTLBernhard Reutner-Fischer
2010-04-12silence debug warningBernhard Reutner-Fischer
2010-04-12whitespace cleanupBernhard Reutner-Fischer
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-12nptl/sysdeps/unix/sysv/linux/i386: cleanup -DUSE___THREADNatanael Copa
2010-04-12attribute_optimize: fix typo with argsBernhard Reutner-Fischer
2010-04-12pthread_mutex_timedlock: always build with optimizationsBernhard Reutner-Fischer
2010-04-12nptl/sysdeps/unix/sysv/linux/i386: enable USE___THREAD for assemblerTimo Teräs
2010-04-12use user-provided host binariesBernhard Reutner-Fischer
2010-04-12prettify make cleanBernhard Reutner-Fischer
2010-04-12*.i depend on generated headersBernhard Reutner-Fischer
2010-04-12silence warning about undefined preprocessor tokenBernhard Reutner-Fischer
2010-04-12libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso
2010-04-12libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso
2010-04-11ldso_sh: Provide only one definition for elf_machine_type_classCarmelo Amoroso
2010-04-09resolv: tentatively fix usage of uninitialized DNS parametersDenys Vlasenko
2010-04-09Fixes NPTL build on x86.Natanael Copa
2010-04-08.gitignore getconf binariesBernhard Reutner-Fischer
2010-04-08confstr: properly stringify version partsBernhard Reutner-Fischer
2010-04-07pthread_{attr_,}{s,g}etaffinity: cleanup symbol namesBernhard Reutner-Fischer
2010-04-06utils .gitignore update to include getconfAustin Foxley
2010-04-06correctly quote version in confstrAustin Foxley
2010-04-06Merge commit 'origin/master' into nptlAustin Foxley
2010-04-06getconf: print arbitrary GNU_LIBPTHREAD_VERSION stringBernhard Reutner-Fischer
2010-04-06getconf: move to utils/Bernhard Reutner-Fischer
2010-04-06Fix use-after-free bug in __dns_lookupGabor Juhos