OpenBSD CVS

src/sbin/fsdb/


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 / fsdb

Current tag: OPENBSD_6_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   14 years  jsing   Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able to o...
[TXT] fsdb.8  1.19   6 years  schwarze   missing space before trailing punctuation; found with mandoc -Tlint
[TXT] fsdb.c  1.31   7 years  tb   Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) by passing...
[TXT] fsdb.h  1.11   9 years  guenther   Delete extern declarations for variables that don't exist (anymore?)
[TXT] fsdbutil.c  1.18   6 years  fcambus   Remove erroneous h length modifier, the argument has type 'int'. OK deraadt@