Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | -1/+0 |
2018-08-28 | fix return value of system on failure to spawn child process | Rich Felker | -1/+1 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -1/+1 |
2013-03-24 | remove cruft from pre-posix_spawn version of the system function | Rich Felker | -6/+0 |
2013-02-17 | consistently use the internal name __environ for environ | Rich Felker | -2/+2 |
2013-02-03 | base system() on posix_spawn | Rich Felker | -41/+26 |
2012-10-28 | system is a cancellation point | Rich Felker | -0/+3 |
2012-10-19 | fix usage of locks with vfork | Rich Felker | -1/+2 |
2012-10-18 | overhaul system() and popen() to use vfork; fix various related bugs | Rich Felker | -23/+42 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+45 |