From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 13 23:42:07 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9748616A417 for ; Sun, 13 Jan 2008 23:42:07 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outP.internet-mail-service.net (outP.internet-mail-service.net [216.240.47.239]) by mx1.freebsd.org (Postfix) with ESMTP id 736E313C455 for ; Sun, 13 Jan 2008 23:42:07 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Sun, 13 Jan 2008 15:42:06 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id A5D97126EC9; Sun, 13 Jan 2008 15:42:05 -0800 (PST) Message-ID: <478AA1CD.6030803@elischer.org> Date: Sun, 13 Jan 2008 15:42:05 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Ed Schouten References: <1bd550a00801131034o2999b85eu589cd8ee18a114ea@mail.gmail.com> <20080113195245.GH80300@hoeg.nl> In-Reply-To: <20080113195245.GH80300@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Hackers , =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Subject: Re: mutex lock for filesystem list. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 23:42:07 -0000 Ed Schouten wrote: > And of course I forgot to answer all the questions. > > * Fernando Apesteguía wrote: >> In addition I'd like to know if there is a book similar to the >> Understanding the Linux kernel, but for freebsd. What is the best >> information source to get introduced in the freebsd kernel programming >> (apart of the code itself)? > > I guess most people would say "The Design and Implementation of the > FreeBSD Operating System", by McKusick and Neville-Neil: > > http://www.amazon.com/Design-Implementation-FreeBSD-Operating-System/dp/0201702452 but be warned that th at book was written part way through the SMP rewrite so a lot has changed... Dr McKusick said the words "Next edition" the other day but I think it's still just a glimmer in his eye. > > Yours,