aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/vnode_if.awk
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* vnode_if: Don't add $FreeBSD$ to the outputWarner Losh2023-08-161-2/+0
* vfs: validate that vop vectors provide all or none fplookup vopsMateusz Guzik2023-04-061-0/+2
* Improve debuggability of VOP_* locking assertionsJason A. Harmening2023-01-191-4/+4
* vfs: inline vops if there are no pre/post associated callsMateusz Guzik2020-07-301-1/+42
* vfs: stop null checking routines in vop wrappersMateusz Guzik2020-01-261-5/+7
* vfs: allow tail call optimisation in vops in the common caseMateusz Guzik2019-12-161-7/+11
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-5/+38
* Avoid literal @generated tag in file-generating scriptsEd Maste2019-05-081-1/+4
* Use @generated tag in generated filesEd Maste2019-05-071-1/+1
* Only call sigdeferstop() for NFS.Konstantin Belousov2018-10-231-2/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* 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