index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
firmload.c
Age
Commit message (
Expand
)
Author
2015-12-29
Remove NULL-checks before free().
mmcc
2015-08-26
two simple sizes to free()
Theo de Raadt
2015-03-13
some include files not needed; matthew markfort
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2011-03-23
renegade tabs, no binary change
Marco Peereboom
2008-03-08
look for firmload on /mnt/etc/firmware as well, only for ramdisks.
Marc Espie
2006-06-27
Pass process credentials to VOP_READ(), making it possible to load
Pedro Martelletto
2006-01-19
ENAMETOOLONG if path too long; ok miod pedro
Theo de Raadt
2006-01-09
Make sure the vnode being read is a file, okay dlg@ deraadt@
Pedro Martelletto
2005-08-01
allocate path using malloc, not as local variable; ok dlg pascoe
Theo de Raadt
2005-02-28
Don't bother trying to load an empty firmware file.
Patrick Latifi
2004-11-17
oops, spotted by pat as always
Theo de Raadt
2004-11-17
typo, spotted by pedro
Theo de Raadt
2004-11-17
firmware loading; ok pedro tedu dlg miod
Theo de Raadt