| Commit message (Expand) | Author | Age | Files | Lines |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -2/+2 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -2/+0 |
* | Further refine the handling of stop signals in the NFS client. The | jhb | 2013-02-21 | 1 | -0/+3 |
* | Fix build on ARM (and probably other platforms) | gonzo | 2012-12-28 | 1 | -1/+1 |
* | - Add new machine parsable KTR macros for timing events. | jeff | 2012-12-19 | 1 | -20/+7 |
* | Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR. | trociny | 2012-02-21 | 1 | -1/+1 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -2/+2 |
* | 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 |