summaryrefslogtreecommitdiff
path: root/src/process/vfork.c
AgeCommit message (Collapse)AuthorLines
2018-09-12remove __vfork aliasRich Felker-4/+1
this was added so that posix_spawn and possibly other functionality could be implemented in terms of vfork, but that turned out to be unsafe. any such usage needs __clone with proper handling of stack lifetime.
2014-05-30additional fixes for linux kernel apis with old syscalls removedRich Felker-0/+5
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-0/+1
2011-10-14make available a namespace-safe vfork, if supportedRich Felker-1/+4
this may be useful to posix_spawn..?
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+8