summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/kue/build.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings; ok guenther@ deraadt@otto2017-08-281-3/+3
| | | | (guenther says: code could need a rewrite using writev(2) though)
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-2/+2
| | | | | | | to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-2/+2
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
| | | | after discussions with beck deraadt kettenis.
* network byte order firmware, so that firmware files are the same onderaadt2007-01-091-9/+13
| | | | | all architectures YOU HAVE TO INSTALL NEW FIRMWARE BEFORE BOOTING A NEW KERNEL
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-4/+12
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* stdlib.hderaadt2004-11-221-1/+2
|
* firmware loading for kue(4), tested for me by dhartmeideraadt2004-11-221-0/+58