From owner-freebsd-stable@FreeBSD.ORG Tue Jul 6 04:56:57 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E6B316A4CE for ; Tue, 6 Jul 2004 04:56:57 +0000 (GMT) Received: from robbins.dropbear.id.au (007.a.008.mel.iprimus.net.au [210.50.86.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1B143D2D for ; Tue, 6 Jul 2004 04:56:56 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 0EE0D421E; Tue, 6 Jul 2004 15:00:56 +1000 (EST) Date: Tue, 6 Jul 2004 15:00:55 +1000 From: Tim Robbins To: ngl Message-ID: <20040706050055.GA63647@cat.robbins.dropbear.id.au> References: <0e0401c46312$089eea10$8501a8c0@spirit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e0401c46312$089eea10$8501a8c0@spirit> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: Shared/exclusive (rw) locks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 04:56:57 -0000 On Tue, Jul 06, 2004 at 10:30:57AM +0600, ngl wrote: > Hello > > What locks are in freebsd stable kernel ? > I have found only simplelock, what else ? lockmgr() -- see /sys/kern/kern_lock.c. Tim