1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.bin/xargs
Stephen McKay 92095ab601 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 Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
pathnames.h
strnsubst.c Handle maxsize==0 in such a way that we don't modify the string. 2005-12-30 23:22:50 +00:00
xargs.1 Revive '-opt' flags which I accidentally removed. 2008-01-27 16:20:36 +00:00
xargs.c xargs can be fooled by exiting children that it did not start, causing 2010-11-21 10:55:16 +00:00