aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/popen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable: omask.Tim J. Robbins2003-01-041-1/+0
* Protect pidlist with a mutex to avoid a race causing a duplicate free()Tim J. Robbins2003-01-031-8/+24
* * Remove 'register'. (some functions had 7+ register functions...)David E. O'Brien2002-02-011-3/+3
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-7/+9
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-12/+12
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-12/+14
* Conform to POSIX and close any copies of popen() descriptors inherited by aMike Smith1998-10-151-0/+4
* Avoid the need for calling functions that malloc after a vfork().Peter Wemm1998-10-111-2/+10
* vfork -> fork. The child calls execl() which calls malloc(), soBruce Evans1998-10-101-1/+1
* FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)Bruce Evans1997-04-221-1/+2
* Clean-up my modification of popen.c for vfork. Bruce's (this) is better.John Dyson1997-04-201-10/+12
* Fix the problem in popen that makes correct vfork semantics fail.John Dyson1997-04-161-6/+11
* Fixed cleaning up after malloc failure, which was broken by Lite2.Bruce Evans1997-03-111-3/+5
* Merge from Lite2:Peter Wemm1997-03-111-21/+28
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
* Don't cast void functions to void.Jeffrey Hsu1995-06-201-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+160