summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/kue/build.c
AgeCommit message (Expand)Author
2017-08-28Fix clang warnings; ok guenther@ deraadt@Otto Moerbeek
2016-12-18Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)Kenneth R Westerback
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2007-01-09network byte order firmware, so that firmware files are the same onTheo de Raadt
2005-05-17- check return from write(2) so we KNOW the data is on the diskJason Wright
2004-11-22stdlib.hTheo de Raadt
2004-11-22firmware loading for kue(4), tested for me by dhartmeiTheo de Raadt