From owner-cvs-all Thu Jan 10 17:19:35 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E6DA337B417; Thu, 10 Jan 2002 17:19:27 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5D9B414C53; Fri, 11 Jan 2002 02:19:26 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk kern.pre.mk kmod.mk kmod_syms.awk References: <200201100352.g0A3q1r82647@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 11 Jan 2002 02:19:25 +0100 In-Reply-To: <200201100352.g0A3q1r82647@freefall.freebsd.org> Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Mike Smith writes: > Provide a mechanism for controlling the export of symbols from > the module namespace. The EXPORT_SYMS variable may be set in the > Makefile to NO (export no symbols), a list of symbols to export, > or the name of a file containing a newline-seperated list of > symbols to be exported. Non-exported symbols are converted to > local symbols. If EXPORT_SYMS is not set, all global symbols are > currently exported. This behaviour is expected to change (to > exporting no symbols) once modules have been converted. Great! DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message