Date: Sat, 12 Nov 2005 20:12:56 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount Makefile extern.h mount.c mount_fs.c mount_ufs.c Message-ID: <200511122012.jACKCvZD041355@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2005-11-12 20:12:56 UTC
FreeBSD src repository
Modified files:
sbin/mount Makefile extern.h mount.c mount_ufs.c
Added files:
sbin/mount mount_fs.c
Log:
- Minor fixes to raise WARNS level to 6.
- Teach the mount program to call the nmount() syscall directly
- Preserve existing method of calling mount() for UFS, until we clean things
up.
- Preserve existing method of forking and calling external mount programs for
mfs, msdosfs, nfs, nfs4, ntfs, nwfs, nullfs, portalfs, reiserfs, smbfs,
udf, umapfs, unionfs
- devfs, linprocfs, procfs, ext2fs call nmount() syscall directly, since
that is all those external mount programs were doing
Reviewed by: phk
Discussed on: arch
Revision Changes Path
1.17 +2 -2 src/sbin/mount/Makefile
1.6 +2 -1 src/sbin/mount/extern.h
1.72 +83 -48 src/sbin/mount/mount.c
1.1 +135 -0 src/sbin/mount/mount_fs.c (new)
1.28 +1 -1 src/sbin/mount/mount_ufs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511122012.jACKCvZD041355>
