Change license from GPLv3 to LGPLv3.
[seabios.git] / src / util.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2009-01-01 Kevin O'ConnorSwitch to new stack when calling ATA function in 16bit...
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-07-08 Kevin O'ConnorImprove debugging output.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-07 Kevin O'ConnorIntroduce set_fail_silent() helpers.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-04-12 Kevin O'ConnorMemset should return 'void *' - just to conform to...
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-04-05 Kevin O'ConnorMake several functions non-inline.
2008-03-29 Kevin O'ConnorUnify checksum functions.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.