Bruce Evans
|
2b9ac168ec
|
FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)
case.
|
1997-04-22 09:44:06 +00:00 |
|
John Dyson
|
5ae9116a7d
|
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 |
|
John Dyson
|
1174d9f9df
|
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 |
|
Bruce Evans
|
035e5608d5
|
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 Wemm
|
adf6ad9e69
|
Merge from Lite2:
filesystem include updates, duplicate group suppression, cleanups,
filesystem whiteout support (unionfs), bidir popen().
|
1997-03-11 11:52:33 +00:00 |
|
Jordan K. Hubbard
|
51295a4d3e
|
General -Wall warning cleanup, part I.
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
1996-07-12 18:57:58 +00:00 |
|
Jeffrey Hsu
|
e78bad2371
|
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 |
|
Rodney W. Grimes
|
6c06b4e2aa
|
Remove trailing whitespace.
|
1995-05-30 05:51:47 +00:00 |
|
Rodney W. Grimes
|
58f0484fa2
|
BSD 4.4 Lite Lib Sources
|
1994-05-27 05:00:24 +00:00 |
|