From owner-freebsd-current@FreeBSD.ORG Thu Dec 3 00:02:32 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40C5A1065672; Thu, 3 Dec 2009 00:02:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id F00258FC12; Thu, 3 Dec 2009 00:02:31 +0000 (UTC) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 6F83F19E019; Thu, 3 Dec 2009 01:02:30 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3781C19E023; Thu, 3 Dec 2009 01:02:28 +0100 (CET) Message-ID: <4B170013.8010209@quip.cz> Date: Thu, 03 Dec 2009 01:02:27 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.4) Gecko/20091017 SeaMonkey/2.0 MIME-Version: 1.0 References: <1259283983.92302.23.camel@neo.cse.buffalo.edu> <20091127161343.GG2103@home.opsec.eu> In-Reply-To: <20091127161343.GG2103@home.opsec.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-stable Subject: Re: route(8) and show/sticky/... Re: 8.0-RELEASE completed... 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: Thu, 03 Dec 2009 00:02:32 -0000 Kurt Jaeger wrote: > Hi! > >> Just a quick note in case there are people here who aren't subscribed to >> the freebsd-announce@ mailing list. >> >> We have completed the 8.0-RELEASE cycle. Details about the release are >> available from the main web site, in particular the announcement itself >> is available here: >> >> http://www.freebsd.org/releases/8.0R/announce.html > > Thanks! > > One question: > > http://www.freebsd.org/releases/8.0R/relnotes-detailed.html > > says: > > ---------- > The route(8) utility now supports show, weights, and sticky commands. > For more details, see the route(8) manual page. > ---------- > > I do not have those things in my man page or route(8) command ? I have one more question about relnotes-detailed.html ----------- "Specific CPU binding by using cpuset(1) has been implemented. Note that the current implementation allows the superuser inside of the jail to change the CPU bindings specified." ----------- Is it true? I don't have 8.0-RELEASE installed, but I think it was fixed in 7-STABLE right after the 7.2-RELEASE PR kern/134050 was reported by me Miroslav Lachman