aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* firmware(9): extend firmware_get() by a "no warn" flag.Bjoern A. Zeeb2021-01-271-14/+31
* Fix a panic when unloading firmwareAndrew Gallatin2020-06-291-8/+7
* Remove the FIRMWARE_MAX limit.Mark Johnston2020-06-101-109/+80
* Factor out check for mounted root file system.Hans Petter Selasky2019-11-281-6/+0
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-12/+1
* Correct sizeof usageKevin Lo2012-06-251-1/+1
* Use strdup() on the name (and free it when it's done) so non-static namesAdrian Chadd2012-04-131-2/+8
* Do not increment the parent firmware's reference count when any otherNavdeep Parhar2011-11-191-5/+5
* Bump up the firmware_table from 30 to 50. bwn needs more than 30, itWarner Losh2010-03-071-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Use NULL in preference to 0 for pointers.Warner Losh2009-02-031-1/+1
* Avoid scheduling firmware taskqs when cold.Andrew Gallatin2008-11-111-3/+7
* dynamically allocate the task structure in firmware_mountroot: whenSam Leffler2008-10-041-4/+10
* Do image loading in a context known to have a root directory:Sam Leffler2008-04-091-23/+121
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-151-153/+272
* Add a small informative printf under bootverbose to firmware_register toMax Laier2007-02-031-0/+5
* In case we are supplied with an imagename that matches a module, but not aMax Laier2007-01-271-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+3
* If linker_release_module() fails then we still hold a reference onIan Dowse2006-06-251-2/+12
* - Push Giant down into linker_reference_module().John Baldwin2006-06-201-3/+1
* A couple of minor style tweaks.John Baldwin2006-06-131-2/+4
* Keep firmware images on the list until they have been unregisteredIan Dowse2006-06-101-19/+35
* firmware(9) is a subsystem to load binary data into the kernel via aMax Laier2006-01-291-0/+270