summaryrefslogtreecommitdiffstats
path: root/bin/df
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-3/+3
2016-08-14Another %qd -> %lld + (long long) for off_t's.krw1-3/+3
2016-08-10fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;schwarze1-3/+3
2016-03-14replace __progname with getprogname(3)mmcc1-4/+2
2016-03-07simplify print formatting logic, replace exit() in main() with returnmmcc1-6/+3
2016-03-01tidy up function declarations and definitionsmmcc1-25/+25
2016-03-01remove unneeded includesmmcc2-6/+2
2016-02-08remove needless headersmmcc3-8/+4
2015-11-27Use strlcpy to copy strings in struct mount, not memmove. Avoidsmillert2-8/+8
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-04df is a tame "stdio rpath" program, the rpath due to getfsstat and statfs.deraadt1-1/+4
2015-03-01Avoid SIGFPE when parsing an invalid ext2fs through a raw device operation.tobias1-3/+4
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt3-6/+5
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withkrw1-3/+2
2014-05-16Make the df calculations of available space the same as that done inkrw1-6/+5
2014-03-17word tweak from schwarze;jmc1-3/+3
2014-02-13BLOCKSIZE is an extension;jmc1-3/+6
2014-02-04various minor fixes; ok sobradojmc1-9/+10
2010-09-03add an EXIT STATUS section for /bin;jmc1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-22/+2
2009-06-04- sync the descriptions of -h and -kjmc1-2/+10
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-4/+4
2008-03-16actually print the now available large numbersotto1-12/+12
2007-12-22fix df posix mode bugchl1-3/+3
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-29note some flags which differ in behaviour from posix;jmc1-1/+6
2007-05-29- consistent STANDARDS blurbjmc1-2/+2
2007-04-30ffs2 support for reading df data directly from device; ok millert@ pedro@otto1-12/+24
2007-03-19Add FFS2 fields to the superblock, change file system tools to keeppedro1-7/+7
2007-02-03statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO;jmc1-2/+1
2006-10-29like -i, -h is incompatible with -P; suggested by jmc@; ok ray@otto1-4/+4
2006-10-21note that -hP and -iP are illegal; ok ottojmc1-1/+7
2006-10-18- update reference to posix to latest versionjmc1-2/+6
2006-10-18- standard EXAMPLES sectionjmc1-14/+5
2006-09-21Remove LFS-related code, no binary changepedro2-102/+2
2006-05-11handle malloc failure; jan.niemann@tu-bs.dederaadt1-2/+4
2005-02-20Better handling of large filesystems, okay henning@ and millert@, withpedro1-5/+5
2005-01-28widen the avail/used columns by one space to accomodate for >100g filesystems. the total is already wide enough due to the header length; dhartmei@ okmickey1-7/+7
2004-11-18Sync usage with man page; Paul de Weerdmillert1-3/+3
2004-11-17Document exit code, pointed out by Paul de Weerd.millert1-1/+12
2004-10-15Don't print header if we didn't print any usage lines. Noticed andmillert1-15/+17
2004-09-14fd leak (and who said lint never finds real bugs)deraadt1-9/+7
2004-09-14remove unused variablederaadt1-6/+4
2004-09-14do not alias unions between files (lint hates it)deraadt2-4/+4
2004-01-05wording improvemements;jmc1-3/+3
2003-12-08-h also overrides BLOCKSIZE;jmc1-2/+4
2003-07-29spacingderaadt1-4/+4
2003-07-02missing protosderaadt1-2/+4