aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c
AgeCommit message (Expand)Author
2008-04-02dd: support conv=fsyncDenis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2007-12-02dd: fix a bug where we don't report write errorsDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-30dd: use unsigned printf specifier for # of blocksDenis Vlasenko
2007-07-29dd: fix newly introduced bug (introduced by me)Denis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-07-27dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-19dd: NOEXEC fixDenis Vlasenko
2007-04-19dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)Denis Vlasenko
2007-04-16- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offBernhard Reutner-Fischer
2007-04-10- use enum for the OPs as suggested by vda. No obj-code changes.Bernhard Reutner-Fischer
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-08add some missed statics on constant objects.Denis Vlasenko
2007-04-04- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-25dd: support >2gb values for seek, skip, countDenis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-10-31dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-05-16Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addRob Landley
2006-05-02Patch from Jason Schoon to add optional SIGUSR1 support to dd.Rob Landley
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer
2006-01-31avoid signed<->unsigned warning"Vladimir N. Oleynik"
2004-01-30Avoid symbol naming conflict with libmEric Andersen
2003-06-20last_patch89 from vodz:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28StyleGlenn L McGrath
2002-11-28Woops, forgot they printout applet name as well....Glenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-04-27Support noerror optionEric Andersen
2002-02-05* fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not aMatt Kraai
2001-12-07Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai
2001-07-31Always write record counts to stderr.Matt Kraai
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen