summaryrefslogtreecommitdiff
path: root/src/df.c
Commit message (Expand)AuthorAgeFilesLines
* df: only suppress remote mounts of separate exports with --totalPádraig Brady2014-11-241-13/+28
* df: ensure -a shows all remote file system entriesPádraig Brady2014-11-231-7/+10
* doc: mention that df -a includes duplicate file systemsPádraig Brady2014-10-271-2/+2
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-2/+2
* df: improve mount point selection with inaccurate mount listPádraig Brady2014-08-191-3/+8
* maint: avoid an inconsequential mem leakPádraig Brady2014-07-131-3/+7
* df: report correct device in presence of eclipsed mountsPádraig Brady2014-06-251-1/+41
* df: look for accessible mount points for specified devicesPádraig Brady2014-06-241-6/+18
* df: output placeholder values for inaccessible mount pointsPádraig Brady2014-06-241-28/+81
* df: use all of the last device details providedPádraig Brady2014-06-181-12/+3
* maint: avoid compiler warnings with some assert() implementationsBen Walton2014-06-021-0/+1
* df: use the last device name provided by the systemPádraig Brady2014-05-291-3/+19
* maint: avoid clang -Wtautological-constant-out-of-range-compare warningPádraig Brady2014-05-131-3/+4
* df: ignore non file system entries in /proc/mountsPádraig Brady2014-05-131-0/+5
* df: fix handling of symlinks in mount listPádraig Brady2014-05-131-2/+10
* df: also deduplicate virtual file systemsPádraig Brady2014-05-131-17/+14
* maint: df: avoid sizeof(char**) static analysis warningBernhard Voelker2014-04-161-1/+1
* doc: improve df --human and --si, help and man pagePádraig Brady2014-03-031-3/+4
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* df: handle bind mounts when processing device nodesPádraig Brady2013-12-041-1/+12
* df: dereference symlinks to disk device nodesPádraig Brady2013-12-041-1/+8
* maint: avoid '%s' quoting notation in diagnostic messagesBernhard Voelker2013-12-031-3/+3
* df: remove long-obsolescent --megabytes optionBernhard Voelker2013-11-291-10/+1
* df: add --output=file to directly output specified argumentsPádraig Brady2013-11-271-10/+23
* df: fix "blocks" translation in headerPádraig Brady2013-08-291-1/+1
* doc: more semicolons instead of periods in option descriptionsBenno Schulenberg2013-08-051-3/+3
* df: reduce memory usage when filtering mount entriesAnton Ovchinnikov2013-07-111-9/+21
* maint: adjust indentation in df.cPádraig Brady2013-07-111-13/+17
* df: fix mount list processing with unstatable mount dirsPádraig Brady2013-07-091-1/+2
* df: do not treat rootfs speciallyBernhard Voelker2013-01-281-19/+1
* df: prefer fullpath entries when deduplicatingOndrej Oprala2013-01-271-36/+80
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* df: do not print duplicate entries and rootfs by defaultOndrej Oprala2012-12-071-0/+58
* df: reorder default field list of --output optionBernhard Voelker2012-11-221-4/+4
* df: document the new --output optionBernhard Voelker2012-11-081-0/+7
* df: add --output to select which fields to displayBernhard Voelker2012-11-081-235/+536
* df: allow translators to reorder "1K-blocks" headerNguyễn Thái Ngọc Duy2012-08-261-2/+4
* df: fail when the mount list is required but cannot be readBernhard Voelker2012-08-141-4/+13
* df: fix exit code and error messages with --totalBernhard Voelker2012-08-041-3/+6
* df: don't output control characters in a mount point namePádraig Brady2012-07-161-1/+23
* df: warn if soon-to-be-removed --megabyte option is usedBernhard Voelker2012-07-111-3/+11
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-2/+2
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-4/+4
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* df: work around long-named /dev/disk/by-uuid/... symlinksJim Meyering2012-01-031-8/+41
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1