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_6


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.49   5 years  millert   Use user_from_uid(3) and group_from_gid(3) in a few more places that do repeated...
[TXT] main.c  1.52   5 years  deraadt   Use unveil(2). These programs fit together in various strange ways, so if a pro...
[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.66   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] utilities.c  1.52   5 years  millert   Replace overlapping memcpy() with memmove() in getpathname(). Found the hard way...