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
Age
Commit message (
Expand
)
Author
2021-11-14
fix few typos in comments and log message.
andvar
2021-09-16
fix typos in word "successfully", mainly s/succesfully/successfully/.
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
2019-05-09
toolify
skrll
2019-03-08
rbtree: Add a define to mark function arguments as unused for non debug
roy
2014-08-22
Remove enclosing parens on return.
matt
2014-08-22
Fix failure case in rb_tree_find_node_leq/geq.
riastradh
2012-10-06
Add a ptree_mask_node_p to determine if an item is a mask node, and what
matt
2012-07-15
ptree_find_filtered_node: make key argument const.
rmind
2012-07-14
Add code to protect the ptree from multiple insertions of the same node.
matt
2012-07-13
Don't bother testing 0 length keys since they can only have one possible value.
matt
2012-07-11
ptree: add context argument. OK matt@
rmind
2012-03-17
Mark linted
martin
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-07-04
ANSIfy
joerg
2011-06-20
various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of
mrg
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-04-14
fix _STANDALONE build
yamt
2011-04-12
Add RCSIDs
matt
2011-02-22
an implementation of radix tree. the idea from linux.
yamt
2010-11-17
Provide proper namespace protection for rbtree(3) because it is now
tron
2010-09-25
Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also
matt
2010-09-24
Fixes/improvements to RB-tree implementation:
rmind
2010-04-30
Fix rb_tree_iterate to get the min/max element of the tree for the
joerg
2010-04-28
Fix warnings for -DRBSMALL
joerg
2009-06-07
fix comment typos.
yamt
2009-05-26
fix a comment
yamt
[next]