summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ext2fs/pass3.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* ansificationderaadt2003-06-111-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* cleanups and endianness fixes. Mostly from NetBSDart2001-09-181-15/+3
|
* Add tags, fix man page. Purely cosmetic.downsj1997-06-141-0/+5
|
* Sync with NetBSD. Purely cosmetic.downsj1997-06-141-4/+3
|
* Initial import of Manuel's fsck_ext2fs, unmodified.downsj1997-05-301-0/+81