aboutsummaryrefslogtreecommitdiff
path: root/bin/df/df.c
Commit message (Expand)AuthorAgeFilesLines
* df: Fix -k flag consistency with other BLOCKSIZE flagsAnkush Mondal2026-01-091-4/+5
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* df: Return non-zero status on write failure.Dag-Erling Smørgrav2023-01-171-8/+8
* df: do not report a 100% full inode usage on fs without inodesBaptiste Daroussin2022-03-111-3/+6
* bin/df: allow -t option to be used together with -lStefan Eßer2022-02-101-20/+89
* df: remove the unused fstype varMateusz Guzik2021-07-201-3/+0
* df: Remove support for mounting devicesMark Johnston2020-11-131-74/+4
* Add a deprecation warning when using the feature which mounts devicesBrooks Davis2018-02-101-2/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* df(1): Add --si as an alias for -HKyle Evans2017-08-091-1/+9
* Use {T:Capacity} for header so html output looks tidyPhil Shafer2017-06-131-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use nmount(2) rather than the obsolete mount(2).Brooks Davis2016-12-141-3/+27
* 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-141-1/+10
* df(1): Allow duplicate -l flags gracefullyConrad Meyer2016-08-311-0/+3
* Use exit() instead of return in main().Xin LI2015-08-281-1/+1
* Convert to use libxo.Marcel Moolenaar2014-11-071-50/+74
* 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
* - Wrap long line;Xin LI2013-01-241-1/+2
* Handle large negative block counts correctly.Greg Lehey2012-12-121-1/+1
* Update man pages and clarify a number of options.Greg Lehey2012-11-161-6/+7
* Add , (comma) option to print sizes grouped and separated by thousandsGreg Lehey2012-11-151-6/+27
* Revert 240527:Eitan Adler2012-09-161-1/+0
* Free memory before exiting in order toEitan Adler2012-09-141-0/+1
* 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-071-4/+30
* Implement -T option as found in Linux df(1). When given, file system typePawel Jakub Dawidek2008-11-231-5/+15
* 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
* getblocksize expects pointer to long as a second argument, notAlexander Kabaev2007-04-061-2/+2
* Fix a bug where the mutual exclusivity of the -l and -t options is notWill Andrews2007-03-081-1/+4
* Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, ourChristian S.J. Peron2006-09-201-2/+11
* Prefer strlcpy to strncpy. In one case, this saves us from re-zeroingWarner Losh2006-08-201-2/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Currently if a mount point is not accessible by the calling user,Christian S.J. Peron2004-07-201-5/+15
* Convert fsbtoblk() from a macro to a function. The redundantDavid Schultz2004-06-041-8/+13
* Use humanize_number(3) to format sizes into a human readable form.Pawel Jakub Dawidek2004-05-241-86/+17
* Fix some style issues in rev 1.58.David E. O'Brien2004-04-221-13/+12
* Fix printing of the "Mounted on" values for 'df -i'.David E. O'Brien2004-04-221-2/+4
* Add -c option simular to du(1).David E. O'Brien2004-04-181-13/+47
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* And a bandaid so that the output of "available space" is correct whenLukas Ertl2004-03-091-1/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1