summaryrefslogtreecommitdiffstats
path: root/sys/dev/firmload.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicatederaadt1-5/+8
2018-08-05ifconfig ioctl's that bring interfaces up the first time may issuederaadt1-1/+3
2015-12-29Remove NULL-checks before free().mmcc1-3/+2
2015-08-26two simple sizes to free()deraadt1-3/+3
2015-03-13some include files not needed; matthew markfortderaadt1-3/+1
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-3/+3
2011-03-23renegade tabs, no binary changemarco1-2/+2
2008-03-08look for firmload on /mnt/etc/firmware as well, only for ramdisks.espie1-1/+14
2006-06-27Pass process credentials to VOP_READ(), making it possible to loadpedro1-2/+2
2006-01-19ENAMETOOLONG if path too long; ok miod pedroderaadt1-2/+6
2006-01-09Make sure the vnode being read is a file, okay dlg@ deraadt@pedro1-2/+2
2005-08-01allocate path using malloc, not as local variable; ok dlg pascoederaadt1-5/+11
2005-02-28Don't bother trying to load an empty firmware file.pat1-1/+5
2004-11-17oops, spotted by pat as alwaysderaadt1-2/+2
2004-11-17typo, spotted by pedroderaadt1-2/+2
2004-11-17firmware loading; ok pedro tedu dlg miodderaadt1-0/+86