Subject: CVS commit: src/usr.bin/pmap
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 03/29/2003 01:10:35
Module Name: src
Committed By: atatat
Date: Fri Mar 28 23:10:34 UTC 2003
Modified Files:
src/usr.bin/pmap: main.c main.h pmap.1 pmap.c pmap.h
Log Message:
Add the capability to dump the struct vm_amap and the am_anon,
am_bckptr, am_slots, and am_anon data, if the vm_map_entry has an
amap. This adds three new debug "bits" to the -D argument, so the
namei cache dumping "bit" has been moved up.
Also, change the * that gets emitted with -vv to indicate the number
of pages skipped and the size of the area (in kilobytes).
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.bin/pmap/main.c
cvs rdiff -r1.2 -r1.3 src/usr.bin/pmap/main.h
cvs rdiff -r1.8 -r1.9 src/usr.bin/pmap/pmap.1
cvs rdiff -r1.13 -r1.14 src/usr.bin/pmap/pmap.c
cvs rdiff -r1.1 -r1.2 src/usr.bin/pmap/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.