summaryrefslogtreecommitdiff
path: root/dd.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen1-154/+0
2001-07-31Always write record counts to stderr.Matt Kraai1-6/+2
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen1-2/+2
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen1-3/+3
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen1-2/+2
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen1-1/+1
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai1-1/+1
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai1-1/+1
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen1-0/+4
2001-01-17Complicate truncate behavior.Matt Kraai1-7/+13
2000-12-18Rewrote dd.Matt Kraai1-138/+105
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley1-12/+12
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai1-1/+1
2000-11-29Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen1-7/+21
2000-10-25Added a fatalPerror function to simplify error handling.Matt Kraai1-4/+2
2000-10-25Fix for bug #1068 from Kent RobottiGlenn L McGrath1-2/+4
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen1-1/+1
2000-09-13Fix looping bug, use fullReadGlenn L McGrath1-2/+2
2000-09-11dd now truncates files at the end its write, this can be turned of byGlenn L McGrath1-3/+10
2000-09-10Remove some debugging codeGlenn L McGrath1-2/+1
2000-09-10Using seek=? used to cause part of the original file to be zero'ed, iGlenn L McGrath1-5/+4
2000-09-10My previous attempt to make dd use fullRead, fullWrite was very broken,Glenn L McGrath1-13/+14
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath1-35/+6
2000-07-25Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen1-1/+1
2000-07-16Extract usage information into a separate file.Matt Kraai1-17/+0
2000-07-14Use errorMsg rather than fprintf.Matt Kraai1-4/+4
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen1-8/+10
2000-04-13Upates to include copyright 2000 to everythingErik Andersen1-5/+5
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen1-2/+2
2000-03-23My latest ramblings.Erik Andersen1-7/+17
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen1-5/+1
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen1-144/+140
2000-02-07A few minor updates. ;-)Erik Andersen1-14/+23
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1-1/+1
1999-12-09Tail now works (costs 6k). Several other updates.Eric Andersen1-45/+1
1999-12-03StufEric Andersen1-0/+4
1999-11-22Bug fixesEric Andersen1-0/+5
1999-11-19StufEric Andersen1-24/+13
1999-11-19StufEric Andersen1-3/+12
1999-11-13updates for the dayEric Andersen1-2/+0
1999-11-10Updates to usage, and made tar work.Eric Andersen1-3/+2
1999-10-20Fixed up copyright notices and suchEric Andersen1-14/+33
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1-1/+1
1999-10-13Fixed ddEric Andersen1-17/+16
1999-10-12More stuff...Eric Andersen1-258/+167
1999-10-06more stuffEric Andersen1-1/+1
1999-10-05Initial revision0_29alpha2Eric Andersen1-0/+307