| Commit message (Expand) | Author | Age | Files | Lines |
* | dd: call fsync() only once before exiting if conv=fsync is specified | Rostislav Skudnov | 2017-03-16 | 1 | -4/+4 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -2/+2 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -2/+4 |
* | *: 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 |
* | dd: support iflag=skip_bytes | Rafał Miłecki | 2016-02-01 | 1 | -27/+51 |
* | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko | 2015-10-14 | 1 | -2/+2 |
* | dd: move suffix struct to xatonum.c | Ari Sundholm | 2015-03-22 | 1 | -25/+6 |
* | dd: add optional support for status=noxfer/none | Ari Sundholm | 2015-02-07 | 1 | -32/+111 |
* | 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 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+33 |
* | dd: free allocated memory if CLEANUP enabled | Alexey Soloviev | 2011-03-22 | 1 | -0/+6 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: 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 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -3/+3 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+2 |
* | dd: use unsigned printf specifier for # of blocks | Denis Vlasenko | 2007-07-30 | 1 | -2/+3 |
* | dd: fix newly introduced bug (introduced by me) | Denis Vlasenko | 2007-07-29 | 1 | -1/+1 |
* | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko | 2007-07-27 | 1 | -1/+1 |
* | dd: fix bug where we assume count=INT_MAX when count is unspecified; | Denis Vlasenko | 2007-07-27 | 1 | -32/+53 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -12/+11 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |