summaryrefslogtreecommitdiffstats
path: root/libc/stdio/popen.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-10/+0
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-8/+8
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-2/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-17/+17
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-0/+1
* Merge from trunk."Steven J. Hill"2006-02-261-16/+20
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-1/+3
* Merge from trunk."Steven J. Hill"2005-12-101-0/+2
* Merge from trunk."Steven J. Hill"2005-12-081-0/+1
* More merging from trunk."Steven J. Hill"2005-12-061-7/+6
* Merge from trunk."Steven J. Hill"2005-12-021-6/+6
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-18/+3
* Oops... temporarily support the old stdio code.Manuel Novoa III2004-01-021-0/+5
* Rewrite popen for SUSv3 compliance.Manuel Novoa III2004-01-021-47/+171
* 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