summaryrefslogtreecommitdiff
path: root/src/process/system.c
AgeCommit message (Expand)Author
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-08-28fix return value of system on failure to spawn child processRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-03-24remove cruft from pre-posix_spawn version of the system functionRich Felker
2013-02-17consistently use the internal name __environ for environRich Felker
2013-02-03base system() on posix_spawnRich Felker
2012-10-28system is a cancellation pointRich Felker
2012-10-19fix usage of locks with vforkRich Felker
2012-10-18overhaul system() and popen() to use vfork; fix various related bugsRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker