From owner-cvs-all Sun Jan 9 23:43:12 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 8AAF414FFB; Sun, 9 Jan 2000 23:43:09 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id XAA30144; Sun, 9 Jan 2000 23:42:50 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Sun, 09 Jan 2000 22:15:44 PST." <200001100615.WAA66248@freefall.freebsd.org> Date: Sun, 09 Jan 2000 23:42:50 -0800 Message-ID: <30142.947490170@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Thanks for doing this, I got side-tracked and forgot about it again. :) - Jordan > peter 2000/01/09 22:15:44 PST > > Modified files: > release Makefile > Log: > - Revert --strip-all of /kernel on a new installed system (it would work > with kld etc just fine, but tracebacks would have less information and > nm /kernel wouldn't be so good). > - Just strip the kernel on the boot disk. This does not affect kld or > module loading, there are two symbol tables in a kernel. There is the > dynamic linking one (.dynsym+.strtab) with just global symbols and a user > symbol table (.symtab+.strtab) with all symbols. BTW; objdump lies and > hides the second one. There's a good half a meg or so that can be saved > from an average kernel by stripping it. > > Revision Changes Path > 1.523 +3 -2 src/release/Makefile > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message