aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
Commit message (Expand)AuthorAgeFilesLines
* Fix regression when stdin/out/err fds are are overridden by shell.Bartek Rutkowski2016-12-121-4/+10
* Capsicum support for dd(1)Bartek Rutkowski2016-12-091-0/+30
* [dd] Revert the capsicum bits for now until it gets fixed.Adrian Chadd2016-11-191-30/+0
* Restore dd changes included accidentally in r308857.Ruslan Bukin2016-11-191-0/+30
* Bring in support for Ingenic XBurst JZ4780 andRuslan Bukin2016-11-191-30/+0
* Capsicum support for dd(1)Bartek Rutkowski2016-11-181-0/+30
* Add history section for dd(1)Sevan Janiyan2016-10-051-1/+6
* Remove last remnants of acd(4), mcd(4), and scd(4) drivers.Alex Kozlov2016-08-251-2/+2
* dd(1): Enable access to SIZE_T_MAX character devicesConrad Meyer2016-07-092-10/+31
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | MFHGlen Barber2016-03-025-7/+60
|\|
| * Add speed limit to dd(1). This is useful for testing RCTL disk io limitsEdward Tomasz Napierala2016-02-285-7/+60
* | MFHGlen Barber2016-02-226-27/+53
|\|
| * 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
* | MFHGlen Barber2016-02-101-6/+8
|\|
| * 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
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* | MFHGlen Barber2016-02-082-50/+47
|\|
| * 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
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* 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