freebsd-dev/bin/dd
Poul-Henning Kamp ad66f7ee71 Bruce says: "You have been programming in the kernel for too long :-)."
and he's right ... I forgot about this floating point stuff you can
use in user-land :-)

Increase precision of duration to microseconds.
No heuristics to avoid overflow in calculation needed - just depend
on DBL_MAX being a bit larger than LONG_MAX.

Use double instead of `struct timeval' in dd.h so that everything
doesn't have to include <sys/time.h>.

Fixed style bugs in recent and old FreeBSD changes.

Reviewed by:	phk
Submitted by:	bde
1996-11-13 20:00:03 +00:00
..
args.c Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
conv_tab.c More koshering [ul]case fix, don't use pre-initialized tables at all, 1995-01-17 23:04:29 +00:00
conv.c Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
dd.1 Added $Id$ 1994-09-24 02:59:15 +00:00
dd.c Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
dd.h Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
extern.h Added $Id$ 1994-09-24 02:59:15 +00:00
Makefile Added $Id$ 1994-09-24 02:59:15 +00:00
misc.c Bruce says: "You have been programming in the kernel for too long :-)." 1996-11-13 20:00:03 +00:00
position.c Added $Id$ 1994-09-24 02:59:15 +00:00