summaryrefslogtreecommitdiff
path: root/bin/df/ffs_df.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-04-30ffs2 support for reading df data directly from device; ok millert@ pedro@Otto Moerbeek
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2004-09-14do not alias unions between files (lint hates it)Theo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-04ansiTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-01-28$OpenBSD$Niklas Hallqvist
2000-10-18sort out printf formats according to types, 64bit arithmetics in ffs_df; mill...Michael Shalayeff
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1997-06-30WallTheo de Raadt
1997-06-16Better support for unmounted filesystems (i.e. df /dev/rsd0a):denny