Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/08/1997 16:20:04
mycroft
Thu May 8 09:19:47 PDT 1997
Update of /cvsroot/src/sys/adosfs
In directory netbsd1:/var/slash-tmp/cvs-serv24515/adosfs
Modified Files:
adlookup.c advnops.c
Log Message:
Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure
that the mode bits passed to vaccess() and returned by foo_getattr() contain
only permission bits.
mycroft
Thu May 8 09:19:50 PDT 1997
Update of /cvsroot/src/sys/compat/hpux
In directory netbsd1:/var/slash-tmp/cvs-serv24515/compat/hpux
Modified Files:
hpux_compat.c
Log Message:
Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure
that the mode bits passed to vaccess() and returned by foo_getattr() contain
only permission bits.
mycroft
Thu May 8 09:19:53 PDT 1997
Update of /cvsroot/src/sys/compat/ibcs2
In directory netbsd1:/var/slash-tmp/cvs-serv24515/compat/ibcs2
Modified Files:
ibcs2_fcntl.c
Log Message:
Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure
that the mode bits passed to vaccess() and returned by foo_getattr() contain
only permission bits.
mycroft
Thu May 8 09:19:56 PDT 1997
Update of /cvsroot/src/sys/compat/sunos
In directory netbsd1:/var/slash-tmp/cvs-serv24515/compat/sunos
Modified Files:
sunos_misc.c
Log Message:
Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure
that the mode bits passed to vaccess() and returned by foo_getattr() contain
only permission bits.
mycroft
Thu May 8 09:19:58 PDT 1997
Update of /cvsroot/src/sys/compat/svr4
In directory netbsd1:/var/slash-tmp/cvs-serv24515/compat/svr4
Modified Files:
svr4_misc.c
Log Message:
Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure
that the mode bits passed to vaccess() and returned by foo_getattr() contain
only permission bits.