Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 1997 12:46:19 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG
Subject:   cvs commit: src/bin/dd dd.c
Message-ID:  <199708191946.MAA24904@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jlemon      1997/08/19 12:46:19 PDT

  Modified files:
    bin/dd               dd.c 
  Log:
  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
  
  Revision  Changes    Path
  1.11      +12 -10    src/bin/dd/dd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708191946.MAA24904>