From owner-cvs-all Wed Dec 12 17:27:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA33B37B419; Wed, 12 Dec 2001 17:27:20 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBD1RKp21421; Wed, 12 Dec 2001 17:27:20 -0800 (PST) (envelope-from iedowse) Message-Id: <200112130127.fBD1RKp21421@freefall.freebsd.org> From: Ian Dowse Date: Wed, 12 Dec 2001 17:27:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/umount umount.c src/usr.sbin/rpc.umntall mounttab.c mounttab.h rpc.umntall.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2001/12/12 17:27:20 PST Modified files: (Branch: RELENG_4) sbin/umount umount.c usr.sbin/rpc.umntall mounttab.c mounttab.h rpc.umntall.c Log: MFC: This is a selection of cleanups and bug fixes to the rpc.umntall and mounttab code. It's not a direct MFC due to the TI-RPC changes in -current, but it mostly corresponds to the following revisions: rpc.umntall.c 1.5 - 1.8 mounttab.c 1.4, 1.5 mounttab.h 1.2 umount.c 1.27, 1.28 The main bug-fixes are: - The `-e' option to rpc.umntall now works as expected. - The logic for expiring mounttab entries is fixed. - We don't block SIGINT/SIGQUIT while running. Revision Changes Path 1.22.2.1 +5 -7 src/sbin/umount/umount.c 1.2.2.1 +56 -56 src/usr.sbin/rpc.umntall/mounttab.c 1.1.2.1 +6 -5 src/usr.sbin/rpc.umntall/mounttab.h 1.3.2.1 +86 -94 src/usr.sbin/rpc.umntall/rpc.umntall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message