aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_pctrie.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Make the number of children for pctrie node available outside subr_pctrie.c.Konstantin Belousov2017-07-271-12/+0
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* - Add a new general purpose path-compressed radix trie which can be usedJeff Roberson2013-05-121-0/+705