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: add support for writing to physical drives
Ron Yorston
2024-08-02
1
-0
/
+17
*
Merge branch 'busybox' into merge
Ron Yorston
2023-08-10
1
-1
/
+1
|
\
|
*
introduce and use exitcode_t
Denys Vlasenko
2023-07-17
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
1
-1
/
+1
|
\
|
|
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
|
dd: omit direct flag
Ron Yorston
2023-04-18
1
-4
/
+19
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
1
-2
/
+18
|
\
|
|
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-2
/
+18
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-17
1
-2
/
+2
|
\
|
|
*
dd: tweak --help
Denys Vlasenko
2021-08-15
1
-2
/
+2
*
|
win32: rename update_dev_fd() as update_special_fd()
Ron Yorston
2021-06-07
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-18
/
+32
|
\
|
|
*
dd: support iflag=count_bytes
Rafał Miłecki
2021-04-13
1
-18
/
+32
*
|
tls: avoid unnecessary changes to POSIX build, part 2
Ron Yorston
2021-01-25
1
-4
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-33
/
+83
|
\
|
|
*
dd: support for O_DIRECT i/o
Denys Vlasenko
2020-12-14
1
-31
/
+80
*
|
dd: fix handling of 'conv=notrunc seek=N'
Ron Yorston
2020-05-20
1
-3
/
+22
*
|
dd: create a sparse file when seek=N is used
Ron Yorston
2020-03-24
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-13
/
+13
|
\
|
|
*
dd: fix handling of short result of full_write(), closes 11711
Denys Vlasenko
2019-05-14
1
-13
/
+13
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
1
-6
/
+10
|
\
|
|
*
dd: add 'oflag=append'
Rostislav Skudnov
2019-02-14
1
-6
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-1
/
+1
|
\
|
|
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-22
/
+43
|
\
|
|
*
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
*
|
win32: save a few bytes in device file support
Ron Yorston
2018-03-23
1
-6
/
+1
*
|
win32: restrict visibility of special devices
Ron Yorston
2018-03-15
1
-1
/
+3
*
|
dd: mention /dev/zero and /dev/urandom in help message
Ron Yorston
2018-03-06
1
-0
/
+3
*
|
dd: use new device handling to implement /dev/zero and /dev/urandom
Ron Yorston
2018-02-22
1
-13
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
1
-13
/
+31
|
\
|
|
*
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
*
|
dd: silence warning on 64-bit systems
Ron Yorston
2017-08-31
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-1
/
+1
|
\
|
|
*
config: do not use `a' quoting in help texts
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-16
/
+16
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-18
1
-4
/
+3
|
\
|
|
*
dd: fix status=none. Closes 10066
Denys Vlasenko
2017-07-14
1
-4
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-05-29
1
-4
/
+4
|
\
|
|
*
dd: call fsync() only once before exiting if conv=fsync is specified
Rostislav Skudnov
2017-03-16
1
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
1
-2
/
+2
|
\
|
|
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
1
-2
/
+4
|
\
|
|
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-2
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-1
/
+3
|
\
|
[next]