summaryrefslogtreecommitdiff
path: root/common/lib/libc/gen/ptree.c
AgeCommit message (Expand)Author
2022-05-26libc/ptree: remove CONSTCOND commentsrillig
2022-05-24fix various typos in comment, documentation and log messages.andvar
2012-10-06Add a ptree_mask_node_p to determine if an item is a mask node, and whatmatt
2012-07-15ptree_find_filtered_node: make key argument const.rmind
2012-07-14Add code to protect the ptree from multiple insertions of the same node.matt
2012-07-13Don't bother testing 0 length keys since they can only have one possible value.matt
2012-07-11ptree: add context argument. OK matt@rmind
2009-06-07fix comment typos.yamt
2009-01-18fix -Wsign-compare issueslukem
2008-11-21fix build in _STANDALONE casejnemeth
2008-11-21Make lint happy (stupid lint).matt
2008-11-20Add new ptree (Patricia / RADIX tree) implementation to NetBSD.matt