Subject: CVS commit: basesrc/usr.sbin/pmap
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 08/31/2002 22:09:31
Module Name:	basesrc
Committed By:	atatat
Date:		Sat Aug 31 19:09:31 UTC 2002

Added Files:
	basesrc/usr.sbin/pmap: Makefile TODO pmap.1 pmap.c

Log Message:
Add a pmap(1) command that is effectively the same in function as the
Solaris command by the same name.  pmap(1) prints out the given
process's address space, each vm_map_entry at a time, with several
different output formats.

I wrote this tool as an autodidactic means of learning something about
UVM.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/pmap/Makefile basesrc/usr.sbin/pmap/TODO \
    basesrc/usr.sbin/pmap/pmap.1 basesrc/usr.sbin/pmap/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.