index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
df.c
Age
Commit message (
Expand
)
Author
Lines
2021-08-11
df: fix bug with automounted
Paul Eggert
-9
/
+25
2021-07-28
doc: modernize usage of “disk” and “core”
Paul Eggert
-31
/
+31
2021-07-02
df: fix duplicated remote entries due to bind mounts
Kamil Dudka
-2
/
+13
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-9
/
+9
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-01-01
maint: adjust to split out xstrtol-error gnulib module
Pádraig Brady
-0
/
+1
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-03-03
df: support different file system encodings when not using tty
Pádraig Brady
-3
/
+31
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-07-27
df: omit redundant comparison
Paul Eggert
-1
/
+1
2018-07-26
df: tune slightly
Paul Eggert
-2
/
+4
2018-07-26
df: avoid multibyte character corruption on macOS
Paul Eggert
-11
/
+32
2018-07-26
df: avoid multibyte character corruption on macOS
Chih-Hsuan Yen
-1
/
+2
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-10-30
df: fix hang with fifo argument
Pádraig Brady
-8
/
+9
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-1
/
+1
2017-08-28
df: avoid stat() for dummy file systems with -l
Josef Cejka
-0
/
+1
2017-06-17
maint: use C99 for loop initial declarations where possible
Pádraig Brady
-6
/
+2
2017-03-26
df: avoid querying excluded file systems
Philipp Thomas
-1
/
+3
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2016-11-14
all: reduce usage of proper_name_utf8()
Pádraig Brady
-1
/
+1
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-1
/
+2
2016-08-03
df: improve performance with many mount points
Philipp Thomas
-33
/
+77
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-12-14
maint: fix incorrect spellings etc
Pádraig Brady
-1
/
+1
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-4
/
+4
2015-10-03
build: Pacify GCC 5 on 32-bit hosts
Paul Eggert
-0
/
+2
2015-09-23
df: prioritize mounts nearer the device root
Dave Chiluk
-3
/
+9
2015-06-28
maint: clarify df's use of device IDs from /proc/self/mountinfo
Pádraig Brady
-4
/
+2
2015-04-13
df: fix --local hanging with inaccessible remote mounts
Pádraig Brady
-3
/
+6
2015-04-03
df: fix use of uninitialized variable reported by valgrind
Pádraig Brady
-0
/
+4
2015-01-31
doc,maint: fix use of "i.e." in documentation and comments
Bernhard Voelker
-1
/
+1
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-11-24
df: only suppress remote mounts of separate exports with --total
Pádraig Brady
-13
/
+28
2014-11-23
df: ensure -a shows all remote file system entries
Pádraig Brady
-7
/
+10
2014-10-27
doc: mention that df -a includes duplicate file systems
Pádraig Brady
-2
/
+2
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-2
/
+2
2014-08-19
df: improve mount point selection with inaccurate mount list
Pádraig Brady
-3
/
+8
2014-07-13
maint: avoid an inconsequential mem leak
Pádraig Brady
-3
/
+7
2014-06-25
df: report correct device in presence of eclipsed mounts
Pádraig Brady
-1
/
+41
2014-06-24
df: look for accessible mount points for specified devices
Pádraig Brady
-6
/
+18
2014-06-24
df: output placeholder values for inaccessible mount points
Pádraig Brady
-28
/
+81
2014-06-18
df: use all of the last device details provided
Pádraig Brady
-12
/
+3
2014-06-02
maint: avoid compiler warnings with some assert() implementations
Ben Walton
-0
/
+1
2014-05-29
df: use the last device name provided by the system
Pádraig Brady
-3
/
+19
2014-05-13
maint: avoid clang -Wtautological-constant-out-of-range-compare warning
Pádraig Brady
-3
/
+4
2014-05-13
df: ignore non file system entries in /proc/mounts
Pádraig Brady
-0
/
+5
2014-05-13
df: fix handling of symlinks in mount list
Pádraig Brady
-2
/
+10
2014-05-13
df: also deduplicate virtual file systems
Pádraig Brady
-17
/
+14
[next]