dd: work around compilation failure on AIX 5.1 and 5.2
[platform/upstream/coreutils.git] / src /
2011-04-26 Jim Meyeringdd: work around compilation failure on AIX 5.1 and 5.2
2011-04-26 Jim Meyeringmaint: move two small functions, so we can remove a...
2011-04-25 Jim Meyeringmaint: change some leading 8-space sequences to TABs...
2011-04-25 Jim Meyeringstat: recognize V9FS and ECRYPTFS file systems
2011-04-25 Jim Meyeringtail --follow=name no longer implies --retry
2011-04-25 Jeff Liucopy: include both src and dest names in clone failure...
2011-04-25 Jim Meyeringdoc: tail/inotify does use --sleep-interval=S, with...
2011-04-20 Jim Meyeringcopy: use FIEMAP (extent_copy) only for apparently...
2011-04-20 Jim Meyeringcopy: factor out a tiny sparse-testing function
2011-04-20 Jim Meyeringcopy: do not treat unwritten extents specially: avoid...
2011-04-20 Jim Meyeringcopy: always use FIEMAP_FLAG_SYNC, for now
2011-04-17 Ondřej Vašíkdircolors: add .ear, .war, .sar, for Java jar-like...
2011-04-12 Jim Meyeringmaint: remove unnecessary inclusion of <stdio.h>
2011-04-11 Jim Meyeringmaint: install: remove support for --preserve_context...
2011-04-11 Jim Meyeringmaint: reorder install.c to eliminate declarations...
2011-04-11 Jim Meyeringmaint: rename variables for clarity...
2011-04-11 Jim Meyeringmaint: remove doubled words in comments, e.g., s/to...
2011-04-11 Pádraig Bradymaint: misc typo fixes
2011-04-06 Pádraig Bradycopy: handle mergeable extents across fiemap scans
2011-04-06 Pádraig Bradycopy: fix an unlikely memory leak when a fiemap copy...
2011-04-04 Jim Meyeringtests: minor improvement of sc_tight_scope rule
2011-04-03 Jim Meyeringmaint: prohibit direct use of strncmp: prefer STREQ_LEN...
2011-04-03 Jim Meyeringcopy: require fiemap sync also for 2.6.38 kernels
2011-04-02 Jim Meyeringcp: always detect copy-into-self: avoid infloop w/large...
2011-04-01 Pádraig Bradycopy: process empty extents more efficiently
2011-04-01 Pádraig Bradycopy: protect against overlapping extents
2011-04-01 Pádraig Bradycopy: link rather than copy symlinks, when --link used
2011-03-31 Pádraig Bradycopy: with fiemap copy, only sync when needed
2011-03-28 Jim Meyeringmaint: correct formatting style in a header
2011-03-23 Pádraig Bradydf: fix alignment of columns
2011-03-22 David A. Wheelertest: accept "==" as a synonym for "="
2011-03-16 Jim Meyeringsort: avoid memory pressure of 130MB/thread when readin...
2011-03-13 Jim Meyeringsort: spawn fewer threads for small inputs
2011-03-11 Pádraig Bradycopy: merge similar extents before processing
2011-03-06 Paul Eggertdd: avoid or diagnose some problems with short reads
2011-03-05 Pádraig Bradydd: add a flag to discard cached data
2011-03-05 Pádraig Bradydoc: clarify that `dd bs=` can immediately output short...
2011-03-05 Pádraig Bradydoc: group dd conv= options that are actually flags
2011-03-05 Pádraig Bradydd: warn when we disable oflag=direct not at EOF
2011-03-03 Jim Meyeringdu: don't infloop for --files0-from=DIR
2011-03-03 Jim Meyeringwc: avoid NULL dereference on out-of-memory error
2011-02-18 Jim Meyeringstdbuf: avoid even the appearance of a possible use...
2011-02-15 Paul Eggertuptime: omit unnecessary #if
2011-02-11 Pádraig Bradycopy: adjust fiemap handling of sparse files
2011-02-11 Pádraig Bradycopy: suppress redundant lseeks when using fiemap
2011-02-07 Jim Meyeringcut: don't segfault for large unbounded range
2011-02-05 Jim Meyeringcopy: don't let a failed lseek go undiagnosed
2011-02-04 Jim Meyeringcp: avoid spurious failure on any non-linux kernel
2011-02-03 Pádraig Bradysort: fix --debug key highlighting when key start after...
2011-01-31 Pádraig Bradycp: fix the buffer size used when writing zeros
2011-01-31 Jim Meyeringcp: always initialize extent_copy's output parameter
2011-01-31 Jim Meyeringcp: fix copying a sparse file to a pipe
2011-01-31 Jim Meyeringmaint: remove unused inclusion of "fiemap.h"
2011-01-31 Jim Meyeringmaint: update copyright year lists in new files
2011-01-30 Jim Meyeringcopy, tee: assume EINTR is always defined: remove ...
2011-01-30 Jim Meyeringcopy: make extent_copy use sparse_copy, rather than...
2011-01-30 Jim Meyeringcopy: remove obsolete comment
2011-01-30 Jim Meyeringcopy: factor sparse-copying code into its own function...
2011-01-30 Jim Meyeringfiemap copy: avoid leak-on-error
2011-01-30 Jim Meyeringfiemap copy: avoid a performance hit due to very small...
2011-01-30 Jim Meyeringfiemap copy: simplify post-loop logic; improve comments
2011-01-30 Jim Meyeringfiemap copy: rename some locals
2011-01-30 Jim Meyeringcopy: don't allocate a separate buffer just for extent...
2011-01-30 Jim Meyeringcopy: tweak variable name; improve a comment
2011-01-30 Jim Meyeringcopy: call extent_copy also when make_holes is false...
2011-01-30 Jim Meyeringcopy: remove else-after-goto and adjust indentation
2011-01-30 Jim Meyeringextent-scan: adjust naming and formatting
2011-01-30 Jim Meyeringfiemap copy: don't let write failure go unreported...
2011-01-30 jeff.liufiemap copy: add extent-scan.[ch], avoid a double-free...
2011-01-30 Jim Meyeringbuild: distribute new file, fiemap.h
2011-01-30 Jie Liucopy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl
2011-01-30 Jim Meyeringfiemap.h: include <stdint.h>, not <linux/types.h>
2011-01-30 Paul Eggertcopy.c: ensure proper alignment of fiemap buffer
2011-01-30 Jim Meyeringcopy.c: adjust comments, tweak semantics
2011-01-30 Jie Liucp: copy sparse files efficiently using the FIEMAP...
2011-01-29 Pádraig Bradyjoin: don't report disorder against an empty file
2011-01-29 Pádraig Bradyjoin: ensure --header skips the order check with empty...
2011-01-29 Pádraig Bradyjoin: add -o 'auto' to output a constant number of...
2011-01-24 Jim Meyeringsplit: avoid a new, spurious warning from gcc-4.6.0
2011-01-24 Jim Meyeringtail: avoid new diagnostic when applying -f to a pipe...
2011-01-17 Jim Meyeringuniq: replace a wasteful loop with simple calculation
2011-01-17 Sami Kerolauniq: don't continue field processing after end of...
2011-01-14 Pádraig Bradymaint: refactor to use read-file from gnulib
2011-01-13 Pádraig Bradymaint: trivial system header file cleanups
2011-01-11 Nadav Har'Elrm: ignore errno related to invalid file names
2011-01-10 Jim Meyeringdu: don't abort when a subdir is renamed during traversal
2011-01-07 Pádraig Bradymaint: suppress some clang scan-build warnings
2011-01-07 Pádraig Bradymaint: replace uses of ignore_ptr with ignore_value
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-30 Pádraig Bradysplit: fix the suffix length calculation
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-12-24 Jim Meyeringmaint: avoid syntax-check failure due to unused #include
2010-12-23 Paul Eggertcsplit: diagnose file counter wraparound
2010-12-23 Paul Eggertsort: minor performance tweak with num_processors
2010-12-23 Paul Eggertgetlimits: port to hosts with very wide int, or non...
2010-12-21 Paul Eggertwho: omit useless definitions of MAXHOSTNAMELEN
2010-12-20 Pádraig Bradymaint: fix a typo in sort --parallel help message
2010-12-19 Pádraig Bradywc: fix a possible hang with --files0-from
2010-12-19 Pádraig Bradycp: ensure backups are created when -T specified
2010-12-19 Pádraig Bradysort: use at most 8 threads by default
next