Age | Commit message (Expand) | Author |
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 |
2008-11-21 | dd: avoid unnecessary memory copies | Pádraig Brady |
2008-08-26 | use new global, "Version", rather than macro, VERSION | Jim Meyering |
2008-08-11 | dd: clarify meaning of multiplication factors; put xM in order | Benno Schulenberg |
2008-08-09 | dd.c: reduce duplication in new O_FULLBLOCK-defining code | Jim Meyering |
2008-07-23 | dd: minor fullblock changes | Jim Meyering |
2008-07-23 | dd: new option: iflag=fullblock to accumulate full input blocks | Kamil Dudka |
2008-07-23 | dd: adjust --help output so help2man formats the man page properly | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert 3-author programs to use proper_name | Jim Meyering |
2008-03-07 | dd: avoid unnecessary, but harmless close_stdout call. | Jim Meyering |
2008-01-31 | Don't modify argv in dd due to ',' in arguments. | Paul Eggert |
2008-01-30 | Don't modify argv in dd. | Paul Eggert |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-02-22 | Honor dd's noatime flag if possible, even if not supported on build fs | Paul Eggert |
2007-02-10 | Remove excess leading spaces that would make help2man misbehave. | Jim Meyering |
2007-01-26 | * src/dd.c (advance_input_after_read_error): Change diagnostic to | Jim Meyering |
2006-12-22 | * NEWS: dd bs= operands now silently override later ibs= and obs=, | Paul Eggert |