about summary refs log tree commit diff
path: root/src/process/_Fork.c
Commit message (Expand)AuthorAgeFilesLines
* fix public clone function to be safe and usable by applicationsRich Felker2023-06-011-10/+16
* fix broken thread list unlocking after forkRich Felker2023-06-011-1/+1
* fix potential deadlock between multithreaded fork and aioRich Felker2022-10-191-2/+1
* move aio implementation details to a proper internal headerRich Felker2020-10-141-0/+1
* implement _Fork and refactor fork using itRich Felker2020-10-141-9/+2
* rename fork source fileRich Felker2020-10-141-0/+44