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