aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * *: 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
* dd: add a comment, no code changesDenys Vlasenko2009-10-141-3/+3
* dd: speed measurement. optional.Gabor Heja2009-10-141-6/+56
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-301-2/+4
* dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko2009-09-181-5/+6
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko2009-08-051-0/+2
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-1/+0
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko2008-04-231-2/+2
* dd: support conv=fsyncDenis Vlasenko2008-04-021-60/+86
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-8/+1
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-33/+33
* dd: fix a bug where we don't report write errorsDenis Vlasenko2007-12-021-19/+22