summaryrefslogtreecommitdiffstats
path: root/src/dd.c
AgeCommit message (Expand)AuthorLines
2012-06-22doc: document multiplier for dd number options like count=NBernhard Voelker-1/+1
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady-1/+1
2012-05-10maint: handle file sizes more reliablyPaul Eggert-4/+4
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady-21/+0
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko-3/+83
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady-4/+4
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella-54/+150
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella-6/+8
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-14/+14
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-07-16dd: port to NonStop (Bug#9076)Paul Eggert-0/+5
2011-07-15* src/dd.c: Remove obsolete comments re POSIX.Paul Eggert-4/+1
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-2/+2
2011-06-09maint: remove unneeded includesPádraig Brady-1/+0
2011-04-26dd: work around compilation failure on AIX 5.1 and 5.2Jim Meyering-0/+4
2011-04-26maint: move two small functions, so we can remove a fwd declJim Meyering-26/+24
2011-03-05dd: avoid or diagnose some problems with short readsPaul Eggert-12/+41
2011-03-05dd: add a flag to discard cached dataPádraig Brady-6/+156
2011-03-05doc: clarify that `dd bs=` can immediately output short readsPádraig Brady-2/+2
2011-03-05doc: group dd conv= options that are actually flagsPádraig Brady-7/+5
2011-03-05dd: warn when we disable oflag=direct not at EOFPádraig Brady-0/+6
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+2
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