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_5_9_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.25   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] main.c  1.26   8 years  deraadt   Do not do the early pledge, because hotroot() is a lie. fsck_extfs is not corre...
[TXT] pass1.c  1.16   8 years  deraadt   <stdlib.h> is included, so do not need to cast result from malloc, calloc, reall...
[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.14   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[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.29   8 years  semarie   corrects pledge code for fsck_ffs and fsck_ext2fs on filesystem error, fsck wil...
[TXT] utilities.c  1.26   8 years  guenther   snprintf+write --> dprintf ok deraadt@