| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 Felker | 2018-09-12 | 1 | -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 Felker | 2018-09-12 | 1 | -0/+1 |
| * | x32 port (diff against vanilla x86_64) | rofl0r | 2014-02-23 | 1 | -1/+1 |
| * | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 1 | -0/+12 |
