summaryrefslogtreecommitdiff
path: root/sys/kern/subr_blist.c
AgeCommit message (Expand)Author
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-29fix various typos in comments and log messages.andvar
2017-02-13fix number of arguments of kmem_alloc and kmem_zalloc macro. ok skrll.zafer
2013-12-09Fix typo ("then" instead of "than")wiz
2013-02-09printflike maintenance.christos
2011-04-24- Replace few malloc(9) uses with kmem(9).rmind
2006-01-20blst_meta_fill: fix an assertion. PR/32580 from Nick Hudson.yamt
2005-12-11merge ktrace-lwp.christos
2005-05-29- add const.christos
2005-04-07don't #include unnecessary headers.yamt
2005-04-06introduce new types, blist_bitmap_t and blist_blkno_t,yamt
2005-04-06move implementation details from blist.h into subr_blist.c.yamt
2005-04-06- add a missing cast in the 1-bit optimization case of blst_leaf_alloc.yamt
2005-04-06make blist compilable on netbsd.yamt
2005-04-06bring in blist from freebsd as-is.yamt