Change license from GPLv3 to LGPLv3.
[seabios.git] / src / clock.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-12-13 Kevin O'ConnorImplement time based checks even when looping on an...
2008-11-28 Kevin O'ConnorImplement tsc based delay timers, and use them througho...
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-08 Kevin O'ConnorMove debugging messages to appropriate functions.
2008-05-25 Kevin O'ConnorMinor cleanup - use usecs instead of msecs.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-05-14 Kevin O'ConnorFix typo in clock.c outb_cmos call.
2008-04-13 Kevin O'ConnorMove timer setup from post.c to clock.c.
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
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-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-02-27 Kevin O'ConnorMisc updates.
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.