From owner-cvs-all@FreeBSD.ORG Thu Aug 7 23:05:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD6D1065671; Thu, 7 Aug 2008 23:05:40 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 4FD948FC14; Thu, 7 Aug 2008 23:05:40 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m77N5bcm042863; Fri, 8 Aug 2008 03:05:37 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1218150337; bh=nKC7t1MiXSfhsaU/ta/+s7jjunc5qvmjwsMpISo kru0=; l=718; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=du8AcQHsbaFfGZNFNKSrV+xOd FqDEcXc+owoo1GOj9s5lEW7ehKYewd70i/7pAnZFrqPqYxeXocc2puZz/S1MTI4OfUY g+fvVMYnZ5uRTeSBUflZZBdx4ZtPq4DlEX/23ytM7qQ1hTDYuZa5EWQfOr2/s0to5aE YZQZZnx/9JUY= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m77N5a8s042862; Fri, 8 Aug 2008 03:05:36 +0400 (MSD) (envelope-from ache) Date: Fri, 8 Aug 2008 03:05:33 +0400 From: Andrey Chernov To: Kris Kennaway Message-ID: <20080807230532.GA42775@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Kris Kennaway , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200808072136.m77LaO92026239@repoman.freebsd.org> <489B797F.7020101@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <489B797F.7020101@FreeBSD.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/strfile strfile.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 23:05:41 -0000 On Fri, Aug 08, 2008 at 12:38:55AM +0200, Kris Kennaway wrote: > Is that the right solution? If someone is bootstrapping from an old > kernel (e.g. 7.0) then installworld will install a strfile without your > change. No, this is bootstrap tool, so it is rebuilded twice, once without change and installed immediately in the temp location 'legacy' and next time with (installed on 'installworld' stage). > If someone is bootstrapping from a new kernel (but before they > built the new world) then it will fail to link still. How new kernel may affect userland here? arc4random_uniform() is not sysctl, just function. In case I mess something, please point me to. -- http://ache.pp.ru/