aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Generate prototypes for VOP functions. I decided to keep the old-styleBruce Evans1995-09-111-1/+26
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-1/+6
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-39/+1
* The generated VCALL always uses the first vp which in the case of /link/David Greenman1995-07-071-1/+39
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+433