index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
tools
/
vnode_if.awk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SDT DTrace probes for VFS vnode operations in the vfs:vop
rwatson
2009-03-29
1
-0
/
+12
*
Remove some unused and broken code that attempted to not invoke locking
jhb
2008-11-03
1
-6
/
+0
*
- Add two checks for syntax errors
dds
2006-05-30
1
-7
/
+13
*
Assertion code specifications are introduced using special character
dds
2006-05-30
1
-5
/
+5
*
Update usage comment to match reality.
dds
2006-05-26
1
-1
/
+2
*
Eradicate caddr_t from the VFS API.
des
2005-12-14
1
-2
/
+2
*
Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn
des
2005-12-14
1
-2
/
+1
*
Allow EVFILT_VNODE events to work on every filesystem type, not just
ssouhlal
2005-06-09
1
-9
/
+6
*
- Add the character "E" to the understood lock types. This means
jeff
2005-04-11
1
-0
/
+2
*
Add VOP_FOO_APV() which takes a pointer to the vop_vector.
phk
2005-02-08
1
-6
/
+11
*
Get rid of the VDESC() macro while the pot is boiling anyway, it is
phk
2005-01-13
1
-2
/
+2
*
Change the generated VOP_ macro implementations to improve type checking
phk
2005-01-13
1
-48
/
+65
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+2
*
Rather than casting through a (void *) to avoid the aliasing warning,
imp
2004-12-13
1
-3
/
+3
*
Cast from the specific vop_*_args to vop_generic_args via a (void *)
imp
2004-12-13
1
-1
/
+1
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-7
/
+50
*
emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use
phk
2004-12-01
1
-0
/
+1
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-07
1
-4
/
+0
*
Don't check the state of the vnode interlock if the specification says
truckman
2003-06-22
1
-1
/
+7
*
The assertions generated to test VFS locking never included checks
se
2003-06-20
1
-0
/
+2
*
- Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c
jeff
2002-09-26
1
-1
/
+1
*
- Automatically generate and insert KTR points in all VOPs.
jeff
2002-09-23
1
-0
/
+24
*
- Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED
jeff
2002-08-21
1
-0
/
+1
*
- Add automatic post vop debug checks. These work in both the success and
jeff
2002-07-30
1
-5
/
+14
*
- Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS
jeff
2002-07-07
1
-5
/
+7
*
Add a new configuration directive that inserts calls to debugging functions
jeff
2002-07-06
1
-1
/
+28
*
include systm.h in vnode_if.c so that panic is defined when we're doing
jeff
2002-05-04
1
-0
/
+1
*
Return vnode_if back to its AWK roots.
obrien
2002-03-01
1
-289
/
+233
*
Throw the $FreeBSD$s back in, properly escaping them.
silby
2002-01-04
1
-4
/
+4
*
Remove $FreeBSD$s from previous commit; perl thinks that they're
silby
2002-01-04
1
-2
/
+2
*
Solve vnode_if.pl's identity crisis; make sure that it refers to itself
silby
2002-01-03
1
-4
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
replace calls to non-existant bail() subroutine with calls to
alfred
2001-03-23
1
-2
/
+2
*
Simplify this a bit so that it doesn't have to generate silly redundant
peter
2000-12-06
1
-14
/
+3
*
remove crufty exec stuff, perl is in the base system
alfred
2000-06-27
1
-27
/
+39
*
Use a seperate -c and -h mode. The vnode_if.c file is compiled only into
peter
1999-12-12
1
-120
/
+147
*
Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on the
eivind
1999-09-26
1
-255
/
+230
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-46
/
+1
*
Declare static __inline functions as __inline in their forward
bde
1999-02-28
1
-13
/
+8
*
Make the vnode opv vector construction fully dynamic. Previously we
peter
1998-11-10
1
-38
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-31
/
+1
*
Use __inline instead of inline to prevent pedantic compiler warnings.
bde
1997-12-19
1
-4
/
+4
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
3 lines of code and updates to a number of comments.
phk
1997-09-10
1
-1
/
+11
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Another mega commit to staticize things.
phk
1995-12-14
1
-3
/
+3
*
Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (a
bde
1995-12-06
1
-6
/
+1
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+2
[next]