OpenBSD CVS

src/sbin/fsck_ffs/


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_ffs

Current tag: OPENBSD_6_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] SMM.doc/        
[TXT] Makefile  1.7   14 years  jsing   Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able to o...
[TXT] dir.c  1.32   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] extern.h  1.14   7 years  tb   Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) by passing...
[TXT] fsck.h  1.32   6 years  otto   the value of bflag is a blockno, so use the proper type, avoids an overflow seen...
[TXT] fsck_ffs.8  1.26   7 years  otto   better words for -b, wiyh help from jmc@
[TXT] inode.c  1.48   7 years  krw   Eliminate some gcc warnings about 'unused variables', mostly by adding appropria...
[TXT] main.c  1.51   6 years  otto   the value of bflag is a blockno, so use the proper type, avoids an overflow seen...
[TXT] pass1.c  1.45   7 years  millert   Prevent inosused from wrapping when soft updates is enabled while scanning the u...
[TXT] pass1b.c  1.21   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] pass2.c  1.37   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] pass3.c  1.18   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] pass4.c  1.25   7 years  jsg   fix wrongly indented lines
[TXT] pass5.c  1.48   9 years  deraadt   Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/pa...
[TXT] setup.c  1.64   6 years  otto   the value of bflag is a blockno, so use the proper type, avoids an overflow seen...
[TXT] utilities.c  1.51   8 years  deraadt   fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that opening ...