freebsd-dev/bin/dd
Alan Somers 540c78258c Incorporate feedback from bde and jilles regarding r265472 to dd(1).
* Don't use sysexits.h.  Just exit 1 on error and 0 otherwise.
* Don't sacrifice precision by converting the output of clock_gettime() to a
  double and then comparing the results.  Instead, subtract the values of
  the two clock_gettime() calls, then convert to double.
* Don't use CLOCK_MONOTONIC_PRECISE.  It's an unportable synonym for
  CLOCK_MONOTONIC.
* Use more appropriate names for some local variables.
* In the summary message, round elapsed time to the nearest microsecond.

Reported by:	bde, jilles
MFC after:	3 days
X-MFC-With:	265472
2014-05-08 19:10:04 +00:00
..
args.c Implement GNU's extension of 'status' operand. The GNU syntax is 2014-04-03 00:55:16 +00:00
conv_tab.c Make dd's signal handler async safe. 2013-05-10 18:43:36 +00:00
conv.c Minor comment fix. 2014-05-03 09:06:11 +00:00
dd.1 Implement GNU's extension of 'status' operand. The GNU syntax is 2014-04-03 00:55:16 +00:00
dd.c Incorporate feedback from bde and jilles regarding r265472 to dd(1). 2014-05-08 19:10:04 +00:00
dd.h Incorporate feedback from bde and jilles regarding r265472 to dd(1). 2014-05-08 19:10:04 +00:00
extern.h Make C_* contants fit in 32 bits again by using 4 unused bits. 2014-04-03 06:32:02 +00:00
gen.c /*- or .\"- or #- to begin license clauses. 2005-01-10 08:39:26 +00:00
Makefile More inactive maintainers. 2006-07-09 21:47:37 +00:00
misc.c Incorporate feedback from bde and jilles regarding r265472 to dd(1). 2014-05-08 19:10:04 +00:00
position.c Make dd's signal handler async safe. 2013-05-10 18:43:36 +00:00
ref.ascii
ref.ebcdic
ref.ibm
ref.lcase
ref.oldascii
ref.oldebcdic
ref.oldibm
ref.pareven
ref.parnone
ref.parodd
ref.parset
ref.swab
ref.ucase