Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/31/1997 03:00:02
thorpej
Thu Jan 30 18:50:38 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv19529

Modified Files:
	vfs_subr.c 
Log Message:
- Implement vfs_mountroot().  This function is called my main() to
  mount the root file system.  If the operator specified the root
  file system type in the kernel configuration file, attempt to
  mount that file system type on the root device.  If the root
  file system type was wildcarded (or unspecified), try all of
  the file systems statically built into the kernel until one
  succeeds.  If no file systems succeed, return an error.  The
  system will recover from this condition.
- Implement vfs_getopsbyname().  This function returns the file
  system ops vector given a file system name.


thorpej
Thu Jan 30 18:57:32 PST 1997
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv21362

Modified Files:
	nfs_boot.c 
Log Message:
- Don't look for a "suitable interface"; we're now given the name of the
  network interface to use.
- If any part of the NFS root mount process fails, don't panic.
  Simply return the appropriate error and let the caller recover.


thorpej
Thu Jan 30 18:58:56 PST 1997
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv21715

Modified Files:
	nfs_nqlease.c nfs_socket.c nfs_subs.c nfs_syscalls.c 
Log Message:
NFSCLIENT -> NFS.