Age | Commit message (Expand) | Author | Files | Lines |
2014-05-29 | support linux kernel apis (new archs) with old syscalls removed | Rich Felker | 1 | -2/+16 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -2/+1 |
2014-02-12 | make posix_spawn accept null pid pointer arguments | Rich Felker | 1 | -1/+1 |
2013-08-09 | optimize posix_spawn to avoid spurious sigaction syscalls | Rich Felker | 1 | -7/+21 |
2013-08-09 | fix missing errno from exec failure in posix_spawn | Rich Felker | 1 | -0/+1 |
2013-07-17 | make posix_spawn (and functions that use it) use CLONE_VFORK flag | Rich Felker | 1 | -1/+2 |
2013-04-26 | remove explicit locking to prevent __synccall setuid during posix_spawn | Rich Felker | 1 | -13/+0 |
2013-02-03 | fix unsigned comparison bug in posix_spawn | Rich Felker | 1 | -1/+1 |
2013-02-03 | overhaul posix_spawn to use CLONE_VM instead of vfork | Rich Felker | 1 | -52/+122 |
2012-10-19 | fix usage of locks with vfork | Rich Felker | 1 | -1/+1 |
2012-10-18 | fix parent-memory-clobber in posix_spawn (environ) | Rich Felker | 1 | -4/+3 |
2012-10-18 | overhaul system() and popen() to use vfork; fix various related bugs | Rich Felker | 1 | -6/+7 |
2012-10-15 | block uid/gid changes during posix_spawn | Rich Felker | 1 | -0/+10 |
2012-09-14 | use vfork if possible in posix_spawn | Rich Felker | 1 | -1/+3 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -6/+6 |
2011-09-13 | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 1 | -3/+5 |
2011-05-29 | fix backwards posix_spawn file action order | Rich Felker | 1 | -2/+3 |
2011-05-28 | add file actions support to posix_spawn | Rich Felker | 1 | -0/+28 |
2011-05-28 | posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag | Rich Felker | 1 | -1/+3 |
2011-05-28 | initial implementation of posix_spawn | Rich Felker | 1 | -0/+65 |