Revision tags: release/1.1.5.1_cvs |
|
#
4b88c807 |
| 26-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite bin Sources
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
b93ce3b7 |
| 07-Jun-2009 |
Simon L. B. Nielsen <simon@FreeBSD.org> |
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 mark
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
show more ...
|
Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
b56ca465 |
| 23-Nov-2008 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
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
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
975ab359 |
| 28-Feb-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix markup.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
6fca4c7c |
| 16-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add the new standard EXIT STATUS section where appropriate. Sort standard sections in the (documented) preferred order.
|
#
9ddb49cb |
| 10-Jan-2005 |
Warner Losh <imp@FreeBSD.org> |
/*- or .\"- or #- to begin license clauses.
|
#
6fa13ec0 |
| 09-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Scheduled mdoc(7) sweep.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
239c9e60 |
| 20-Jul-2004 |
Christian S.J. Peron <csjp@FreeBSD.org> |
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 Mount
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
show more ...
|
#
eccea571 |
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
2360f509 |
| 16-May-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Bump document date for the latest functional change. Minor markup tweaks.
|
#
7fed1986 |
| 22-Apr-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Add 'g' to SYNOPSIS.
|
#
076419d2 |
| 18-Apr-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Add -c option simular to du(1).
PR: 19635 Submitted by: cyrille.lefevre@laposte.net
|
#
6195fb41 |
| 06-Apr-2004 |
Mark Murray <markm@FreeBSD.org> |
Remove clause 3 from the UCB licenses.
OK'ed by: imp, core
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
#
1da10b11 |
| 03-Jun-2003 |
Bruce Evans <bde@FreeBSD.org> |
Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section since it has been fixed.
|
#
bf88fa93 |
| 06-May-2003 |
Tom Rhodes <trhodes@FreeBSD.org> |
df(1) and ls(1) print units in 'four or fewer' not 'three or less'.
PR: 35523 Submitted by: Tomas Svensson <tsn@gbdev.net>
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
55c639b2 |
| 26-Aug-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
Fix 'SYNOPSIS' and 'usage'
|
#
7d971bbf |
| 21-Aug-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
s/filesystem/file system/ as discussed on -developers
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
e004acc8 |
| 16-Apr-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
Use `The .Nm utility'
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
caa2db3b |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
#
a25695c3 |
| 05-Jun-2001 |
Jim Pirzyk <pirzyk@FreeBSD.org> |
Added the -l option to df, so to be compatable with other unicies.
PR: bin/27240 Reviewed by: GAWollman MFC after: 2 weeks
|
#
0b381bf1 |
| 01-Jun-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Remove vestiges of MFS.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
d0353b83 |
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|
#
be8b1497 |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
93a3fa19 |
| 03-Jun-2000 |
John W. De Boskey <jwd@FreeBSD.org> |
Add -g for gigabyte sizes.
Approved by: jkh
|