summaryrefslogtreecommitdiffstats
path: root/libc/stdio/popen.c
Commit message (Expand)AuthorAgeFilesLines
* If the wait failed in pclose it would return a random status codeDavid McCullough2002-12-011-1/+2
* Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen2002-07-311-1/+1
* A patch from Ted Phelps to fix popen(). Ted writes:Eric Andersen2002-06-111-1/+1
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-211-0/+6
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* Fix a couple of bugs: check mode is legal; open file and check success beforeManuel Novoa III2001-03-031-25/+45
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-7/+4
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+49