freebsd-dev/bin/dd
Bruce Evans 7eaa685e41 Exit with a nonzero status if we get killed by a SIGINT. POSIX.2
specifies exiting with a zero status if the file was copied
successfully, and with a nonzero status if an error occurred.  We
are too sloppy to tell if the file was copied successfully when we
get killed by a SIGINT, but it is unlikely to have been.  Added a
comment about related sloppiness (calling exit() from a signal
handler).
1998-02-24 01:45:05 +00:00
..
args.c Sort "sparse" into alphabetical order, since dd's `conv' options need 1997-11-11 20:35:29 +00:00
conv_tab.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
conv.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
dd.1 Teach dd(1) about an option to write sparse files. Can be useful for 1997-10-11 20:09:05 +00:00
dd.c Use the correct value in the call to swab(3) with conv=swab. Previously, 1998-01-07 22:31:19 +00:00
dd.h Fix printing for bytes read > 4G. 1998-02-11 02:23:31 +00:00
extern.h Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
Makefile Oops, back out rev 1.5, it wasn't my intention to also commit the 1998-01-07 22:32:28 +00:00
misc.c Exit with a nonzero status if we get killed by a SIGINT. POSIX.2 1998-02-24 01:45:05 +00:00
position.c Fixed overflow for attempts to seek to offsets > ULONG_MAX. See the 1997-04-30 17:51:29 +00:00