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
2013-12-04
df: handle bind mounts when processing device nodes
Pádraig Brady
-1
/
+12
2013-12-04
df: dereference symlinks to disk device nodes
Pádraig Brady
-1
/
+8
2013-12-03
maint: avoid '%s' quoting notation in diagnostic messages
Bernhard Voelker
-3
/
+3
2013-11-29
df: remove long-obsolescent --megabytes option
Bernhard Voelker
-10
/
+1
2013-11-27
df: add --output=file to directly output specified arguments
Pádraig Brady
-10
/
+23
2013-08-29
df: fix "blocks" translation in header
Pádraig Brady
-1
/
+1
2013-08-05
doc: more semicolons instead of periods in option descriptions
Benno Schulenberg
-3
/
+3
2013-07-11
df: reduce memory usage when filtering mount entries
Anton Ovchinnikov
-9
/
+21
2013-07-11
maint: adjust indentation in df.c
Pádraig Brady
-13
/
+17
2013-07-09
df: fix mount list processing with unstatable mount dirs
Pádraig Brady
-1
/
+2
2013-01-28
df: do not treat rootfs specially
Bernhard Voelker
-19
/
+1
2013-01-27
df: prefer fullpath entries when deduplicating
Ondrej Oprala
-36
/
+80
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
-4
/
+3
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-12-07
df: do not print duplicate entries and rootfs by default
Ondrej Oprala
-0
/
+58
2012-11-22
df: reorder default field list of --output option
Bernhard Voelker
-4
/
+4
2012-11-08
df: document the new --output option
Bernhard Voelker
-0
/
+7
2012-11-08
df: add --output to select which fields to display
Bernhard Voelker
-235
/
+536
2012-08-26
df: allow translators to reorder "1K-blocks" header
Nguyễn Thái Ngọc Duy
-2
/
+4
2012-08-14
df: fail when the mount list is required but cannot be read
Bernhard Voelker
-4
/
+13
2012-08-04
df: fix exit code and error messages with --total
Bernhard Voelker
-3
/
+6
2012-07-16
df: don't output control characters in a mount point name
Pádraig Brady
-1
/
+23
2012-07-11
df: warn if soon-to-be-removed --megabyte option is used
Bernhard Voelker
-3
/
+11
2012-01-27
maint: use single copyright year range
Jim Meyering
-1
/
+1
2012-01-09
maint: src/*.[ch]: convert more `...' to '...'
Jim Meyering
-2
/
+2
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-4
/
+4
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
-1
/
+1
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
-2
/
+1
2012-01-03
df: work around long-named /dev/disk/by-uuid/... symlinks
Jim Meyering
-8
/
+41
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2011-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
-2
/
+2
2011-05-21
maint: fix comment typos in df.c
Ivan Sichmann Freitas
-2
/
+2
2011-05-05
df: fix crash in mem exhaustion edge case
Pádraig Brady
-4
/
+4
2011-04-03
maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT
Jim Meyering
-3
/
+3
2011-03-23
df: fix alignment of columns
Pádraig Brady
-168
/
+288
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
-2
/
+4
2010-08-27
stat: add %m to output the mount point for a file
Aaron Burgemeister
-90
/
+1
2010-08-25
df: always print the device name for bind mounted files
Pádraig Brady
-40
/
+21
2010-06-29
doc: df, du, ls: improve --blocksize description in --help
Jim Meyering
-1
/
+3
2010-05-31
maint: make spacing around "=" consistent, even in IF_LINT
Jim Meyering
-1
/
+1
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
-2
/
+2
2010-01-01
df: use fputs in place of printf in a few more places
Jim Meyering
-4
/
+4
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
-1
/
+1
2010-01-01
df: add comments to help translators align column headers
Stéphane Raimbault
-0
/
+8
2009-09-23
maint: Use logical rather than bitwise operators on bools
Pádraig Brady
-3
/
+3
2009-09-23
maint: df.c: adapt to newer gnulib
Jim Meyering
-1
/
+0
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
-1
/
+1
2009-09-10
doc: improve various BLOCKSIZE and SIZE help
Ondřej Vašík
-4
/
+2
2009-09-03
df: don't fail due to an unreadable argument
Jim Meyering
-1
/
+4
[next]