386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 20 Apr 1991 21:39:06 +0000 (13:39 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 20 Apr 1991 21:39:06 +0000 (13:39 -0800)
commit702f0073e672a007257e2adc0f2f539cb3874973
tree209bda9246d97480029f2b929512b959203e372d
parent8abe938257697b7119cf2ad2ed1c1cdbcb0de696
386BSD 0.1 development
Work on file usr/src/sbin/fsck/fsck.8
Work on file usr/src/sbin/fsck/fsck.h
Work on file usr/src/sbin/fsck/inode.c
Work on file usr/src/sbin/fsck/main.c
Work on file usr/src/sbin/fsck/pass1.c
Work on file usr/src/sbin/fsck/pass1b.c
Work on file usr/src/sbin/fsck/pass3.c
Work on file usr/src/sbin/fsck/pass4.c
Work on file usr/src/sbin/fsck/pass2.c
Work on file usr/src/sbin/fsck/pass5.c
Work on file usr/src/sbin/fsck/preen.c
Work on file usr/src/sbin/fsck/setup.c

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1
12 files changed:
usr/src/sbin/fsck/fsck.8 [new file with mode: 0644]
usr/src/sbin/fsck/fsck.h [new file with mode: 0644]
usr/src/sbin/fsck/inode.c [new file with mode: 0644]
usr/src/sbin/fsck/main.c [new file with mode: 0644]
usr/src/sbin/fsck/pass1.c [new file with mode: 0644]
usr/src/sbin/fsck/pass1b.c [new file with mode: 0644]
usr/src/sbin/fsck/pass2.c [new file with mode: 0644]
usr/src/sbin/fsck/pass3.c [new file with mode: 0644]
usr/src/sbin/fsck/pass4.c [new file with mode: 0644]
usr/src/sbin/fsck/pass5.c [new file with mode: 0644]
usr/src/sbin/fsck/preen.c [new file with mode: 0644]
usr/src/sbin/fsck/setup.c [new file with mode: 0644]