]> Zhao Yanbai Git Server - minix.git/commit
netbsd fsck driver import
authorBen Gras <ben@minix3.org>
Thu, 22 Dec 2011 21:51:26 +0000 (22:51 +0100)
committerBen Gras <ben@minix3.org>
Thu, 22 Dec 2011 22:07:15 +0000 (23:07 +0100)
commit4d4057d8a2cac606f1af23617ce97ebf520ebc73
tree83b0f0d7d95441523d73650fac5177713abaf568
parent6b6d114a21a24bee45291fa4af8899e108396c4a
netbsd fsck driver import

. fsck driver parses /etc/fstab and invokes sub-fscks
. further simplifies fs handling in rc
46 files changed:
Makefile
commands/fsck.mfs/Makefile
commands/fsck.mfs/fsck.c
commands/mkfs.mfs/mkfs.c
common/include/arch/i386/Makefile.inc
common/include/arch/i386/disklabel.h [new file with mode: 0644]
common/include/arch/i386/mutex.h [new file with mode: 0644]
common/include/sys/Makefile.inc
common/include/sys/bootblock.h [new file with mode: 0644]
common/include/sys/disk.h [new file with mode: 0644]
common/include/sys/disklabel.h [new file with mode: 0644]
common/include/sys/dkbad.h [new file with mode: 0644]
common/include/sys/dkio.h [new file with mode: 0644]
common/include/sys/ioccom.h [new file with mode: 0644]
common/include/sys/iostat.h [new file with mode: 0644]
common/include/sys/mutex.h [new file with mode: 0644]
etc/mtree/minix.tree
etc/rc
etc/rc.subr.minix
lib/Makefile
lib/libc/other/Makefile.inc
lib/libc/other/sizeup.c [new file with mode: 0644]
lib/libutil/opendisk.c
lib/nbsd_libc/sys-minix/Makefile.inc
lib/nbsd_libc/sys-minix/sizeup.c [new file with mode: 0644]
man/man1/Makefile
man/man1/fsck.mfs.1 [moved from man/man1/fsck.1 with 100% similarity]
nbsd_include/arch/i386/include/param.h
nbsd_include/arch/x86/include/Makefile
nbsd_include/arch/x86/include/mutex.h [new file with mode: 0644]
nbsd_include/sys/mount.h
sbin/Makefile [new file with mode: 0644]
sbin/Makefile.inc [new file with mode: 0644]
sbin/fsck/Makefile [new file with mode: 0644]
sbin/fsck/exitvalues.h [new file with mode: 0644]
sbin/fsck/fsck.8 [new file with mode: 0644]
sbin/fsck/fsck.c [new file with mode: 0644]
sbin/fsck/fsutil.c [new file with mode: 0644]
sbin/fsck/fsutil.h [new file with mode: 0644]
sbin/fsck/partutil.c [new file with mode: 0644]
sbin/fsck/partutil.h [new file with mode: 0644]
sbin/fsck/pathnames.h [new file with mode: 0644]
sbin/fsck/preen.c [new file with mode: 0644]
sbin/fsck/progress.c [new file with mode: 0644]
sbin/fsck/progress.h [new file with mode: 0644]
tools/nbsd_ports