Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2007 10:40:51 +0300
From:      Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To:        John Hay <jhay@meraka.org.za>
Cc:        freebsd-net@freebsd.org, "Bruce M. Simpson" <bms@FreeBSD.org>
Subject:   Re: networking code and splx()
Message-ID:  <20070320074051.GH96806@codelabs.ru>
In-Reply-To: <20070320073150.GA19859@zibbi.meraka.csir.co.za>
References:  <20070319203709.1272a470@debian> <45FF0B49.9060008@FreeBSD.org> <20070320073150.GA19859@zibbi.meraka.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070320074051.GH96806>