OpenBSD CVS

src/sbin/fsck/


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

Current tag: OPENBSD_3_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] SMM.doc/        
[TXT] Makefile  1.5   26 years  deraadt   $OpenBSD$
[TXT] fsck.8  1.27   18 years  millert   Accept and pass through -b option for fsck_ffs and fsck_ext2fs OK mickey@
[TXT] fsck.c  1.23   18 years  millert   Accept and pass through -b option for fsck_ffs and fsck_ext2fs OK mickey@
[TXT] fsutil.c  1.13   20 years  deraadt   p = realloc(p is not allowed
[TXT] fsutil.h  1.4   22 years  todd   rm trailing whitespace
[TXT] pathnames.h  1.1   27 years  tholo   Sync with NetBSD 961019
[TXT] preen.c  1.16   18 years  otto   Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The first form is va...