Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



mycroft
Thu May  8 09:20:03 PDT 1997
Update of /cvsroot/src/sys/isofs/cd9660
In directory netbsd1:/var/slash-tmp/cvs-serv24515/isofs/cd9660

Modified Files:
        cd9660_lookup.c cd9660_vnops.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:20:14 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv24515/kern

Modified Files:
        exec_elf32.c kern_exec.c vfs_subr.c vfs_syscalls.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:20:18 PDT 1997
Update of /cvsroot/src/sys/miscfs/kernfs
In directory netbsd1:/var/slash-tmp/cvs-serv24515/miscfs/kernfs

Modified Files:
        kernfs_vnops.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:20:24 PDT 1997
Update of /cvsroot/src/sys/miscfs/procfs
In directory netbsd1:/var/slash-tmp/cvs-serv24515/miscfs/procfs

Modified Files:
        procfs.h procfs_vnops.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:20:29 PDT 1997
Update of /cvsroot/src/sys/msdosfs
In directory netbsd1:/var/slash-tmp/cvs-serv24515/msdosfs

Modified Files:
        msdosfs_lookup.c msdosfs_vnops.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:20:40 PDT 1997
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv24515/nfs

Modified Files:
        nfsproto.h nfs_serv.c nfs_subs.c nfs_vnops.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:20:42 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv24515/sys

Modified Files:
        vnode.h 
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:20:47 PDT 1997
Update of /cvsroot/src/sys/ufs/ufs
In directory netbsd1:/var/slash-tmp/cvs-serv24515/ufs/ufs

Modified Files:
        ufs_lookup.c ufs_vnops.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.



Home | Main Index | Thread Index | Old Index