Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/30/1996 15:10:02
mycroft
Tue Jan 30 15:05:22 EST 1996
Update of /a/cvsroot/src/sys/compat/common
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/common

Modified Files:
	vfs_syscalls_43.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:27 EST 1996
Update of /a/cvsroot/src/sys/compat/ibcs2
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/ibcs2

Modified Files:
	ibcs2_misc.c ibcs2_stat.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:29 EST 1996
Update of /a/cvsroot/src/sys/compat/linux
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/linux

Modified Files:
	linux_misc.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:30 EST 1996
Update of /a/cvsroot/src/sys/compat/osf1
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/osf1

Modified Files:
	osf1_mount.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:33 EST 1996
Update of /a/cvsroot/src/sys/compat/sunos
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/sunos

Modified Files:
	sunos_misc.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:35 EST 1996
Update of /a/cvsroot/src/sys/compat/svr4
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/svr4

Modified Files:
	svr4_misc.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:36 EST 1996
Update of /a/cvsroot/src/sys/compat/ultrix
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/compat/ultrix

Modified Files:
	ultrix_pathname.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:40 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/kern

Modified Files:
	vfs_syscalls.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:42 EST 1996
Update of /a/cvsroot/src/sys/miscfs/deadfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/miscfs/deadfs

Modified Files:
	dead_vnops.c 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.

mycroft
Tue Jan 30 15:05:44 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv4296/sys

Modified Files:
	vnode.h 
Log Message:
Add a vnode** argument to getvnode(), prototype it, and make it return
EBADF if the file descriptor has been revoked.