index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
pmap
/
main.c
Age
Commit message (
Expand
)
Author
2022-08-21
Add -t option to print pmap as underlying RB tree.
mlelstv
2020-11-04
Restrict to root any command option that prints kernel addresses.
chs
2020-03-22
- Don't copy the entire namecache only to look up a few names. Walk the
ad
2019-09-13
deal with variable length namecache entries.
christos
2015-12-14
use ecalloc
christos
2015-12-13
PR/50546: David Binderman: Fix bad sizeof
christos
2011-10-25
Move getuid() out of the loop, uid should not change behind our back. KNF.
jym
2011-10-25
kill(2) might not be a good test after all, users can send signals
jym
2011-10-18
Disallow printing of kernel mappings if we are not root.
jym
2011-06-23
Don't give out information about processes we can't control.
christos
2009-04-13
Fix WARNS=4 issues (-Wcast-qual -Wextra -Wsign-compare)
lukem
2008-06-17
From skd: Delete kernel_floor tests. They don't make sense on amd64.
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-02
remove no longer necessary lockdebug hacks.
yamt
2004-01-31
Lint police.
atatat
2004-01-31
Unfold the KDEREF() macros a little, and tweak the LOCKDEBUG detection
atatat
2004-01-06
Find the buf_map symbol, so that the submap can be labeled properly.
atatat
2003-09-17
redo the previous in a different way; use vm_map_min/max macros.
yamt
2003-09-17
update lockdebug detection to follow uvm_map.h rev.1.35.
yamt
2003-07-31
remove remaining v_id.
yamt
2003-07-24
Though I cannot reproduce the failure (which I suspect is rather
atatat
2003-05-04
Build main.c with LOCKDEBUG defined so that it gets the larger kbit
atatat
2003-04-16
Sort options in usage.
wiz
2003-04-04
Add some more intricate groveler options:
atatat
2003-03-29
Introduce a "size_t" variable for use with sysctl(3).
he
2003-03-28
Add the capability to dump the struct vm_amap and the am_anon,
atatat
2003-02-27
Clean up code in places, add some more (possible) submap names, make
atatat
2003-01-16
Print the string as if it's a string. Don't print the pointer. It's
atatat
2003-01-09
More properly handle the setgid privileges that we have, casting them
atatat
2003-01-08
Make pmap work on LOCKDEBUG *and* non-LOCKDEBUG kernels (previously it
atatat