index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dd.c
Age
Commit message (
Expand
)
Author
Lines
2021-07-28
doc: modernize usage of “disk” and “core”
Paul Eggert
-4
/
+4
2021-07-26
maint: fix white space
Paul Eggert
-1
/
+1
2021-06-26
maint: while (1) → while (true)
Paul Eggert
-1
/
+1
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-3
/
+3
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-10-26
dd: drop old workaround for lseek() bug in Linux kernel
Kamil Dudka
-56
/
+3
2020-05-20
dd: omit unnecessary vars when !lint
Paul Eggert
-13
/
+18
2020-05-11
maint: avoid warnings from GCC's -fanalyzer
Pádraig Brady
-6
/
+15
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-05-30
dd: be more careful about signal handling
Paul Eggert
-23
/
+90
2019-05-26
doc: clarify dd sparse detection is by *output* block
Kevin Locke
-1
/
+1
2019-02-24
all: detect --help and --version more consistently
Bernhard Voelker
-11
/
+2
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-07-22
doc: improve documentation of binary prefixes
Wodry
-2
/
+3
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-12-10
build: avoid build failure without sys/mtio.h
Pádraig Brady
-1
/
+1
2017-11-29
all: use consistent diagnostics for unknown long options
Bernhard Voelker
-1
/
+6
2017-11-24
dd: support iflag=direct with arbitrary sized files
Pádraig Brady
-4
/
+11
2017-10-24
dd: fix nocache regions passed to posix_fadvise()
Pádraig Brady
-46
/
+71
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-1
/
+1
2017-06-17
maint: use C99 for loop initial declarations where possible
Pádraig Brady
-20
/
+9
2017-04-27
dd: simplify translator’s jobs
Paul Eggert
-28
/
+20
2017-04-24
dd: status=progress outputs "6 s", not "6.00001 s"
Paul Eggert
-14
/
+33
2017-03-29
doc: clarify in dd man page that bs= overrides [io]bs=
Chris Davies
-1
/
+2
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-11-04
dd: warn about counts specified with confusing 0x prefix
Pádraig Brady
-0
/
+6
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-40
/
+39
2016-08-18
doc: fix ambiguous multiplier info in dd man page
Pádraig Brady
-1
/
+1
2016-01-13
doc: suggest dd "sync" flag to maximize "nocache" effectiveness
Pádraig Brady
-1
/
+2
2016-01-01
maint: avoid a sc_long_lines failure in recent commit
Pádraig Brady
-1
/
+2
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-12-31
dd: append spaces to shorter status=progress line
Paul Eggert
-44
/
+47
2015-12-31
dd: summarize in --human-readable format too
Paul Eggert
-27
/
+43
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-30
/
+32
2015-10-27
copy,dd: simplify and optimize NUL bytes detection
Pádraig Brady
-6
/
+0
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
-3
/
+4
2015-05-30
maint: avoid new coverity warnings
Pádraig Brady
-1
/
+1
2015-04-27
maint: fix printf format for signed integers
Pádraig Brady
-1
/
+1
2015-04-22
maint: avoid -Werror=strict-overflow warnings with GCC 5
Pádraig Brady
-1
/
+1
2015-01-31
doc,maint: fix use of "i.e." in documentation and comments
Bernhard Voelker
-1
/
+1
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-12-19
diagnose too-large numbers better
Pádraig Brady
-1
/
+1
2014-12-16
dd: fix typo in previous change
Paul Eggert
-1
/
+1
2014-12-15
dd: diagnose too-large numbers better
Paul Eggert
-12
/
+25
2014-11-28
build: fix missing casts from recent change
Pádraig Brady
-2
/
+2
2014-11-27
rm: fix prompted number of arguments to remove on some platforms
Pádraig Brady
-2
/
+3
2014-10-02
maint: avoid double semicolon syntax check failure
Bernhard Voelker
-1
/
+1
2014-09-30
dd: new status=progress level to print stats periodically
Federico Simoncelli
-42
/
+109
2014-09-30
dd: use more robust SIGUSR1 handling
Pádraig Brady
-20
/
+49
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
[next]