summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/tigon/build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak the tree.kettenis2009-08-291-2/+2
* pull some more missing; for err&errx, printf, write, bzopy&bzeromartynas2009-08-071-1/+5
* The firmware is an array of u_int32_t and differs between architectures.claudio2009-07-281-4/+10
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-2/+7
* stdlib.hderaadt2004-11-221-1/+2
* build a tigon firmware file. Saves 150KB or so in GENERIC kernelsderaadt2004-11-221-0/+116