summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 8.11v8.11Jim Meyering2011-04-131-1/+1
* maint: mention dd's new partial read warning in NEWSPádraig Brady2011-04-131-0/+3
* tests: fix a false positive fiemap test on some file systemsPádraig Brady2011-04-132-12/+20
* maint: correct kernel version in test commentPádraig Brady2011-04-121-1/+1
* maint: remove unnecessary inclusion of <stdio.h>Jim Meyering2011-04-121-1/+0
* build: update gnulib submodule to latestJim Meyering2011-04-111-0/+0
* cfg.mk: remove useless semicolon and backslashJim Meyering2011-04-111-1/+1
* doc: tweak NEWSJim Meyering2011-04-112-3/+3
* maint: install: remove support for --preserve_context ("_", not "-")Jim Meyering2011-04-112-8/+3
* maint: reorder install.c to eliminate declarations of static functionsJim Meyering2011-04-111-344/+327
* maint: rename variables for clarity...Jim Meyering2011-04-111-6/+6
* maint: remove doubled words in comments, e.g., s/to to/to/Jim Meyering2011-04-116-6/+6
* maint: misc typo fixesPádraig Brady2011-04-113-4/+4
* maint: correct kernel version in NEWSPádraig Brady2011-04-071-1/+1
* copy: handle mergeable extents across fiemap scansPádraig Brady2011-04-062-88/+108
* copy: fix an unlikely memory leak when a fiemap copy failsPádraig Brady2011-04-061-1/+1
* tests: avoid spurious parallel failure due to temporary disk fullJim Meyering2011-04-042-0/+15
* tests: don't ever leave a backgrounded "sleep 10m" processJim Meyering2011-04-041-1/+1
* tests: preserve-gid: don't chown temporary PATH dir to a nameless UIDJim Meyering2011-04-041-1/+6
* tests: preserve-gid: remove useless use of "env"Jim Meyering2011-04-041-1/+1
* tests: convert common root-build test failure to a "skip"Jim Meyering2011-04-041-2/+1
* tests: minor improvement of sc_tight_scope ruleJim Meyering2011-04-041-5/+5
* docs: mention POSIX 2008Eric Blake2011-04-041-3/+4
* maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering2011-04-0310-18/+34
* copy: require fiemap sync also for 2.6.38 kernelsJim Meyering2011-04-031-2/+2
* cp: always detect copy-into-self: avoid infloop w/large PATH_MAXJim Meyering2011-04-021-2/+10
* maint: fix a comment typoJim Meyering2011-04-021-1/+1
* copy: process empty extents more efficientlyPádraig Brady2011-04-014-16/+162
* copy: protect against overlapping extentsPádraig Brady2011-04-012-1/+37
* copy: link rather than copy symlinks, when --link usedPádraig Brady2011-04-014-7/+66
* tests: inotify-rotate: avoid race condition with overloaded diskJim Meyering2011-03-311-2/+2
* copy: with fiemap copy, only sync when neededPádraig Brady2011-03-314-3/+42
* tests: avoid unwarranted failure in mock-simulated non-SELinux env.Mathieu Bridon2011-03-282-1/+9
* maint: correct formatting style in a headerJim Meyering2011-03-283-5/+6
* df: fix alignment of columnsPádraig Brady2011-03-232-168/+291
* build: update gnulib submodule to latestJim Meyering2011-03-221-0/+0
* tests: exercise tests new "==" operatorJim Meyering2011-03-222-0/+6
* test: accept "==" as a synonym for "="David A. Wheeler2011-03-222-3/+10
* tests: fix a bug in the cp/preserve-gid testJim Meyering2011-03-211-8/+19
* bootstrap: do not exclude m4/message.m4Paul Eggert2011-03-201-1/+0
* maint: remove a name from THANKS.in that is derived from git logJim Meyering2011-03-201-1/+0
* tests: fix the sparse-fiemap testPádraig Brady2011-03-192-29/+37
* sort: avoid memory pressure of 130MB/thread when reading from pipeJim Meyering2011-03-161-2/+6
* maint: stop using .x-sc_* files to list syntax-check exemptionsJim Meyering2011-03-1628-138/+37
* maint: use wcswidth from gnulibPádraig Brady2011-03-132-22/+2
* touch: update to latest gnulib to fix Solaris 10 touch segfaultJim Meyering2011-03-136-55/+77
* sort: spawn fewer threads for small inputsJim Meyering2011-03-132-9/+16
* copy: merge similar extents before processingPádraig Brady2011-03-111-11/+28
* dd: avoid or diagnose some problems with short readsPaul Eggert2011-03-051-12/+41
* maint: fix dd nocache test to be independent of current stdinPádraig Brady2011-03-051-1/+1