]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dd: add status=progress support
authorKyle Evans <kevans@FreeBSD.org>
Wed, 8 Aug 2018 21:37:02 +0000 (21:37 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 8 Aug 2018 21:37:02 +0000 (21:37 +0000)
commit4767c42c1146459eb751af6c883dce141736542f
tree64343858eedad0e2e73edbbfbf5134eb0f8bb914
parentf032f7b3075ec9f78724f1a09ea6ba3e0045ab34
dd: add status=progress support

This reports the current status on a single line every second, mirroring
similar functionality in GNU dd, and carefully interacts with SIGINFO.

PR: 229615
Submitted by: Thomas Hurst <tom@hur.st> (modified for style(9) nits by me)
MFC after: 1 week
bin/dd/args.c
bin/dd/dd.1
bin/dd/dd.c
bin/dd/dd.h
bin/dd/extern.h
bin/dd/misc.c