| Commit message (Expand) | Author | Age | Files | Lines |
| * | df: Remove support for mounting devices | Mark Johnston | 2020-11-13 | 1 | -74/+4 |
| * | Add a deprecation warning when using the feature which mounts devices | Brooks Davis | 2018-02-10 | 1 | -2/+8 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | df(1): Add --si as an alias for -H | Kyle Evans | 2017-08-09 | 1 | -1/+9 |
| * | Use {T:Capacity} for header so html output looks tidy | Phil Shafer | 2017-06-13 | 1 | -1/+1 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Use nmount(2) rather than the obsolete mount(2). | Brooks Davis | 2016-12-14 | 1 | -3/+27 |
| * | Mount filesystems without executable permissions since they should never | Brooks Davis | 2016-12-14 | 1 | -1/+1 |
| * | Put the undocumented df feature of mounting filesystems from device nodes | Brooks Davis | 2016-12-14 | 1 | -1/+10 |
| * | df(1): Allow duplicate -l flags gracefully | Conrad Meyer | 2016-08-31 | 1 | -0/+3 |
| * | Use exit() instead of return in main(). | Xin LI | 2015-08-28 | 1 | -1/+1 |
| * | Convert to use libxo. | Marcel Moolenaar | 2014-11-07 | 1 | -50/+74 |
| * | Don't appease clang static analyzer after all and roll back | Ulrich Spörlein | 2013-04-26 | 1 | -1/+0 |
| * | bin/df: Fix unitialized use in prtstat | Ulrich Spörlein | 2013-04-20 | 1 | -5/+7 |
| * | - Wrap long line; | Xin LI | 2013-01-24 | 1 | -1/+2 |
| * | Handle large negative block counts correctly. | Greg Lehey | 2012-12-12 | 1 | -1/+1 |
| * | Update man pages and clarify a number of options. | Greg Lehey | 2012-11-16 | 1 | -6/+7 |
| * | Add , (comma) option to print sizes grouped and separated by thousands | Greg Lehey | 2012-11-15 | 1 | -6/+27 |
| * | Revert 240527: | Eitan Adler | 2012-09-16 | 1 | -1/+0 |
| * | Free memory before exiting in order to | Eitan Adler | 2012-09-14 | 1 | -0/+1 |
| * | Simplify df(1) by factoring out most of the common code: | Dag-Erling Smørgrav | 2011-10-18 | 1 | -26/+27 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Staticify internal routines. | Xin LI | 2009-06-23 | 1 | -1/+1 |
| * | Make "human-readable" (-H/-h) output also "humanize" inode counts. | Simon L. B. Nielsen | 2009-06-07 | 1 | -4/+30 |
| * | Implement -T option as found in Linux df(1). When given, file system type | Pawel Jakub Dawidek | 2008-11-23 | 1 | -5/+15 |
| * | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -4/+4 |
| * | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -4/+4 |
| * | Eliminate error with -W* strict flags and make putenv() calls conforming to | Andrey A. Chernov | 2007-04-30 | 1 | -4/+4 |
| * | getblocksize expects pointer to long as a second argument, not | Alexander Kabaev | 2007-04-06 | 1 | -2/+2 |
| * | Fix a bug where the mutual exclusivity of the -l and -t options is not | Will Andrews | 2007-03-08 | 1 | -1/+4 |
| * | Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our | Christian S.J. Peron | 2006-09-20 | 1 | -2/+11 |
| * | Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing | Warner Losh | 2006-08-20 | 1 | -2/+2 |
| * | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 1 | -1/+1 |
| * | Currently if a mount point is not accessible by the calling user, | Christian S.J. Peron | 2004-07-20 | 1 | -5/+15 |
| * | Convert fsbtoblk() from a macro to a function. The redundant | David Schultz | 2004-06-04 | 1 | -8/+13 |
| * | Use humanize_number(3) to format sizes into a human readable form. | Pawel Jakub Dawidek | 2004-05-24 | 1 | -86/+17 |
| * | Fix some style issues in rev 1.58. | David E. O'Brien | 2004-04-22 | 1 | -13/+12 |
| * | Fix printing of the "Mounted on" values for 'df -i'. | David E. O'Brien | 2004-04-22 | 1 | -2/+4 |
| * | Add -c option simular to du(1). | David E. O'Brien | 2004-04-18 | 1 | -13/+47 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
| * | And a bandaid so that the output of "available space" is correct when | Lukas Ertl | 2004-03-09 | 1 | -1/+2 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -1/+1 |
| * | Use int rather than size_t storage for printf field widths to avoid | Ian Dowse | 2004-02-08 | 1 | -43/+41 |
| * | Fix format strings (intmax_t is %jd, not %qd) | Kris Kennaway | 2003-11-12 | 1 | -2/+2 |
| * | Update the statfs structure with 64-bit fields to allow | Kirk McKusick | 2003-11-12 | 1 | -23/+25 |
| * | Be a little bit more correct WRT counting numbers vs. integer numbers. | David E. O'Brien | 2003-09-13 | 1 | -10/+10 |
| * | Fixed exit code in previous commit. "var++" to set a flag to nonzero | Bruce Evans | 2003-06-03 | 1 | -5/+9 |
| * | From the df man page: | Jordan K. Hubbard | 2003-06-02 | 1 | -0/+9 |
| * | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | Mark Murray | 2003-05-03 | 1 | -13/+17 |
| * | Fix a shedload of warnings, some memory leaks and clean up WARNS | Mark Murray | 2003-05-03 | 1 | -39/+61 |