| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -2/+2 |
* | Remove redundant high >= 0. | jh | 2010-07-09 | 1 | -1/+1 |
* | Assert that low and high are >= 0. The allocator doesn't support the | jh | 2010-07-08 | 1 | -2/+2 |
* | Extend the kernel unit number allocator for allocating specific unit | jh | 2010-07-05 | 1 | -13/+168 |
* | Correct a comment typo. | jh | 2010-06-27 | 1 | -1/+1 |
* | - Fix compilation of the subr_unit.c user space test program. | jh | 2010-06-17 | 1 | -3/+4 |
* | Since cdev mutex is after system map mutex in global lock order, free() | kib | 2007-07-04 | 1 | -1/+34 |
* | Add the witness warning for free_unr. Function could sleep, thus callers | kib | 2007-06-19 | 1 | -0/+1 |
* | Remove debugging printfs. | phk | 2005-03-14 | 1 | -8/+3 |
* | Reengineer subr_unit | phk | 2005-03-08 | 1 | -287/+511 |
* | Add placeholder mutex argument to new_unrhdr(). | phk | 2005-03-07 | 1 | -2/+2 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -2/+3 |
* | Add delete_unrhdr() function. | phk | 2004-10-25 | 1 | -2/+19 |
* | Fix a typo to fix the !DIAGNOSTIC build. | jhb | 2004-09-30 | 1 | -1/+1 |
* | Add a new API for allocating unit number (-like) resources. | phk | 2004-09-30 | 1 | -0/+597 |