summaryrefslogtreecommitdiffstats
path: root/bin/df/ffs_df.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded includesmmcc2016-03-011-3/+1
* remove needless headersmmcc2016-02-081-3/+2
* Use strlcpy to copy strings in struct mount, not memmove. Avoidsmillert2015-11-271-4/+4
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Make the df calculations of available space the same as that done inkrw2014-05-161-6/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-7/+1
* ffs2 support for reading df data directly from device; ok millert@ pedro@otto2007-04-301-12/+24
* Add FFS2 fields to the superblock, change file system tools to keeppedro2007-03-191-7/+7
* do not alias unions between files (lint hates it)deraadt2004-09-141-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* ansideraadt2002-07-041-5/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* use strlcpy instead of strncpy+a[len-1]='\0'mickey2001-05-111-3/+2
* $OpenBSD$niklas2001-01-281-0/+2
* sort out printf formats according to types, 64bit arithmetics in ffs_df; millert@ okmickey2000-10-181-2/+2
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-1/+0
* Wallderaadt1997-06-301-2/+5
* Better support for unmounted filesystems (i.e. df /dev/rsd0a):denny1997-06-161-0/+97