From owner-freebsd-doc@FreeBSD.ORG Tue Nov 18 16:31:20 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C5761065673 for ; Tue, 18 Nov 2008 16:31:20 +0000 (UTC) (envelope-from balusoft@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id CB2948FC20 for ; Tue, 18 Nov 2008 16:31:19 +0000 (UTC) (envelope-from balusoft@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so1786300tib.3 for ; Tue, 18 Nov 2008 08:31:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=JfNwKpKn0y5aF2GGGdt9ZrcmgrI9rZ0oDBHAidA9c8I=; b=jJcLppdsX3XSYrM7qjAJoVX0EPNrVPUOGXI/nV5lqLBAnOA8mMX23pX7Y69PiqGhCS 5iCER/i1s0FhmeCwQpAxZmwjLAPKgSptzrLVoY6Ql6luA9h+LwgfXW98g6zw3h7fdSuP f9FJJCtfM74/WgVYCw7dJzlHRlrvqdEmMfw1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=TIhOjQL6yKnFu4yrjI+Gn1zsdeBZfRp/rdNQRL6p7S14CmecAAMGFhspdRGBtftH7M D3XA2MxGFMrzxZSNpzuPdhcDKA3xlsXp6CxVONjpyC+S+AWlyFDhMBUWgiu4PlgI4e/z JW1TIs1yYNugIC63ROLVLk85ECPSEyQy2sHgU= Received: by 10.110.40.8 with SMTP id n8mr22538tin.49.1227025878604; Tue, 18 Nov 2008 08:31:18 -0800 (PST) Received: by 10.110.15.8 with HTTP; Tue, 18 Nov 2008 08:31:18 -0800 (PST) Message-ID: <2e17cda30811180831v2c7fca2fle88f8919eb1b1229@mail.gmail.com> Date: Tue, 18 Nov 2008 22:01:18 +0530 From: "balaji cherukuri" To: "Rene Ladan" In-Reply-To: MIME-Version: 1.0 References: <2e17cda30811172120w59e43980l77895345b7fce3c1@mail.gmail.com> <2e17cda30811180453x7f53daa6ua020eee70725235d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-doc@freebsd.org Subject: Re: Reg kernal internals X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 16:31:20 -0000 actually I need details regarding "struct proc", "struct ucred" and any/all other structures which will represent the process information and/or user credential information. And also how to use that structures. On Tue, Nov 18, 2008 at 7:53 PM, Rene Ladan wrote: > 2008/11/18 balaji cherukuri : > > ThanQ verymuch, > > Do you have any docs which will talk more about NULLFS, VFS and process > > structure. > > > - 'apropos VFS' returns a bunch of VFS manual pages. > - NULLFS has no manual pages, but you can look at the source in > /usr/src/sys/fs/nullfs > and /usr/src/sbin/mount_nullfs > > What exactly do you mean with 'process structure' ? schedulers? > > Rene > > > On Tue, Nov 18, 2008 at 6:14 PM, Rene Ladan wrote: > >> > >> 2008/11/18 balaji cherukuri : > >> > Hi FreeBSD-Doc Team, > >> > I need freeBSD kernel internals, can you please provide any doc.? > >> > > >> Yes, some pointers: > >> - manual pages in category 9 describing kernel functions, see intro(9). > >> - the kernel section in the developers handbook: > >> > >> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kernel.html > >> - the architecture handbook: > >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/ > >> - the FreeBSD kernel cross reference (processed source code): > >> http://fxr.watson.org/ > >> > >> HTH, > >> Rene > >> -- > >> http://www.rene-ladan.nl/ > >> > >> GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 > >> (subkeys.pgp.net) > > > > > > > > -- > http://www.rene-ladan.nl/ > > GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 > (subkeys.pgp.net) >