aboutsummaryrefslogtreecommitdiff
path: root/bin/df
Commit message (Expand)AuthorAgeFilesLines
* 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
* o __P has been reovedWarner Losh2002-02-021-41/+23
* Make ``df -l'' work when no network filesystems are loaded.Ruslan Ermilov2001-12-191-2/+4
* Do not dot terminate errx() stringsPhilippe Charnier2001-12-111-1/+1
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-2/+0
* Remove a misplaced space.David E. O'Brien2001-08-011-1/+1
* Fix style bugs introduced by rev 1.28. No functional changes.Garrett Wollman2001-07-161-11/+12
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* Add parens to get the cast that was meant in previous commit.Jacques Vidrine2001-06-051-2/+2
* Wrong. The size of size_t is *not* the same as the size of an integer.Matt Jacob2001-06-051-2/+4
* Added the -l option to df, so to be compatable with other unicies.Jim Pirzyk2001-06-042-4/+59
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-2/+2
* BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.Kris Kennaway2001-05-202-14/+17
* Fix operation of df on unmounted filesystems, and add the ability to run dfKris Kennaway2001-05-091-4/+38
* GC some dead code relating to running df on unmounted block devices,Kris Kennaway2001-05-082-37/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Add -g for gigabyte sizes.John W. De Boskey2000-06-032-1/+10
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+4
* Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in mostBruce Evans2000-03-271-3/+4
* add human readable output (-h and -H)Michael Haro1999-12-153-12/+158
* Most modern OSs have the ability to flag certain mounts as ones toJulian Elischer1999-11-012-6/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Don't suggest sysctl(8) as a means for discovering what filesystem typesSheldon Hearn1999-08-261-8/+5
* Removed occurrences of consecutive repeated words (such as "the the").Alexander Langer1999-02-121-2/+2
* Cleaning out old stuff from one of my source trees:Peter Wemm1998-12-161-5/+14
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
* Correct use of .Nm.Philippe Charnier1998-05-131-5/+5