Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Unbreak the tree. | 2009-08-29 | 1 | -2/+2 | |
| | |||||
* | pull some more missing; for err&errx, printf, write, bzopy&bzero | 2009-08-07 | 1 | -1/+5 | |
| | | | | ok jsg@ | ||||
* | The firmware is an array of u_int32_t and differs between architectures. | 2009-07-28 | 1 | -4/+10 | |
| | | | | | | | | | From now on install the tigon firmware in little endian byte order and swap it acordingly in the driver. Correctly calculate the length of the FW in the build tool -- now my fiber cards no longer have issues to establish link on bootup. Please put this in deraadt@ On big endian archs (sparc64, macppc) the firmware file needs to be updated. | ||||
* | - check return from write(2) so we KNOW the data is on the disk | 2005-05-17 | 1 | -2/+7 | |
| | | | | | | - remove unneeded variables - add missing includes ok deraadt | ||||
* | stdlib.h | 2004-11-22 | 1 | -1/+2 | |
| | |||||
* | build a tigon firmware file. Saves 150KB or so in GENERIC kernels | 2004-11-22 | 1 | -0/+116 | |