aboutsummaryrefslogtreecommitdiff
path: root/bin/df
Commit message (Expand)AuthorAgeFilesLines
* Use {T:Capacity} for header so html output looks tidyPhil Shafer2017-06-131-1/+1
* bin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Use nmount(2) rather than the obsolete mount(2).Brooks Davis2016-12-142-3/+29
* Mount filesystems without executable permissions since they should neverBrooks Davis2016-12-141-1/+1
* Put the undocumented df feature of mounting filesystems from device nodesBrooks Davis2016-12-142-1/+11
* df(1): Allow duplicate -l flags gracefullyConrad Meyer2016-08-311-0/+3
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-011-1/+8
* Use exit() instead of return in main().Xin LI2015-08-281-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated/new dependenciesSimon J. Gerraty2014-11-191-0/+1
| * Merge from head@274682Simon J. Gerraty2014-11-193-53/+80
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-4/+4
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-052-6/+9
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-082-43/+116
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Document that df(1) supports libxo(3).Marcel Moolenaar2014-11-071-1/+4
* | | | | Convert to use libxo.Marcel Moolenaar2014-11-072-52/+76
| |_|_|/ |/| | |
* | | | -h and -H options backwards in manual page.Warren Block2014-01-161-3/+3
* | | | Clean up a spurious "." in SEE ALSO.Christian Brueffer2013-10-281-1/+1
| |_|/ |/| |
* | | Complete revision 243104.Greg Lehey2013-05-171-1/+3
* | | Don't appease clang static analyzer after all and roll backUlrich Spörlein2013-04-261-1/+0
* | | bin/df: Fix unitialized use in prtstatUlrich Spörlein2013-04-201-5/+7
| |/ |/|
* | Don't time travel back and use a present date.Xin LI2013-01-251-1/+1
* | - Wrap long line;Xin LI2013-01-242-2/+4
* | Handle large negative block counts correctly.Greg Lehey2012-12-121-1/+1
* | Update man pages and clarify a number of options.Greg Lehey2012-11-162-35/+65
* | Fix section number for pstat and swapinfo cross references.Sergey Kandaurov2012-11-151-3/+3
* | Add , (comma) option to print sizes grouped and separated by thousandsGreg Lehey2012-11-152-16/+57
* | Revert 240527:Eitan Adler2012-09-161-1/+0
* | Free memory before exiting in order toEitan Adler2012-09-141-0/+1
|/
* Bump date to today (since I modified it)Eitan Adler2012-03-031-1/+1
* Direct users to swapinfo and pstat from dfEitan Adler2012-03-031-0/+2
* Minor clarificationDag-Erling Smørgrav2011-10-181-1/+2
* Simplify df(1) by factoring out most of the common code:Dag-Erling Smørgrav2011-10-181-26/+27
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Staticify internal routines.Xin LI2009-06-231-1/+1
* Make "human-readable" (-H/-h) output also "humanize" inode counts.Simon L. B. Nielsen2009-06-072-6/+37
* Implement -T option as found in Linux df(1). When given, file system typePawel Jakub Dawidek2008-11-232-7/+19
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-4/+4
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-4/+4
* Eliminate error with -W* strict flags and make putenv() calls conforming toAndrey A. Chernov2007-04-301-4/+4