index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
df
/
df.c
Age
Commit message (
Expand
)
Author
2022-08-09
Sync usage with man page.
wiz
2022-08-08
Add 4 new flags:
kre
2021-11-29
Set totals.f_frsize to DEV_BSIZE instead of totals.f_bsize so that
simonb
2021-01-03
df: add grand total option
ginsbach
2020-08-21
- Bump Size/Used/Avail from 10 to 12, and iUsed/iAvail from 8 to 10 for doubl...
ryo
2020-08-21
field width of blocksize and inode can be changed by #define
ryo
2019-09-22
Add a new member to struct vfsstat and grow the unused members
christos
2019-09-18
Print the wedge name with -W instead of mntfrom
christos
2018-08-26
-G cannot be specified alongside -i or -P.
sevan
2016-03-05
Correct display of df(1) with the -i parameter
kamil
2015-11-12
PR/50422: Robert Elz: df -G prints the wrong value for fragsize (+FIX)
christos
2012-01-07
use strspct.
christos
2011-08-29
Use the same column spacing for the -h output as with the normal output,
gson
2011-08-29
No need to print internal state once debug is done.
enami
2011-08-28
- static/__dead
christos
2009-06-06
block numbers are measured in f_frsize units. Make -P option
mlelstv
2009-01-25
sign-compare fix for amd64
lukem
2009-01-18
fix -Wsign-compare issues
lukem
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-05-26
PR/38755: murray armfield: /bin posix programs missing setprogname and/or
christos
2008-03-04
do the -g -G swap for real.
christos
2008-03-04
PR/36817: Zafer Aydogan: Don't use -g to implement the same named option
christos
2008-03-04
restore whitespace between 'Filesystem' and 'blocks'.
yamt
2007-12-22
prtstat: PRIdMAX -> jd as suggested by Joerg Sonnenberger.
yamt
2007-12-21
don't cast 64bit values to u_long.
yamt
2007-07-17
kill MFSNAMELEN
christos
2007-07-16
Fix '-Ph' segfault; from Greg Woods
christos
2007-07-03
spacing fixes from Geoff Wing
christos
2007-06-24
PR/36541: Greg A. Woods: fix -P option, and add solaris -g option.
christos
2006-09-04
fix formatting of df -h; from Zafer.
christos
2006-08-21
-h and -[mgk] are mutually exclusive. Only use the last specified. [from zafer]
christos
2006-03-17
Handle malloc returning NULL.
rumble
2006-01-13
PR/23688: don't say we're printing in 1k-blocks if -h was also specified.
elad
2005-06-26
sprinkle a little const, and now everything compiles with WARNS=3
christos
2004-12-31
Use the same width (9) for both the Used and Avail columns.
augustss
2004-07-17
Drop LSBs when denominator is big.
enami
2004-07-07
Remove now unnecesary/incorrect cast.
enami
2004-07-07
- Remove unnecessary empty line.
enami
2004-07-04
Available block count may be negative - so make the calculation signed.
martin
2004-04-21
Replace the statfs() family of system calls with statvfs().
christos
2004-03-26
Combine two printf()s back to one. There was a reason to split in my
enami
2004-03-26
Prevent sign extension for positive value, and f_bavail if it is considered
enami
2004-03-26
Fix an output of df -h when the value is negative; we need to provide
enami
2004-03-26
No need to reference through a pointer; just refer the array of
enami
2004-03-26
Don't put space before close paren.
enami
2004-03-07
Use signed 64bit integer type instead of unsigned long long
enami
2004-03-02
Backout recent undocumented change to keep an output same as before.
enami
2004-03-02
fix compilation on LP64 systems.
christos
2004-03-02
cast to unsigned long long before computing to avoid overflow
itojun
2004-03-02
use unsigned long long to print block count.
itojun
[next]