summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mtxpool.c
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: spelling fixes in comments.pfg2016-04-291-1/+1
* Garbage collect mtxpool_lockbuilder, the mutex pool historically usedrwatson2014-05-021-30/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+3
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Expand COPYRIGHT inline, per Matthew Dillon's earlier approval.imp2005-01-061-4/+24
* Rearrange the SYSINIT order to call lockmgr_init() earlier so thattruckman2003-07-161-1/+1
* Extend the mutex pool implementation to permit the creation and use oftruckman2003-07-131-54/+133
* Style(9).mux2003-06-131-14/+17
* Use __FBSDID().obrien2003-06-111-2/+3
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-131-1/+1
* cast hashing index to (int)(intptr_t) for calculation.dillon2001-11-191-3/+3
* Fix some warnings on 64 bit platforms.peter2001-11-171-1/+4
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-131-0/+112
OpenPOWER on IntegriCloud