summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bwi
AgeCommit message (Collapse)AuthorFilesLines
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.doug1-2/+2
ok deraadt@
2014-07-20Make sure the correct errno is reported by warn* or err* and notguenther1-7/+14
the errno of an intervening cleanup operation like close/unlink/etc. Also, the format string for warn* and err* shouldn't end with a newline. Diff from Doug Hogan (doug (at) acyclic.org)
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.tedu2-8/+8
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-8/+8
after discussions with beck deraadt kettenis.
2007-10-04Import the bwi single firmware-file builder / extractor before we forgetmglocker5-0/+284
about it. It's not linked into microcode/Makefile. OK deraadt@