summaryrefslogtreecommitdiff
path: root/libpthread/nptl
AgeCommit message (Expand)Author
2014-12-10mkostemp: fix implementationAnthony G. Basile
2014-11-13Merge remote-tracking branch 'origin/upstream'Waldemar Brodkorb
2014-11-13nptl: compile pt-vfork in ARM-modeBernhard Reutner-Fischer
2014-09-22xtensa: add support for NPTLWaldemar Brodkorb
2014-09-20nptl: remove duplicate vfork() in libpthreadWaldemar Brodkorb
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-20NPTL: fork: relief register pressure on arm thumb1Bernhard Reutner-Fischer
2013-07-04libpthread: pthread_exit in static app. segfaultsFilippo ARCIDIACONO
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-07buildsys: Add missing $(SYMBOL_PREFIX) to symbol namesMarkos 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-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-08-29librt: re-add SIGCANCEL to the list of blocked signal in helper threadFilippo Arcidiacono
2012-06-19nptl: sh: fix race condition in lll_wait_tidStas Sergeev
2012-06-15NPTL: rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15nptl: remove sigaction, sigprocmask, and sigfillset from libpthreadAustin Foxley
2012-06-15enable the common code for NPTLPeter S. Mazinger
2012-06-15fork: do not add fork() to libpthreadPeter S. Mazinger
2012-06-15make NPTL's getpid behave similar to the common onePeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15Makefile.commonarch: use proper CFLAGS for jmp-unwind.cPeter S. Mazinger
2012-06-15unwind-{resume,forcedunwind}.c: add missing prototypesPeter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15pthreadP.h: avoid shadow warningsPeter S. Mazinger
2012-06-15disable __pthread_kill_other_threads, obsoletedPeter S. Mazinger
2012-06-15change __asm to __asm__ and __volatile to __volatile__Peter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger