aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_unit.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a comment typo.Jaakko Heinonen2010-06-271-1/+1
* - Fix compilation of the subr_unit.c user space test program.Jaakko Heinonen2010-06-171-3/+4
* Since cdev mutex is after system map mutex in global lock order, free()Konstantin Belousov2007-07-041-1/+34
* Add the witness warning for free_unr. Function could sleep, thus callersKonstantin Belousov2007-06-191-0/+1
* Remove debugging printfs.Poul-Henning Kamp2005-03-141-8/+3
* Reengineer subr_unitPoul-Henning Kamp2005-03-081-287/+511
* Add placeholder mutex argument to new_unrhdr().Poul-Henning Kamp2005-03-071-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+3
* Add delete_unrhdr() function.Poul-Henning Kamp2004-10-251-2/+19
* Fix a typo to fix the !DIAGNOSTIC build.John Baldwin2004-09-301-1/+1
* Add a new API for allocating unit number (-like) resources.Poul-Henning Kamp2004-09-301-0/+597