summaryrefslogtreecommitdiff
path: root/bin/df/df.c
AgeCommit message (Expand)Author
11 daysdf: Fix -k flag consistency with other BLOCKSIZE flagsAnkush Mondal
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-01-17df: Return non-zero status on write failure.Dag-Erling Smørgrav
2022-03-11df: do not report a 100% full inode usage on fs without inodesBaptiste Daroussin
2022-02-10bin/df: allow -t option to be used together with -lStefan Eßer
2021-07-20df: remove the unused fstype varMateusz Guzik
2020-11-13df: Remove support for mounting devicesMark Johnston
2018-02-10Add a deprecation warning when using the feature which mounts devicesBrooks Davis
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-09df(1): Add --si as an alias for -HKyle Evans
2017-06-13Use {T:Capacity} for header so html output looks tidyPhil Shafer
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-14Use nmount(2) rather than the obsolete mount(2).Brooks Davis
2016-12-14Mount filesystems without executable permissions since they should neverBrooks Davis
2016-12-14Put the undocumented df feature of mounting filesystems from device nodesBrooks Davis
2016-08-31df(1): Allow duplicate -l flags gracefullyConrad Meyer
2015-08-28Use exit() instead of return in main().Xin LI
2014-11-07Convert to use libxo.Marcel Moolenaar
2013-04-26Don't appease clang static analyzer after all and roll backUlrich Spörlein
2013-04-20bin/df: Fix unitialized use in prtstatUlrich Spörlein
2013-01-24 - Wrap long line;Xin LI
2012-12-12Handle large negative block counts correctly.Greg Lehey
2012-11-16Update man pages and clarify a number of options.Greg Lehey
2012-11-15Add , (comma) option to print sizes grouped and separated by thousandsGreg Lehey
2012-09-16Revert 240527:Eitan Adler
2012-09-14Free memory before exiting in order toEitan Adler
2011-10-18Simplify df(1) by factoring out most of the common code:Dag-Erling Smørgrav
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2009-06-23Staticify internal routines.Xin LI
2009-06-07Make "human-readable" (-H/-h) output also "humanize" inode counts.Simon L. B. Nielsen
2008-11-23Implement -T option as found in Linux df(1). When given, file system typePawel Jakub Dawidek
2007-07-04Significantly reduce the memory leak as noted in BUGS section forSean Farley
2007-05-01Back out all POSIXified *env() changes.Andrey A. Chernov
2007-04-30Eliminate error with -W* strict flags and make putenv() calls conforming toAndrey A. Chernov
2007-04-06getblocksize expects pointer to long as a second argument, notAlexander Kabaev
2007-03-08Fix a bug where the mutual exclusivity of the -l and -t options is notWill Andrews
2006-09-20Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, ourChristian S.J. Peron
2006-08-20Prefer strlcpy to strncpy. In one case, this saves us from re-zeroingWarner Losh
2005-01-10/*- or .\"- or #- to begin license clauses.Warner Losh
2004-07-20Currently if a mount point is not accessible by the calling user,Christian S.J. Peron
2004-06-04Convert fsbtoblk() from a macro to a function. The redundantDavid Schultz
2004-05-24Use humanize_number(3) to format sizes into a human readable form.Pawel Jakub Dawidek
2004-04-22Fix some style issues in rev 1.58.David E. O'Brien
2004-04-22Fix printing of the "Mounted on" values for 'df -i'.David E. O'Brien
2004-04-18Add -c option simular to du(1).David E. O'Brien
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2004-03-09And a bandaid so that the output of "available space" is correct whenLukas Ertl
2004-03-05Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray