summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* knftedu2003-05-011-3/+2
|
* several related changes:tedu2003-05-011-3/+19
| | | | | | | | | | | | | | | | | | | | | vfs_subr.c: add a missing simple_lock_init for vnode interlock try to avoid reclaiming locked or layered vnodes initialize vnlock pointer to NULL remove old code to free vnlock, never used lockinit the new vnode lock vfs_syscalls.c: support for VLAYER flag vnode_if.sh: support for splitting VDESC flags vnode_if.src: split VDESC flags WILLPUT is the combination of WILLRELE and WILLUNLOCK most uses for WILLRELE become WILLPUT vnode.h: add v_lock to struct vnode add VLAYER flag update for new VDESC flags
* Don't put a space between a function name and its args in the prototype.millert2002-03-141-2/+2
|
* generate std ANSI protos, not __P onesmillert2002-03-141-3/+3
|
* Since VLOCKSWORK is only set when LOCKDEBUG is defined,art2001-02-261-2/+2
| | | | ifdef the VOP_ISLOCKED code with LOCKDEBUG instead of DIAGNOSTIC.
* Indentation nit in the generated code.art2001-02-261-3/+4
|
* not using inline functions saves about 120Kderaadt1999-03-031-41/+32
|
* do not inline. this needs cleanup. from artderaadt1999-03-031-3/+20
|
* Framework for generating automatic test code for locking disciplinecsapuntz1998-12-051-2/+17
| | | | | | | | | in DIAGNOSTIC mode. Added documentation to vfs_subr.c on locking needs of a couple calls. Improvements to the vinvalbuf patch. We need to start over after we let our pants down.
* NetBSD 960317 mergeniklas1996-04-191-1/+2
|
* From NetBSD: vnode_if.[ch] made machine independent.mickey1996-03-261-12/+17
| | | | | | | very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;)
* initial import of NetBSD treederaadt1995-10-181-0/+348