Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Fri, 9 Feb 1996 09:50:04 -0500
mycroft
Fri Feb 9 09:45:40 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/kern
Modified Files:
vfs_syscalls.c vnode_if.src
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:42 EST 1996
Update of /a/cvsroot/src/sys/adosfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/adosfs
Modified Files:
advnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:45 EST 1996
Update of /a/cvsroot/src/sys/isofs/cd9660
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/isofs/cd9660
Modified Files:
cd9660_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:47 EST 1996
Update of /a/cvsroot/src/sys/miscfs/fdesc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/miscfs/fdesc
Modified Files:
fdesc_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:49 EST 1996
Update of /a/cvsroot/src/sys/miscfs/kernfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/miscfs/kernfs
Modified Files:
kernfs_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:52 EST 1996
Update of /a/cvsroot/src/sys/miscfs/portal
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/miscfs/portal
Modified Files:
portal_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:55 EST 1996
Update of /a/cvsroot/src/sys/miscfs/procfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/miscfs/procfs
Modified Files:
procfs_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:45:57 EST 1996
Update of /a/cvsroot/src/sys/miscfs/union
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/miscfs/union
Modified Files:
union_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:46:01 EST 1996
Update of /a/cvsroot/src/sys/msdosfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/msdosfs
Modified Files:
msdosfs_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:46:06 EST 1996
Update of /a/cvsroot/src/sys/nfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/nfs
Modified Files:
nfs_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:46:08 EST 1996
Update of /a/cvsroot/src/sys/ufs/lfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/ufs/lfs
Modified Files:
lfs_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
mycroft
Fri Feb 9 09:46:10 EST 1996
Update of /a/cvsroot/src/sys/ufs/ufs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22027/ufs/ufs
Modified Files:
ufs_vnops.c
Log Message:
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
Home |
Main Index |
Thread Index |
Old Index