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_6


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.29   4 years  kevlo   Oops, forgot to commit this patch.
[TXT] main.c  1.28   5 years  deraadt   Use unveil(2). These programs fit together in various strange ways, so if a pro...
[TXT] pass1.c  1.18   4 years  kevlo   Oops, forgot to commit this patch.
[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.33   4 years  kevlo   Oops, forgot to commit this patch.
[TXT] utilities.c  1.28   5 years  millert   Replace overlapping memcpy() with memmove() in getpathname(). Same fix as in fsc...