summaryrefslogtreecommitdiff
path: root/libc/stdio/popen.c
AgeCommit message (Expand)Author
2002-07-31Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen
2002-06-11A patch from Ted Phelps to fix popen(). Ted writes:Eric Andersen
2002-02-21When vfork is not available and we have an MMU, then use fork()Eric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-03Fix a couple of bugs: check mode is legal; open file and check success beforeManuel Novoa III
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen