FreeBSD/src 4767c42 (r337505)bin/dd misc.c dd.c

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 at hur.st> (modified for style(9) nits by me)
MFC after:      1 week
DeltaFile
+35-0bin/dd/misc.c
+14-0bin/dd/dd.c
+4-2bin/dd/dd.1
+3-0bin/dd/extern.h
+2-0bin/dd/args.c
+1-0bin/dd/dd.h
+59-26 files

UnifiedSplitRaw