From owner-cvs-src@FreeBSD.ORG Mon Sep 27 17:48:03 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 13DD316A4CE; Mon, 27 Sep 2004 17:48:03 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7FE343D45; Mon, 27 Sep 2004 17:48:02 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.1/8.12.10) with ESMTP id i8RHm3ht014798; Mon, 27 Sep 2004 13:48:03 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.1/8.12.10/Submit) id i8RHm3RG014797; Mon, 27 Sep 2004 13:48:03 -0400 (EDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 27 Sep 2004 13:48:03 -0400 From: David Schultz To: Alan Cox Message-ID: <20040927174803.GA14735@VARK.MIT.EDU> Mail-Followup-To: Alan Cox , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200409270422.i8R4Mf3C064882@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409270422.i8R4Mf3C064882@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 Makefile vm_map_entry_resize_free.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: Mon, 27 Sep 2004 17:48:03 -0000 On Mon, Sep 27, 2004, Alan Cox wrote: > alc 2004-09-27 04:22:41 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 Makefile > Added files: > share/man/man9 vm_map_entry_resize_free.9 > Log: > Document the O(log n) algorithm for finding free space. This is documentation for a simple static function, so doesn't it belong in vm_map.c as a comment, where it is less likely to rot?