Date: Wed, 12 Dec 2001 17:27:20 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> 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 Message-ID: <200112130127.fBD1RKp21421@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112130127.fBD1RKp21421>