]> Zhao Yanbai Git Server - minix.git/commit
Implement dynamic mtab support
authorThomas Veerman <thomas@minix3.org>
Thu, 22 Nov 2012 22:00:00 +0000 (22:00 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 26 Nov 2012 15:20:18 +0000 (15:20 +0000)
commitd9f4f71916c1b42ab651cf1f8bb8c9c1f01198d4
tree129898c9afc2d77ef96b99c5f4c5b7241b61a86a
parentde83b2a9d9cb8f97d731db4814869534755dd016
Implement dynamic mtab support

With this patch /etc/mtab becomes obsolete.
20 files changed:
commands/mount/mount.c
commands/printroot/printroot.c
commands/umount/umount.c
common/include/sys/mount.h
etc/Makefile
etc/rc
etc/usr/rc
include/minix/minlib.h
include/minix/sysinfo.h
lib/libcompat_minix/mtab.c
servers/procfs/Makefile
servers/procfs/mounts.c [new file with mode: 0644]
servers/procfs/mounts.h [new file with mode: 0644]
servers/procfs/root.c
servers/vfs/main.c
servers/vfs/misc.c
servers/vfs/mount.c
servers/vfs/proto.h
servers/vfs/vmnt.h
usr.sbin/mkfs.mfs/mkfs.c