Age | Commit message (Expand) | Author |
2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady |
2012-02-29 | dd: add support for the conv=sparse option | Roman Rybalko |
2012-02-13 | dd: fix issues in the count_bytes and seek_bytes flags change | Pádraig Brady |
2012-02-12 | dd: add count_bytes, skip_bytes and seek_bytes flags | Jérémy Compostella |
2012-02-06 | maint: add braces as requested by HACKING coding standard | Jérémy Compostella |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-07-16 | dd: port to NonStop (Bug#9076) | Paul Eggert |
2011-07-15 | * src/dd.c: Remove obsolete comments re POSIX. | Paul Eggert |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-06-09 | maint: remove unneeded includes | Pádraig Brady |
2011-04-26 | dd: work around compilation failure on AIX 5.1 and 5.2 | Jim Meyering |
2011-04-26 | maint: move two small functions, so we can remove a fwd decl | Jim Meyering |
2011-03-05 | dd: avoid or diagnose some problems with short reads | Paul Eggert |
2011-03-05 | dd: add a flag to discard cached data | Pádraig Brady |
2011-03-05 | doc: clarify that `dd bs=` can immediately output short reads | Pádraig Brady |
2011-03-05 | doc: group dd conv= options that are actually flags | Pádraig Brady |
2011-03-05 | dd: warn when we disable oflag=direct not at EOF | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady |
2010-07-12 | dd: also spell out size on memory exhaustion | Paul R. Eggert |
2010-06-14 | dd: print a better diagnostic for an invalid block size | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-05-03 | maint: remove now-redundant definitions provided by signal.h | Jim Meyering |
2010-03-17 | maint: add a space before open-paren, where lacking | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-10 | dd conv=unblock: print final newline consistently | Jim Meyering |
2009-09-01 | maint: dd: remove unnecessary initialization | Jim Meyering |
2009-08-28 | dd: detect closed stderr | Eric Blake |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-13 | dd: fix a signal handling race | Pádraig Brady |
2009-08-07 | dd: preserve semantics of O_DIRECT even for final block | Jim Meyering |
2009-08-06 | dd: work around buffer length restrictions with oflag=direct (O_DIRECT) | Jim Meyering |
2009-08-04 | dd: remove unnecessary #if HAVE_FTRUNCATE | Jim Meyering |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady |
2009-03-20 | dd: use a more portable definition of O_FULLBLOCK | Eric Blake |
2009-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering |
2009-03-02 | maint: avoid warnings about potentially-counterproductive "inline" | Jim Meyering |
2009-02-19 | doc: dd: document that the default block size is 512 bytes | Jim Meyering |
2009-02-02 | update copyright dates from recent changes | Jim Meyering |
2009-01-28 | dd: Better handle user specified offsets that are too big | Pádraig Brady |
2008-12-26 | maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol names | Jim Meyering |
2008-12-26 | dd: add support for opening files in Concurrent I/O (CIO) mode | Matt Harden |
2008-11-22 | Revert part of "dd: avoid unnecessary memory copies" | Pádraig Brady |