summaryrefslogtreecommitdiff
path: root/src/stdio/popen.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05various: users of pipe2 need to define FTM nowA. Wilcox1-0/+1
2021-04-20fix popen not to leak pipes from one child to anotherRich Felker1-0/+6
2021-04-20remove spurious lock in popenRich Felker1-2/+0
2021-03-15remove no-longer-needed special case handling in popenRich Felker1-16/+0
2013-09-01fix special-case breakage in popen due to reversed argument orderRich Felker1-1/+1
2013-03-24rewrite popen to use posix_spawn instead of fragile vfork hacksRich Felker1-41/+41
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-0/+3
2012-10-21fix copy/paste error in popen changes that broke signalsRich Felker1-1/+1
2012-10-19fix usage of locks with vforkRich Felker1-1/+1
2012-10-18overhaul system() and popen() to use vfork; fix various related bugsRich Felker1-24/+44
2012-06-20make popen cancellation-safeRich Felker1-0/+7
2012-06-20popen: handle issues with fd0/1 being closedRich Felker1-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+43