summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_unit.c
Commit message (Expand)AuthorAgeFilesLines
* Since cdev mutex is after system map mutex in global lock order, free()kib2007-07-041-1/+34
* Add the witness warning for free_unr. Function could sleep, thus callerskib2007-06-191-0/+1
* Remove debugging printfs.phk2005-03-141-8/+3
* Reengineer subr_unitphk2005-03-081-287/+511
* Add placeholder mutex argument to new_unrhdr().phk2005-03-071-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+3
* Add delete_unrhdr() function.phk2004-10-251-2/+19
* Fix a typo to fix the !DIAGNOSTIC build.jhb2004-09-301-1/+1
* Add a new API for allocating unit number (-like) resources.phk2004-09-301-0/+597
OpenPOWER on IntegriCloud