summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2015-03-22nptl/atfork: Hide pthread_atfork in shared versionsKhem Raj
2015-03-17nptl: fix exclusion of pthread_setconcurrency.cBernhard Reutner-Fischer
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2015-01-23nptl: compile pt-vfork in ARM-modeBernhard Reutner-Fischer
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-11-13nptl: compile pt-vfork in ARM-modeBernhard Reutner-Fischer
2014-09-16buildsys: remove now redundant lib placement definesBernhard Reutner-Fischer
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-09-16nptl: rephrase *.sym handlingBernhard Reutner-Fischer
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb
2014-08-28sparc: add missing pthread_spin_lock/pthread_spin_trylockWaldemar Brodkorb
2014-08-28sparc: remove unused subdirs variableWaldemar Brodkorb
2014-08-18uclibc: nptl: fix __lll_lock_wait_private multiple definitionTony Wu
2014-08-18ARC/NPTL: Fix __libc_sigaction redefinition with static linksVineet Gupta
2014-08-18NPTL: ARC supportVineet Gupta
2014-06-12NPTL: Fix undefined reference to PRIVATE_FUTEX with 2.6.18 kernelDan Moulding
2014-04-01Fix warnings in MIPS buildSteve Ellcey
2014-02-02mips: silence 'set but not used' warningsSteve Ellcey
2014-01-15nptl: Fix arm pt-vforkBernhard Reutner-Fischer
2014-01-14buildsys: metag: Remove inappropriate commentBernhard Reutner-Fischer
2013-12-20LT.old: Add ARC supportVineet Gupta
2013-12-20NPTL: fork: relief register pressure on arm thumb1Bernhard Reutner-Fischer
2013-07-04libpthread: pthread_exit in static app. segfaultsFilippo ARCIDIACONO
2013-03-20LT.old: add missing prototypesBernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos Chandras
2013-03-07libpthread: Remove useless .cvsignore filesMarkos Chandras
2013-02-27nptl/allocatestack.c: Fix stack mprotect alignment for STACK_GROWS_UPMarkos Chandras
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras
2013-01-14LT.old: reinstate buildBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2013-01-08arm: workaround GCC PR target/53735 with fork()Bernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-18nptl: fix gcc noreturn warningMike Frysinger
2012-11-18nptl: fix gcc noreturn warningMike Frysinger
2012-11-03xtensa: use atomic instructions instead of a syscallChris Zankel
2012-08-29librt: re-add SIGCANCEL to the list of blocked signal in helper threadFilippo Arcidiacono
2012-07-24Remove pragma weak for undeclared symbolBernd Schmidt
2012-07-24Remove use of attribute_shared_hiddenBernd Schmidt
2012-06-19nptl: sh: fix race condition in lll_wait_tidStas Sergeev
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger
2012-06-15linuxthreads.old: build all objects twice, once for shared lib and once for s...Peter S. Mazinger
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger
2012-06-15linuxthreads.old: move libpthread_hidden_proto to headerPeter S. Mazinger
2012-06-15linuxthreads.old/internals.h: make some internal functions hiddenPeter S. Mazinger
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15linuxthreads: style updatePeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger