aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-7/+0
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-0/+27
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler1-1/+21
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-07-25Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella1-1/+207
2018-07-25Fix C11 conformance issuesAdhemerval Zanella1-0/+1
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2-3/+2
2018-05-08Fix comment typoAndreas Schwab1-1/+1
2018-05-04Fix blocking pthread_join. [BZ #23137]Stefan Liebler1-5/+8
2018-04-26Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho1-1/+2
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella1-20/+0
2018-03-07Refactor Linux ARCH_FORK implementationAdhemerval Zanella1-7/+1
2018-03-01nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer1-2/+1
2018-02-27Move NPTL-specific code to NPTL-specific headerSamuel Thibault1-0/+51
2018-02-22Refactor atfork handlersAdhemerval Zanella3-108/+21
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella1-22/+0
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-2/+2
2018-01-25Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell1-2/+5
2018-01-10nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers27-27/+27
2017-12-20nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer1-1/+0
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu1-5/+2
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella3-7/+29
2017-10-05Remove add-ons mechanism.Joseph Myers1-1/+1
2017-07-24Remove extra semicolons in struct pthread_mutex (bug 21804)Andreas Schwab1-3/+3
2017-07-09Use generic pthread support on hppa.John David Anglin1-1/+1
2017-07-06nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale1-1/+1
2017-05-12fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer1-8/+0
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg1-0/+1
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-0/+277
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-06Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler1-2/+2
2017-01-13Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel1-6/+14
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel1-68/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers25-25/+25
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2-13/+6
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-12/+0
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-0/+1
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer1-8/+0
2016-09-14Remove the ptw-% patternsFlorian Weimer1-4/+0
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer1-3/+3
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer1-15/+38
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer1-27/+0
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer1-1/+12
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel1-6/+9
2016-01-15Fix build errors with -DNDEBUG.Martin Sebor1-2/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers25-25/+25
2015-12-23Do not violate mutex destruction requirements.Torvald Riegel1-4/+14
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2-1/+1
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers3-117/+0