| Age | Commit message (Expand) | Author | Lines |
| 2011-03-05 | dd: avoid or diagnose some problems with short reads | Paul Eggert | -12/+41 |
| 2011-03-05 | dd: add a flag to discard cached data | Pádraig Brady | -6/+156 |
| 2011-03-05 | doc: clarify that `dd bs=` can immediately output short reads | Pádraig Brady | -2/+2 |
| 2011-03-05 | doc: group dd conv= options that are actually flags | Pádraig Brady | -7/+5 |
| 2011-03-05 | dd: warn when we disable oflag=direct not at EOF | Pádraig Brady | -0/+6 |
| 2011-03-03 | du: don't infloop for --files0-from=DIR | Jim Meyering | -12/+15 |
| 2011-03-03 | wc: avoid NULL dereference on out-of-memory error | Jim Meyering | -0/+3 |
| 2011-02-18 | stdbuf: avoid even the appearance of a possible use-after-free | Jim Meyering | -2/+5 |
| 2011-02-14 | uptime: omit unnecessary #if | Paul Eggert | -4/+0 |
| 2011-02-11 | copy: adjust fiemap handling of sparse files | Pádraig Brady | -5/+6 |
| 2011-02-11 | copy: suppress redundant lseeks when using fiemap | Pádraig Brady | -21/+19 |
| 2011-02-07 | cut: don't segfault for large unbounded range | Jim Meyering | -0/+2 |
| 2011-02-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering | -16/+2 |
| 2011-02-04 | cp: avoid spurious failure on any non-linux kernel | Jim Meyering | -0/+1 |
| 2011-02-03 | sort: fix --debug key highlighting when key start after key end | Pádraig Brady | -1/+3 |
| 2011-01-31 | cp: fix the buffer size used when writing zeros | Pádraig Brady | -1/+1 |
| 2011-01-31 | cp: always initialize extent_copy's output parameter | Jim Meyering | -0/+1 |
| 2011-01-31 | cp: fix copying a sparse file to a pipe | Jim Meyering | -7/+20 |
| 2011-01-31 | maint: remove unused inclusion of "fiemap.h" | Jim Meyering | -4/+0 |
| 2011-01-31 | maint: update copyright year lists in new files | Jim Meyering | -2/+2 |
| 2011-01-30 | copy, tee: assume EINTR is always defined: remove #ifdefs | Jim Meyering | -4/+0 |
| 2011-01-30 | copy: make extent_copy use sparse_copy, rather than its own code | Jim Meyering | -60/+49 |
| 2011-01-30 | copy: remove obsolete comment | Jim Meyering | -12/+9 |
| 2011-01-30 | copy: factor sparse-copying code into its own function, because | Jim Meyering | -98/+114 |
| 2011-01-30 | fiemap copy: avoid leak-on-error | Jim Meyering | -4/+6 |
| 2011-01-30 | fiemap copy: avoid a performance hit due to very small buffer | Jim Meyering | -3/+2 |
| 2011-01-30 | fiemap copy: simplify post-loop logic; improve comments | Jim Meyering | -30/+16 |
| 2011-01-30 | fiemap copy: rename some locals | Jim Meyering | -11/+11 |
| 2011-01-30 | copy: don't allocate a separate buffer just for extent-based copy | Jim Meyering | -19/+17 |
| 2011-01-30 | copy: tweak variable name; improve a comment | Jim Meyering | -6/+6 |
| 2011-01-30 | copy: call extent_copy also when make_holes is false, ... | Jim Meyering | -16/+13 |
| 2011-01-30 | copy: remove else-after-goto and adjust indentation | Jim Meyering | -6/+4 |
| 2011-01-30 | extent-scan: adjust naming and formatting | Jim Meyering | -33/+34 |
| 2011-01-30 | fiemap copy: don't let write failure go unreported; adjust style, etc. | Jim Meyering | -9/+19 |
| 2011-01-30 | fiemap copy: add extent-scan.[ch], avoid a double-free and reorganize | jeff.liu | -80/+296 |
| 2011-01-30 | build: distribute new file, fiemap.h | Jim Meyering | -0/+1 |
| 2011-01-30 | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl | Jie Liu | -0/+1 |
| 2011-01-30 | fiemap.h: include <stdint.h>, not <linux/types.h> | Jim Meyering | -1/+1 |
| 2011-01-30 | copy.c: ensure proper alignment of fiemap buffer | Paul Eggert | -7/+8 |
| 2011-01-30 | copy.c: adjust comments, tweak semantics | Jim Meyering | -26/+36 |
| 2011-01-30 | cp: copy sparse files efficiently using the FIEMAP ioctl | Jie Liu | -0/+261 |
| 2011-01-29 | join: don't report disorder against an empty file | Pádraig Brady | -3/+5 |
| 2011-01-29 | join: ensure --header skips the order check with empty files | Pádraig Brady | -4/+8 |
| 2011-01-29 | join: add -o 'auto' to output a constant number of fields per line | Pádraig Brady | -31/+57 |
| 2011-01-24 | split: avoid a new, spurious warning from gcc-4.6.0 | Jim Meyering | -1/+1 |
| 2011-01-24 | tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38 | Jim Meyering | -2/+5 |
| 2011-01-17 | uniq: replace a wasteful loop with simple calculation | Jim Meyering | -2/+1 |
| 2011-01-17 | uniq: don't continue field processing after end of line | Sami Kerola | -1/+1 |
| 2011-01-14 | maint: refactor to use read-file from gnulib | Pádraig Brady | -119/+11 |
| 2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady | -7/+9 |