From owner-freebsd-arch@FreeBSD.ORG Wed May 22 18:03:40 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F34F66AC for ; Wed, 22 May 2013 18:03:39 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id C2156AB0 for ; Wed, 22 May 2013 18:03:39 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id eh20so2732114obb.4 for ; Wed, 22 May 2013 11:03:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=53M7B7d3BMlq99gm5CGXVxqt2gc95klu77EhDnhrVVk=; b=MQ9URV3bEjiT8VkyflQqoIDAUhAgCJC4P4ctUvWk3Nx/6ICnOceCVSYN+9mOymVPY1 z/shhwtQdhirApJ/Qe1w13IVdNtGPmmi8FUOfEM6w1gTWJ00PlFSdGFn9u/H3Qo6DfhR CDOt3l03UHqFFS4oe3gf7Tf/aJRGcSNbLFhu3heYJr5pRzHy11Y80PD/T31olXYrPf83 RKjUy8qX2UrqRibn1zlSCfC58fNcDK1s0ESBsp6O6mSsUURN6BtE+pv+5rnVvpkpvMi0 k+8BuyTYTswVryRAfNqJlQ3k/fbTKb+1RckuKEvLJ2JgRHd4PxZ1kWzkXmi+J9qUS2gh FNvQ== MIME-Version: 1.0 X-Received: by 10.182.231.197 with SMTP id ti5mr5895034obc.64.1369245819429; Wed, 22 May 2013 11:03:39 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.60.149.194 with HTTP; Wed, 22 May 2013 11:03:39 -0700 (PDT) In-Reply-To: <981733489AB3BD4DB24B48340F53E0A55B0D4D32@MTLDAG01.mtl.com> References: <981733489AB3BD4DB24B48340F53E0A55B0CFD79@MTLDAG01.mtl.com> <201305220859.32948.jhb@freebsd.org> <981733489AB3BD4DB24B48340F53E0A55B0D3CD8@MTLDAG01.mtl.com> <201305221105.55093.jhb@freebsd.org> <981733489AB3BD4DB24B48340F53E0A55B0D4D32@MTLDAG01.mtl.com> Date: Wed, 22 May 2013 14:03:39 -0400 X-Google-Sender-Auth: hRXDHVR_NkZl5up3xAhCcZRqB6M Message-ID: Subject: Re: FreeBSD spinlock - compatibility layer From: Ed Maste To: Orit Moskovich Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 18:03:40 -0000 On 22 May 2013 13:12, Orit Moskovich wrote: > Thanks, I appreciate all your help! > > The section about the unbounded sleep wasn't included in the man page I've read so I wan't familiar with that concept...(http://www.unix.com/man-page/FreeBSD/9/locking/) Ahh, they seem to be hosting a rather old version. Google doesn't rate FreeBSD's particularly highly, perhaps due to robots.txt settings for the cgi content on http://www.freebsd.org/. You'll find a mostly up-to-date one at http://www.freebsd.org/cgi/man.cgi?query=locking&sektion=9 .