summaryrefslogtreecommitdiff
path: root/src/process/_Fork.c
AgeCommit message (Expand)AuthorLines
2023-06-01fix public clone function to be safe and usable by applicationsRich Felker-10/+16
2023-06-01fix broken thread list unlocking after forkRich Felker-1/+1
2022-10-19fix potential deadlock between multithreaded fork and aioRich Felker-2/+1
2020-10-14move aio implementation details to a proper internal headerRich Felker-0/+1
2020-10-14implement _Fork and refactor fork using itRich Felker-9/+2
2020-10-14rename fork source fileRich Felker-0/+44