summaryrefslogtreecommitdiffstats
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-076-5/+11
* dheader and hheader were the same function, really, so rename one ofimp2004-12-311-35/+13
* Use functions to make the program clearer.imp2004-12-311-125/+144
* Allow -d and -h as command line flags. These are used to generateimp2004-12-301-126/+163
* 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
* Pass doxygen doc comments through to the output.dfr2004-07-111-8/+33
* Complete quirk handling script by matching the in-kernel table format.njl2004-06-301-16/+11
* Add a script to parse acpi_quirks into a header file that we can compilenjl2004-06-241-0/+191
* devlist2h.awk is too generic a name for what it does. It reallyimp2004-05-261-147/+0
* Correct $FreeBSD$ style.obrien2004-04-161-2/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-072-8/+0
* Attempt to clean up the emu10k1-alsa.h stuff so that config doesn'tpeter2004-02-051-0/+21
* Changes for new SMP-safe kobj method dispatch algorithm.dfr2003-10-161-2/+6
* 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
* MFp4:imp2003-03-281-53/+5
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-192-2/+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
* Use mv -f. Otherwise if you accidently build as root, and then as a user,obrien2002-08-201-2/+2
* - 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
* Awk version of makeobjops.PL.obrien2002-05-011-0/+485
* constifyjoe2002-04-011-2/+2
* 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
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_imp2001-11-111-10/+10
* 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
* Add usbdevs and friends.n_hibma1999-11-181-0/+236
* Moderately hacked pccard code from newconfig. It is somewhat inimp1999-10-261-0/+226
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theeivind1999-09-261-255/+230
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)peter1999-08-282-2/+2
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
OpenPOWER on IntegriCloud