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
/
output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove drive->desc field.
Kevin O'Connor
2010-12-29
1
-0
/
+26
*
Fix bvprintf() to respect padding for hex printing.
Kevin O'Connor
2010-06-19
1
-15
/
+23
*
Add a generic "internal error" warning function.
Kevin O'Connor
2010-02-28
1
-0
/
+8
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-0
/
+15
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-1
/
+3
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-9
/
+9
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-13
/
+49
*
Update snprintf to return the number of bytes used.
Kevin O'Connor
2009-11-24
1
-3
/
+7
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
1
-1
/
+13
*
Cleanup 'debuginfo' variable in output; add comment.
Kevin O'Connor
2009-10-12
1
-2
/
+5
*
Really fix linker issue with "debuginfo" variable.
Kevin O'Connor
2009-10-08
1
-1
/
+5
*
Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.
Kevin O'Connor
2009-10-08
1
-1
/
+1
*
Add snprintf support.
Kevin O'Connor
2009-10-07
1
-37
/
+120
*
Silence gcc asm deprectation warning in output.c.
Kevin O'Connor
2009-10-07
1
-2
/
+3
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-2
/
+2
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
1
-0
/
+1
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-1
/
+1
*
Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.
Kevin O'Connor
2009-08-02
1
-2
/
+2
*
In register dump, show %esp - not address of regs.
Kevin O'Connor
2009-05-27
1
-2
/
+2
*
Support %ebp register in 'struct bregs'.
Kevin O'Connor
2009-05-16
1
-4
/
+5
*
Flush debugging serial output after every line.
Kevin O'Connor
2009-05-15
1
-6
/
+22
*
Improve serial port detection.
Kevin O'Connor
2009-05-12
1
-7
/
+7
*
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
2009-05-05
1
-15
/
+38
*
Add hexdump() output helper function.
Kevin O'Connor
2009-02-17
1
-0
/
+20
*
Minor - rename BX_PANIC to panic.
Kevin O'Connor
2009-02-08
1
-1
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Improve set_code_fail/floppy_ret/disk_ret code generation.
Kevin O'Connor
2009-01-02
1
-4
/
+13
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-5
/
+6
*
Fix bug in dprintf - isdigit had sign overflow problem.
Kevin O'Connor
2008-08-29
1
-1
/
+1
*
Shrink size of bx_panic when CONFIG_DEBUG_LEVEL is off.
Kevin O'Connor
2008-07-21
1
-4
/
+6
*
Misc fixes and updates.
Kevin O'Connor
2008-07-19
1
-7
/
+12
*
Improve debugging output.
Kevin O'Connor
2008-07-07
1
-10
/
+21
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Convert '\n' to '\r\n' on debug serial output.
Kevin O'Connor
2008-06-21
1
-1
/
+4
*
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
2008-06-21
1
-0
/
+19
*
Serial debugging code must not access BDA.
Kevin O'Connor
2008-06-07
1
-3
/
+17
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-10
/
+12
*
Add support for sending debug messages to a serial port.
Kevin O'Connor
2008-05-07
1
-1
/
+8
*
Minor cleanups.
Kevin O'Connor
2008-05-06
1
-4
/
+1
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-0
/
+8
*
Make several functions non-inline.
Kevin O'Connor
2008-04-05
1
-8
/
+37
*
Minor cleanup of GET_VAR usage in output.c.
Kevin O'Connor
2008-03-30
1
-4
/
+4
*
Minor debugging improvements.
Kevin O'Connor
2008-03-29
1
-3
/
+3
*
Minor cleanups.
Kevin O'Connor
2008-03-15
1
-1
/
+1
*
Don't pass in ebp/esp to irq handlers.
Kevin O'Connor
2008-03-11
1
-2
/
+2
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-1
/
+1
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-4
/
+2
*
Minor hack - allow formats with 'l' to be shown in printf.
Kevin O'Connor
2008-03-08
1
-0
/
+5
*
Ignore precision specifiers in printf code.
Kevin O'Connor
2008-03-04
1
-1
/
+12
[next]