freebsd-skq/usr.bin/xargs
mckay a8e94264ae 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 not start, failing to exit until all extraneous children
have exited.

This patch makes xargs keep track of children it starts, ignoring
pre-existing ones.
2010-11-21 10:55:16 +00:00
..
Makefile
pathnames.h
strnsubst.c
xargs.1
xargs.c xargs can be fooled by exiting children that it did not start, causing 2010-11-21 10:55:16 +00:00