summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* Correct sizeof usagekevlo2012-06-251-1/+1
* Use strdup() on the name (and free it when it's done) so non-static namesadrian2012-04-131-2/+8
* Do not increment the parent firmware's reference count when any othernp2011-11-191-5/+5
* Bump up the firmware_table from 30 to 50. bwn needs more than 30, itimp2010-03-071-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Use NULL in preference to 0 for pointers.imp2009-02-031-1/+1
* Avoid scheduling firmware taskqs when cold.gallatin2008-11-111-3/+7
* dynamically allocate the task structure in firmware_mountroot: whensam2008-10-041-4/+10
* Do image loading in a context known to have a root directory:sam2008-04-091-23/+121
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-153/+272
* Add a small informative printf under bootverbose to firmware_register tomlaier2007-02-031-0/+5
* In case we are supplied with an imagename that matches a module, but not amlaier2007-01-271-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* If linker_release_module() fails then we still hold a reference oniedowse2006-06-251-2/+12
* - Push Giant down into linker_reference_module().jhb2006-06-201-3/+1
* A couple of minor style tweaks.jhb2006-06-131-2/+4
* Keep firmware images on the list until they have been unregisterediedowse2006-06-101-19/+35
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+270
OpenPOWER on IntegriCloud