| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | *: 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-02-22 | 1 | -27/+51 |
|\| |
|
| * | dd: support iflag=skip_bytes | Rafał Miłecki | 2016-02-01 | 1 | -27/+51 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-19 | 1 | -2/+2 |
|\| |
|
| * | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko | 2015-10-14 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-23 | 1 | -25/+6 |
|\| |
|
| * | dd: move suffix struct to xatonum.c | Ari Sundholm | 2015-03-22 | 1 | -25/+6 |
* | | Post-merge fixes | Ron Yorston | 2015-03-14 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 1 | -32/+111 |
|\| |
|
| * | dd: add optional support for status=noxfer/none | Ari Sundholm | 2015-02-07 | 1 | -32/+111 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 1 | -37/+78 |
|\| |
|
| * | 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 |
* | | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge | Ron Yorston | 2012-03-22 | 1 | -1/+0 |
|\| |
|
| * | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge | Ron Yorston | 2012-03-22 | 1 | -0/+33 |
|\| |
|
| * | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+33 |
* | | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge | Ron Yorston | 2012-03-22 | 1 | -0/+6 |
|\| |
|
| * | dd: free allocated memory if CLEANUP enabled | Alexey Soloviev | 2011-03-22 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'upstream/master' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -1/+1 |
|\| |
|
| * | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -1/+1 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 |
|\| |
|
| * | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | | win32: dd: support if=/dev/zero on Windows | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -4/+16 |
|/ |
|
* | *: 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 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 1 | -8/+1 |
* | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko | 2008-02-24 | 1 | -33/+33 |
* | dd: fix a bug where we don't report write errors | Denis Vlasenko | 2007-12-02 | 1 | -19/+22 |