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. | ||||
2018-09-12 | declare __syscall_ret as hidden in vfork asm | Rich Felker | -0/+1 | |
without this, it's plausible that assembler or linker could complain about an unsatisfiable relocation. | ||||
2014-02-23 | x32 port (diff against vanilla x86_64) | rofl0r | -1/+1 | |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | -0/+12 | |