aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
Commit message (Expand)AuthorAgeFilesLines
* Add O_DIRECT flag to DD for cache bypassRichard Scheffenegger2020-06-044-4/+17
* Add iflag=fullblock to ddMatt Macy2019-09-304-21/+76
* Add oflag=fsync and oflag=sync capability to ddMatt Macy2019-09-304-7/+67
* dd: Check result of close(2) for errorsMatt Macy2019-09-301-1/+2
* Add conv=fdatasync flag to ddMatt Macy2019-09-305-37/+46
* Add conv=fsync flag to ddMatt Macy2019-09-034-0/+13
* .Xr trim(8) from dd(1).Edward Tomasz Napierala2019-03-261-2/+3
* Replace hand-crafted naive byte-by-byte zero block detection routineMaxim Sobolev2018-11-292-7/+7
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-4/+3
* dd(1): Correct padding in status=progressKyle Evans2018-09-131-3/+3
* dd(1): Kill off duplicate progress definition following r337865Kyle Evans2018-08-151-1/+0
* dd: Incorporate some changes from imp for status=progressKyle Evans2018-08-155-31/+32
* dd: add status=progress supportKyle Evans2018-08-086-2/+59
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* dd(1): Use a local swapbytes() function.Eitan Adler2018-01-261-1/+16
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-208-0/+16
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Pacify GCC on mips32 after r322893Alan Somers2017-08-251-4/+4
* dd(1): Incorrect casting of argumentsAlan Somers2017-08-255-25/+25
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Remove unnecessary make logic added in r319339Enji Cooper2017-07-181-4/+0
* Fix bin/dd/dd2_tests:seek_overflow on UFS and TMPFSAlan Somers2017-06-031-8/+23
* Mark :seek_overflow as an expected failureEnji Cooper2017-06-031-0/+2
* Stylistic tweaksEnji Cooper2017-06-031-2/+4
* Fix integer overflow detection in ddAlan Somers2017-05-313-1/+56
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* Fix indentation in dd(1)Eric van Gyzen2017-04-021-5/+5
* Renumber copyright clause 4Warner Losh2017-02-289-9/+9
* 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