summaryrefslogtreecommitdiff
path: root/src/df.c
AgeCommit message (Expand)Author
2014-05-13maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady
2014-05-13df: ignore non file system entries in /proc/mountsPádraig Brady
2014-05-13df: fix handling of symlinks in mount listPádraig Brady
2014-05-13df: also deduplicate virtual file systemsPádraig Brady
2014-04-16maint: df: avoid sizeof(char**) static analysis warningBernhard Voelker
2014-03-03doc: improve df --human and --si, help and man pagePádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-04df: handle bind mounts when processing device nodesPádraig Brady
2013-12-04df: dereference symlinks to disk device nodesPádraig Brady
2013-12-03maint: avoid '%s' quoting notation in diagnostic messagesBernhard Voelker
2013-11-29df: remove long-obsolescent --megabytes optionBernhard Voelker
2013-11-27df: add --output=file to directly output specified argumentsPádraig Brady
2013-08-29df: fix "blocks" translation in headerPádraig Brady
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg
2013-07-11df: reduce memory usage when filtering mount entriesAnton Ovchinnikov
2013-07-11maint: adjust indentation in df.cPádraig Brady
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady
2013-01-28df: do not treat rootfs speciallyBernhard Voelker
2013-01-27df: prefer fullpath entries when deduplicatingOndrej Oprala
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala
2012-11-22df: reorder default field list of --output optionBernhard Voelker
2012-11-08df: document the new --output optionBernhard Voelker
2012-11-08df: add --output to select which fields to displayBernhard Voelker
2012-08-26df: allow translators to reorder "1K-blocks" headerNguyễn Thái Ngọc Duy
2012-08-14df: fail when the mount list is required but cannot be readBernhard Voelker
2012-08-04df: fix exit code and error messages with --totalBernhard Voelker
2012-07-16df: don't output control characters in a mount point namePádraig Brady
2012-07-11df: warn if soon-to-be-removed --megabyte option is usedBernhard Voelker
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-03df: work around long-named /dev/disk/by-uuid/... symlinksJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-21maint: fix comment typos in df.cIvan Sichmann Freitas
2011-05-05df: fix crash in mem exhaustion edge casePádraig Brady
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-03-23df: fix alignment of columnsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-08-27stat: add %m to output the mount point for a fileAaron Burgemeister
2010-08-25df: always print the device name for bind mounted filesPádraig Brady
2010-06-29doc: df, du, ls: improve --blocksize description in --helpJim Meyering
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-01df: use fputs in place of printf in a few more placesJim Meyering