Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback | |
p[read|write]. Makes the code much clearer by eliminating extra error checking and verbiage. No intentional functional change. Tweaks by and ok guenther@ | |||
2014-05-16 | Make the df calculations of available space the same as that done in | Kenneth R Westerback | |
ffs_statfs(). In 1998, with /usr/src/sys/ufs/ffs/ffs_vfsops.c r1.16, mickey@ improved the calculation of available blocks in ffs_statfs(). Yesterday guenther@ noticed that this fix had not been applied to the same calculation being done by df(8) when run against raw devices. Which meant different values were displayed depending on which device/file system you gave to df. ok otto@ | |||
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 | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-06-04 | - sync the descriptions of -h and -k | Jason McIntyre | |
- note that the last -h or -k specified takes precedence the latter part based on a diff from Daniel Dickman, with text from ls.1 ok otto millert | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-03-16 | actually print the now available large numbers | Otto Moerbeek | |
2007-12-22 | fix df posix mode bug | Charles Longeau | |
from otto@ prompted by otto@ who is aftk for now | |||
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 | |
suggested by millert | |||
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
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 | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
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 | |
- note that the flags [-hiln] are extensions | |||
2006-10-18 | - standard EXAMPLES section | Jason McIntyre | |
- use .Ex instead of an entire DIAGNOSTICS section | |||
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 | |
input from martin@ and miod@. | |||
2005-01-28 | widen the avail/used columns by one space to accomodate for >100g ↵ | Michael Shalayeff | |
filesystems. the total is already wide enough due to the header length; dhartmei@ ok | |||
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 | |
tested by robert@ | |||
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 | |
started by Jared Yanovich and tempered by otto, tom, millert and myself; ok millert@ | |||
2003-12-08 | -h also overrides BLOCKSIZE; | Jason McIntyre | |
from perry@netbsd | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-26 | Use prt_scaled from libutil. ok pjanzen@, millert@ | Ian Darwin | |
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-11 | use file system consistently. spot by margarida | Ted Unangst | |
2003-02-19 | oops; delete it, don't just shuffle | Ted Unangst | |
2003-02-19 | LFS is dead. saves some space on install floppies too. | Ted Unangst | |
ok deraadt@ | |||
2002-07-04 | ansi | Theo de Raadt | |
2002-06-08 | This doesn't need to be setgid operator; it was only set so users | Angelos D. Keromytis | |
could do "df /dev/rwd0a" or some such, but arguably only operators (or root) care about this, and they should already be on the operator group. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. |