OpenBSD CVS

src/sbin/fsck_ext2fs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / fsck_ext2fs

Current tag: OPENBSD_6_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   22 years  art   cleanup
[TXT] dir.c  1.20   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] extern.h  1.7   13 years  deraadt   These utilities can currently only operate with a 32-bit block number range, so ...
[TXT] fsck.h  1.12   9 years  deraadt   remove #ifndef #define blocks trying to handle lack of BUFSIZ ok millert
[TXT] fsck_ext2fs.8  1.18   8 years  deraadt   Only accept one filesystem/device as argument for checking. Few people will be ...
[TXT] inode.c  1.27   7 years  krw   Eliminate some gcc warnings about 'unused variables', mostly by adding appropria...
[TXT] main.c  1.27   8 years  krw   More "(<blah> *)0" -> NULL, avoiding any stdarg functions. Feedback millert@ ke...
[TXT] pass1.c  1.17   6 years  otto   Do not check the array but its length; based on a netbsd commit by christos@; a...
[TXT] pass1b.c  1.9   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] pass2.c  1.15   8 years  krw   Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4 and sizeof(struct ex...
[TXT] pass3.c  1.7   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] pass4.c  1.10   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] pass5.c  1.18   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] setup.c  1.31   6 years  otto   Do not check the array but its length; based on a netbsd commit by christos@; a...
[TXT] utilities.c  1.27   8 years  krw   More "(<blah> *)0" -> NULL, avoiding any stdarg functions. Feedback millert@ ke...