Age | Commit message (Expand) | Author |
2011-03-03 | wc: avoid NULL dereference on out-of-memory error | Jim Meyering |
2011-02-18 | stdbuf: avoid even the appearance of a possible use-after-free | Jim Meyering |
2011-02-14 | uptime: omit unnecessary #if | Paul Eggert |
2011-02-11 | copy: adjust fiemap handling of sparse files | Pádraig Brady |
2011-02-11 | copy: suppress redundant lseeks when using fiemap | Pádraig Brady |
2011-02-07 | cut: don't segfault for large unbounded range | Jim Meyering |
2011-02-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering |
2011-02-04 | cp: avoid spurious failure on any non-linux kernel | Jim Meyering |
2011-02-03 | sort: fix --debug key highlighting when key start after key end | Pádraig Brady |
2011-01-31 | cp: fix the buffer size used when writing zeros | Pádraig Brady |
2011-01-31 | cp: always initialize extent_copy's output parameter | Jim Meyering |
2011-01-31 | cp: fix copying a sparse file to a pipe | Jim Meyering |
2011-01-31 | maint: remove unused inclusion of "fiemap.h" | Jim Meyering |
2011-01-31 | maint: update copyright year lists in new files | Jim Meyering |
2011-01-30 | copy, tee: assume EINTR is always defined: remove #ifdefs | Jim Meyering |
2011-01-30 | copy: make extent_copy use sparse_copy, rather than its own code | Jim Meyering |
2011-01-30 | copy: remove obsolete comment | Jim Meyering |
2011-01-30 | copy: factor sparse-copying code into its own function, because | Jim Meyering |
2011-01-30 | fiemap copy: avoid leak-on-error | Jim Meyering |
2011-01-30 | fiemap copy: avoid a performance hit due to very small buffer | Jim Meyering |
2011-01-30 | fiemap copy: simplify post-loop logic; improve comments | Jim Meyering |
2011-01-30 | fiemap copy: rename some locals | Jim Meyering |
2011-01-30 | copy: don't allocate a separate buffer just for extent-based copy | Jim Meyering |
2011-01-30 | copy: tweak variable name; improve a comment | Jim Meyering |
2011-01-30 | copy: call extent_copy also when make_holes is false, ... | Jim Meyering |
2011-01-30 | copy: remove else-after-goto and adjust indentation | Jim Meyering |
2011-01-30 | extent-scan: adjust naming and formatting | Jim Meyering |
2011-01-30 | fiemap copy: don't let write failure go unreported; adjust style, etc. | Jim Meyering |
2011-01-30 | fiemap copy: add extent-scan.[ch], avoid a double-free and reorganize | jeff.liu |
2011-01-30 | build: distribute new file, fiemap.h | Jim Meyering |
2011-01-30 | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl | Jie Liu |
2011-01-30 | fiemap.h: include <stdint.h>, not <linux/types.h> | Jim Meyering |
2011-01-30 | copy.c: ensure proper alignment of fiemap buffer | Paul Eggert |
2011-01-30 | copy.c: adjust comments, tweak semantics | Jim Meyering |
2011-01-30 | cp: copy sparse files efficiently using the FIEMAP ioctl | Jie Liu |
2011-01-29 | join: don't report disorder against an empty file | Pádraig Brady |
2011-01-29 | join: ensure --header skips the order check with empty files | Pádraig Brady |
2011-01-29 | join: add -o 'auto' to output a constant number of fields per line | Pádraig Brady |
2011-01-24 | split: avoid a new, spurious warning from gcc-4.6.0 | Jim Meyering |
2011-01-24 | tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38 | Jim Meyering |
2011-01-17 | uniq: replace a wasteful loop with simple calculation | Jim Meyering |
2011-01-17 | uniq: don't continue field processing after end of line | Sami Kerola |
2011-01-14 | maint: refactor to use read-file from gnulib | Pádraig Brady |
2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady |
2011-01-11 | rm: ignore errno related to invalid file names | Nadav Har'El |
2011-01-10 | du: don't abort when a subdir is renamed during traversal | Jim Meyering |
2011-01-07 | maint: suppress some clang scan-build warnings | Pádraig Brady |
2011-01-07 | maint: replace uses of ignore_ptr with ignore_value | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-30 | split: fix the suffix length calculation | Pádraig Brady |