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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
8
-16
/
+11
*
Add option for running vga rom during s3 resume.
Kevin O'Connor
2009-07-04
4
-0
/
+16
*
Optionrom code cleanup.
Kevin O'Connor
2009-07-04
4
-80
/
+86
*
Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.
Kevin O'Connor
2009-06-30
1
-5
/
+6
*
Add descriptions to the gcc tests in tools/test-gcc.sh.
Kevin O'Connor
2009-06-30
1
-3
/
+14
*
Enhance gcc test for visible variables with -fwhole-program.
Kevin O'Connor
2009-06-26
1
-0
/
+1
*
Don't use "objcopy --extract-symbol" - old binutils don't have that option.
Kevin O'Connor
2009-06-22
1
-1
/
+1
*
Minor - remove VAR16_32 from extern declaration in header.
Kevin O'Connor
2009-06-22
1
-1
/
+1
*
Remove 0x09 as a normal post code (forward port from bochs).
Kevin O'Connor
2009-06-21
1
-1
/
+0
*
Forward port bochs pci changes.
Kevin O'Connor
2009-06-21
1
-10
/
+3
*
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
2009-06-21
9
-56
/
+97
*
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
2009-06-17
3
-8
/
+26
*
Avoid makefile "else ifeq" syntax - old versions don't support it.
Kevin O'Connor
2009-06-17
1
-1
/
+3
*
Make sure memcpy() works in 16bit mode also.
Kevin O'Connor
2009-06-15
2
-0
/
+6
*
Fix compile of smpdetect - last commit missed an include.
Kevin O'Connor
2009-06-15
1
-0
/
+1
*
Unify mode16/32 compiler checks.
Kevin O'Connor
2009-06-15
6
-18
/
+15
*
Minor - clarify disabling "-combine" warning.
Kevin O'Connor
2009-06-15
1
-2
/
+1
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
6
-68
/
+44
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
7
-34
/
+53
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
12
-51
/
+192
*
checkstack.py should not match pushaw on stack usage check.
Kevin O'Connor
2009-06-10
1
-1
/
+1
*
Try to check for IDE drive 0 responding to drive 1 commands.
Kevin O'Connor
2009-06-10
1
-21
/
+31
*
VGA: Move direct in/out calls out of vgafb.c.
Kevin O'Connor
2009-05-31
3
-27
/
+38
*
VGA: Comment and name update.
Kevin O'Connor
2009-05-31
3
-77
/
+87
*
VGA: Arrange screen writing functions to minimize stack.
Kevin O'Connor
2009-05-31
1
-21
/
+50
*
VGA: Reduce stack usage.
Kevin O'Connor
2009-05-31
2
-7
/
+6
*
VGA: No need to scroll multiple times when writing a tab.
Kevin O'Connor
2009-05-31
1
-35
/
+21
*
VGA: Further simplify scrolling code.
Kevin O'Connor
2009-05-31
2
-169
/
+86
*
VGA: Simplify scrolling implementation.
Kevin O'Connor
2009-05-31
2
-54
/
+18
*
VGA: Fix bad commit to vgafb.c - missing '}'.
Kevin O'Connor
2009-05-31
1
-0
/
+1
*
VGA: Define clear_screen in terms of memmodel.
Kevin O'Connor
2009-05-31
1
-10
/
+12
*
VGA: Breakup biosfn_scroll.
Kevin O'Connor
2009-05-31
3
-165
/
+217
*
Fix typo in irqentryarg declaration.
Kevin O'Connor
2009-05-30
1
-1
/
+1
*
In register dump, show %esp - not address of regs.
Kevin O'Connor
2009-05-27
1
-2
/
+2
*
Keep relocated 16bit code so checkstack can use it.
Kevin O'Connor
2009-05-27
2
-3
/
+3
*
VGA: Move cursor setting out of biosfn_write_teletype.
Kevin O'Connor
2009-05-26
1
-24
/
+14
*
VGA: Remove recursion from biosfn_write_teletype().
Kevin O'Connor
2009-05-26
1
-28
/
+37
*
VGA: Simplify vgafb_write/read_char.
Kevin O'Connor
2009-05-26
3
-68
/
+87
*
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
Kevin O'Connor
2009-05-25
4
-37
/
+30
*
VGA: Use struct for car/attr/WITH_ATTR.
Kevin O'Connor
2009-05-25
3
-99
/
+66
*
VGA: Combine x/y/page into one parameter.
Kevin O'Connor
2009-05-25
3
-108
/
+90
*
VGA: Inline biosfn_set_video_mode() into its only caller.
Kevin O'Connor
2009-05-25
1
-133
/
+107
*
VGA: Replace biosfn_load_text_* with vgafb_load_font().
Kevin O'Connor
2009-05-25
3
-65
/
+30
*
VGA: Factor out hardware accesses from biosfn_set_video_mode.
Kevin O'Connor
2009-05-25
4
-96
/
+113
*
VGA: Minor - improve indentation of palette structs.
Kevin O'Connor
2009-05-25
1
-57
/
+113
*
VGA: Inline several functions in vga.c.
Kevin O'Connor
2009-05-25
1
-181
/
+109
*
Add delay when changing drive on ide.
Kevin O'Connor
2009-05-24
1
-2
/
+3
*
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
2009-05-23
5
-24
/
+42
*
Pack 16bit code into last part of f-segment.
Kevin O'Connor
2009-05-23
4
-28
/
+45
*
VGA: Define structs for save/restore state calls.
Kevin O'Connor
2009-05-21
3
-289
/
+285
[prev]
[next]