summaryrefslogtreecommitdiff
path: root/sys/dev/firmload.c
AgeCommit message (Expand)Author
2015-12-29Remove NULL-checks before free().mmcc
2015-08-26two simple sizes to free()Theo de Raadt
2015-03-13some include files not needed; matthew markfortTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2011-03-23renegade tabs, no binary changeMarco Peereboom
2008-03-08look for firmload on /mnt/etc/firmware as well, only for ramdisks.Marc Espie
2006-06-27Pass process credentials to VOP_READ(), making it possible to loadPedro Martelletto
2006-01-19ENAMETOOLONG if path too long; ok miod pedroTheo de Raadt
2006-01-09Make sure the vnode being read is a file, okay dlg@ deraadt@Pedro Martelletto
2005-08-01allocate path using malloc, not as local variable; ok dlg pascoeTheo de Raadt
2005-02-28Don't bother trying to load an empty firmware file.Patrick Latifi
2004-11-17oops, spotted by pat as alwaysTheo de Raadt
2004-11-17typo, spotted by pedroTheo de Raadt
2004-11-17firmware loading; ok pedro tedu dlg miodTheo de Raadt