From owner-freebsd-net@FreeBSD.ORG Tue Mar 20 07:41:01 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDBB816A403; Tue, 20 Mar 2007 07:41:01 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 994B613C457; Tue, 20 Mar 2007 07:41:01 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HTYxk-0001Vf-0g; Tue, 20 Mar 2007 10:40:56 +0300 Date: Tue, 20 Mar 2007 10:40:51 +0300 From: Eygene Ryabinkin To: John Hay Message-ID: <20070320074051.GH96806@codelabs.ru> References: <20070319203709.1272a470@debian> <45FF0B49.9060008@FreeBSD.org> <20070320073150.GA19859@zibbi.meraka.csir.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070320073150.GA19859@zibbi.meraka.csir.co.za> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_05 Cc: freebsd-net@freebsd.org, "Bruce M. Simpson" Subject: Re: networking code and splx() X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 07:41:01 -0000 John, good day. Tue, Mar 20, 2007 at 09:31:50AM +0200, John Hay wrote: > > > > > splx() and friends have been no-ops since FreeBSD 5.x was branched. > > Synchronization is now done using other mechanisms such as mutexes and > > spin locks. See the new man page locking(9) in -CURRENT. > > It does not seem to get installed: The locking.9 is not the part of the current build as the comment of the initial commit of that file says. > Doing a grep for locking in /usr/src/share/man/man9/Makefile produce > nothing. But if you're running -CURRENT, then you can view the page from the sources (assuming that you have the system sources in /usr/src/): $ groff -Tascii -mandoc /usr/src/share/man/man9/locking.9 | less Our you can download the locking.9 from http://www.freebsd.org/cgi/cvsweb.cgi/src/share/man/man9/locking.9 -- Eygene