summaryrefslogtreecommitdiff
path: root/src/dd.c
AgeCommit message (Expand)Author
2012-09-24dd: new option, status=none to suppress output statisticsPozsár Balázs
2012-09-18dd: remove references to the word BLOCKS from help and texi docsBenno Schulenberg
2012-06-22doc: document multiplier for dd number options like count=NBernhard Voelker
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady
2012-05-10maint: handle file sizes more reliablyPaul Eggert
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella
2012-01-27maint: use single copyright year rangeJim Meyering
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