From owner-cvs-all Fri Oct 9 17:03:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25041 for cvs-all-outgoing; Fri, 9 Oct 1998 17:03:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24974; Fri, 9 Oct 1998 17:03:11 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA07997; Fri, 9 Oct 1998 17:03:07 -0700 (PDT) Date: Fri, 9 Oct 1998 17:03:07 -0700 (PDT) Message-Id: <199810100003.RAA07997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_module.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/10/09 17:03:07 PDT Modified files: sys/kern kern_module.c Log: Keep track of the containing file for modules. This is a bit of a hack, but I can't think of another (relatively) easy way of getting the info since the boot-time initialization is not done immediately after "loading". XXX module_register() gained an extra arg. This might break the alpha compile, if so, just add a zero to get the old behavior. Revision Changes Path 1.10 +11 -7 src/sys/kern/kern_module.c