summaryrefslogtreecommitdiff
path: root/bin/dd/dd.h
AgeCommit message (Expand)Author
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2020-06-04Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger
2019-09-30Add iflag=fullblock to ddMatt Macy
2019-09-30Add oflag=fsync and oflag=sync capability to ddMatt Macy
2019-09-30Add conv=fdatasync flag to ddMatt Macy
2019-09-03Add conv=fsync flag to ddMatt Macy
2018-11-29Replace hand-crafted naive byte-by-byte zero block detection routineMaxim Sobolev
2018-08-08dd: add status=progress supportKyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-25dd(1): Incorrect casting of argumentsAlan Somers
2017-02-28Renumber copyright clause 4Warner Losh
2016-02-18Reorganize the handling all-zeroes terminal block in sparse modeThomas Quinot
2014-10-27bin/dd: revert 273734, as it fails on 32bit platformsKurt Jaeger
2014-10-27bin/dd: Fix incorrect casting of argumentsKurt Jaeger
2014-05-08Incorporate feedback from bde and jilles regarding r265472 to dd(1).Alan Somers
2014-05-03Minor comment fix: dbsz is the block size as set by bs/ibs/obs,Thomas Quinot
2014-04-03Make C_* contants fit in 32 bits again by using 4 unused bits.Xin LI
2014-04-03Implement GNU's extension of 'status' operand. The GNU syntax isXin LI
2004-08-15Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2004-03-06Fixed some style bugs (mainly unsorting and tab lossage in previous commit).Bruce Evans
2004-03-05Teach dd(1) about parity bits.Poul-Henning Kamp
2003-02-27WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray
2002-02-22Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray
2000-07-01Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman
1999-09-13Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilBrian Feldman
1999-09-12ISDISK -> ISSEEKBrian Feldman
1999-09-12Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-07-13Implement seekability for disk devices (not just regular files).Brian Feldman
1999-06-20This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman
1999-06-19Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,Brian Feldman
1998-02-11Fix printing for bytes read > 4G.Satoshi Asami
1997-10-11Teach dd(1) about an option to write sparse files. Can be useful forJoerg Wunsch
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-11-13Bruce says: "You have been programming in the kernel for too long :-)."Poul-Henning Kamp
1996-11-12Increase precision of duration to milliseconds.Poul-Henning Kamp
1994-09-24Added $Id$David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes