Date: Thu, 25 Sep 2003 12:14:41 -0700 (PDT) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 ... Message-ID: <200309251914.h8PJEfJQ022733@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Reviewed by: hmp
Approved by: jake (mentor)
Revision Changes Path
1.1 +121 -0 src/share/man/man9/pmap.9 (new)
1.1 +50 -0 src/share/man/man9/pmap_activate.9 (new)
1.1 +61 -0 src/share/man/man9/pmap_addr_hint.9 (new)
1.1 +66 -0 src/share/man/man9/pmap_change_wiring.9 (new)
1.1 +62 -0 src/share/man/man9/pmap_clear_modify.9 (new)
1.1 +81 -0 src/share/man/man9/pmap_copy.9 (new)
1.1 +65 -0 src/share/man/man9/pmap_enter.9 (new)
1.1 +95 -0 src/share/man/man9/pmap_extract.9 (new)
1.1 +50 -0 src/share/man/man9/pmap_growkernel.9 (new)
1.1 +72 -0 src/share/man/man9/pmap_init.9 (new)
1.1 +70 -0 src/share/man/man9/pmap_is_modified.9 (new)
1.1 +78 -0 src/share/man/man9/pmap_map.9 (new)
1.1 +73 -0 src/share/man/man9/pmap_mincore.9 (new)
1.1 +70 -0 src/share/man/man9/pmap_object_init_pt.9 (new)
1.1 +65 -0 src/share/man/man9/pmap_page_exists_quick.9 (new)
1.1 +65 -0 src/share/man/man9/pmap_page_protect.9 (new)
1.1 +86 -0 src/share/man/man9/pmap_pinit.9 (new)
1.1 +67 -0 src/share/man/man9/pmap_prefault.9 (new)
1.1 +78 -0 src/share/man/man9/pmap_qenter.9 (new)
1.1 +57 -0 src/share/man/man9/pmap_release.9 (new)
1.1 +87 -0 src/share/man/man9/pmap_remove.9 (new)
1.1 +71 -0 src/share/man/man9/pmap_zero_page.9 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309251914.h8PJEfJQ022733>
