History log of /freebsd-10.1-release/bin/df/df.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 260947 20-Jan-2014 wblock

MFC r260782:

-h and -H options backwards in manual page.


# 257989 11-Nov-2013 brueffer

MFC: r257288

Clean up a spurious "." in SEE ALSO.

Approved by: re (glebius)


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 250732 17-May-2013 grog

Complete revision 243104.


# 245912 25-Jan-2013 delphij

Don't time travel back and use a present date.

Noticed by: mckusick


# 245871 24-Jan-2013 delphij

- Wrap long line;
- Add -, to SYNOPSIS section.

MFC after: 2 weeks


# 243129 16-Nov-2012 grog

Update man pages and clarify a number of options.
Rework block count calculations to work correctly with small "block" sizes.

MFC after: 14 days


# 243104 15-Nov-2012 pluknet

Fix section number for pstat and swapinfo cross references.

MFC after: 3 days


# 243049 15-Nov-2012 grog

Add , (comma) option to print sizes grouped and separated by thousands
using the non-monetary separator returned by localeconv(3), typically
a comma or period.

MFC after: 14 days


# 232469 03-Mar-2012 eadler

Bump date to today (since I modified it)

PR: bin/165321
Approved by: gjb
MFC after: 3 days


# 232466 03-Mar-2012 eadler

Direct users to swapinfo and pstat from df

PR: bin/165321
Submitted by: jhs
Approved by: bcr
MFC after: 3 days


# 226503 18-Oct-2011 des

Minor clarification

MFC after: 3 weeks


# 193629 07-Jun-2009 simon

Make "human-readable" (-H/-h) output also "humanize" inode counts.
Base 10 is always used for the inode counts as I could not think of any
reason base 2 inode counts would be useful.

Minor mdoc markup fix to df(1) while here anyway.

MFC after: 3 weeks


# 185200 23-Nov-2008 pjd

Implement -T option as found in Linux df(1). When given, file system type
will be included in output.

Reviewed and tested by: keramida
MFC after: 2 weeks


# 167105 28-Feb-2007 ru

Fix markup.


# 140353 16-Jan-2005 ru

Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.


# 139969 10-Jan-2005 imp

/*- or .\"- or #- to begin license clauses.


# 139943 09-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 132465 20-Jul-2004 csjp

Currently if a mount point is not accessible by the calling user,
invalid information will be printed if the -t flag is specified.

$ df -t ufs
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad0s1a 495726 139944 316124 31% /
/dev/ad0s1e 253678 6438 226946 3% /tmp
/dev/ad0s1f 56206340 13594248 38115586 26% /usr
/dev/ad0s1d 694126 19812 618784 3% /var
/dev/ad0s1d 694126 19812 618784 3% /var
$

Note that the mount point which is not accessible shows
up as the previous file system that was printed. The reason
for this is that df -t will call statfs(2) on the pathname
supplied by getfsstat(2).

This is done to refresh the file system statistics in the
event that a previous file system had a long delay in
providing its stats.

This change affects the df utility in the following ways:
o Teach df has to deal with statfs(2) failing. If statfs(2)
fails, fall back on the possibly stale stats provided by
the initial call to getfsstat(2).
o Print a warning that the fs stats could possibly be stale
o Modify the man page and document this new behavior
as a bug.

Approved by: bmilekic (mentor)
PR: 68165


# 131484 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 129295 16-May-2004 ru

Bump document date for the latest functional change.
Minor markup tweaks.


# 128554 22-Apr-2004 obrien

Add 'g' to SYNOPSIS.


# 128410 18-Apr-2004 obrien

Add -c option simular to du(1).

PR: 19635
Submitted by: cyrille.lefevre@laposte.net


# 127958 06-Apr-2004 markm

Remove clause 3 from the UCB licenses.

OK'ed by: imp, core


# 115770 03-Jun-2003 bde

Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section
since it has been fixed.


# 114791 06-May-2003 trhodes

df(1) and ls(1) print units in 'four or fewer' not 'three or less'.

PR: 35523
Submitted by: Tomas Svensson <tsn@gbdev.net>


# 102432 26-Aug-2002 trhodes

Fix 'SYNOPSIS' and 'usage'


# 102230 21-Aug-2002 trhodes

s/filesystem/file system/ as discussed on -developers


# 94869 16-Apr-2002 charnier

Use `The .Nm utility'


# 79526 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 77734 04-Jun-2001 pirzyk

Added the -l option to df, so to be compatable with other unicies.

PR: bin/27240
Reviewed by: GAWollman
MFC after: 2 weeks


# 77575 01-Jun-2001 ru

Remove vestiges of MFS.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 68935 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 61227 03-Jun-2000 jwd

Add -g for gigabyte sizes.

Approved by: jkh


# 60258 09-May-2000 sheldonh

Fix miscellaneous mdoc macro argument limit infringements.

PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>


# 54621 15-Dec-1999 mharo

add human readable output (-h and -H)

Obtained from: parts of human readable code from OpenBSD
Reviewed by: obrien

add POSIX, byte and megabyte block size ouput flags

PR: 13579 (POSIX flag)
Submitted by: Mike Meyer <mwm@phone.net>


# 52735 01-Nov-1999 julian

Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program. This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.) It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches. Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR: kern/9764
Submitted by: Erez Zadok <ezk@cs.columbia.edu>


# 50471 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 50412 26-Aug-1999 sheldonh

Don't suggest sysctl(8) as a means for discovering what filesystem types
are available; suggest lsvfs(1) instead.

Reported by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>


# 43920 12-Feb-1999 alex

Removed occurrences of consecutive repeated words (such as "the the").


# 36014 13-May-1998 phk

.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT

PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>


# 36008 13-May-1998 charnier

Correct use of .Nm.


# 29563 18-Sep-1997 charnier

environmental -> environment.


# 23851 13-Mar-1997 bde

Merged from Lite2. The man page no longer attempts to list all the
vfs types.

Fixed ordering of FreeBSD `k' option in synopsis.


# 22988 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 21635 12-Jan-1997 wosch

Sort cross references.


# 20414 14-Dec-1996 steve

Merge Lite2 mods, cleanup man page, and -Wall cleaning.


# 20317 11-Dec-1996 jkh

The manual page of df called cd9660 file systems by the name
isofs while the df command itself used the name iso9660fs or
cdfs. Both of these were inconsistent with the name cd9660 which
is used by the mount command. I modified df to recognize all of
the names cd9660, cdfs, isofs, and iso9660fs, and take them all
to refer to the same thing. Naturally I added a note of this
behaviour in the manual page too.

Submitted-By: Jukka Ukkonen <jau@jau.csc.fi>


# 17891 29-Aug-1996 wosch

[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41


# 3044 24-Sep-1994 dg

Added $Id$


# 2008 10-Aug-1994 wollman

Gimme back my `-k' option!
Also document `-t' option in the usage message.


# 1557 26-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1556,
which included commits to RCS files with non-trunk default branches.


# 1556 26-May-1994 rgrimes

BSD 4.4 Lite bin Sources