From owner-cvs-all Mon Jun 18 8: 9:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 751CA37B407; Mon, 18 Jun 2001 08:09:39 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IF9dw59723; Mon, 18 Jun 2001 08:09:39 -0700 (PDT) (envelope-from brian) Message-Id: <200106181509.f5IF9dw59723@freefall.freebsd.org> From: Brian Somers Date: Mon, 18 Jun 2001 08:09:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.c src/sys/sys linker.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/06/18 08:09:34 PDT Modified files: sys/kern kern_linker.c sys/sys linker.h Log: Add linker_reference_module(). This function loads a module if required, otherwise bumps the reference count -- the opposite of linker_file_unload(). Revision Changes Path 1.62 +26 -1 src/sys/kern/kern_linker.c 1.25 +6 -1 src/sys/sys/linker.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message