Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-09-12 | remove __vfork alias | Rich 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-30 | additional fixes for linux kernel apis with old syscalls removed | Rich Felker | -0/+5 | |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -0/+1 | |
2011-10-14 | make available a namespace-safe vfork, if supported | Rich Felker | -1/+4 | |
this may be useful to posix_spawn..? | ||||
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+8 | |