From owner-cvs-src@FreeBSD.ORG Thu Oct 7 17:54:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D00916A4CF; Thu, 7 Oct 2004 17:54:46 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C440F43D49; Thu, 7 Oct 2004 17:54:45 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0076B65292; Thu, 7 Oct 2004 18:54:44 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19268-01-7; Thu, 7 Oct 2004 18:54:43 +0100 (BST) Received: from empiric.dek.spc.org (adsl-67-124-246-191.dsl.snfc21.pacbell.net [67.124.246.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 5EB8565211; Thu, 7 Oct 2004 18:54:43 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id BCF6163B3; Thu, 7 Oct 2004 10:54:39 -0700 (PDT) Date: Thu, 7 Oct 2004 10:54:39 -0700 From: Bruce M Simpson To: Gleb Smirnoff Message-ID: <20041007175439.GB664@empiric.icir.org> Mail-Followup-To: Gleb Smirnoff , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200410071014.i97AENQQ010797@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410071014.i97AENQQ010797@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 rtalloc.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 17:54:46 -0000 On Thu, Oct 07, 2004 at 10:14:23AM +0000, Gleb Smirnoff wrote: > Modified files: > share/man/man9 rtalloc.9 > Log: > - note that RTF_PRCLONING is obsoleted > - explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1() > and rtfree(), RTFREE(). I didn't even know we had an rtalloc(9) page now. Excellent. BMS