summaryrefslogtreecommitdiff
path: root/bin/dd
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-03dd(1): neutralize SIGINT while non-async-signal safe code is executingKonstantin Belousov
2023-05-05dd: Fix SIGINT handling.Dag-Erling Smørgrav
2023-05-05dd: Tidy up the tests.Dag-Erling Smørgrav
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
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-30dd: Check result of close(2) for errorsMatt Macy
2019-09-30Add conv=fdatasync flag to ddMatt Macy
2019-09-03Add conv=fsync flag to ddMatt Macy
2019-03-26.Xr trim(8) from dd(1).Edward Tomasz Napierala
2018-11-29Replace hand-crafted naive byte-by-byte zero block detection routineMaxim Sobolev
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-09-13dd(1): Correct padding in status=progressKyle Evans
2018-08-15dd(1): Kill off duplicate progress definition following r337865Kyle Evans
2018-08-15dd: Incorporate some changes from imp for status=progressKyle Evans
2018-08-08dd: add status=progress supportKyle Evans
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-01-26dd(1): Use a local swapbytes() function.Eitan Adler
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-25Pacify GCC on mips32 after r322893Alan Somers
2017-08-25dd(1): Incorrect casting of argumentsAlan Somers
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-07-18Remove unnecessary make logic added in r319339Enji Cooper
2017-06-03Fix bin/dd/dd2_tests:seek_overflow on UFS and TMPFSAlan Somers
2017-06-03Mark :seek_overflow as an expected failureEnji Cooper
2017-06-03Stylistic tweaksEnji Cooper
2017-05-31Fix integer overflow detection in ddAlan Somers
2017-05-09DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-04-02Fix indentation in dd(1)Eric van Gyzen
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-12Fix regression when stdin/out/err fds are are overridden by shell.Bartek Rutkowski
2016-12-09Capsicum support for dd(1)Bartek Rutkowski
2016-11-19[dd] Revert the capsicum bits for now until it gets fixed.Adrian Chadd
2016-11-19Restore dd changes included accidentally in r308857.Ruslan Bukin
2016-11-19Bring in support for Ingenic XBurst JZ4780 andRuslan Bukin
2016-11-18Capsicum support for dd(1)Bartek Rutkowski
2016-10-05Add history section for dd(1)Sevan Janiyan