summaryrefslogtreecommitdiffstats
path: root/sys/dev/firmload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicatederaadt2018-08-131-5/+8
* ifconfig ioctl's that bring interfaces up the first time may issuederaadt2018-08-051-1/+3
* Remove NULL-checks before free().mmcc2015-12-291-3/+2
* 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
* 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
* Pass process credentials to VOP_READ(), making it possible to loadpedro2006-06-271-2/+2
* 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
* 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