Age | Commit message (Expand) | Author |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-26 | small fixes: | Denis Vlasenko |
2006-11-25 | dd: support >2gb values for seek, skip, count | Denis Vlasenko |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko |
2006-10-31 | dd: fix bugs: always assumed conv=sync, died on write errors | Denis Vlasenko |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-08 | correct largefile support, add comments about it. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-07 | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-05-16 | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | Rob Landley |
2006-05-02 | Patch from Jason Schoon to add optional SIGUSR1 support to dd. | Rob Landley |
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer |
2006-01-31 | avoid signed<->unsigned warning | "Vladimir N. Oleynik" |
2004-01-30 | Avoid symbol naming conflict with libm | Eric Andersen |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-28 | Style | Glenn L McGrath |
2002-11-28 | Woops, forgot they printout applet name as well.... | Glenn L McGrath |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath |
2002-04-27 | Support noerror option | Eric Andersen |
2002-02-05 | * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a | Matt Kraai |
2001-12-07 | Update copyright and close file descriptors (noted by Axel Kittenberger). | Matt Kraai |
2001-07-31 | Always write record counts to stderr. | Matt Kraai |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-17 | Complicate truncate behavior. | Matt Kraai |
2000-12-18 | Rewrote dd. | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-11-29 | Apply rev #2 of dd fix from Gennady Feldman. | Eric Andersen |
2000-10-25 | Added a fatalPerror function to simplify error handling. | Matt Kraai |
2000-10-25 | Fix for bug #1068 from Kent Robotti | Glenn L McGrath |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-13 | Fix looping bug, use fullRead | Glenn L McGrath |
2000-09-11 | dd now truncates files at the end its write, this can be turned of by | Glenn L McGrath |
2000-09-10 | Remove some debugging code | Glenn L McGrath |
2000-09-10 | Using seek=? used to cause part of the original file to be zero'ed, i | Glenn L McGrath |
2000-09-10 | My previous attempt to make dd use fullRead, fullWrite was very broken, | Glenn L McGrath |
2000-08-25 | ar.c now uses a linked list to process headers, uses getopt, new internal fun... | Glenn L McGrath |