aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash(9): fix my stupid off-by-oneGleb Smirnoff2026-04-121-1/+1
* hash(9): introduce hashalloc()/hashfree() KPIGleb Smirnoff2026-04-121-54/+350
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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