freebsd_amp_hwpstate/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
..
Makefile
args.c
conv.c
conv_tab.c
dd.1
dd.c
dd.h Fix printing for bytes read > 4G. 1998-02-11 02:23:31 +00:00
extern.h
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