aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* dd: fix recent breakage (was comparing "if" with "if=" etc).Denis Vlasenko2008-04-231-2/+2
* dd: support conv=fsyncDenis Vlasenko2008-04-021-60/+86
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-8/+1
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-33/+33
* dd: fix a bug where we don't report write errorsDenis Vlasenko2007-12-021-19/+22
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* dd: use unsigned printf specifier for # of blocksDenis Vlasenko2007-07-301-2/+3
* dd: fix newly introduced bug (introduced by me)Denis Vlasenko2007-07-291-1/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-1/+1
* dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko2007-07-271-32/+53
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-12/+11
* 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