aboutsummaryrefslogtreecommitdiff
path: root/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract usage information into a separate file.kraai2000-07-161-17/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-4/+4
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-05-101-8/+10
* Upates to include copyright 2000 to everythingerik2000-04-131-5/+5
* The new tar for busybox is now done, and works just fineerik2000-03-241-2/+2
* My latest ramblings.erik2000-03-231-7/+17
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-03-211-5/+1
* Some formatting updates (ran the code through indent)erik2000-02-081-144/+140
* A few minor updates. ;-)erik2000-02-071-14/+23
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-1/+1
* Tail now works (costs 6k). Several other updates.andersen1999-12-091-45/+1
* Stufandersen1999-12-031-0/+4
* Bug fixesandersen1999-11-221-0/+5
* Stufandersen1999-11-191-24/+13
* Stufandersen1999-11-191-3/+12
* updates for the dayandersen1999-11-131-2/+0
* Updates to usage, and made tar work.andersen1999-11-101-3/+2
* Fixed up copyright notices and suchandersen1999-10-201-14/+33
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1
* Fixed ddandersen1999-10-131-17/+16
* More stuff...andersen1999-10-121-258/+167
* more stuffandersen1999-10-061-1/+1
* Initial revisionandersen1999-10-051-0/+307