freebsd-dev/bin/dd
Dima Dorfman 7a507517de Previous commit broke dd(1)'s I/O summary when it's terminated by a
signal.  Fix it by adding an explicit call to summary() in terminate()
(it was previously called implicitly by exit() because summary() was
registered with atexit()).  summary() is supposed to be signal-safe--
it handles SIGINFO almost exclusively--so this should be safe.

Submitted by:	bde
2001-06-25 06:17:02 +00:00
..
args.c Allow negative seek offsets for files that can be seeked upon. It 2000-10-22 23:00:32 +00:00
conv_tab.c Even more cleanups to dd(1). This is probably the culmination of the 1999-09-12 16:51:53 +00:00
conv.c Even more dd(1) cleanups! Thanks to Bruce for staying on my case until 1999-09-13 21:47:10 +00:00
dd.1 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 11:39:41 +00:00
dd.c Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby 2000-10-10 01:50:26 +00:00
dd.h Various cleanups are made to reduce warnings and make code prettier :) 2000-07-01 05:36:25 +00:00
extern.h Various cleanups are made to reduce warnings and make code prettier :) 2000-07-01 05:36:25 +00:00
Makefile Do proper constification in args.c. This shuts up -Wcast-qual (thanks, 1999-12-07 03:32:37 +00:00
misc.c Previous commit broke dd(1)'s I/O summary when it's terminated by a 2001-06-25 06:17:02 +00:00
position.c Allow negative seek offsets for files that can be seeked upon. It 2000-10-22 23:00:32 +00:00