Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicate | 2018-08-13 | 1 | -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 issue | 2018-08-05 | 1 | -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(). | 2015-12-29 | 1 | -3/+2 | |
| | | | | ok tb@ | ||||
* | two simple sizes to free() | 2015-08-26 | 1 | -3/+3 | |
| | |||||
* | some include files not needed; matthew markfort | 2015-03-13 | 1 | -3/+1 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -3/+3 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | renegade tabs, no binary change | 2011-03-23 | 1 | -2/+2 | |
| | |||||
* | look for firmload on /mnt/etc/firmware as well, only for ramdisks. | 2008-03-08 | 1 | -1/+14 | |
| | | | | okay deraadt@ | ||||
* | Pass process credentials to VOP_READ(), making it possible to load | 2006-06-27 | 1 | -2/+2 | |
| | | | | firmwares over NFS, okay deraadt@ | ||||
* | ENAMETOOLONG if path too long; ok miod pedro | 2006-01-19 | 1 | -2/+6 | |
| | |||||
* | Make sure the vnode being read is a file, okay dlg@ deraadt@ | 2006-01-09 | 1 | -2/+2 | |
| | |||||
* | allocate path using malloc, not as local variable; ok dlg pascoe | 2005-08-01 | 1 | -5/+11 | |
| | |||||
* | Don't bother trying to load an empty firmware file. | 2005-02-28 | 1 | -1/+5 | |
| | | | | ok deraadt | ||||
* | oops, spotted by pat as always | 2004-11-17 | 1 | -2/+2 | |
| | |||||
* | typo, spotted by pedro | 2004-11-17 | 1 | -2/+2 | |
| | |||||
* | firmware loading; ok pedro tedu dlg miod | 2004-11-17 | 1 | -0/+86 | |