aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
Commit message (Expand)AuthorAgeFilesLines
* Make the "invalid numeric value" error message actually displayableEdward Tomasz Napierala2016-02-211-8/+6
* Reorganize the handling all-zeroes terminal block in sparse modeThomas Quinot2016-02-185-19/+47
* Improve comment to reflect recent changes.Edward Tomasz Napierala2016-02-091-2/+4
* Use a proper type for return value of postfix_to_mult(); the way it'sEdward Tomasz Napierala2016-02-091-2/+2
* Use proper functions for parsing the numeric values.Edward Tomasz Napierala2016-02-091-2/+2
* Add 't' and 'p' postfixes to dd(1).Edward Tomasz Napierala2016-02-042-2/+13
* Reduce code duplication.Edward Tomasz Napierala2016-02-041-48/+34
* Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite asEnji Cooper2015-10-182-0/+13
* Mention the dd-like recoverdisk(1) to help folks find this great BSD command.David E. O'Brien2015-07-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-084-38/+62
| |\
| * \ Merge headSimon J. Gerraty2014-04-284-32/+67
| |\ \
| * \ \ Merge head@256284Simon J. Gerraty2013-10-131-3/+3
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-056-21/+23
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-121-0/+7
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-043-3/+8
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | bin/dd: revert 273734, as it fails on 32bit platformsKurt Jaeger2014-10-275-46/+54
* | | | | | | | bin/dd: Fix incorrect casting of argumentsKurt Jaeger2014-10-275-54/+46
* | | | | | | | Update the date for last example.Warner Losh2014-08-301-1/+1
* | | | | | | | Add canonical population of a disk / thumb drive from an imageWarner Losh2014-08-281-0/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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