index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-1
/
+1
*
Fix RTC UIP timing.
Kevin O'Connor
2009-02-16
1
-4
/
+4
*
Clock cleanups.
Kevin O'Connor
2009-02-15
1
-24
/
+40
*
Don't declare a handler for int 0x1c - the default handler is sufficient.
Kevin O'Connor
2009-01-29
1
-7
/
+0
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Reduce stack usage of hw irq handlers.
Kevin O'Connor
2009-01-01
1
-10
/
+4
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-1
/
+1
*
Add linker magic to ensure 16bit variables aren't repeated in 32bit code.
Kevin O'Connor
2008-12-28
1
-4
/
+1
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-5
/
+7
*
Implement time based checks even when looping on an ioport.
Kevin O'Connor
2008-12-13
1
-20
/
+32
*
Implement tsc based delay timers, and use them throughout code.
Kevin O'Connor
2008-11-28
1
-34
/
+109
*
Enable a default hw irq handler.
Kevin O'Connor
2008-11-26
1
-8
/
+4
*
Always define macro MODE16 - that way it can be used in C conditionals.
Kevin O'Connor
2008-07-13
1
-23
/
+23
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
1
-3
/
+0
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
1
-5
/
+8
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-4
/
+4
*
Move debugging messages to appropriate functions.
Kevin O'Connor
2008-06-08
1
-0
/
+1
*
Minor cleanup - use usecs instead of msecs.
Kevin O'Connor
2008-05-24
1
-2
/
+2
*
Implement usleep using real time clock.
Kevin O'Connor
2008-05-18
1
-30
/
+107
*
Fix typo in clock.c outb_cmos call.
Kevin O'Connor
2008-05-13
1
-2
/
+2
*
Move timer setup from post.c to clock.c.
Kevin O'Connor
2008-04-13
1
-0
/
+31
*
Basic support for PCI BIOS.
Kevin O'Connor
2008-03-16
1
-7
/
+0
*
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
2008-03-11
1
-0
/
+1
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-5
/
+8
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-19
/
+18
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
1
-4
/
+4
*
Bug fixes; get mouse working.
Kevin O'Connor
2008-03-02
1
-2
/
+5
*
Misc updates.
Kevin O'Connor
2008-02-26
1
-0
/
+54
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-2
/
+50
*
Version 0.1.1
rel-0.1.1
Kevin O'Connor
2008-02-25
1
-2
/
+231
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+54
[prev]