| Age | Commit message (Expand) | Author |
| 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 |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-12-07 | Some file systems, like FAT, have no inodes in the ffs sense and don't | perry |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-12 | Bump ifree/iused field width. | simonb |
| 2003-04-18 | change -G arg to -g. | grant |
| 2003-04-16 | add -G argument for output in gigabytes. | grant |
| 2003-04-16 | sync usage args with reality. | grant |
| 2002-09-26 | human-readable output via -h flag. output matches Linux and other BSDs. | provos |
| 2002-08-02 | Following FreeBSD's example, remove the old pre-statfs(2) code for | soren |
| 2001-10-11 | if -a is not given, we need to walk the filesystem list to check the | christos |
| 2001-10-11 | KNF. | enami |
| 2001-02-20 | use getprogname() | cgd |
| 2001-02-01 | Adjust output column in printf(). | tsutsui |
| 2001-01-07 | eliminate nested extern | christos |
| 2001-01-04 | use more standard %ll_ in favour of %q_ | lukem |
| 2000-12-30 | Add -m option, similar to -k, but display output in 1024*1024 byte units. | hubertf |
| 2000-10-15 | Support the 1003.2-92 -P flag for a `portable output format'; based on | kleink |
| 2000-06-26 | Add -a flag now that we have support for MNT_IGNORE | christos |
| 1999-09-24 | Fix overflow in df on big partitions' raw device. | hubertf |
| 1999-07-27 | Fix PR3474: df -t/df -l confused by stacked local mounts. | sommerfeld |
| 1998-10-08 | Cast args to strpct() u_long, as in the prototype, not ulong. | wsanchez |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-28 | Delint. | mycroft |
| 1998-07-27 | Use mkdtemp(3). | mycroft |
| 1998-07-04 | minor KNF. | mrg |
| 1998-04-08 | Fix PR#3590 - remove floating point calculation from df to avoid faulting | fair |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-07-20 | - Use __COPYRIGHT() and __RCSID(). | thorpej |
| 1996-12-11 | Make df(1) more liberal (and intelligent) about what it accepts | thorpej |
| 1995-11-28 | merge in changes from 1.1 release branch | jtc |