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