summaryrefslogtreecommitdiffstats
path: root/src/df.c
AgeCommit message (Expand)AuthorLines
2021-08-11df: fix bug with automountedPaul Eggert-9/+25
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-31/+31
2021-07-02df: fix duplicated remote entries due to bind mountsKamil Dudka-2/+13
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-9/+9
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: adjust to split out xstrtol-error gnulib modulePádraig Brady-0/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-03-03df: support different file system encodings when not using ttyPádraig Brady-3/+31
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-07-27df: omit redundant comparisonPaul Eggert-1/+1
2018-07-26df: tune slightlyPaul Eggert-2/+4
2018-07-26df: avoid multibyte character corruption on macOSPaul Eggert-11/+32
2018-07-26df: avoid multibyte character corruption on macOSChih-Hsuan Yen-1/+2
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-10-30df: fix hang with fifo argumentPádraig Brady-8/+9
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-08-28df: avoid stat() for dummy file systems with -lJosef Cejka-0/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-6/+2
2017-03-26df: avoid querying excluded file systemsPhilipp Thomas-1/+3
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-1/+2
2016-08-03df: improve performance with many mount pointsPhilipp Thomas-33/+77
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-4/+4
2015-10-03build: Pacify GCC 5 on 32-bit hostsPaul Eggert-0/+2
2015-09-23df: prioritize mounts nearer the device rootDave Chiluk-3/+9
2015-06-28maint: clarify df's use of device IDs from /proc/self/mountinfoPádraig Brady-4/+2
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady-3/+6
2015-04-03df: fix use of uninitialized variable reported by valgrindPádraig Brady-0/+4
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-11-24df: only suppress remote mounts of separate exports with --totalPádraig Brady-13/+28
2014-11-23df: ensure -a shows all remote file system entriesPádraig Brady-7/+10
2014-10-27doc: mention that df -a includes duplicate file systemsPádraig Brady-2/+2
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-2/+2
2014-08-19df: improve mount point selection with inaccurate mount listPádraig Brady-3/+8
2014-07-13maint: avoid an inconsequential mem leakPádraig Brady-3/+7
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady-1/+41
2014-06-24df: look for accessible mount points for specified devicesPádraig Brady-6/+18
2014-06-24df: output placeholder values for inaccessible mount pointsPádraig Brady-28/+81
2014-06-18df: use all of the last device details providedPádraig Brady-12/+3
2014-06-02maint: avoid compiler warnings with some assert() implementationsBen Walton-0/+1
2014-05-29df: use the last device name provided by the systemPádraig Brady-3/+19
2014-05-13maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady-3/+4
2014-05-13df: ignore non file system entries in /proc/mountsPádraig Brady-0/+5
2014-05-13df: fix handling of symlinks in mount listPádraig Brady-2/+10
2014-05-13df: also deduplicate virtual file systemsPádraig Brady-17/+14