bde
|
5e1197d908
|
FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)
case.
|
1997-04-22 09:44:06 +00:00 |
|
dyson
|
a0af1fc5d0
|
Clean-up my modification of popen.c for vfork. Bruce's (this) is better.
Submitted by: Bruce Evans <bde@freebsd.org>
|
1997-04-20 20:17:04 +00:00 |
|
dyson
|
a07e70af85
|
Fix the problem in popen that makes correct vfork semantics fail.
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.)
|
1997-04-16 03:26:50 +00:00 |
|
bde
|
89013b759d
|
Fixed cleaning up after malloc failure, which was broken by Lite2.
We don't use socketpair(), so don't #include <sys/socket.h>.
Restored some gcc-quieting parentheses that were lost in the Lite2 merge.
|
1997-03-11 18:51:43 +00:00 |
|
peter
|
0b3e1277b4
|
Merge from Lite2:
filesystem include updates, duplicate group suppression, cleanups,
filesystem whiteout support (unionfs), bidir popen().
|
1997-03-11 11:52:33 +00:00 |
|
jkh
|
c4d4a99d31
|
General -Wall warning cleanup, part I.
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
1996-07-12 18:57:58 +00:00 |
|
hsu
|
969b124869
|
Don't cast void functions to void.
Obtained from: NetBSD commit by jtc on June 16, 1995.
|
1995-06-20 18:31:16 +00:00 |
|
rgrimes
|
f05428e4cd
|
Remove trailing whitespace.
|
1995-05-30 05:51:47 +00:00 |
|
rgrimes
|
be22b15ae2
|
BSD 4.4 Lite Lib Sources
|
1994-05-27 05:00:24 +00:00 |
|