summaryrefslogtreecommitdiffstats
path: root/src/dd.c
AgeCommit message (Expand)AuthorLines
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady-5/+2
2010-07-12dd: also spell out size on memory exhaustionPaul R. Eggert-8/+6
2010-06-14dd: print a better diagnostic for an invalid block sizeJim Meyering-2/+23
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-2/+2
2010-05-03maint: remove now-redundant definitions provided by signal.hJim Meyering-6/+0
2010-03-17maint: add a space before open-paren, where lackingJim Meyering-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering-4/+5
2009-09-01maint: dd: remove unnecessary initializationJim Meyering-2/+1
2009-08-28dd: detect closed stderrEric Blake-1/+6
2009-08-25global: convert indentation-TABs to spacesJim Meyering-426/+426
2009-08-13dd: fix a signal handling racePádraig Brady-2/+2
2009-08-07dd: preserve semantics of O_DIRECT even for final blockJim Meyering-0/+17
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering-1/+9
2009-08-04dd: remove unnecessary #if HAVE_FTRUNCATEJim Meyering-2/+0
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-4/+4
2009-03-20dd: use a more portable definition of O_FULLBLOCKEric Blake-15/+20
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering-1/+0
2009-03-02maint: avoid warnings about potentially-counterproductive "inline"Jim Meyering-1/+1
2009-02-19doc: dd: document that the default block size is 512 bytesJim Meyering-3/+3
2009-02-02update copyright dates from recent changesJim Meyering-1/+1
2009-01-28dd: Better handle user specified offsets that are too bigPádraig Brady-8/+69
2008-12-26maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol namesJim Meyering-1/+2
2008-12-26dd: add support for opening files in Concurrent I/O (CIO) modeMatt Harden-1/+11
2008-11-22Revert part of "dd: avoid unnecessary memory copies"Pádraig Brady-3/+7
2008-11-21dd: avoid unnecessary memory copiesPádraig Brady-7/+2
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering-1/+1
2008-08-11dd: clarify meaning of multiplication factors; put xM in orderBenno Schulenberg-2/+2
2008-08-09dd.c: reduce duplication in new O_FULLBLOCK-defining codeJim Meyering-5/+4
2008-07-23dd: minor fullblock changesJim Meyering-8/+35
2008-07-23dd: new option: iflag=fullblock to accumulate full input blocksKamil Dudka-2/+37
2008-07-23dd: adjust --help output so help2man formats the man page properlyJim Meyering-1/+1
2008-06-16remove redundant const directivesJim Meyering-3/+3
2008-06-14add "const" attribute, where possibleJim Meyering-3/+3
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert 3-author programs to use proper_nameJim Meyering-1/+4
2008-03-07dd: avoid unnecessary, but harmless close_stdout call.Jim Meyering-1/+22
2008-01-31Don't modify argv in dd due to ',' in arguments.Paul Eggert-32/+38
2008-01-30Don't modify argv in dd.Paul Eggert-16/+26
2007-12-04Reflect change in gnulib: don't include getpagesize.h,Jim Meyering-1/+0
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2007-02-22Honor dd's noatime flag if possible, even if not supported on build fsPaul Eggert-2/+2
2007-02-10Remove excess leading spaces that would make help2man misbehave.Jim Meyering-1/+1
2007-01-26* src/dd.c (advance_input_after_read_error): Change diagnostic toJim Meyering-2/+2
2006-12-22* NEWS: dd bs= operands now silently override later ibs= and obs=,Paul Eggert-1/+5