Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be sure to add "void" to all function prototypes that take no args. | Kevin O'Connor | 2010-01-03 | 1 | -4/+4 |
* | Rename VAR16_32 to VAR16VISIBLE. | Kevin O'Connor | 2009-09-09 | 1 | -1/+1 |
* | Use "p->sum -= checksum()" style for setting checksums. | Kevin O'Connor | 2009-07-04 | 1 | -1/+1 |
* | Do garbage collection of unused sections. | Kevin O'Connor | 2009-06-10 | 1 | -1/+1 |
* | Minor - change checksum functions to take a (void *). | Kevin O'Connor | 2009-02-15 | 1 | -1/+1 |
* | Misc fixes. | Kevin O'Connor | 2009-01-17 | 1 | -2/+2 |
* | Change license from GPLv3 to LGPLv3. | Kevin O'Connor | 2009-01-15 | 1 | -1/+1 |
* | Add more linker protections around variables accessed from 16bit mode. | Kevin O'Connor | 2008-12-29 | 1 | -2/+2 |
* | Add linker magic to ensure 16bit variables aren't repeated in 32bit code. | Kevin O'Connor | 2008-12-28 | 1 | -6/+4 |
* | Initial PnP bios call support. | Kevin O'Connor | 2008-12-21 | 1 | -0/+105 |