aboutsummaryrefslogtreecommitdiff
path: root/bin/df
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix markup.Ruslan Ermilov2007-02-281-2/+3
* 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
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-7/+7
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-091-1/+2
* Currently if a mount point is not accessible by the calling user,Christian S.J. Peron2004-07-202-6/+18
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
* 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-242-88/+19
* Bump document date for the latest functional change.Ruslan Ermilov2004-05-161-5/+2
* Fix some style issues in rev 1.58.David E. O'Brien2004-04-221-13/+12
* Add 'g' to SYNOPSIS.David E. O'Brien2004-04-221-1/+1
* 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-183-15/+51
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+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
* Use int rather than size_t storage for printf field widths to avoidIan Dowse2004-02-081-43/+41
* Fix format strings (intmax_t is %jd, not %qd)Kris Kennaway2003-11-121-2/+2
* Update the statfs structure with 64-bit fields to allowKirk McKusick2003-11-121-23/+25
* Be a little bit more correct WRT counting numbers vs. integer numbers.David E. O'Brien2003-09-131-10/+10
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-4/+3
* Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS sectionBruce Evans2003-06-031-3/+1
* Fixed exit code in previous commit. "var++" to set a flag to nonzeroBruce Evans2003-06-031-5/+9
* From the df man page:Jordan K. Hubbard2003-06-021-0/+9
* df(1) and ls(1) print units in 'four or fewer' not 'three or less'.Tom Rhodes2003-05-061-2/+2
* WARNS cleaning for the Alpha. On alpha, size_t is a long, and itMark Murray2003-05-031-13/+17
* Fix a shedload of warnings, some memory leaks and clean up WARNSMark Murray2003-05-031-39/+61
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Back out rev 1.44; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-4/+3
* Fix for changed getbsize arg type.Mark Murray2002-10-231-3/+4
* Fix 'SYNOPSIS' and 'usage'Tom Rhodes2002-08-262-2/+2
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-212-22/+22
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-12/+21
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-3/+2
* Unconditionally update the maximum field width statistics when weIan Dowse2002-05-181-5/+3
* Remove the private code for reading UFS superblocks, this does not belongPoul-Henning Kamp2002-05-122-110/+36
* Use `The .Nm utility'Philippe Charnier2002-04-161-1/+3
* Make the columns in the output of df(1) line up, even for very largeIan Dowse2002-03-261-39/+106
* Warnings fixes inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-5/+4