| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBE | Andriy Gapon | 2015-09-28 | 1 | -2/+2 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | Andriy Gapon | 2013-11-26 | 1 | -2/+2 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -2/+0 |
* | Further refine the handling of stop signals in the NFS client. The | John Baldwin | 2013-02-21 | 1 | -0/+3 |
* | Fix build on ARM (and probably other platforms) | Oleksandr Tymoshenko | 2012-12-28 | 1 | -1/+1 |
* | - Add new machine parsable KTR macros for timing events. | Jeff Roberson | 2012-12-19 | 1 | -20/+7 |
* | Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR. | Mikolaj Golub | 2012-02-21 | 1 | -1/+1 |
* | Add an extra comment to the SDT probes definition. This allows us to get | Rui Paulo | 2010-08-22 | 1 | -2/+2 |
* | Add SDT DTrace probes for VFS vnode operations in the vfs:vop | Robert Watson | 2009-03-29 | 1 | -0/+12 |
* | Remove some unused and broken code that attempted to not invoke locking | John Baldwin | 2008-11-03 | 1 | -6/+0 |
* | - Add two checks for syntax errors | Diomidis Spinellis | 2006-05-30 | 1 | -7/+13 |
* | Assertion code specifications are introduced using special character | Diomidis Spinellis | 2006-05-30 | 1 | -5/+5 |
* | Update usage comment to match reality. | Diomidis Spinellis | 2006-05-26 | 1 | -1/+2 |
* | Eradicate caddr_t from the VFS API. | Dag-Erling Smørgrav | 2005-12-14 | 1 | -2/+2 |
* | Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn | Dag-Erling Smørgrav | 2005-12-14 | 1 | -2/+1 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal | 2005-06-09 | 1 | -9/+6 |
* | - Add the character "E" to the understood lock types. This means | Jeff Roberson | 2005-04-11 | 1 | -0/+2 |
* | Add VOP_FOO_APV() which takes a pointer to the vop_vector. | Poul-Henning Kamp | 2005-02-08 | 1 | -6/+11 |
* | Get rid of the VDESC() macro while the pot is boiling anyway, it is | Poul-Henning Kamp | 2005-01-13 | 1 | -2/+2 |
* | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp | 2005-01-13 | 1 | -48/+65 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+2 |
* | Rather than casting through a (void *) to avoid the aliasing warning, | Warner Losh | 2004-12-13 | 1 | -3/+3 |
* | Cast from the specific vop_*_args to vop_generic_args via a (void *) | Warner Losh | 2004-12-13 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -7/+50 |
* | emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use | Poul-Henning Kamp | 2004-12-01 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Don't check the state of the vnode interlock if the specification says | Don Lewis | 2003-06-22 | 1 | -1/+7 |
* | The assertions generated to test VFS locking never included checks | Stefan Eßer | 2003-06-20 | 1 | -0/+2 |
* | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | Jeff Roberson | 2002-09-26 | 1 | -1/+1 |
* | - Automatically generate and insert KTR points in all VOPs. | Jeff Roberson | 2002-09-23 | 1 | -0/+24 |
* | - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED | Jeff Roberson | 2002-08-21 | 1 | -0/+1 |
* | - Add automatic post vop debug checks. These work in both the success and | Jeff Roberson | 2002-07-30 | 1 | -5/+14 |
* | - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS | Jeff Roberson | 2002-07-07 | 1 | -5/+7 |
* | Add a new configuration directive that inserts calls to debugging functions | Jeff Roberson | 2002-07-06 | 1 | -1/+28 |
* | include systm.h in vnode_if.c so that panic is defined when we're doing | Jeff Roberson | 2002-05-04 | 1 | -0/+1 |
* | Return vnode_if back to its AWK roots. | David E. O'Brien | 2002-03-01 | 1 | -289/+233 |
* | Throw the $FreeBSD$s back in, properly escaping them. | Mike Silbersack | 2002-01-04 | 1 | -4/+4 |
* | Remove $FreeBSD$s from previous commit; perl thinks that they're | Mike Silbersack | 2002-01-04 | 1 | -2/+2 |
* | Solve vnode_if.pl's identity crisis; make sure that it refers to itself | Mike Silbersack | 2002-01-03 | 1 | -4/+4 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -2/+2 |
* | replace calls to non-existant bail() subroutine with calls to | Alfred Perlstein | 2001-03-23 | 1 | -2/+2 |
* | Simplify this a bit so that it doesn't have to generate silly redundant | Peter Wemm | 2000-12-06 | 1 | -14/+3 |
* | remove crufty exec stuff, perl is in the base system | Alfred Perlstein | 2000-06-27 | 1 | -27/+39 |
* | Use a seperate -c and -h mode. The vnode_if.c file is compiled only into | Peter Wemm | 1999-12-12 | 1 | -120/+147 |
* | Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on the | Eivind Eklund | 1999-09-26 | 1 | -255/+230 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | Kirk McKusick | 1999-06-16 | 1 | -46/+1 |
* | Declare static __inline functions as __inline in their forward | Bruce Evans | 1999-02-28 | 1 | -13/+8 |