aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_unit.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-4/+0
* kern/subr_unit: Rip srandomdev, random(3) out of dead codeConrad Meyer2019-12-131-5/+3
* Implement unr64Mateusz Guzik2018-11-201-0/+13
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Properly reset the fields in clean_unrhdr.Matt Joras2017-10-161-5/+4
* Add clearing function for unr(9).Matt Joras2017-10-111-0/+21
* Clean up trailing whitespaceEnji Cooper2017-01-141-6/+6
* Fix -Wunused on gcc 4.9 (x was set but not used)Enji Cooper2017-01-141-3/+2
* Fix build of kern/subr_unit.c, broken by r300539Alan Somers2016-05-241-3/+3
* Add bit_count to the bitstring(3) apiAlan Somers2016-05-231-4/+3
* Add explicit cast to fix mips and powerpc build after r299090Ed Maste2016-05-051-1/+1
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-39/+40
* Automate the subr_unit test.Alan Somers2016-04-291-22/+67
* Move the definition of the struct unrhdr into a separate header file,Konstantin Belousov2013-08-301-27/+18
* Correct double "the the"Eitan Adler2012-09-141-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-2/+2
* Remove redundant high >= 0.Jaakko Heinonen2010-07-091-1/+1
* Assert that low and high are >= 0. The allocator doesn't support theJaakko Heinonen2010-07-081-2/+2
* Extend the kernel unit number allocator for allocating specific unitJaakko Heinonen2010-07-051-13/+168
* 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