aboutsummaryrefslogtreecommitdiff
path: root/bin/df/df.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-261-1/+1
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-7/+7
* - 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-121-110/+34
* 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
* 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
* 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-041-2/+55
* BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.Kris Kennaway2001-05-201-14/+15
* 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-081-35/+1
* Add -g for gigabyte sizes.John W. De Boskey2000-06-031-1/+5
* add human readable output (-h and -H)Michael Haro1999-12-151-11/+131
* Most modern OSs have the ability to flag certain mounts as ones toJulian Elischer1999-11-011-5/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Cleaning out old stuff from one of my source trees:Peter Wemm1998-12-161-5/+14
* Style police: keep a variable list in alphabetical order, and addJoerg Wunsch1997-10-131-5/+5
* Make df(1) exit with non-success status if something went wrong.Joerg Wunsch1997-10-121-11/+18
* Add Bruce's _NEW_VFSCONF flag to make this compile cleanly andSteve Price1997-08-071-4/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Merged from Lite2. The -t option is now handled better. The only visibleBruce Evans1997-03-131-104/+37
* This is a funny one: df for a device that was not mounted used to failGuido van Rooij1997-03-101-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Include <ufs/ufs/ufsmount.h>.Jordan K. Hubbard1997-02-171-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge Lite2 mods, cleanup man page, and -Wall cleaning.Steve Price1996-12-141-3/+3
* The manual page of df called cd9660 file systems by the nameJordan K. Hubbard1996-12-111-1/+3
* Partially fixed negative and truncated "Avail" counts in df output.Bruce Evans1996-01-141-5/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-21/+23
* Added $Id$David Greenman1994-09-241-0/+2