aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicholas Clark <nicholas.clark@gmail.com>2018-01-25 19:00:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-01-25 19:00:19 +0100
commit77a6678c427db5ea15d6d0005a579f441277df06 (patch)
tree3dc09cfe78a10443d20ce3d35dac71b9101fc34d /docs
parent043be556916ab0fbbece9d406cef199d397f8455 (diff)
downloadbusybox-w32-77a6678c427db5ea15d6d0005a579f441277df06.tar.gz
busybox-w32-77a6678c427db5ea15d6d0005a579f441277df06.tar.bz2
busybox-w32-77a6678c427db5ea15d6d0005a579f441277df06.zip
dd: add 'fullblock' iflag
Adds a fullblock iflag for improved compatibility with GNU dd. The new iflag can be used to ensure that dd calls retrieve the expected amount of data when reading from pipes or unusual filesystems. function old new delta packed_usage 32249 32334 +85 dd_main 1582 1632 +50 static.iflag_words 12 22 +10 ------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 145/0) Total: 145 bytes Signed-off-by: Nicholas Clark <nicholas.clark@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/posix_conformance.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/posix_conformance.txt b/docs/posix_conformance.txt
index 8b9112020..cdf89b744 100644
--- a/docs/posix_conformance.txt
+++ b/docs/posix_conformance.txt
@@ -178,9 +178,10 @@ dd POSIX options:
178 conv=noerror | yes | | 178 conv=noerror | yes | |
179 conv=notrunc | yes | | 179 conv=notrunc | yes | |
180 conv=sync | yes | | 180 conv=sync | yes | |
181dd compatibility options:
182 conv=fsync | yes | |
181 iflag=skip_bytes| yes | | 183 iflag=skip_bytes| yes | |
182dd Busybox specific options: 184 iflag=fullblock | yes | |
183 conv=fsync
184 185
185df POSIX options 186df POSIX options
186 option | exists | compliant | remarks 187 option | exists | compliant | remarks