summaryrefslogtreecommitdiff
path: root/src/dd.c
AgeCommit message (Expand)Author
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-16dd: port to NonStop (Bug#9076)Paul Eggert
2011-07-15* src/dd.c: Remove obsolete comments re POSIX.Paul Eggert
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-06-09maint: remove unneeded includesPádraig Brady
2011-04-26dd: work around compilation failure on AIX 5.1 and 5.2Jim Meyering
2011-04-26maint: move two small functions, so we can remove a fwd declJim Meyering
2011-03-05dd: avoid or diagnose some problems with short readsPaul Eggert
2011-03-05dd: add a flag to discard cached dataPádraig Brady
2011-03-05doc: clarify that `dd bs=` can immediately output short readsPádraig Brady
2011-03-05doc: group dd conv= options that are actually flagsPádraig Brady
2011-03-05dd: warn when we disable oflag=direct not at EOFPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady
2010-07-12dd: also spell out size on memory exhaustionPaul R. Eggert
2010-06-14dd: print a better diagnostic for an invalid block sizeJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-05-03maint: remove now-redundant definitions provided by signal.hJim Meyering
2010-03-17maint: add a space before open-paren, where lackingJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering
2009-09-01maint: dd: remove unnecessary initializationJim Meyering
2009-08-28dd: detect closed stderrEric Blake
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-13dd: fix a signal handling racePádraig Brady
2009-08-07dd: preserve semantics of O_DIRECT even for final blockJim Meyering
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering
2009-08-04dd: remove unnecessary #if HAVE_FTRUNCATEJim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-03-20dd: use a more portable definition of O_FULLBLOCKEric Blake
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering
2009-03-02maint: avoid warnings about potentially-counterproductive "inline"Jim Meyering
2009-02-19doc: dd: document that the default block size is 512 bytesJim Meyering
2009-02-02update copyright dates from recent changesJim Meyering
2009-01-28dd: Better handle user specified offsets that are too bigPádraig Brady
2008-12-26maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol namesJim Meyering
2008-12-26dd: add support for opening files in Concurrent I/O (CIO) modeMatt Harden
2008-11-22Revert part of "dd: avoid unnecessary memory copies"Pádraig Brady
2008-11-21dd: avoid unnecessary memory copiesPádraig Brady
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering
2008-08-11dd: clarify meaning of multiplication factors; put xM in orderBenno Schulenberg
2008-08-09dd.c: reduce duplication in new O_FULLBLOCK-defining codeJim Meyering
2008-07-23dd: minor fullblock changesJim Meyering
2008-07-23dd: new option: iflag=fullblock to accumulate full input blocksKamil Dudka