summaryrefslogtreecommitdiffstats
path: root/sys/tools/vnode_if.awk
Commit message (Expand)AuthorAgeFilesLines
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-2/+2
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-2/+2
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-0/+3
* Fix build on ARM (and probably other platforms)gonzo2012-12-281-1/+1
* - Add new machine parsable KTR macros for timing events.jeff2012-12-191-20/+7
* Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.trociny2012-02-211-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-2/+2
* Add SDT DTrace probes for VFS vnode operations in the vfs:voprwatson2009-03-291-0/+12
* Remove some unused and broken code that attempted to not invoke lockingjhb2008-11-031-6/+0
* - Add two checks for syntax errorsdds2006-05-301-7/+13
* Assertion code specifications are introduced using special characterdds2006-05-301-5/+5
* Update usage comment to match reality.dds2006-05-261-1/+2
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawndes2005-12-141-2/+1
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-9/+6
* - Add the character "E" to the understood lock types. This meansjeff2005-04-111-0/+2
* Add VOP_FOO_APV() which takes a pointer to the vop_vector.phk2005-02-081-6/+11
* Get rid of the VDESC() macro while the pot is boiling anyway, it isphk2005-01-131-2/+2
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-48/+65
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
* Rather than casting through a (void *) to avoid the aliasing warning,imp2004-12-131-3/+3
* Cast from the specific vop_*_args to vop_generic_args via a (void *)imp2004-12-131-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-7/+50
* emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usephk2004-12-011-0/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Don't check the state of the vnode interlock if the specification saystruckman2003-06-221-1/+7
* The assertions generated to test VFS locking never included checksse2003-06-201-0/+2
* - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.cjeff2002-09-261-1/+1
* - Automatically generate and insert KTR points in all VOPs.jeff2002-09-231-0/+24
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDjeff2002-08-211-0/+1
* - Add automatic post vop debug checks. These work in both the success andjeff2002-07-301-5/+14
* - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKSjeff2002-07-071-5/+7
* Add a new configuration directive that inserts calls to debugging functionsjeff2002-07-061-1/+28
* include systm.h in vnode_if.c so that panic is defined when we're doingjeff2002-05-041-0/+1
* Return vnode_if back to its AWK roots.obrien2002-03-011-289/+233
* Throw the $FreeBSD$s back in, properly escaping them.silby2002-01-041-4/+4
* Remove $FreeBSD$s from previous commit; perl thinks that they'resilby2002-01-041-2/+2
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfsilby2002-01-031-4/+4
* KSE Milestone 2julian2001-09-121-2/+2
* replace calls to non-existant bail() subroutine with calls toalfred2001-03-231-2/+2
* Simplify this a bit so that it doesn't have to generate silly redundantpeter2000-12-061-14/+3
* remove crufty exec stuff, perl is in the base systemalfred2000-06-271-27/+39
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intopeter1999-12-121-120/+147
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theeivind1999-09-261-255/+230
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-46/+1
* Declare static __inline functions as __inline in their forwardbde1999-02-281-13/+8
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-101-38/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-31/+1
* Use __inline instead of inline to prevent pedantic compiler warnings.bde1997-12-191-4/+4
OpenPOWER on IntegriCloud