aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/dd.h
Commit message (Expand)AuthorAgeFilesLines
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger2020-06-041-0/+2
* Add iflag=fullblock to ddMatt Macy2019-09-301-0/+1
* Add oflag=fsync and oflag=sync capability to ddMatt Macy2019-09-301-0/+1
* Add conv=fdatasync flag to ddMatt Macy2019-09-301-32/+33
* Add conv=fsync flag to ddMatt Macy2019-09-031-0/+1
* Replace hand-crafted naive byte-by-byte zero block detection routineMaxim Sobolev2018-11-291-0/+4
* dd: add status=progress supportKyle Evans2018-08-081-0/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* dd(1): Incorrect casting of argumentsAlan Somers2017-08-251-4/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Reorganize the handling all-zeroes terminal block in sparse modeThomas Quinot2016-02-181-0/+1
* bin/dd: revert 273734, as it fails on 32bit platformsKurt Jaeger2014-10-271-10/+11
* bin/dd: Fix incorrect casting of argumentsKurt Jaeger2014-10-271-11/+10
* Incorporate feedback from bde and jilles regarding r265472 to dd(1).Alan Somers2014-05-081-1/+1
* Minor comment fix: dbsz is the block size as set by bs/ibs/obs,Thomas Quinot2014-05-031-1/+1
* Make C_* contants fit in 32 bits again by using 4 unused bits.Xin LI2014-04-031-30/+30
* Implement GNU's extension of 'status' operand. The GNU syntax isXin LI2014-04-031-27/+30
* Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson2004-08-151-0/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Fixed some style bugs (mainly unsorting and tab lossage in previous commit).Bruce Evans2004-03-061-16/+15
* Teach dd(1) about parity bits.Poul-Henning Kamp2004-03-051-0/+6
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray2003-02-271-7/+7
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-4/+0
* Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman2000-07-011-2/+3
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilBrian Feldman1999-09-131-12/+13
* ISDISK -> ISSEEKBrian Feldman1999-09-121-1/+1
* Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman1999-09-121-14/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Implement seekability for disk devices (not just regular files).Brian Feldman1999-07-131-2/+3
* This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman1999-06-201-16/+14
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,Brian Feldman1999-06-191-16/+18
* Fix printing for bytes read > 4G.Satoshi Asami1998-02-111-2/+2
* Teach dd(1) about an option to write sparse files. Can be useful forJoerg Wunsch1997-10-111-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Bruce says: "You have been programming in the kernel for too long :-)."Poul-Henning Kamp1996-11-131-2/+2
* Increase precision of duration to milliseconds.Poul-Henning Kamp1996-11-121-2/+2
* Added $Id$David Greenman1994-09-241-0/+1
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+96