summaryrefslogtreecommitdiff
path: root/com32/gpllib
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Adding BOOT supportErwan Velu2011-01-311-3/+8
* ACPI: Adding SLIC supportErwan Velu2011-01-311-0/+8
* ACPI: Adding MCFG supportErwan Velu2011-01-311-0/+7
* ACPI: Adding TCPA supportErwan Velu2011-01-311-0/+8
* ACPI: Adding HPET supportErwan Velu2011-01-311-0/+8
* ACPI: Improving tables detectionErwan Velu2011-01-314-130/+162
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-304-22/+70
* Merge remote branch 'origin/master' into chouffeErwan Velu2011-01-261-6/+24
|\
| * disklib: Detect DiskCryptor MBRGert Hulselmans2011-01-251-0/+2
| * disklib: Detect "FreeDOS (eXtended FDisk)" MBRGert Hulselmans2011-01-251-1/+3
| * disklib: Detect "MS-DOS 3.30 through Windows 95 (A)" MBRGert Hulselmans2011-01-251-1/+3
| * disklib: Detect new Syslinux (normal + isohybrid) MBRGert Hulselmans2011-01-251-4/+13
| * disklib: Detect Paragon MBRGert Hulselmans2011-01-251-0/+3
* | ACPI: Fixing copyrightErwan Velu2011-01-2610-10/+10
* | ACPI: Displaying MADT as APICErwan Velu2011-01-261-1/+1
* | ACPI: Fixing pointer arithmeticErwan Velu2011-01-268-29/+50
* | ACPI: Adding DEBUG_PRINTErwan Velu2011-01-253-0/+19
* | ACPI: Fixing SSDT detectionErwan Velu2011-01-251-1/+1
* | Merge branch 'master' into chouffeErwan Velu2011-01-259-362/+366
|\ \ | |/
| * disklib: remove improper "inline"H. Peter Anvin2010-11-141-2/+2
| * DMI: Fixing memory mgmnt in dmi_memory_module_typesLaurent Licour2010-07-072-14/+16
| * disklib: Add WEE bootloader detection codeGert Hulselmans2010-06-241-0/+2
| * Replacing strncpy by strlcpyErwan Velu2010-06-227-346/+346
* | ACPI: On the road to cleaning ;)Erwan Velu2011-01-259-34/+35
* | Adding stdlib includeErwan Velu2010-05-261-0/+1
* | Merge branch 'master', remote branch 'origin' into chouffeErwan Velu2010-05-267-155/+176
|\ \ | |/
| * Merge remote branch 'erwan/master'H. Peter Anvin2010-05-111-1/+1
| |\
| | * VPD: Fixing base_addressErwan Velu2010-05-111-1/+1
| * | Merge remote branch 'erwan/master'H. Peter Anvin2010-05-112-100/+167
| |\ \ | | |/
| | * DMI: Fixing memory corruptionErwan Velu2010-05-062-100/+167
| * | gpllib: fix call to CPUID function 4Sebastian Herbszt2010-03-291-2/+4
| * | dmi_processor.c: remove unreachable table valuesH. Peter Anvin2010-01-101-50/+2
| * | disk/bootloaders.c: fix bogus const in get_bootloader_string()H. Peter Anvin2010-01-101-1/+1
| * | disk/ata.c: fix signedness weirdness in ata_id_c_string()H. Peter Anvin2010-01-101-1/+1
| |/
* | acpi: Fixing MADT corruptionErwan Velu2009-12-071-29/+6
* | acpi: Adding madt apic structuresErwan Velu2009-12-041-13/+98
* | acpi: Adding FACS, fixing DSDT detectionErwan Velu2009-12-043-59/+197
* | acpi: Filling FADT structureErwan Velu2009-12-041-0/+49
* | acpi: Adding ecdtErwan Velu2009-12-042-1/+58
* | acpi: Adding SBSTErwan Velu2009-12-042-0/+51
* | acpi: Using definitions for table namesErwan Velu2009-12-045-15/+15
* | acpi: Adding SSDT & PSDTErwan Velu2009-12-042-2/+29
* | acpi: Adding dsdtErwan Velu2009-12-041-1/+9
* | acpi: Fixing madt detectionErwan Velu2009-12-044-45/+36
* | acpi: Adding FADTErwan Velu2009-12-042-1/+59
* | acpi: Adding xsdtErwan Velu2009-12-044-12/+83
* | acpi: Adding missing rsdt.cErwan Velu2009-12-041-0/+52
* | acpi: Adding rsdt, cleaning structuresErwan Velu2009-12-043-10/+29
* | acpi: Return success valueErwan Velu2009-12-041-0/+2
* | acpi: Fixing parsingErwan Velu2009-12-043-42/+102