aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/vnode_if.awk
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon2015-09-281-2/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-0/+3
* Fix build on ARM (and probably other platforms)Oleksandr Tymoshenko2012-12-281-1/+1
* - Add new machine parsable KTR macros for timing events.Jeff Roberson2012-12-191-20/+7
* Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.Mikolaj Golub2012-02-211-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-221-2/+2
* Add SDT DTrace probes for VFS vnode operations in the vfs:vopRobert Watson2009-03-291-0/+12
* Remove some unused and broken code that attempted to not invoke lockingJohn Baldwin2008-11-031-6/+0
* - Add two checks for syntax errorsDiomidis Spinellis2006-05-301-7/+13
* Assertion code specifications are introduced using special characterDiomidis Spinellis2006-05-301-5/+5
* Update usage comment to match reality.Diomidis Spinellis2006-05-261-1/+2
* Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav2005-12-141-2/+2
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawnDag-Erling Smørgrav2005-12-141-2/+1
* Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal2005-06-091-9/+6
* - Add the character "E" to the understood lock types. This meansJeff Roberson2005-04-111-0/+2
* Add VOP_FOO_APV() which takes a pointer to the vop_vector.Poul-Henning Kamp2005-02-081-6/+11
* Get rid of the VDESC() macro while the pot is boiling anyway, it isPoul-Henning Kamp2005-01-131-2/+2
* Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp2005-01-131-48/+65
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
* Rather than casting through a (void *) to avoid the aliasing warning,Warner Losh2004-12-131-3/+3
* Cast from the specific vop_*_args to vop_generic_args via a (void *)Warner Losh2004-12-131-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-7/+50
* emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usePoul-Henning Kamp2004-12-011-0/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Don't check the state of the vnode interlock if the specification saysDon Lewis2003-06-221-1/+7
* The assertions generated to test VFS locking never included checksStefan Eßer2003-06-201-0/+2
* - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.cJeff Roberson2002-09-261-1/+1
* - Automatically generate and insert KTR points in all VOPs.Jeff Roberson2002-09-231-0/+24
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDJeff Roberson2002-08-211-0/+1
* - Add automatic post vop debug checks. These work in both the success andJeff Roberson2002-07-301-5/+14
* - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKSJeff Roberson2002-07-071-5/+7
* Add a new configuration directive that inserts calls to debugging functionsJeff Roberson2002-07-061-1/+28
* include systm.h in vnode_if.c so that panic is defined when we're doingJeff Roberson2002-05-041-0/+1
* Return vnode_if back to its AWK roots.David E. O'Brien2002-03-011-289/+233
* Throw the $FreeBSD$s back in, properly escaping them.Mike Silbersack2002-01-041-4/+4
* Remove $FreeBSD$s from previous commit; perl thinks that they'reMike Silbersack2002-01-041-2/+2
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfMike Silbersack2002-01-031-4/+4
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* replace calls to non-existant bail() subroutine with calls toAlfred Perlstein2001-03-231-2/+2
* Simplify this a bit so that it doesn't have to generate silly redundantPeter Wemm2000-12-061-14/+3
* remove crufty exec stuff, perl is in the base systemAlfred Perlstein2000-06-271-27/+39
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intoPeter Wemm1999-12-121-120/+147
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theEivind Eklund1999-09-261-255/+230
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-46/+1
* Declare static __inline functions as __inline in their forwardBruce Evans1999-02-281-13/+8
* Make the vnode opv vector construction fully dynamic. Previously wePeter Wemm1998-11-101-38/+2