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:10:02
thorpej
Thu Jan 30 19:00:34 PST 1997
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv21842

Modified Files:
	nfs_vfsops.c 
Log Message:
- Add nfs_mountroot to nfs_vfsops.
- Only attempt to mount NFS root on a DV_IFNET class device.
- If nfs_boot_init() failes, return the error code to the caller.


thorpej
Thu Jan 30 19:01:52 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv22101

Modified Files:
	conf.h 
Log Message:
- Declare a structure to map device names to block device major numbers,
  used by the new machine-independent setroot().
- Prototype setroot() and swapconf() here.


thorpej
Thu Jan 30 19:02:59 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv22292

Modified Files:
	mount.h 
Log Message:
- Add a (*vfs_mountroot)() entry to struct vfsops, used by the
  vfs_mountroot() function.
- Prototype vfs_mountroot() and vfs_getopsbyname().


thorpej
Thu Jan 30 19:03:31 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv22556

Modified Files:
	sysctl.h 
Log Message:
Define the kern.root_device sysctl node.


thorpej
Thu Jan 30 19:04:33 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv22646

Modified Files:
	systm.h 
Log Message:
- Add external declarations for globals used by the setroot() code.
- Prototype the mountroothook functions here.


thorpej
Thu Jan 30 19:05:33 PST 1997
Update of /cvsroot/src/sys/ufs/ffs
In directory netbsd1:/var/slash-tmp/cvs-serv22840

Modified Files:
	ffs_vfsops.c 
Log Message:
- Add ffs_mountroot to ffs_vfsops.
- Only attempt to mount a root FFS on a DV_DISK class device.


thorpej
Thu Jan 30 19:06:08 PST 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv23025

Modified Files:
	vnode_pager.c 
Log Message:
NFSCLIENT -> NFS