summaryrefslogtreecommitdiff
path: root/sysdeps/nptl
Commit message (Expand)AuthorAgeFilesLines
* Refactor Linux ARCH_FORK implementationAdhemerval Zanella2018-03-071-7/+1
* nptl: Move pthread_atfork to libc_nonshared.aFlorian Weimer2018-03-011-2/+1
* Move NPTL-specific code to NPTL-specific headerSamuel Thibault2018-02-271-0/+51
* Refactor atfork handlersAdhemerval Zanella2018-02-223-108/+21
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-22/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-2/+2
* Revert Intel CET changes to __jmp_buf_tag (Bug 22743)Carlos O'Donell2018-01-251-2/+5
* nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2018-01-101-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0127-27/+27
* nptl: Implement pthread_self in libc.so [BZ #22635]Florian Weimer2017-12-201-1/+0
* Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu2017-12-191-5/+2
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-073-7/+29
* Remove add-ons mechanism.Joseph Myers2017-10-051-1/+1
* Remove extra semicolons in struct pthread_mutex (bug 21804)Andreas Schwab2017-07-241-3/+3
* Use generic pthread support on hppa.John David Anglin2017-07-091-1/+1
* nptl: Fix typo on __have_pthread_attr_t (BZ#21715)Matthew Krupcale2017-07-061-1/+1
* fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer2017-05-121-8/+0
* Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2017-05-111-0/+1
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-092-0/+277
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler2017-02-061-2/+2
* Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel2017-01-131-6/+14
* robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel2017-01-131-68/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0125-25/+25
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-312-13/+6
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-12/+0
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-0/+1
* malloc: Manual part of conversion to __libc_lockFlorian Weimer2016-09-211-8/+0
* Remove the ptw-% patternsFlorian Weimer2016-09-141-4/+0
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-3/+3
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-121-15/+38
* malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2016-04-141-27/+0
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-141-1/+12
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-151-6/+9
* Fix build errors with -DNDEBUG.Martin Sebor2016-01-151-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0425-25/+25
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-231-4/+14
* Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer2015-11-242-1/+1
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-273-117/+0
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-10/+0
* Remove NPTL configure errors based on top-level configure tests.Joseph Myers2015-10-152-18/+0
* Use __libc_ptf_call in _longjmp_unwindH.J. Lu2015-09-181-9/+3
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-172-3/+4
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-084-8/+8
* Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers2015-09-042-4/+4
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-031-1/+1
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-104-17/+221
* Use unsigned types for counters in getaddrinfo_a code.Roland McGrath2015-06-241-2/+2
* Use unsigned types for counters in AIO code.Roland McGrath2015-06-241-2/+2
* NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NPMartin Galvan2015-03-281-2/+0