usr.bin/xargs: Do not report SIGPIPE from children.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 15 Sep 2020 23:38:32 +0000 (01:38 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 15 Sep 2020 23:40:29 +0000 (01:40 +0200)
commitaacc26a25d36e345814fa716a26c4f829ff54fcb
tree19d3829ba6a10012b4cb2cf368362b0ddd435770
parent729a55e1f0f814d77d42f5db97fc6334f90ed577
usr.bin/xargs: Do not report SIGPIPE from children.

  - Additionally, print the signal name if it's known,
    otherwise just print the signal number. Before only
    the signal number was being reported.

Reported-by: swildner@
Taken-from: OpenBSD
usr.bin/xargs/xargs.c