From owner-cvs-sbin Tue Mar 11 04:28:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24849 for cvs-sbin-outgoing; Tue, 11 Mar 1997 04:28:10 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24835; Tue, 11 Mar 1997 04:28:07 -0800 (PST) Date: Tue, 11 Mar 1997 04:28:07 -0800 (PST) From: Peter Wemm Message-Id: <199703111228.EAA24835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount Makefile getmntopts.3 getmntopts.c mntopts.h mount.8 mount.c mount_ufs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/11 04:28:06 Modified: sbin/mount Makefile getmntopts.3 getmntopts.c mntopts.h mount.8 mount.c mount_ufs.c Log: Merge from Lite2 - use new getvfsbyname() interface and mount(2) interface **DANGER WILL ROBINSON!!** You must be running a -current kernel from within a week or so in order for this to work! Revision Changes Path 1.3 +3 -2 src/sbin/mount/Makefile 1.3 +11 -6 src/sbin/mount/getmntopts.3 1.4 +11 -3 src/sbin/mount/getmntopts.c 1.8 +11 -11 src/sbin/mount/mntopts.h 1.15 +13 -7 src/sbin/mount/mount.8 1.16 +80 -109 src/sbin/mount/mount.c 1.7 +18 -16 src/sbin/mount/mount_ufs.c