From owner-freebsd-stable@FreeBSD.ORG Thu Dec 3 13:33:17 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44082106566C; Thu, 3 Dec 2009 13:33:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1576C8FC18; Thu, 3 Dec 2009 13:33:17 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id C00C846B35; Thu, 3 Dec 2009 08:33:16 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E767D8A01F; Thu, 3 Dec 2009 08:33:15 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 3 Dec 2009 07:51:59 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: <1259283983.92302.23.camel@neo.cse.buffalo.edu> <20091127161343.GG2103@home.opsec.eu> <4B170013.8010209@quip.cz> In-Reply-To: <4B170013.8010209@quip.cz> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912030751.59888.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Thu, 03 Dec 2009 08:33:16 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Bjoern Zeeb , freebsd-current@freebsd.org, Miroslav Lachman <000.fbsd@quip.cz> Subject: Re: route(8) and show/sticky/... Re: 8.0-RELEASE completed... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2009 13:33:17 -0000 On Wednesday 02 December 2009 7:02:27 pm Miroslav Lachman wrote: > 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 I believe it is fixed in 8.0. -- John Baldwin