From owner-cvs-all Thu Jun 8 10:53:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B63237B608; Thu, 8 Jun 2000 10:53:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA94610; Thu, 8 Jun 2000 10:53:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200006081753.KAA94610@freefall.freebsd.org> From: Bruce Evans Date: Thu, 8 Jun 2000 10:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 locore.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/06/08 10:53:43 PDT Modified files: sys/i386/i386 locore.s Log: Always include the full symbol table (as specified by its start and end values in bootinfo) in kernel space if it is loaded (i.e., if its specified end address is nonzero), not just if it is loaded and DDB is configured. This may be used to fix kldsym(2) for booting without /dev/loader; currently, in this case, it just fixes unused pointers and wastes space consistently. For booting in the normal way with /boot/loader, the table is included and pointed to in a different way and kldsym(2) works. Revision Changes Path 1.135 +2 -6 src/sys/i386/i386/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message