summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_unit.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312113:ngie2017-01-171-6/+6
* Move the definition of the struct unrhdr into a separate header file,kib2013-08-301-27/+18
* Correct double "the the"eadler2012-09-141-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-2/+2
* Remove redundant high >= 0.jh2010-07-091-1/+1
* Assert that low and high are >= 0. The allocator doesn't support thejh2010-07-081-2/+2
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-051-13/+168
* Correct a comment typo.jh2010-06-271-1/+1
* - Fix compilation of the subr_unit.c user space test program.jh2010-06-171-3/+4
* 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