summaryrefslogtreecommitdiff
path: root/kern/hash.h
AgeCommit message (Collapse)Author
2018-04-01kern/{hash,list}: update from upstreamRichard Braun
This commit fixes undefined behavior in hash_str, and RCU linked list walking.
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.
2018-02-24Don't use reserved identifiersRichard Braun
2017-12-18kern/hash: update from upstreamRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
This turns assert.h into a standard header.
2017-05-28kern/hash: new moduleRichard Braun