]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264059+264067:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Apr 2014 00:31:20 +0000 (00:31 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Apr 2014 00:31:20 +0000 (00:31 +0000)
commit0dd2c94c993d0ad5aa63af48ffd0d470bc646ac4
treee53e2a65f94d2262838062b0f26c27f53d50061f
parentbff07535ed011c099f3102cec5f3d27e438a41f7
MFC r264059+264067:

Implement GNU's extension of 'status' operand.  The GNU syntax is
borrowed where syntax status=noxfer means no transfer statistics
and status=none means no status information at all.

This feature is useful because the statistics information can
sometimes be annoying, and redirecting stderr to /dev/null would
mean error messages also gets silenced.

Obtained from: OpenBSD

git-svn-id: svn://svn.freebsd.org/base/stable/10@264577 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/dd/args.c
bin/dd/dd.1
bin/dd/dd.h
bin/dd/misc.c