Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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@ | ||||
* | - check return from write(2) so we KNOW the data is on the disk | 2005-05-17 | 1 | -2/+10 | |
| | | | | | | - remove unneeded variables - add missing includes ok deraadt | ||||
* | add microcode to support interrupt mitigation on the | 2005-04-24 | 1 | -2/+4 | |
| | | | | | | 82551 F stepping chipset. From FreeBSD via Dmitry Bogdan <dsb at imcs dot dvgu dot ru> | ||||
* | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | 2004-12-22 | 1 | -0/+65 | |
Initial work by Dmitry Bogdan <bogdan@eastonline.ru> with a help from me and Theo. ok deraadt@ |