Re: svn commit: r215615 - head/usr.bin/xargs

2010-11-21 Thread Garrett Cooper
On Sun, Nov 21, 2010 at 2:55 AM, Stephen McKay wrote: > Author: mckay > Date: Sun Nov 21 10:55:16 2010 > New Revision: 215615 > URL: http://svn.freebsd.org/changeset/base/215615 > > Log: >  xargs can be fooled by exiting children that it did not start, causing >  it to kick off a new command befor

Re: svn commit: r215615 - head/usr.bin/xargs

2010-11-21 Thread Stephen McKay
On Sunday, 21st November 2010, Stephen McKay wrote: >Log: > xargs can be fooled by exiting children that it did not start, causing > it to kick off a new command before the previous has finished, resulting > in corrupted (interleaved) output. It is also fooled by non-exiting > children it did

svn commit: r215615 - head/usr.bin/xargs

2010-11-21 Thread Stephen McKay
Author: mckay Date: Sun Nov 21 10:55:16 2010 New Revision: 215615 URL: http://svn.freebsd.org/changeset/base/215615 Log: xargs can be fooled by exiting children that it did not start, causing it to kick off a new command before the previous has finished, resulting in corrupted (interleaved)