summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/bwi/build/build.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-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)
* 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-041-0/+160
about it. It's not linked into microcode/Makefile. OK deraadt@