aboutsummaryrefslogtreecommitdiffstats
path: root/com32/gpllib
Commit message (Expand)AuthorAgeFilesLines
* dmi: fix a strcpy (typo)Pierre-Alexandre Meyer2009-11-011-1/+1
* dmi: Adding smbios detectionErwan Velu2009-10-301-33/+54
* hdt: Fixing {s}printf typoErwan Velu2009-10-301-5/+5
* disklib: Adding new grub2 mbr magicErwan Velu2009-10-281-0/+1
* disklib: Fixing Syslinux DetectionErwan Velu2009-10-281-2/+2
* Merge commit 'erwan/master' into hdt-0.3.5Pierre-Alexandre Meyer2009-10-271-0/+2
|\
| * Adding VMX & SVM cpu flagsErwan Velu2009-09-291-0/+2
| * hdt: make get_error behaves like perrorPierre-Alexandre Meyer2009-08-241-4/+3
* | Merge branch 'bootloader-detection' into hdt-nextPierre-Alexandre Meyer2009-09-072-0/+128
|\ \
| * | gpllib: add bootloader detectionPierre-Alexandre Meyer2009-08-261-0/+46
| * | gpllib: rename bootloader detection to MBR detectionPierre-Alexandre Meyer2009-08-261-12/+12
| * | gpllib: use four bytes to discover the MBRPierre-Alexandre Meyer2009-08-261-9/+23
| * | gpllib: fix commentPierre-Alexandre Meyer2009-08-231-1/+1
| * | gpllib: bootloader id should be uint16_tPierre-Alexandre Meyer2009-08-231-2/+2
| * | gpllib: add bootloader detectionPierre-Alexandre Meyer2009-08-231-0/+68
* | | gpllib: add missing header in ata.cPierre-Alexandre Meyer2009-09-031-0/+1
* | | gpllib: fix commentPierre-Alexandre Meyer2009-08-231-1/+1
|/ /
* / hdt: make get_error behaves like perrorPierre-Alexandre Meyer2009-08-221-4/+3
|/
* disklib: fix extended partition codePierre-Alexandre Meyer2009-08-201-12/+21
* Merge commit 'pam/disklib-fixes'Erwan Velu2009-08-1919-1578/+1931
|\
| * gpllib: Introduce typedefs for callbacksPierre-Alexandre Meyer2009-08-051-4/+4
| * gpllib: More errno fixesPierre-Alexandre Meyer2009-08-052-11/+7
| * gpllib: Enhance MakefilePierre-Alexandre Meyer2009-08-051-6/+2
| * gpllib: Fix compilationPierre-Alexandre Meyer2009-08-051-0/+2
| * disklib: Change read/write interfacePierre-Alexandre Meyer2009-08-055-199/+109
| * disklib: Fix write_verify_sectorsPierre-Alexandre Meyer2009-08-051-1/+1
| * Merge commit 'hpa/master' into for-erwanPierre-Alexandre Meyer2009-08-0410-1313/+1304
| |\
| | * Run Nindent on com32/gpllib/vpd/vpd.cH. Peter Anvin2009-05-291-56/+56
| | * Run Nindent on com32/gpllib/dmi/dmi_processor.cH. Peter Anvin2009-05-291-376/+374
| | * Run Nindent on com32/gpllib/dmi/dmi_memory.cH. Peter Anvin2009-05-291-106/+105
| | * Run Nindent on com32/gpllib/dmi/dmi_ipmi.cH. Peter Anvin2009-05-291-20/+17
| | * Run Nindent on com32/gpllib/dmi/dmi_chassis.cH. Peter Anvin2009-05-291-59/+59
| | * Run Nindent on com32/gpllib/dmi/dmi_bios.cH. Peter Anvin2009-05-291-42/+42
| | * Run Nindent on com32/gpllib/dmi/dmi_battery.cH. Peter Anvin2009-05-291-27/+27
| | * Run Nindent on com32/gpllib/dmi/dmi_base_board.cH. Peter Anvin2009-05-291-6/+6
| | * Run Nindent on com32/gpllib/dmi/dmi.cH. Peter Anvin2009-05-291-527/+546
| | * Run Nindent on com32/gpllib/cpuid.cH. Peter Anvin2009-05-291-223/+225
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...Erwan Velu2009-04-236-6/+0
| | |\
| | | * Global whitespace cleanup.H. Peter Anvin2009-04-206-6/+0
| | | * Add back "install: all" to the com32 devel directoriessyslinux-3.74-pre19H. Peter Anvin2009-04-061-1/+1
| | | * Makefiles: try to make "make install" do the right thingH. Peter Anvin2009-04-061-1/+1
| * | | gpllib: refactor partitions detectionPierre-Alexandre Meyer2009-08-041-59/+48
| * | | gpllib: Add support for 3.3.25 Hardware Security (Type 24) (dmi)Pierre-Alexandre Meyer2009-05-271-0/+32
| * | | gpllib: Add support for 3.3.12 OEM Strings (Type 11) (dmi)Pierre-Alexandre Meyer2009-05-271-0/+19
| * | | gpllib: Add support for 3.3.11 On Board Devices Information (Type 10, obsolet...Pierre-Alexandre Meyer2009-05-261-0/+45
| * | | gpllib: Add support for 3.3.24 System Reset (Type 23) (dmi)Pierre-Alexandre Meyer2009-05-261-0/+51
| * | | gpllib: Add support for 3.3.13 System Configuration Options (Type 12) (dmi)Pierre-Alexandre Meyer2009-05-261-0/+19
| * | | Merge branch 'for-erwan' of git://git.zytor.com/users/pam/hdt-pierre into for...Pierre-Alexandre Meyer2009-05-142-1/+106
| |\ \ \
| | * | | gpllib: Add Memory Module Information (Type 6, Obsolete) (DMI)Pierre-Alexandre Meyer2009-05-082-0/+105
| * | | | gpllib: Prevent overflow in memory type (dmi)Pierre-Alexandre Meyer2009-05-141-0/+1