aboutsummaryrefslogtreecommitdiff
path: root/src/process/x86_64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove __vfork alias•••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. Rich Felker2018-09-121-4/+1
* declare __syscall_ret as hidden in vfork asm•••without this, it's plausible that assembler or linker could complain about an unsatisfiable relocation. Rich Felker2018-09-121-0/+1
* x86_64 vfork implementation•••untested; should work. Rich Felker2012-02-061-0/+12