summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/kue/build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings; ok guenther@ deraadt@otto2017-08-281-3/+3
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-2/+2
* 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
* network byte order firmware, so that firmware files are the same onderaadt2007-01-091-9/+13
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-4/+12
* stdlib.hderaadt2004-11-221-1/+2
* firmware loading for kue(4), tested for me by dhartmeideraadt2004-11-221-0/+58