summaryrefslogtreecommitdiffstats
path: root/sys/dev/firmload.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicatederaadt2018-08-131-5/+8
| | | | | we want to skip all userland-related checks. Discussed with beck and semarie, tested by stsp.
* ifconfig ioctl's that bring interfaces up the first time may issuederaadt2018-08-051-1/+3
| | | | | | firmware loads. The namei operations are being performed are on behalf of the kernel not process, so use BYPASSUNVEIL. spotted by sthen, ok beck
* Remove NULL-checks before free().mmcc2015-12-291-3/+2
| | | | ok tb@
* two simple sizes to free()deraadt2015-08-261-3/+3
|
* some include files not needed; matthew markfortderaadt2015-03-131-3/+1
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
| | | | after discussions with beck deraadt kettenis.
* renegade tabs, no binary changemarco2011-03-231-2/+2
|
* look for firmload on /mnt/etc/firmware as well, only for ramdisks.espie2008-03-081-1/+14
| | | | okay deraadt@
* Pass process credentials to VOP_READ(), making it possible to loadpedro2006-06-271-2/+2
| | | | firmwares over NFS, okay deraadt@
* ENAMETOOLONG if path too long; ok miod pedroderaadt2006-01-191-2/+6
|
* Make sure the vnode being read is a file, okay dlg@ deraadt@pedro2006-01-091-2/+2
|
* allocate path using malloc, not as local variable; ok dlg pascoederaadt2005-08-011-5/+11
|
* Don't bother trying to load an empty firmware file.pat2005-02-281-1/+5
| | | | ok deraadt
* oops, spotted by pat as alwaysderaadt2004-11-171-2/+2
|
* typo, spotted by pedroderaadt2004-11-171-2/+2
|
* firmware loading; ok pedro tedu dlg miodderaadt2004-11-171-0/+86