From owner-freebsd-current Sat Jan 9 05:29:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28736 for freebsd-current-outgoing; Sat, 9 Jan 1999 05:29:16 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28728 for ; Sat, 9 Jan 1999 05:29:09 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (peter@localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Netplex) with ESMTP id VAA49489; Sat, 9 Jan 1999 21:28:10 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199901091328.VAA49489@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Zach Heilig cc: Karl Pielorz , John Polstra , current@FreeBSD.ORG Subject: Re: dmesg: namelist: msgbufp not found? In-reply-to: Your message of "Sat, 09 Jan 1999 05:45:16 CST." <19990109054516.A64005@znh.org> Date: Sat, 09 Jan 1999 21:28:09 +0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zach Heilig wrote: > On Sat, Jan 09, 1999 at 08:06:24AM +0000, Karl Pielorz wrote: > > Is there a way to strip it, and not break it? - I used to use "strip -d -ao ut > > kernel", which doesn't work anymore :( (the elves don't like it)... > > > Although I'm not short of memory, running a 7Mb kernel can't b too healthy. .. > > :) > > $ strip --strip-debug kernel Just as a BTW; this will become unnecessary soon and plain strip will work. At the moment, kvm_mkdb reads the kernel namelist and stores it at bootup. This is no longer good enough as the namelist changes when things are loaded and unloaded, and the kernel keeps a hashed lookup symbol table itself already. It would make sense for kvm_nlist() to look this up directly and always get the correct and current values. > -- > Zach Heilig (zach@gaffaneys.com) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message