summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hdt: Add partitions information in disk menuPierre-Alexandre Meyer2009-04-202-36/+133
* hdt: Dump partition tables (CLI)Pierre-Alexandre Meyer2009-04-191-0/+23
* gpllib: Add partition table structure (disk)Pierre-Alexandre Meyer2009-04-193-1/+261
* gpllib: Add read_mbr helper (disk)Pierre-Alexandre Meyer2009-04-192-3/+15
* disk.c32: Fix indentationPierre-Alexandre Meyer2009-04-191-1/+1
* hdt: Adapt disk CLI/menu to new struct devinfoPierre-Alexandre Meyer2009-04-193-21/+34
* gpllib: Don't clobber legacy C/H/S parameters with EDD onesPierre-Alexandre Meyer2009-04-194-82/+142
* hdt: Fix typo in device_parameter structPierre-Alexandre Meyer2009-04-191-1/+1
* hdt: Remove misguiding printf() (disks)Pierre-Alexandre Meyer2009-04-191-2/+1
* hdt: Fix EDD format (menu)Pierre-Alexandre Meyer2009-04-191-2/+2
* hdt: Remove inappropriate free()Pierre-Alexandre Meyer2009-04-191-1/+0
* hdt: Add `show disk' in hdt mode (CLI)Pierre-Alexandre Meyer2009-04-191-0/+4
* Merge commit 'mouraf/for-erwan' into disklibPierre-Alexandre Meyer2009-04-1931-300/+611
|\
| * hdt: Add VPD menu itemPierre-Alexandre Meyer2009-04-173-0/+115
| * hdt: Add vpd mode (CLI)Pierre-Alexandre Meyer2009-04-175-0/+121
| * Merge commit 'erwan/master' into for-erwanPierre-Alexandre Meyer2009-04-1759-544/+714
| |\
| | * hdt: removing useless clear_screenErwan Velu2009-04-161-2/+0
| | * hdt: Improving more_printf & clear_screen managementErwan Velu2009-04-1610-190/+181
| | * hdt: Fixing wrong printf callsErwan Velu2009-04-161-2/+2
| | * hdt: Adding reset_more_printf()Erwan Velu2009-04-162-0/+5
| | * hdt: menu should be 80x25Erwan Velu2009-04-161-1/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...Erwan Velu2009-04-1610-23/+60
| | |\
| | | * Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-1612-45/+70
| | | |\
| | | | * rosh: don't compile rosh.lnx by defaultsyslinux-3.75H. Peter Anvin2009-04-151-1/+1
| | | | * NEWS: document HDT PCI fixsyslinux-3.75-pre4H. Peter Anvin2009-04-151-0/+1
| | | | * hdt: Fixing latency indentationErwan Velu2009-04-151-1/+1
| | | | * pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
| | | | * pci: add pci_for_each_func3() which produces an addressH. Peter Anvin2009-04-151-0/+10
| | | | * PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-151-22/+11
| | | | * NEWS: add the latest stuff...syslinux-3.75-pre3H. Peter Anvin2009-04-141-0/+3
| | | | * gpxe: Don't use "lret $2" to return from an interruptH. Peter Anvin2009-04-143-13/+26
| | | | * menu: modify MENU SAVE to be a cascading defaultH. Peter Anvin2009-04-144-7/+27
| | | | * doc: fix stray parenthesis in syslinux.txtH. Peter Anvin2009-04-141-1/+1
| | | | * doc: update copyright in syslinux.txtH. Peter Anvin2009-04-141-1/+1
| | * | | pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu2009-04-1533-293/+424
| | |\ \ \ | | | |/ /
| | * | | hdt: Fixing latency indentationErwan Velu2009-04-141-1/+1
| | * | | PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-141-22/+11
| | * | | hdt: Shortening extension when using ISOLINUXErwan Velu2009-04-131-0/+19
| | * | | hdt: Opening console earlierErwan Velu2009-04-131-1/+2
| | * | | hdt: Detect syslinux earlierErwan Velu2009-04-131-3/+3
| | * | | hdt: 0.3.0Erwan Velu2009-04-131-1/+1
| | * | | Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu2009-04-1385-1194/+3024
| | |\ \ \
| | * \ \ \ Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu2009-04-1139-115/+404
| | |\ \ \ \
| | * | | | | hdt: DEL must be handle as BACKSPACEErwan Velu2009-04-041-1/+2
| * | | | | | hdt: Get rid of nb_modules in struct cli_module_descrPierre-Alexandre Meyer2009-04-1710-33/+63
| * | | | | | hdt: Get rid of MAX_MODESPierre-Alexandre Meyer2009-04-163-16/+23
| | |_|/ / / | |/| | | |
* | | | | | hdt: Refactor disk menuPierre-Alexandre Meyer2009-04-193-40/+18
* | | | | | hdt: Add disk mode (CLI)Pierre-Alexandre Meyer2009-04-197-307/+126
* | | | | | gpllib: Add disk libraryPierre-Alexandre Meyer2009-04-1910-1/+993