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 ...

Alan L. Cox alc at imimic.com
Fri Sep 26 12:54:54 PDT 2003


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


More information about the cvs-src mailing list