summaryrefslogtreecommitdiff
path: root/libc/stdio/popen.c
AgeCommit message (Expand)Author
2014-12-28reduce some unneeded warnings.Waldemar Brodkorb
2012-06-15popen.c: get rid of a shadow warningPeter S. Mazinger
2012-05-05drop support for old systems lacking vforkMark Salter
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-01-15only declare vfork when needed, else no-mmu build failsMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Get rid of warnings, use internals, create new hidden versionsPeter S. Mazinger
2005-12-10Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger
2005-12-08Hide some of the f* *printf, use them as wellPeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
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