summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bwi/extract (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace a few malloc() calls with reallocarray() so it checks for overflow.doug2014-09-241-2/+2
| | | | ok deraadt@
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-4/+4
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
| | | | after discussions with beck deraadt kettenis.
* Import the bwi single firmware-file builder / extractor before we forgetmglocker2007-10-042-0/+111
about it. It's not linked into microcode/Makefile. OK deraadt@