History log of /dflybsd-src/bin/dd/ref.ascii (Results 1 – 1 of 1)
Revision Date Author Comments
# 0eeb0a9e 14-Feb-2019 Aaron LI <aly@aaronly.me>

dd(1): Sync with FreeBSD

Some highlights:
* Add the "fillchar" operand.
* Add the "speed" operand to limit the speed.
* Support to specify the output data parity in the "conv" operand.
* Add tests,

dd(1): Sync with FreeBSD

Some highlights:
* Add the "fillchar" operand.
* Add the "speed" operand to limit the speed.
* Support to specify the output data parity in the "conv" operand.
* Add tests, which can be run with "make test".

I adjusted the device names in the examples of the man page. Some minor
tweaks (e.g., styles, function prototypes, comments) were also applied.

show more ...