From owner-freebsd-jail@FreeBSD.ORG Sat Oct 17 11:09:38 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D35E106566C for ; Sat, 17 Oct 2009 11:09:38 +0000 (UTC) (envelope-from tommyhp2@yahoo.com) Received: from web38206.mail.mud.yahoo.com (web38206.mail.mud.yahoo.com [209.191.124.149]) by mx1.freebsd.org (Postfix) with SMTP id 1278A8FC12 for ; Sat, 17 Oct 2009 11:09:37 +0000 (UTC) Received: (qmail 22641 invoked by uid 60001); 17 Oct 2009 10:42:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1255776176; bh=gw3XIHX2Fo9jyfC+DbX04Bio4AaQfqEYsjM+lrJFf9U=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Z2I8g/bOaw4uAReIf7TVdt/Se/iF9uK01hiSKXnBhL0OvPvQDoJB7WmcXWy/kxMiCBdzSnreBY/a+a6L0xFsXpGBgmaHhHAOFjD49RjAjF+fB1rrQkf9cHHYKXkjUzxG3WRQEaSGZ3A8RcoMUE8wxQzGTkwYmNhVtplmHHHqhVo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=OuafMdJ9dXSlBnYNjXT4TmhDCCYT/ZjrKDqyUDJ3MaxoSAuoKhKa3oODgMD6QmqZidiVTfXN0odcEmJjHjCQ6/kbNpaQi7sQa8pJ92cMqgAaOxO3ZtO0TLdLwlZmGEoWQTTmSIoMjly46/kTj/sSDO2TxPFceqj3AY5+xfjQAkg=; Message-ID: <510798.22136.qm@web38206.mail.mud.yahoo.com> X-YMail-OSG: L6DNDvAVM1kNH25K0_E._Zg4aEqUfxVeusa3ZO9fD1FerfHxQXs87Bwlmu8siBs66j8bI8rtF5dugqU0LHKIQ.QOn4xQgr52io9xTtIK6RBs7cElQKbqvy97.VryoT22zmta2Q_LWsMK5kYNxI03oKSRGzv_NI_jmItsSOydBiay6FOw0X5Ao9wO.g63pWsQ1ouN03RbF5RNdvAtCx6MUQlmq8FUkXIrFOzuqXJ76nAspFJ3BwyhIaCmoYWNMU2kVH8rHgHQJnpVf5w9MMd313Ei6pznD6EZYzjLBPy5KL3t2nu9OlyBu41BSs96g3LFrr5CDkpj5Hra2yB9G5zdG6lQO6Eb8tLUNwqUKjfkjO3BuEnn4y.GPFZh Received: from [98.119.209.49] by web38206.mail.mud.yahoo.com via HTTP; Sat, 17 Oct 2009 03:42:56 PDT X-Mailer: YahooMailRC/182.10 YahooMailWebService/0.7.347.3 Date: Sat, 17 Oct 2009 03:42:56 -0700 (PDT) From: Tommy Pham To: freebsd-jail@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Understand the internals of FreeBSD X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 11:09:38 -0000 Hi everyone, What do you all recommend for a better understanding of the FreeBSD's internals & jail system? Should I review C, C++ or both before reading the source code? It's been over a decade since I code in C/C++ and that was in college doing old school structured programming languages. :D Thanks, Tommy