summaryrefslogtreecommitdiff
path: root/bin/df
AgeCommit message (Expand)Author
2012-01-07use strspct.christos
2011-08-29Use the same column spacing for the -h output as with the normal output,gson
2011-08-29No need to print internal state once debug is done.enami
2011-08-28- static/__deadchristos
2011-08-14Document non-literal formatschristos
2010-04-05\\ -> \ejoerg
2009-06-06block numbers are measured in f_frsize units. Make -P optionmlelstv
2009-02-14Default to WARNS=4 (except for rcp & ksh)lukem
2009-01-25sign-compare fix for amd64lukem
2009-01-18fix -Wsign-compare issueslukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-26PR/38755: murray armfield: /bin posix programs missing setprogname and/orchristos
2008-03-04sort options from anon ymouschristos
2008-03-04do the -g -G swap for real.christos
2008-03-04PR/36817: Zafer Aydogan: Don't use -g to implement the same named optionchristos
2008-03-04restore whitespace between 'Filesystem' and 'blocks'.yamt
2007-12-22prtstat: PRIdMAX -> jd as suggested by Joerg Sonnenberger.yamt
2007-12-21don't cast 64bit values to u_long.yamt
2007-07-17kill MFSNAMELENchristos
2007-07-16Fix '-Ph' segfault; from Greg Woodschristos
2007-07-03spacing fixes from Geoff Wingchristos
2007-06-24PR/36541: Greg A. Woods: fix -P option, and add solaris -g option.christos
2007-01-28Improve wording of -a description. From FreeBSD via Zafer Aydogan.wiz
2006-09-04fix 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-17Handle malloc returning NULL.rumble
2006-01-13PR/23688: don't say we're printing in 1k-blocks if -h was also specified.elad
2005-11-18PR/32103: Zafer Aydogan: Fix references to obsolete fstatfs and getfsstatchristos
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2004-12-31Use the same width (9) for both the Used and Avail columns.augustss
2004-07-17Drop LSBs when denominator is big.enami
2004-07-07Remove now unnecesary/incorrect cast.enami
2004-07-07- Remove unnecessary empty line.enami
2004-07-04Available block count may be negative - so make the calculation signed.martin
2004-06-04Mention -g in synopsis. PR#25800 from Kouichirou Hiratsuka.cjep
2004-04-21Refer statvfs instead of removed statfs.wiz
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-26Combine two printf()s back to one. There was a reason to split in myenami
2004-03-26Prevent sign extension for positive value, and f_bavail if it is consideredenami
2004-03-26Fix an output of df -h when the value is negative; we need to provideenami
2004-03-26No need to reference through a pointer; just refer the array ofenami
2004-03-26Don't put space before close paren.enami
2004-03-07Use signed 64bit integer type instead of unsigned long longenami
2004-03-02Backout recent undocumented change to keep an output same as before.enami
2004-03-02fix compilation on LP64 systems.christos
2004-03-02cast to unsigned long long before computing to avoid overflowitojun
2004-03-02use unsigned long long to print block count.itojun
2004-01-10Replace hard to understand wording with a differentwiz
2004-01-08comma-separated with a "-" in between. From Jared Yanovich via jmc@openbsd.wiz
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv