summaryrefslogtreecommitdiffstats
path: root/bin/df/ext2fs_df.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded includesmmcc2016-03-011-3/+1
* remove needless headersmmcc2016-02-081-3/+1
* Use strlcpy to copy strings in struct mount, not memmove. Avoidsmillert2015-11-271-4/+4
* Avoid SIGFPE when parsing an invalid ext2fs through a raw device operation.tobias2015-03-011-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* 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
* Support for ext2fs rev. 1jasoni2000-04-261-1/+1
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-1/+0
* tabifykstailey1997-07-231-2/+2
* Wallderaadt1997-06-301-3/+5
* Better support for unmounted filesystems (i.e. df /dev/rsd0a):denny1997-06-161-0/+111