Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand COPYRIGHT inline, per Matthew Dillon's earlier approval. | imp | 2005-01-06 | 1 | -4/+24 |
* | Rearrange the SYSINIT order to call lockmgr_init() earlier so that | truckman | 2003-07-16 | 1 | -1/+1 |
* | Extend the mutex pool implementation to permit the creation and use of | truckman | 2003-07-13 | 1 | -54/+133 |
* | Style(9). | mux | 2003-06-13 | 1 | -14/+17 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate. | green | 2002-03-13 | 1 | -1/+1 |
* | cast hashing index to (int)(intptr_t) for calculation. | dillon | 2001-11-19 | 1 | -3/+3 |
* | Fix some warnings on 64 bit platforms. | peter | 2001-11-17 | 1 | -1/+4 |
* | Create a mutex pool API for short term leaf mutexes. | dillon | 2001-11-13 | 1 | -0/+112 |