summaryrefslogtreecommitdiffstats
path: root/bin/df (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Another %qd -> %lld + (long long) for off_t's.krw2016-08-141-3/+3
* fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;schwarze2016-08-101-3/+3
* replace __progname with getprogname(3)mmcc2016-03-141-4/+2
* simplify print formatting logic, replace exit() in main() with returnmmcc2016-03-071-6/+3
* tidy up function declarations and definitionsmmcc2016-03-011-26/+26
* remove unneeded includesmmcc2016-03-012-6/+2
* remove needless headersmmcc2016-02-083-8/+4
* Use strlcpy to copy strings in struct mount, not memmove. Avoidsmillert2015-11-272-8/+8
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* df is a tame "stdio rpath" program, the rpath due to getfsstat and statfs.deraadt2015-10-041-1/+4
* Avoid SIGFPE when parsing an invalid ext2fs through a raw device operation.tobias2015-03-011-3/+4
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-6/+5
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-3/+2
* Make the df calculations of available space the same as that done inkrw2014-05-161-6/+5
* word tweak from schwarze;jmc2014-03-171-3/+3
* BLOCKSIZE is an extension;jmc2014-02-131-3/+6
* various minor fixes; ok sobradojmc2014-02-041-9/+10
* add an EXIT STATUS section for /bin;jmc2010-09-031-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-22/+2
* - sync the descriptions of -h and -kjmc2009-06-041-2/+10
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-4/+4
* actually print the now available large numbersotto2008-03-161-12/+12
* fix df posix mode bugchl2007-12-221-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* note some flags which differ in behaviour from posix;jmc2007-05-291-1/+6
* - consistent STANDARDS blurbjmc2007-05-291-2/+2
* ffs2 support for reading df data directly from device; ok millert@ pedro@otto2007-04-301-12/+24
* Add FFS2 fields to the superblock, change file system tools to keeppedro2007-03-191-7/+7
* statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO;jmc2007-02-031-2/+1
* like -i, -h is incompatible with -P; suggested by jmc@; ok ray@otto2006-10-291-4/+4
* note that -hP and -iP are illegal; ok ottojmc2006-10-211-1/+7
* - update reference to posix to latest versionjmc2006-10-181-2/+6
* - standard EXAMPLES sectionjmc2006-10-181-14/+5
* Remove LFS-related code, no binary changepedro2006-09-212-102/+2
* handle malloc failure; jan.niemann@tu-bs.dederaadt2006-05-111-2/+4
* Better handling of large filesystems, okay henning@ and millert@, withpedro2005-02-201-5/+5
* widen the avail/used columns by one space to accomodate for >100g filesystems. the total is already wide enough due to the header length; dhartmei@ okmickey2005-01-281-7/+7
* Sync usage with man page; Paul de Weerdmillert2004-11-181-3/+3
* Document exit code, pointed out by Paul de Weerd.millert2004-11-171-1/+12
* Don't print header if we didn't print any usage lines. Noticed andmillert2004-10-151-15/+17
* fd leak (and who said lint never finds real bugs)deraadt2004-09-141-9/+7
* remove unused variablederaadt2004-09-141-6/+4
* do not alias unions between files (lint hates it)deraadt2004-09-142-4/+4
* wording improvemements;jmc2004-01-051-3/+3
* -h also overrides BLOCKSIZE;jmc2003-12-081-2/+4
* spacingderaadt2003-07-291-4/+4
* missing protosderaadt2003-07-021-2/+4