aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* Pass doxygen doc comments through to the output.Doug Rabson2004-07-111-8/+33
* Complete quirk handling script by matching the in-kernel table format.Nate Lawson2004-06-301-16/+11
* Add a script to parse acpi_quirks into a header file that we can compileNate Lawson2004-06-241-0/+191
* devlist2h.awk is too generic a name for what it does. It reallyWarner Losh2004-05-261-147/+0
* Correct $FreeBSD$ style.David E. O'Brien2004-04-161-2/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-072-8/+0
* Attempt to clean up the emu10k1-alsa.h stuff so that config doesn'tPeter Wemm2004-02-051-0/+21
* Changes for new SMP-safe kobj method dispatch algorithm.Doug Rabson2003-10-161-2/+6
* 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
* MFp4:Warner Losh2003-03-281-53/+5
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-192-2/+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
* Use mv -f. Otherwise if you accidently build as root, and then as a user,David E. O'Brien2002-08-201-2/+2
* - 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
* Awk version of makeobjops.PL.David E. O'Brien2002-05-011-0/+485
* constifyJosef Karthauser2002-04-011-2/+2
* Return vnode_if back to its AWK roots.David E. O'Brien2002-03-011-289/+233
* Throw the $FreeBSD$s back in, properly escaping them.Mike Silbersack2002-01-041-4/+4
* Remove $FreeBSD$s from previous commit; perl thinks that they'reMike Silbersack2002-01-041-2/+2
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfMike Silbersack2002-01-031-4/+4
* Move from using PCCARD_ symbols gereated from this file to using PCMCIA_Warner Losh2001-11-111-10/+10
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* replace calls to non-existant bail() subroutine with calls toAlfred Perlstein2001-03-231-2/+2
* Simplify this a bit so that it doesn't have to generate silly redundantPeter Wemm2000-12-061-14/+3
* remove crufty exec stuff, perl is in the base systemAlfred Perlstein2000-06-271-27/+39
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intoPeter Wemm1999-12-121-120/+147
* Add usbdevs and friends.Nick Hibma1999-11-181-0/+236
* Moderately hacked pccard code from newconfig. It is somewhat inWarner Losh1999-10-261-0/+226
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theEivind Eklund1999-09-261-255/+230
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-282-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-212-0/+294
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-46/+1
* Declare static __inline functions as __inline in their forwardBruce Evans1999-02-281-13/+8
* Make the vnode opv vector construction fully dynamic. Previously wePeter Wemm1998-11-101-38/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-31/+1
* Use __inline instead of inline to prevent pedantic compiler warnings.Bruce Evans1997-12-191-4/+4
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* 3 lines of code and updates to a number of comments.Poul-Henning Kamp1997-09-101-1/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+3
* Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (aBruce Evans1995-12-061-6/+1
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+2