Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway) | bde | 1997-04-22 | 1 | -1/+2 |
| | | | | case. | ||||
* | Clean-up my modification of popen.c for vfork. Bruce's (this) is better. | dyson | 1997-04-20 | 1 | -10/+12 |
| | | | | Submitted by: Bruce Evans <bde@freebsd.org> | ||||
* | Fix the problem in popen that makes correct vfork semantics fail. | dyson | 1997-04-16 | 1 | -6/+11 |
| | | | | | | Specifically, popen modifies a variable "pdes[1]" in the child in such a way that it breaks code in the parent (due to the address space sharing.) | ||||
* | Fixed cleaning up after malloc failure, which was broken by Lite2. | bde | 1997-03-11 | 1 | -3/+5 |
| | | | | | | We don't use socketpair(), so don't #include <sys/socket.h>. Restored some gcc-quieting parentheses that were lost in the Lite2 merge. | ||||
* | Merge from Lite2: | peter | 1997-03-11 | 1 | -21/+28 |
| | | | | | filesystem include updates, duplicate group suppression, cleanups, filesystem whiteout support (unionfs), bidir popen(). | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -1/+1 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Don't cast void functions to void. | hsu | 1995-06-20 | 1 | -2/+2 |
| | | | | Obtained from: NetBSD commit by jtc on June 16, 1995. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+160 |