Re: [PATCH] Fix for tottaly broken background operations support - part 1

2005-07-14 Thread Pavel Tsekov
Hello, On Wed, 13 Jul 2005, Pavel Tsekov wrote: The suggested patch addresses the problem by creating two pipes one used to send data from the parent to the child and the other in the opposite direction. All calls a adjusted accordingly. The attached patch was incomplete it lacks the changes

[PATCH] Fix for tottaly broken background operations support - part 1

2005-07-13 Thread Pavel Tsekov
Hello, Currently the background operation is totaly screwed. It was broken by this change (I guess) made on 2003-10-25: * background.c (do_background): Use pipe() instead of less portable socketpair(). Close comm[0] in the child. Still, it may have been broken even in its previous