Date: Mon, 16 Jun 1997 04:20:06 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/umount Makefile umount.8 umount.c Message-ID: <199706161120.EAA12650@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/06/16 04:20:06 PDT
Modified files:
sbin/umount Makefile umount.8 umount.c
Log:
Merge from Lite2.
- use new getvfsbyname() interface.
- new -A option, like -a except only mounted file systems are unmounted.
All non-cosmetic FreeBSD changes in umount.c, except ignoring of
realpath() failures, went away because they are done better in Lite2.
realpath() failures must be ignored so that non-pathnames like
"<above>:/foo" and "host:/bar" get as far as mount(2).
Reviewed by: dfr
Revision Changes Path
1.4 +8 -1 src/sbin/umount/Makefile
1.3 +16 -13 src/sbin/umount/umount.8
1.8 +80 -119 src/sbin/umount/umount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706161120.EAA12650>
