Age | Commit message (Expand) | Author |
2016-08-14 | Another %qd -> %lld + (long long) for off_t's. | Kenneth R Westerback |
2016-08-10 | fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>; | Ingo Schwarze |
2016-03-14 | replace __progname with getprogname(3) | mmcc |
2016-03-07 | simplify print formatting logic, replace exit() in main() with return | mmcc |
2016-03-01 | tidy up function declarations and definitions | mmcc |
2016-03-01 | remove unneeded includes | mmcc |
2016-02-08 | remove needless headers | mmcc |
2015-11-27 | Use strlcpy to copy strings in struct mount, not memmove. Avoids | Todd C. Miller |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | df is a tame "stdio rpath" program, the rpath due to getfsstat and statfs. | Theo de Raadt |
2015-03-01 | Avoid SIGFPE when parsing an invalid ext2fs through a raw device operation. | Tobias Stoeckmann |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2014-05-16 | Make the df calculations of available space the same as that done in | Kenneth R Westerback |
2014-03-17 | word tweak from schwarze; | Jason McIntyre |
2014-02-13 | BLOCKSIZE is an extension; | Jason McIntyre |
2014-02-04 | various minor fixes; ok sobrado | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-04 | - sync the descriptions of -h and -k | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-03-16 | actually print the now available large numbers | Otto Moerbeek |
2007-12-22 | fix df posix mode bug | Charles Longeau |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-04-30 | ffs2 support for reading df data directly from device; ok millert@ pedro@ | Otto Moerbeek |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-02-03 | statfs(2) and fstatfs(2) are one and the same, so don;t add both to SEE ALSO; | Jason McIntyre |
2006-10-29 | like -i, -h is incompatible with -P; suggested by jmc@; ok ray@ | Otto Moerbeek |
2006-10-21 | note that -hP and -iP are illegal; ok otto | Jason McIntyre |
2006-10-18 | - update reference to posix to latest version | Jason McIntyre |
2006-10-18 | - standard EXAMPLES section | Jason McIntyre |
2006-09-21 | Remove LFS-related code, no binary change | Pedro Martelletto |
2006-05-11 | handle malloc failure; jan.niemann@tu-bs.de | Theo de Raadt |
2005-02-20 | Better handling of large filesystems, okay henning@ and millert@, with | Pedro Martelletto |
2005-01-28 | widen the avail/used columns by one space to accomodate for >100g filesystems... | Michael Shalayeff |
2004-11-18 | Sync usage with man page; Paul de Weerd | Todd C. Miller |
2004-11-17 | Document exit code, pointed out by Paul de Weerd. | Todd C. Miller |
2004-10-15 | Don't print header if we didn't print any usage lines. Noticed and | Todd C. Miller |
2004-09-14 | fd leak (and who said lint never finds real bugs) | Theo de Raadt |
2004-09-14 | remove unused variable | Theo de Raadt |
2004-09-14 | do not alias unions between files (lint hates it) | Theo de Raadt |
2004-01-05 | wording improvemements; | Jason McIntyre |
2003-12-08 | -h also overrides BLOCKSIZE; | Jason McIntyre |
2003-07-29 | spacing | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |