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
/
types.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add __attribute__((__malloc__)) declaration to internal malloc funcs.
Kevin O'Connor
2010-04-17
1
-0
/
+1
*
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
2010-03-20
1
-0
/
+3
*
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
2010-01-03
1
-6
/
+6
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
Force a link error if a function is used from the wrong code chunk.
Kevin O'Connor
2010-01-01
1
-12
/
+16
*
Add __noreturn define for __attribute__((noreturn)).
Kevin O'Connor
2010-01-01
1
-2
/
+3
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-2
/
+24
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-8
/
+15
*
Replace clock conversion constants with defines.
Kevin O'Connor
2009-09-27
1
-0
/
+4
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-6
/
+6
*
Cleanups for malloc code.
Kevin O'Connor
2009-08-30
1
-1
/
+2
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-1
/
+7
*
Unify mode16/32 compiler checks.
Kevin O'Connor
2009-06-15
1
-0
/
+1
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-1
/
+9
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
1
-5
/
+17
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-0
/
+3
*
Layout fixed area using linker instead of assembler.
Kevin O'Connor
2009-01-17
1
-2
/
+2
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-2
/
+5
*
Add linker magic to ensure 16bit variables aren't repeated in 32bit code.
Kevin O'Connor
2008-12-28
1
-4
/
+11
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-0
/
+1
*
Always define macro MODE16 - that way it can be used in C conditionals.
Kevin O'Connor
2008-07-13
1
-1
/
+1
*
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
2008-06-11
1
-0
/
+2
*
Auto detect EBDA_SIZE from size of data structure.
Kevin O'Connor
2008-05-18
1
-0
/
+1
*
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
2008-05-14
1
-0
/
+5
*
Reduce ide stack usage by reorganizing ata calls.
Kevin O'Connor
2008-05-13
1
-0
/
+1
*
Use __always_inline to force inlining.
Kevin O'Connor
2008-04-13
1
-1
/
+1
*
Add s64 type to types.h.
Kevin O'Connor
2008-04-05
1
-1
/
+2
*
Update interger types in rombios32 code.
Kevin O'Connor
2008-03-12
1
-0
/
+1
*
Add FIELD_SIZEOF macro to types.h
Kevin O'Connor
2008-03-11
1
-0
/
+1
*
Force functions marked as inline to always be inlined.
Kevin O'Connor
2008-03-11
1
-0
/
+2
*
Port rombios32 code from bochs-bios.
Kevin O'Connor
2008-03-08
1
-0
/
+5
*
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
Kevin O'Connor
2008-03-08
1
-1
/
+0
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
1
-1
/
+10
*
This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.
Kevin O'Connor
2008-03-05
1
-0
/
+1
*
types.h & ata.h
Kevin O'Connor
2008-03-03
1
-0
/
+2
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-0
/
+3
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+21