about summary refs log tree commit diff
path: root/src/process/system.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+1
* remove cruft from pre-posix_spawn version of the system functionRich Felker2013-03-241-6/+0
* consistently use the internal name __environ for environRich Felker2013-02-171-2/+2
* base system() on posix_spawnRich Felker2013-02-031-41/+26
* system is a cancellation pointRich Felker2012-10-281-0/+3
* fix usage of locks with vforkRich Felker2012-10-191-1/+2
* overhaul system() and popen() to use vfork; fix various related bugsRich Felker2012-10-181-23/+42
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+45