Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/23/1997 21:00:03
fvdl
Sun Mar 23 12:54:08 PST 1997
Update of /a/cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv3375

Modified Files:
	mount.h 
Log Message:
Add MNT_EXNORESPORT option.


fvdl
Sun Mar 23 12:55:55 PST 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv3496

Modified Files:
	nfs_subs.c 
Log Message:
Check for the use of reserved ports on a per-request basis, unless
MNT_EXNORESPORT is specified. The check is cheap and doesn't impose
any extra overhead.


fvdl
Sun Mar 23 12:58:20 PST 1997
Update of /a/cvsroot/src/sbin/mountd
In directory netbsd1:/var/slash-tmp/cvs-serv3835

Modified Files:
	exports.5 mountd.8 mountd.c 
Log Message:
Checking for the use reserved ports by clients (both for mount/umount
and individual NFS requests) now depends on the '-noresport' option
in the exports file. Checking for reserved ports is the default.

The -n option has become obsolete but is maintained for backwards
compatibility.


fvdl
Sun Mar 23 13:00:00 PST 1997
Update of /a/cvsroot/src/sbin/mount_nfs
In directory netbsd1:/var/slash-tmp/cvs-serv4203

Modified Files:
	mount_nfs.8 mount_nfs.c 
Log Message:
Use a reserved port by default. The -P option is now obsolete, but
kept for backward compatibility. The -p option was added to explicitly
NOT use reserved ports.