summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_hash.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert panic()s to KASSERT()s. This is an optimisation forglebius2012-01-231-7/+3
| | | | | hashdestroy() since in absence of INVARIANTS a compiler will drop the entire for() cycle.
* Decompose the most lousy named file in sys/kern; kern_subr.c.ed2010-02-211-0/+132
Although this file has historically been used as a dumping ground for random functions, nowadays it only contains functions related to copying bits {from,to} userspace and hash table utility functions. Behold, subr_uio.c and subr_hash.c.
OpenPOWER on IntegriCloud