summaryrefslogtreecommitdiff
path: root/libc/stdio/popen.c
AgeCommit message (Expand)Author
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-02Oops... temporarily support the old stdio code.Manuel Novoa III
2004-01-02Rewrite popen for SUSv3 compliance.Manuel Novoa III
2002-12-01If the wait failed in pclose it would return a random status codeDavid McCullough
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