- 0ff0b32 dd: code shrink by Denys Vlasenko · 11 years ago
- 1b57fe1 dd: code shrink by Denys Vlasenko · 11 years ago
- f3114a3 dd: code shrink by Denys Vlasenko · 11 years ago
- 90e9cfd dd: remove FIXME comment which is fixed now. No code changes by Denys Vlasenko · 11 years ago
- 4502bb1 dd: code shrink by Denys Vlasenko · 11 years ago
- 5b9910f dd: fail if swab is attempted on odd-sized block by Denys Vlasenko · 11 years ago
- 8395bd3 dd: fix example in a comment. No code changes. by Denys Vlasenko · 11 years ago
- b941316 dd: support conv=swab by Denys Vlasenko · 11 years ago
- 4b1896c dd: do not reuse local variables for unrelated values. by Denys Vlasenko · 11 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
- f922154 dd: free allocated memory if CLEANUP enabled by Alexey Soloviev · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 7eabffa dd: use correct multiplication factor and simplify code by Denys Vlasenko · 15 years ago
- a1a3972 dd: add a comment, no code changes by Denys Vlasenko · 15 years ago
- 4e5b07b dd: speed measurement. optional. by Gabor Heja · 15 years ago
- 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
- f00cfdf dd: fix conv=noerror w/o sync to not write out zeroed blocks by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 334fcc8 dd: conv=noerror should skip read errors using lseek (bug 539) by Denys Vlasenko · 15 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 9d4a17e dd: fix recent breakage (was comparing "if" with "if=" etc). by Denis Vlasenko · 17 years ago
- 7b6d9d6 dd: support conv=fsync dd: support "dd --" if CONFIG_DESKTOP=y by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- e2532ab dd: fix a bug where we don't report write errors testsuite: small cleanup by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 980864d dd: use unsigned printf specifier for # of blocks by Denis Vlasenko · 17 years ago
- 2b03e5e dd: fix newly introduced bug (introduced by me) by Denis Vlasenko · 17 years ago
- f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
- 7587870 dd: fix bug where we assume count=INT_MAX when count is unspecified; by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- f6250a3 dd: NOEXEC fix dd: correct wrongly capitalized constant by Denis Vlasenko · 18 years ago
- d1801a4 dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) by Denis Vlasenko · 18 years ago
- e468ef2 - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off by Bernhard Reutner-Fischer · 18 years ago
- 99003b8 - use enum for the OPs as suggested by vda. No obj-code changes. by Bernhard Reutner-Fischer · 18 years ago
- 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
- 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
- 2a47dea - remove bss users. Shrinkage while at it. See XXX for further, pre-existing bugs by Bernhard Reutner-Fischer · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- cf749bc small fixes: by Denis Vlasenko · 18 years ago
- 5dd27b1 dd: support >2gb values for seek, skip, count by Denis Vlasenko · 18 years ago
- cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
- 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
- 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 2686d3b Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add by Rob Landley · 19 years ago
- c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
- c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
- 57545c8 avoid signed<->unsigned warning by "Vladimir N. Oleynik" · 19 years ago
- ab26cc3 Avoid symbol naming conflict with libm by Eric Andersen · 21 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- eaed78a Style by Glenn L McGrath · 22 years ago
- cdf142a Woops, forgot they printout applet name as well.... by Glenn L McGrath · 22 years ago
- d7d5f42 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
- ef38b39 Support noerror option by Eric Andersen · 23 years ago
- eb83478 * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a by Matt Kraai · 23 years ago
- 3eeab3b Update copyright and close file descriptors (noted by Axel Kittenberger). by Matt Kraai · 23 years ago
- 73f6a1b Always write record counts to stderr. by Matt Kraai · 23 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- c9acf8c Complicate truncate behavior. by Matt Kraai · 24 years ago
- 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
- 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
- b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 56a3288 Fix looping bug, use fullRead by Glenn L McGrath · 24 years ago
- f0b073f dd now truncates files at the end its write, this can be turned of by by Glenn L McGrath · 24 years ago
- 729216c Remove some debugging code by Glenn L McGrath · 24 years ago
- 18310f1 Using seek=? used to cause part of the original file to be zero'ed, i by Glenn L McGrath · 24 years ago
- 0ae8e5a My previous attempt to make dd use fullRead, fullWrite was very broken, by Glenn L McGrath · 24 years ago
- 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
- b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago