summaryrefslogtreecommitdiffstats
path: root/libc/stdio/popen.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-10/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-7/+7
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-16/+17
* only declare vfork when needed, else no-mmu build failsMike Frysinger2006-01-151-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-16/+20
* Get rid of warnings, use internals, create new hidden versionsPeter S. Mazinger2005-12-161-1/+3
* Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger2005-12-101-0/+1
* Hide some of the f* *printf, use them as wellPeter S. Mazinger2005-12-081-0/+1
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-7/+4
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-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