| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r291114: popen() requires check for fdopen() failure | rpokala | 2016-01-09 | 1 | -10/+24 |
* | popen(): Add 'e' mode character to set close-on-exec on the new fd. | jilles | 2013-05-20 | 1 | -9/+21 |
* | Rename the queue macros I introduced last year. | ed | 2009-05-27 | 1 | -1/+1 |
* | Convert popen()'s `pidlist' to a SLIST, for consistency. | ed | 2008-07-29 | 1 | -11/+13 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Remove unused variable: omask. | tjr | 2003-01-04 | 1 | -1/+0 |
* | Protect pidlist with a mutex to avoid a race causing a duplicate free() | tjr | 2003-01-03 | 1 | -8/+24 |
* | * Remove 'register'. (some functions had 7+ register functions...) | obrien | 2002-02-01 | 1 | -3/+3 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -7/+9 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -12/+12 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -12/+14 |
* | Conform to POSIX and close any copies of popen() descriptors inherited by a | msmith | 1998-10-15 | 1 | -0/+4 |
* | Avoid the need for calling functions that malloc after a vfork(). | peter | 1998-10-11 | 1 | -2/+10 |
* | vfork -> fork. The child calls execl() which calls malloc(), so | bde | 1998-10-10 | 1 | -1/+1 |
* | FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway) | bde | 1997-04-22 | 1 | -1/+2 |
* | Clean-up my modification of popen.c for vfork. Bruce's (this) is better. | dyson | 1997-04-20 | 1 | -10/+12 |
* | Fix the problem in popen that makes correct vfork semantics fail. | dyson | 1997-04-16 | 1 | -6/+11 |
* | Fixed cleaning up after malloc failure, which was broken by Lite2. | bde | 1997-03-11 | 1 | -3/+5 |
* | Merge from Lite2: | peter | 1997-03-11 | 1 | -21/+28 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -1/+1 |
* | Don't cast void functions to void. | hsu | 1995-06-20 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+160 |