This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
077be3445f
NetBSD
/
usr.bin
/
pmap
History
tsutsui
077be3445f
Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDR
...
or "0x%"PRIxVADDR etc. Noticed by Y.Sugahara.
2011-10-11 12:25:56 +00:00
..
main.c
Don't give out information about processes we can't control.
2011-06-23 22:50:53 +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