From owner-cvs-all  Wed Jan 20 06:49:15 1999
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id GAA07349
          for cvs-all-outgoing; Wed, 20 Jan 1999 06:49:15 -0800 (PST)
          (envelope-from owner-cvs-all@FreeBSD.ORG)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07338;
          Wed, 20 Jan 1999 06:49:12 -0800 (PST)
          (envelope-from eivind@FreeBSD.org)
From: Eivind Eklund <eivind@FreeBSD.ORG>
Received: (from eivind@localhost)
	by freefall.freebsd.org (8.8.8/8.8.5) id GAA07373;
	Wed, 20 Jan 1999 06:49:13 -0800 (PST)
Date: Wed, 20 Jan 1999 06:49:13 -0800 (PST)
Message-Id: <199901201449.GAA07373@freefall.freebsd.org>
To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject: cvs commit: src/sys/coda coda_vnops.c src/sys/conf options
         src/sys/i386/conf LINT src/sys/kern kern_lock.c vfs_default.c
         vfs_vnops.c src/sys/sys lock.h vnode.h
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk

eivind      1999/01/20 06:49:12 PST

  Modified files:
    sys/coda             coda_vnops.c 
    sys/conf             options 
    sys/i386/conf        LINT 
    sys/kern             kern_lock.c vfs_default.c vfs_vnops.c 
    sys/sys              lock.h vnode.h 
  Log:
  Add 'options DEBUG_LOCKS', which stores extra information in struct
  lock, and add some macros and function parameters to make sure that
  the information get to the point where it can be put in the lock
  structure.
  
  While I'm here, add DEBUG_VFS_LOCKS to LINT.
  
  Revision  Changes    Path
  1.13      +11 -1     src/sys/coda/coda_vnops.c
  1.121     +2 -1      src/sys/conf/options
  1.539     +10 -1     src/sys/i386/conf/LINT
  1.23      +25 -1     src/sys/kern/kern_lock.c
  1.17      +11 -1     src/sys/kern/vfs_default.c
  1.62      +15 -2     src/sys/kern/vfs_vnops.c
  1.13      +17 -1     src/sys/sys/lock.h
  1.80      +10 -1     src/sys/sys/vnode.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message