From owner-freebsd-hackers Thu Oct 9 21:11:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA21424 for hackers-outgoing; Thu, 9 Oct 1997 21:11:06 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA21416 for ; Thu, 9 Oct 1997 21:11:00 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id XAA19070; Thu, 9 Oct 1997 23:10:51 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id XAA18056; Thu, 9 Oct 1997 23:10:19 -0500 Message-ID: <19971009231019.43972@right.PCS> Date: Thu, 9 Oct 1997 23:10:19 -0500 From: Jonathan Lemon To: mdean Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Kernel Index References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: ; from mdean on Oct 10, 1997 at 08:01:25PM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 08:01:25PM -0700, mdean wrote: > > Does anyone have an index of all structs and functions they could send me? > make GTAGS bombed out on stable for me. > I'd really like to be able to reference the kernel source quickly. Did you run it on the entire src/ tree, or just the src/sys kernel subtree? I can generate a GTAGS file for the kernel subtree, albeit not for the entire distribution. -- Jonathan