Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | Initial patch. | Mike Pechkin |
2002-01-24 | fix the history refs | Michael Shalayeff |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-07-09 | Compute %used in -P mode as a double, just like we do in normal printing | Todd C. Miller |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2001-02-23 | Avoid potential uninitialized variable | Paul Janzen |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2000-10-18 | sort out printf formats according to types, 64bit arithmetics in ffs_df; mill... | Michael Shalayeff |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell |
2000-04-26 | Support for ext2fs rev. 1 | jasoni |