From owner-freebsd-current Thu Mar 30 2:39:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 4D8AA37B57E for ; Thu, 30 Mar 2000 02:39:44 -0800 (PST) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id MAA59537; Thu, 30 Mar 2000 12:39:59 +0200 (CEST) (envelope-from assar) From: Assar Westerlund To: freebsd-current@FreeBSD.ORG Subject: kernel building problems/room-for-improvement Date: 30 Mar 2000 12:39:59 +0200 Message-ID: <5ln1nglp1c.fsf@assaris.sics.se> Lines: 20 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would appreciate some feedback (in the form of commits also works) on two small issues (I've also opened PR's on these). 1. Due to vnode_if.h not getting installed, you need to have kernel source (namely vnode_if.src and vnode_if.pl) to build any file system to be loaded as a kernel module. This is unfortunate and should be fairly easy to solve by installing vnode_if.h. See PR kern/17613. 2. It's hard to build some KLD that use macros from without optimization in some cases. The particular case that I triggered was the definition of __cursig in as `extern __inline' instead of `static __inline'. I don't think there's any particular good reason to not have everything build without -O and the fix (included in the PR) for this problem is trivial. See PR kern/17614. Comments? /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message