about summary refs log tree commit diff
path: root/src/stdio/popen.c
Commit message (Expand)AuthorAgeFilesLines
* fix popen not to leak pipes from one child to anotherRich Felker2021-04-201-0/+6
* remove spurious lock in popenRich Felker2021-04-201-2/+0
* remove no-longer-needed special case handling in popenRich Felker2021-03-151-16/+0
* fix special-case breakage in popen due to reversed argument orderRich Felker2013-09-011-1/+1
* rewrite popen to use posix_spawn instead of fragile vfork hacksRich Felker2013-03-241-41/+41
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+3
* fix copy/paste error in popen changes that broke signalsRich Felker2012-10-211-1/+1
* fix usage of locks with vforkRich Felker2012-10-191-1/+1
* overhaul system() and popen() to use vfork; fix various related bugsRich Felker2012-10-181-24/+44
* make popen cancellation-safeRich Felker2012-06-201-0/+7
* popen: handle issues with fd0/1 being closedRich Felker2012-06-201-3/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+43