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