freebsd-dev/bin/dd
Jonathan Lemon af041bf3fd Pad the input buffer whenever sync is used, not just if the noerror flag
is also set.
Change osync to not to tack on an empty block if the input buffer is null,
    or an even multiple of the blocksize.
Also change osync to pad the output with nulls/spaces depending whether
   this is a block-oriented conversion or not (same as sync).

PR:		3818
1997-08-19 19:46:18 +00:00
..
args.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +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 Change spelling of ECBDIC to EBCDIC. Closes PR #3402 1997-04-28 04:07:29 +00:00
dd.c Pad the input buffer whenever sync is used, not just if the noerror flag 1997-08-19 19:46:18 +00:00
dd.h Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
extern.h Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
misc.c Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00
position.c Fixed overflow for attempts to seek to offsets > ULONG_MAX. See the 1997-04-30 17:51:29 +00:00