NetBSD/usr.bin/pmap
jym a960d51308 kill(2) might not be a good test after all, users can send signals
to setuid binaries (like SIGINT for ping(8)). So apply the exact same
rights as procfs, and test uid against proc p_uid (real owner of process).

Bail out if we are not root and we attempt to print mappings of a process
that the user does not really own.
2011-10-25 22:13:22 +00:00
..
main.c kill(2) might not be a good test after all, users can send signals 2011-10-25 22:13:22 +00:00
main.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
Makefile Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
pmap.1 Explicitly close quote. 2010-05-14 17:31:26 +00:00
pmap.c Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDR 2011-10-11 12:25:56 +00:00
pmap.h Fix WARNS=4 issues (-Wcast-qual -Wextra -Wsign-compare) 2009-04-13 00:27:38 +00:00
TODO