summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/yds/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-06make microcode file byte-order independent so that the file is the sameTheo de Raadt
2005-07-12write ds1 ctrl mcode where we wanted the ds1e varientTheo de Raadt
2005-05-17- check return from write(2) so we KNOW the data is on the diskJason Wright
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt