Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pooka
Date:           Sun Jan 11 20:39:35 UTC 2009

Modified Files:
        src/include: mntopts.h
        src/sbin/mount: mount.8 mount.c

Log Message:
Support mount -o rump, which uses the rump server instead of using
the kernel service.  E.g. "mount -t efs -o rump /dev/sgidev /mnt"
runs effectively "rump_efs /dev/sgidev /mnt".


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/include/mntopts.h
cvs rdiff -r1.62 -r1.63 src/sbin/mount/mount.8
cvs rdiff -r1.87 -r1.88 src/sbin/mount/mount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index