index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
dd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dd: fix handling of short result of full_write(), closes 11711
Denys Vlasenko
2019-05-14
1
-13
/
+13
*
dd: add 'oflag=append'
Rostislav Skudnov
2019-02-14
1
-6
/
+10
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
dd: do not have 'ocount' variable if ibs/obs support is not enabled
Denys Vlasenko
2018-10-30
1
-13
/
+20
*
dd: add 'oflag=seek_bytes'
Rostislav Skudnov
2018-10-30
1
-9
/
+24
*
dd: add 'fullblock' iflag
Nicholas Clark
2018-01-25
1
-10
/
+23
*
dd: fixed partial count logic
Denys Vlasenko
2018-01-10
1
-1
/
+3
*
dd: exit with 1 if last write was incomplete
Denys Vlasenko
2018-01-10
1
-5
/
+7
*
config: do not use `a' quoting in help texts
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-15
/
+15
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
dd: fix status=none. Closes 10066
Denys Vlasenko
2017-07-14
1
-4
/
+3
*
dd: call fsync() only once before exiting if conv=fsync is specified
Rostislav Skudnov
2017-03-16
1
-4
/
+4
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-2
/
+4
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
dd: support iflag=skip_bytes
Rafał Miłecki
2016-02-01
1
-27
/
+51
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-2
/
+2
*
dd: move suffix struct to xatonum.c
Ari Sundholm
2015-03-22
1
-25
/
+6
*
dd: add optional support for status=noxfer/none
Ari Sundholm
2015-02-07
1
-32
/
+111
*
dd: code shrink
Denys Vlasenko
2013-08-20
1
-3
/
+4
*
dd: code shrink
Denys Vlasenko
2013-08-20
1
-2
/
+2
*
dd: code shrink
Denys Vlasenko
2013-08-20
1
-5
/
+6
*
dd: remove FIXME comment which is fixed now. No code changes
Denys Vlasenko
2013-08-20
1
-4
/
+1
*
dd: code shrink
Denys Vlasenko
2013-08-20
1
-12
/
+24
*
dd: fail if swab is attempted on odd-sized block
Denys Vlasenko
2013-08-20
1
-10
/
+21
*
dd: fix example in a comment. No code changes.
Denys Vlasenko
2013-08-19
1
-1
/
+1
*
dd: support conv=swab
Denys Vlasenko
2013-08-19
1
-6
/
+23
*
dd: do not reuse local variables for unrelated values.
Denys Vlasenko
2013-08-19
1
-6
/
+8
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+33
*
dd: free allocated memory if CLEANUP enabled
Alexey Soloviev
2011-03-22
1
-0
/
+6
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-2
/
+5
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
dd: use correct multiplication factor and simplify code
Denys Vlasenko
2009-10-14
1
-19
/
+7
*
dd: add a comment, no code changes
Denys Vlasenko
2009-10-14
1
-3
/
+3
*
dd: speed measurement. optional.
Gabor Heja
2009-10-14
1
-6
/
+56
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
1
-2
/
+4
*
dd: fix conv=noerror w/o sync to not write out zeroed blocks
Denys Vlasenko
2009-09-18
1
-5
/
+6
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
dd: conv=noerror should skip read errors using lseek (bug 539)
Denys Vlasenko
2009-08-05
1
-0
/
+2
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-1
/
+0
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-2
/
+2
*
dd: fix recent breakage (was comparing "if" with "if=" etc).
Denis Vlasenko
2008-04-23
1
-2
/
+2
*
dd: support conv=fsync
Denis Vlasenko
2008-04-02
1
-60
/
+86
[next]