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_firmware.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use NULL in preference to 0 for pointers.
imp
2009-02-03
1
-1
/
+1
*
Avoid scheduling firmware taskqs when cold.
gallatin
2008-11-11
1
-3
/
+7
*
dynamically allocate the task structure in firmware_mountroot: when
sam
2008-10-04
1
-4
/
+10
*
Do image loading in a context known to have a root directory:
sam
2008-04-09
1
-23
/
+121
*
Cleanup and document the implementation of firmware(9) based on
luigi
2007-02-15
1
-153
/
+272
*
Add a small informative printf under bootverbose to firmware_register to
mlaier
2007-02-03
1
-0
/
+5
*
In case we are supplied with an imagename that matches a module, but not a
mlaier
2007-01-27
1
-0
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+3
*
If linker_release_module() fails then we still hold a reference on
iedowse
2006-06-25
1
-2
/
+12
*
- Push Giant down into linker_reference_module().
jhb
2006-06-20
1
-3
/
+1
*
A couple of minor style tweaks.
jhb
2006-06-13
1
-2
/
+4
*
Keep firmware images on the list until they have been unregistered
iedowse
2006-06-10
1
-19
/
+35
*
firmware(9) is a subsystem to load binary data into the kernel via a
mlaier
2006-01-29
1
-0
/
+270