Change license from GPLv3 to LGPLv3.
[seabios.git] / src / output.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorImprove set_code_fail/floppy_ret/disk_ret code generation.
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-08-30 Kevin O'ConnorFix bug in dprintf - isdigit had sign overflow problem.
2008-07-22 Kevin O'ConnorShrink size of bx_panic when CONFIG_DEBUG_LEVEL is...
2008-07-19 Kevin O'ConnorMisc fixes and updates.
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-21 Kevin O'ConnorConvert '\n' to '\r\n' on debug serial output.
2008-06-21 Kevin O'ConnorInit serial port before using it for debug - also reini...
2008-06-07 Kevin O'ConnorSerial debugging code must not access BDA.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-05-06 Kevin O'ConnorMinor cleanups.
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-31 Kevin O'ConnorMinor cleanup of GET_VAR usage in output.c.
2008-03-29 Kevin O'ConnorMinor debugging improvements.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-12 Kevin O'ConnorDon't pass in ebp/esp to irq handlers.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-08 Kevin O'ConnorMinor hack - allow formats with 'l' to be shown in...
2008-03-05 Kevin O'ConnorIgnore precision specifiers in printf code.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-01 Kevin O'ConnorMinor update to bprintf.
2008-02-29 Kevin O'ConnorEnable extra debugging.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.