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
/
serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
2014-06-04
1
-3
/
+0
*
debug: Add runtime option to not report the debug serial port to the OS.
Kevin O'Connor
2014-01-22
1
-0
/
+4
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-0
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename check_timer() function (and similar) to irqtimer_check().
Kevin O'Connor
2013-07-21
1
-6
/
+6
*
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
2012-06-10
1
-4
/
+2
*
Generalize timer based delay code.
Kevin O'Connor
2010-05-23
1
-31
/
+6
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-8
/
+6
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-6
/
+3
*
Cleanup serial and lpt timers.
Kevin O'Connor
2009-07-13
1
-53
/
+83
*
Improve serial port detection.
Kevin O'Connor
2009-05-12
1
-24
/
+27
*
Minor - report found serial and lpt ports.
Kevin O'Connor
2009-05-06
1
-1
/
+3
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-0
/
+3
*
Misc fixes.
Kevin O'Connor
2009-01-17
1
-0
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Add additional config options to remove parts of code.
Kevin O'Connor
2008-07-21
1
-0
/
+14
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-2
/
+2
*
Move debugging messages to appropriate functions.
Kevin O'Connor
2008-06-08
1
-0
/
+2
*
Serial debugging code must not access BDA.
Kevin O'Connor
2008-06-07
1
-39
/
+10
*
Add support for sending debug messages to a serial port.
Kevin O'Connor
2008-05-07
1
-9
/
+42
*
Move serial/lpt setup from post.c to serial.c
Kevin O'Connor
2008-04-13
1
-0
/
+55
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-13
/
+11
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
1
-2
/
+2
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-0
/
+209
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+23