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
/
common
/
lib
/
libc
/
gen
/
radixtree.c
Age
Commit message (
Expand
)
Author
2023-03-06
fix few typos in comments and log messages.
andvar
2022-05-24
fix various typos in comment, documentation and log messages.
andvar
2020-05-14
Remove extra semicolon.
msaitoh
2020-04-11
Match the naming convention in the file.
ad
2020-04-10
PR kern/54979 (radixtree might misbehave if ENOMEM)
ad
2020-04-10
Rename radix_tree_node_clean_p() to radix_tree_node_sum() and have it return
ad
2020-01-28
gang_lookup_scan(): if a dense scan and the first sibling doesn't match,
ad
2020-01-28
Add a radix_tree_await_memory(), for kernel use.
ad
2020-01-12
initialize radix_tree_node_cache with PR_LARGECACHE
para
2019-12-05
Fix warning that appears when compiling in kernel.
ad
2019-12-05
Delete the counter from "struct radix_tree_node", and in the one place we
ad
2019-12-05
Merge radixtree changes from yamt-pagecache.
ad
2011-11-02
comments
yamt
2011-10-25
add radix_tree_empty_tagged_tree_p, a "tagged" variant of
yamt
2011-10-14
- add functions to scan the tree in the reverse order
yamt
2011-10-14
unwarp a short line
yamt
2011-10-14
constify
yamt
2011-10-14
fix "get_tag" result of unittest
yamt
2011-10-14
make the output of unittest a little machine-readable
yamt
2011-10-14
int -> unsigned int where appropriate
yamt
2011-10-14
add a function to check if a tree is empty.
yamt
2011-10-14
include string.h for memset
yamt
2011-05-19
radix_tree_clear_tag:
yamt
2011-05-19
radixtree: assertions
yamt
2011-05-19
radixtree: comments
yamt
2011-05-19
radixtree: comments
yamt
2011-04-26
fix _STANDALONE build
yamt
2011-04-14
- fix _STANDALONE build.
yamt
2011-02-22
an implementation of radix tree. the idea from linux.
yamt