aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2017-08-221-1/+1
|\
| * config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-16/+16
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-15/+15
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-4/+3
|\|
| * dd: fix status=none. Closes 10066Denys Vlasenko2017-07-141-4/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-4/+4
|\|
| * dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov2017-03-161-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-2/+2
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-2/+4
|\|
| * Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+3
|\|
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-02-221-27/+51
|\|
| * dd: support iflag=skip_bytesRafał Miłecki2016-02-011-27/+51
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-2/+2
|\|
| * libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-03-231-25/+6
|\|
| * dd: move suffix struct to xatonum.cAri Sundholm2015-03-221-25/+6
* | Post-merge fixesRon Yorston2015-03-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-03-141-32/+111
|\|
| * dd: add optional support for status=noxfer/noneAri Sundholm2015-02-071-32/+111
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-37/+78
|\|
| * dd: code shrinkDenys Vlasenko2013-08-201-3/+4
| * dd: code shrinkDenys Vlasenko2013-08-201-2/+2
| * dd: code shrinkDenys Vlasenko2013-08-201-5/+6
| * dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko2013-08-201-4/+1
| * dd: code shrinkDenys Vlasenko2013-08-201-12/+24
| * dd: fail if swab is attempted on odd-sized blockDenys Vlasenko2013-08-201-10/+21
| * dd: fix example in a comment. No code changes.Denys Vlasenko2013-08-191-1/+1
| * dd: support conv=swabDenys Vlasenko2013-08-191-6/+23
| * dd: do not reuse local variables for unrelated values.Denys Vlasenko2013-08-191-6/+8
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-1/+0
|\|
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+33
|\|
| * move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+33
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-0/+6
|\|
| * dd: free allocated memory if CLEANUP enabledAlexey Soloviev2011-03-221-0/+6
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-041-1/+1
|\|
| * whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | win32: dd: support if=/dev/zero on WindowsNguyễn Thái Ngọc Duy2010-09-101-4/+16
|/
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-2/+5
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* dd: use correct multiplication factor and simplify codeDenys Vlasenko2009-10-141-19/+7