aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
Commit message (Expand)AuthorAgeFilesLines
* Incorporate feedback from bde and jilles regarding r265472 to dd(1).Alan Somers2014-05-083-15/+12
* (dd_out): Fix handling of all-zeroes block at end of input withThomas Quinot2014-05-071-24/+43
* dd(1) uses gettimeofday(2) to compute the throughput statistics. However,Alan Somers2014-05-062-12/+20
* Minor comment fix: dbsz is the block size as set by bs/ibs/obs,Thomas Quinot2014-05-031-1/+1
* Minor comment fix.Thomas Quinot2014-05-031-1/+1
* Make C_* contants fit in 32 bits again by using 4 unused bits.Xin LI2014-04-033-32/+32
* Implement GNU's extension of 'status' operand. The GNU syntax isXin LI2014-04-036-34/+69
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-3/+3
* Make dd's signal handler async safe.Eitan Adler2013-05-106-20/+22
* Literally follow POSIX:Konstantin Belousov2013-04-231-1/+1
* IFP4 change 222074.Brooks Davis2013-04-031-0/+7
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-0/+5
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-012-3/+3
* Bump .Dd for r187609Giorgos Keramidas2009-01-301-1/+1
* Add an example of using bs=2048 to duplicate data CD-ROMs.Giorgos Keramidas2009-01-231-0/+5
* More inactive maintainers.Mark Murray2006-07-091-2/+0
* Spell "protections" correctly.Giorgos Keramidas2005-07-281-1/+1
* Sort sections.Ruslan Ermilov2005-06-141-8/+8
* Document problems with writing to disks under GEOM.Scott Long2005-04-071-1/+10
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-2/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-091-5/+8
* Add a "fillchar" command line argument to dd(1) that permits the userRobert Watson2004-08-155-2/+32
* Allow for capital letters as size suffixes.Pawel Jakub Dawidek2004-07-311-8/+20
* Bump document date for the latest functional change.Ruslan Ermilov2004-05-161-6/+10
* Style fixes and add gen to CLEANFILES.Nate Lawson2004-04-091-12/+15
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-069-36/+0
* Remove a.out at the end of 'make test'Andrey A. Chernov2004-03-081-1/+1
* Fixed some style bugs (mainly unsorting and tab lossage in previous commit).Bruce Evans2004-03-061-16/+15
* Add a.out to CLEANFILESAndrey A. Chernov2004-03-061-0/+1
* Change locale name from non-existent ASCII to en_US.US-ASCIIAndrey A. Chernov2004-03-061-2/+2
* Teach dd(1) about parity bits.Poul-Henning Kamp2004-03-059-21/+157
* Add a test-target and reference vectors for the character converions.Poul-Henning Kamp2004-03-0511-0/+194
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-1/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* ssize_t is not required to be the same width as size_t by theRuslan Ermilov2003-03-151-4/+6
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-151-2/+2
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray2003-02-278-47/+50
* Don't call DIOCWLABEL on disks, it is not implemented, and calling itPoul-Henning Kamp2003-01-261-7/+1
* mdoc(7) police:Ruslan Ermilov2002-11-261-1/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-306-12/+12
* Replace <strings.h> with <string.h>. No functions from the former areGiorgos Keramidas2002-06-091-1/+1
* mdoc(7) police: replace the XXX with the correct width.Ruslan Ermilov2002-05-291-2/+1
* Add semicolon to empty default case to silence warning.Chris D. Faulhaber2002-05-111-0/+1
* Various mdoc fixes, including a change that corrects spacing asGiorgos Keramidas2002-03-311-43/+53
* 1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,Mark Murray2002-03-071-1/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-223-7/+3
* Correct a logic bug that snuck in and broke multiplication of off_ts.Brian Feldman2002-02-071-1/+1
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+1
* o __P has been reovedWarner Losh2002-02-026-91/+68