Accomodate older glibc, which also lacks the module syscalls
[platform/upstream/busybox.git] / dd.c
2001-07-31 Matt KraaiAlways write record counts to stderr.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-05 Matt KraaiMake suffix_mult structures const. Thanks to Vladimir...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-17 Matt KraaiComplicate truncate behavior.
2000-12-18 Matt KraaiRewrote dd.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-29 Eric AndersenApply rev #2 of dd fix from Gennady Feldman.
2000-10-25 Matt KraaiAdded a fatalPerror function to simplify error handling.
2000-10-25 Glenn L McGrathFix for bug #1068 from Kent Robotti
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Glenn L McGrathFix looping bug, use fullRead
2000-09-11 Glenn L McGrathdd now truncates files at the end its write, this can...
2000-09-10 Glenn L McGrathRemove some debugging code
2000-09-10 Glenn L McGrathUsing seek=? used to cause part of the original file...
2000-09-10 Glenn L McGrathMy previous attempt to make dd use fullRead, fullWrite...
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-12-09 Eric AndersenTail now works (costs 6k). Several other updates.
1999-12-03 Eric AndersenStuf
1999-11-22 Eric AndersenBug fixes
1999-11-19 Eric AndersenStuf
1999-11-19 Eric AndersenStuf
1999-11-13 Eric Andersenupdates for the day
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-13 Eric AndersenFixed dd
1999-10-12 Eric AndersenMore stuff...
1999-10-06 Eric Andersenmore stuff
1999-10-05 Eric AndersenInitial revision 0_29alpha2