From owner-freebsd-current@FreeBSD.ORG Fri Apr 6 21:20:37 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8076216A401; Fri, 6 Apr 2007 21:20:37 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF6913C483; Fri, 6 Apr 2007 21:20:37 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 2F1142091; Fri, 6 Apr 2007 23:20:33 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 16D852090; Fri, 6 Apr 2007 23:20:33 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 03444A10A5; Fri, 6 Apr 2007 23:20:33 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Jung-uk Kim References: <20070407023855.ede13b76.nork@FreeBSD.org> <20070406174305.GA90217@freebsd.org> <200704061407.35340.jkim@FreeBSD.org> Date: Fri, 06 Apr 2007 23:20:32 +0200 In-Reply-To: <200704061407.35340.jkim@FreeBSD.org> (Jung-uk Kim's message of "Fri, 6 Apr 2007 14:07:27 -0400") Message-ID: <86lkh58ajj.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Roman Divacky , freebsd-current@FreeBSD.org, Norikatsu Shigemura Subject: Re: Cannot mount linprocfs by unresolving sysvs?m symbols X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2007 21:20:37 -0000 Jung-uk Kim writes: > On Friday 06 April 2007 01:43 pm, Roman Divacky wrote: > > I dont like this, I would prefer some dynamic determining > > whether sysv symbols are present and if not just fill > > in "safe" values. > You know I have used sysctlbyname before but it was shot down by > des. :-( I didn't shoot anything down. If you read my email again, you'll see that I pointed out that it was slow, but that we didn't really have a choice precisely because sysv{msg,sem} were not guaranteed to be present. Dropping sysctlbyname() was *your* choice. I agreed with the revised patch because you pointed out that linprocfs depends on linux, which depends on sysv{msg,sem}, so we *could* rely on their presence. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no