summaryrefslogtreecommitdiff
path: root/kern/plist.c
AgeCommit message (Collapse)Author
2018-02-24Update license note about modules from librbraunRichard Braun
2018-02-24kern/{cbuf,fmt,hash,hlist,list,plist,rdxtree,shell,slist}: update from upstreamRichard Braun
Note that this commit changes the order of some list operations without triggering warnings.
2017-03-04kern/plist: new moduleRichard Braun
This module implements priority lists, useful to store entries sorted by their priority.