aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Unsign some values related to allocation.Pedro F. Giffuni2018-01-221-4/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* kern: Factor out function to convert hash flags to malloc(9) flagsSepherosa Ziehau2016-05-041-10/+12
* kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)Sepherosa Ziehau2016-05-031-4/+25
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Make the KASSERT message in hash destroy more informative.Bjoern A. Zeeb2016-04-091-1/+2
* Convert panic()s to KASSERT()s. This is an optimisation forGleb Smirnoff2012-01-231-7/+3
* Decompose the most lousy named file in sys/kern; kern_subr.c.Ed Schouten2010-02-211-0/+132