aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl/fork.c
AgeCommit message (Expand)Author
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-12linux: Use __libc_single_threaded on forkAdhemerval Zanella
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-02-08nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-03-07Refactor Linux ARCH_FORK implementationAdhemerval Zanella
2018-02-22Refactor atfork handlersAdhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-05-12fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer
2017-01-13Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-01-13Fix wake-up in sysdeps/nptl/fork.c.Torvald Riegel
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath
2014-12-10Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab
2014-10-20pthread_once: Clean up constants.Torvald Riegel
2014-07-07NPTL is no longer an add-on!Roland McGrath
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath