aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* dd: NOEXEC fixDenis Vlasenko2007-04-191-2/+4
* dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)Denis Vlasenko2007-04-191-25/+24
* - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offBernhard Reutner-Fischer2007-04-161-4/+4
* - use enum for the OPs as suggested by vda. No obj-code changes.Bernhard Reutner-Fischer2007-04-101-14/+18
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-1/+4
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-1/+1
* - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...Bernhard Reutner-Fischer2007-04-041-74/+130
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* small fixes:Denis Vlasenko2006-11-261-1/+1
* dd: support >2gb values for seek, skip, countDenis Vlasenko2006-11-251-4/+10
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-241-2/+2
* dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko2006-10-311-50/+69
* ls: cleanup part 1Denis Vlasenko2006-10-281-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-8/+8
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-6/+6
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-14/+17
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-63/+65
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-9/+3
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-1/+1
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addRob Landley2006-05-161-56/+83
* Patch from Jason Schoon to add optional SIGUSR1 support to dd.Rob Landley2006-05-021-8/+25
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-17/+2
* avoid signed<->unsigned warning"Vladimir N. Oleynik"2006-01-311-2/+2
* Avoid symbol naming conflict with libmEric Andersen2004-01-301-4/+4
* last_patch89 from vodz:Eric Andersen2003-06-201-3/+1
* Major coreutils update.Manuel Novoa III2003-03-191-23/+24
* StyleGlenn L McGrath2002-11-281-21/+46
* Woops, forgot they printout applet name as well....Glenn L McGrath2002-11-281-2/+2
* Use error_msg instead of fprintf(stderrGlenn L McGrath2002-11-281-2/+2
* Support noerror optionEric Andersen2002-04-271-3/+16
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not aMatt Kraai2002-02-051-2/+8
* Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai2001-12-071-1/+7
* Always write record counts to stderr.Matt Kraai2001-07-311-6/+2
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-2/+2
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-2/+2
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai2001-02-051-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+4
* Complicate truncate behavior.Matt Kraai2001-01-171-7/+13
* Rewrote dd.Matt Kraai2000-12-181-138/+105
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-12/+12
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen2000-11-291-7/+21
* Added a fatalPerror function to simplify error handling.Matt Kraai2000-10-251-4/+2