Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang warnings; ok guenther@ deraadt@ | 2017-08-28 | 1 | -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) | 2016-12-18 | 1 | -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. | 2014-07-12 | 1 | -2/+2 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | network byte order firmware, so that firmware files are the same on | 2007-01-09 | 1 | -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 disk | 2005-05-17 | 1 | -4/+12 | |
| | | | | | | - remove unneeded variables - add missing includes ok deraadt | ||||
* | stdlib.h | 2004-11-22 | 1 | -1/+2 | |
| | |||||
* | firmware loading for kue(4), tested for me by dhartmei | 2004-11-22 | 1 | -0/+58 | |