From owner-cvs-src@FreeBSD.ORG Fri Sep 26 12:54:54 2003 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 894F316A4BF for ; Fri, 26 Sep 2003 12:54:54 -0700 (PDT) Received: from mail26a.sbc-webhosting.com (mail26a.sbc-webhosting.com [216.173.237.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 60DB943FFB for ; Fri, 26 Sep 2003 12:54:43 -0700 (PDT) (envelope-from alc@imimic.com) Received: from www.imimic.com (64.143.12.21)2-0272874362; Fri, 26 Sep 2003 15:26:02 -0400 (EDT) Sender: alc@FreeBSD.ORG Message-ID: <3F7492CB.6D73FCFB@imimic.com> Date: Fri, 26 Sep 2003 14:26:03 -0500 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i686) X-Accept-Language: en MIME-Version: 1.0 To: Marcel Moolenaar References: <200309251914.h8PJEfJQ022733@repoman.freebsd.org> <20030925193841.GA973@dhcp01.pn.xcllnt.net> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce M Simpson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 pmap.9 pmap_activate.9 pmap_addr_hint.9 pmap_change_wiring.9 pmap_clear_modify.9 pmap_copy.9 pmap_enter.9 pmap_extract.9 pmap_growkernel.9 pmap_init.9 pmap_is_modified.9 pmap_map.9 pmap_mincore.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: Fri, 26 Sep 2003 19:54:54 -0000 Marcel Moolenaar wrote: > > On Thu, Sep 25, 2003 at 12:14:41PM -0700, Bruce M Simpson wrote: > > bms 2003/09/25 12:14:41 PDT > > > > FreeBSD src repository > > > > Added files: > > share/man/man9 pmap.9 pmap_activate.9 pmap_addr_hint.9 > > pmap_change_wiring.9 pmap_clear_modify.9 > > pmap_copy.9 pmap_enter.9 pmap_extract.9 > > pmap_growkernel.9 pmap_init.9 > > pmap_is_modified.9 pmap_map.9 > > pmap_mincore.9 pmap_object_init_pt.9 > > pmap_page_exists_quick.9 > > pmap_page_protect.9 pmap_pinit.9 > > pmap_prefault.9 pmap_qenter.9 > > pmap_release.9 pmap_remove.9 > > pmap_zero_page.9 > > Log: > > Add manual page documentation for the machine-independent PMAP subsystem. > > Include documentation of alc's new pmap_extract_and_hold() function. > > Very cool! I was already using them for the PMAP overhaul I'm > working on for ia64. > By the way, some of the existing man pages, like vm_page_alloc, could use a refresh. Options like VM_ALLOC_NOOBJ aren't documented and the description of VM_ALLOC_ZERO is misleading or wrong depending on how precise you want to be. Regards, Alan