grml...
[seabios.git] / src / output.c
2012-02-02 Julian PidancetIntroduce config option to select which IO port to...
2011-07-10 Kevin O'ConnorFix serial port flushing code.
2011-07-06 Kevin O'ConnorReplace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and...
2011-05-11 Kevin O'ConnorAdd Kconfig option to specify which serial port when...
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-06-19 Kevin O'ConnorFix bvprintf() to respect padding for hex printing.
2010-02-28 Kevin O'ConnorAdd a generic "internal error" warning function.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-11-24 Kevin O'ConnorUpdate snprintf to return the number of bytes used.
2009-10-24 Kevin O'ConnorImprove debugging output from threads.
2009-10-12 Kevin O'ConnorCleanup 'debuginfo' variable in output; add comment.
2009-10-08 Kevin O'ConnorReally fix linker issue with "debuginfo" variable.
2009-10-08 Kevin O'ConnorAdd VAR16VISIBLE to debuginfo - older gcc doesn't optim...
2009-10-08 Kevin O'ConnorAdd snprintf support.
2009-10-08 Kevin O'ConnorSilence gcc asm deprectation warning in output.c.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-08-02 Kevin O'ConnorAdd option CONFIG_SCREEN_AND_DEBUG to control printf...
2009-05-28 Kevin O'ConnorIn register dump, show %esp - not address of regs.
2009-05-17 Kevin O'ConnorSupport %ebp register in 'struct bregs'.
2009-05-16 Kevin O'ConnorFlush debugging serial output after every line.
2009-05-13 Kevin O'ConnorImprove serial port detection.
2009-05-06 Kevin O'ConnorAdd support for field width argument to %x (eg, %08x).
2009-02-18 Kevin O'ConnorAdd hexdump() output helper function.
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
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.