aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* small fixes:vda2006-11-261-1/+1
* dd: support >2gb values for seek, skip, countvda2006-11-251-4/+10
* header_verbose_list: stop truncating file size in listingvda2006-11-241-2/+2
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-311-50/+69
* ls: cleanup part 1vda2006-10-281-2/+2
* remove bb_printf and the likevda2006-10-261-1/+1
* correct largefile support, add comments about it.vda2006-10-081-8/+8
* attempt to regularize atoi mess.vda2006-10-081-6/+6
* dd: make it recognize not only 'k' but 'K' too;vda2006-10-071-14/+17
* whitespace cleanupvda2006-09-171-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-63/+65
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-10/+2
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-9/+3
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+1
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addlandley2006-05-161-56/+83
* Patch from Jason Schoon to add optional SIGUSR1 support to dd.landley2006-05-021-8/+25
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-17/+2
* avoid signed<->unsigned warningvodz2006-01-311-2/+2
* Avoid symbol naming conflict with libmandersen2004-01-301-4/+4
* last_patch89 from vodz:andersen2003-06-201-3/+1
* Major coreutils update.mjn32003-03-191-23/+24
* Stylebug12002-11-281-21/+46
* Woops, forgot they printout applet name as well....bug12002-11-281-2/+2
* Use error_msg instead of fprintf(stderrbug12002-11-281-2/+2
* Support noerror optionandersen2002-04-271-3/+16
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not akraai2002-02-051-2/+8
* Update copyright and close file descriptors (noted by Axel Kittenberger).kraai2001-12-071-1/+7
* Always write record counts to stderr.kraai2001-07-311-6/+2
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-2/+2
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-2/+2
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai2001-02-051-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+4
* Complicate truncate behavior.kraai2001-01-171-7/+13
* Rewrote dd.kraai2000-12-181-138/+105
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-12/+12
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Apply rev #2 of dd fix from Gennady Feldman.andersen2000-11-291-7/+21
* Added a fatalPerror function to simplify error handling.kraai2000-10-251-4/+2
* Fix for bug #1068 from Kent Robottibug12000-10-251-2/+4
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix looping bug, use fullReadbug12000-09-131-2/+2
* dd now truncates files at the end its write, this can be turned of bybug12000-09-111-3/+10
* Remove some debugging codebug12000-09-101-2/+1
* Using seek=? used to cause part of the original file to be zero'ed, ibug12000-09-101-5/+4
* My previous attempt to make dd use fullRead, fullWrite was very broken,bug12000-09-101-13/+14
* ar.c now uses a linked list to process headers, uses getopt, new internal fun...bug12000-08-251-35/+6
* Use BB_FEATURE_CLEAN_UP where appropriateandersen2000-07-251-1/+1