index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_unit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r312113:
ngie
2017-01-17
1
-6
/
+6
*
Move the definition of the struct unrhdr into a separate header file,
kib
2013-08-30
1
-27
/
+18
*
Correct double "the the"
eadler
2012-09-14
1
-1
/
+1
*
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