aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-27hdt: 0.3.2-pre1hdt-0.3.2-pre1Erwan Velu1-1/+1
2009-04-27hdt: optmizing disk's menuErwan Velu1-40/+14
2009-04-27hdt: updating disk's menu to match latest disk apiErwan Velu1-67/+131
2009-04-27hdt: detect_disks requires detect_vesa (FIXME)Erwan Velu1-0/+4
2009-04-27hdt: missing \n on disk detectionErwan Velu1-1/+1
2009-04-27pci: prevent modules.alias to destroy modules.pcimap contentErwan Velu1-2/+4
2009-04-27hdt: preventing mac address to be shown of all pci devicesErwan Velu1-6/+7
2009-04-27hdt: fix wrong kernel module display in menu modeErwan Velu1-0/+2
2009-04-27hdt: Adding modules.alias supportErwan Velu6-19/+51
2009-04-27pci: Adding get_module_name_from_alias()Erwan Velu2-1/+128
2009-04-26hdt: Fix bug in module lookup (CLI)Pierre-Alexandre Meyer1-4/+2
2009-04-26hdt: Add disk callbacks (CLI)Pierre-Alexandre Meyer3-24/+94
2009-04-26hdt: Fix modules lookup to compare against full callback name (CLI)Pierre-Alexandre Meyer1-1/+1
2009-04-26Merge commit 'hdt-erwan/master' into for-erwanPierre-Alexandre Meyer5-30/+52
2009-04-26Merge branch 'disklib' into for-erwanPierre-Alexandre Meyer34-394/+2054
2009-04-26hdt: Make the disk mode use parse_partition_table() (CLI)Pierre-Alexandre Meyer1-86/+26
2009-04-26gpllib: Add parse_partition_table() to iterate through all partitions on a diskPierre-Alexandre Meyer3-1/+158
2009-04-25hdt: Improve disk output (CLI)Pierre-Alexandre Meyer1-10/+13
2009-04-23hdt: Adding hdt> show vpdErwan Velu2-0/+8
2009-04-23hdt: Adding hotkey for VPDErwan Velu1-1/+1
2009-04-23hdt: displaying only populated VPD' itemsErwan Velu1-28/+42
2009-04-23hdt: 0.3.1hdt-0.3.1Erwan Velu1-1/+1
2009-04-22Merge commit 'mouraf/for-erwan' into for-erwanPierre-Alexandre Meyer16-49/+322
2009-04-21hdt: Do not print information about buggy extended partitionsPierre-Alexandre Meyer1-1/+12
2009-04-21hdt: Do not modify offsets in the part_entry itselfPierre-Alexandre Meyer1-6/+12
2009-04-21gpllib: Handle unknown labels (disk)Pierre-Alexandre Meyer1-0/+1
2009-04-21gpllib: Add default error handling (disk)Pierre-Alexandre Meyer1-0/+4
2009-04-21hdt: Add missing header in hdt-util.cPierre-Alexandre Meyer1-0/+1
2009-04-21hdt: Check if a swsusp image exists on swap partitionsPierre-Alexandre Meyer2-13/+52
2009-04-21gpllib: Build new objects (disk)Pierre-Alexandre Meyer1-1/+1
2009-04-21gpllib: Add swsusp_check to check for swsusp signaturePierre-Alexandre Meyer2-0/+50
2009-04-21gpllib: Propagate error codes in disk libraryPierre-Alexandre Meyer4-28/+50
2009-04-21gpllib: Move partition declarations to disk/partition.hPierre-Alexandre Meyer2-17/+23
2009-04-21gpllib: Move get_error from disk/util.c to disk/error.cPierre-Alexandre Meyer3-121/+127
2009-04-21gpllib: Add disk/common.h for shared definitionsPierre-Alexandre Meyer4-12/+22
2009-04-20hdt: Add IEC 60027 format for disk size (menu)Pierre-Alexandre Meyer3-34/+40
2009-04-20hdt: Use IEC 60027 standard for capacity (CLI)Pierre-Alexandre Meyer3-4/+87
2009-04-20hdt: Process extended partitions (CLI)Pierre-Alexandre Meyer2-12/+72
2009-04-20hdt: Add partitions information in disk menuPierre-Alexandre Meyer2-36/+133
2009-04-19hdt: Dump partition tables (CLI)Pierre-Alexandre Meyer1-0/+23
2009-04-19gpllib: Add partition table structure (disk)Pierre-Alexandre Meyer3-1/+261
2009-04-19gpllib: Add read_mbr helper (disk)Pierre-Alexandre Meyer2-3/+15
2009-04-19disk.c32: Fix indentationPierre-Alexandre Meyer1-1/+1
2009-04-19hdt: Adapt disk CLI/menu to new struct devinfoPierre-Alexandre Meyer3-21/+34
2009-04-19gpllib: Don't clobber legacy C/H/S parameters with EDD onesPierre-Alexandre Meyer4-82/+142
2009-04-19hdt: Fix typo in device_parameter structPierre-Alexandre Meyer1-1/+1
2009-04-19hdt: Remove misguiding printf() (disks)Pierre-Alexandre Meyer1-2/+1
2009-04-19hdt: Fix EDD format (menu)Pierre-Alexandre Meyer1-2/+2
2009-04-19hdt: Remove inappropriate free()Pierre-Alexandre Meyer1-1/+0
2009-04-19hdt: removing useless more_printfErwan Velu1-5/+5
2009-04-19hdt: Add `show disk' in hdt mode (CLI)Pierre-Alexandre Meyer1-0/+4
2009-04-19Merge commit 'mouraf/for-erwan' into disklibPierre-Alexandre Meyer31-300/+611
2009-04-19hdt: Refactor disk menuPierre-Alexandre Meyer3-40/+18
2009-04-19hdt: Add disk mode (CLI)Pierre-Alexandre Meyer7-307/+126
2009-04-19gpllib: Add disk libraryPierre-Alexandre Meyer10-1/+993
2009-04-19hdt: removing useless more_printfErwan Velu1-5/+5
2009-04-19hdt: more_printf was eating a lineErwan Velu1-1/+1
2009-04-19hdt: MAC Address should only be displayed on the PXE DeviceErwan Velu1-2/+3
2009-04-19hdt: fixing typoErwan Velu2-3/+3
2009-04-19hdt: Cleaning dmi chassis asset tag outputErwan Velu2-3/+3
2009-04-19hdt: removing multiple spacesErwan Velu4-3/+37
2009-04-18Merge commit 'origin/for-erwan' into disklibPierre-Alexandre Meyer20-1243/+2228
2009-04-18hdt: moving contact adress to the mailing listErwan Velu1-1/+1
2009-04-17hdt: Add VPD menu itemPierre-Alexandre Meyer3-0/+115
2009-04-17hdt: Add vpd mode (CLI)Pierre-Alexandre Meyer5-0/+121
2009-04-17Merge commit 'erwan/master' into for-erwanPierre-Alexandre Meyer59-544/+714
2009-04-17hdt: Get rid of nb_modules in struct cli_module_descrPierre-Alexandre Meyer10-33/+63
2009-04-16hdt: Get rid of MAX_MODESPierre-Alexandre Meyer3-16/+23
2009-04-16hdt: removing useless clear_screenErwan Velu1-2/+0
2009-04-16hdt: Improving more_printf & clear_screen managementErwan Velu10-190/+181
2009-04-16hdt: Fixing wrong printf callsErwan Velu1-2/+2
2009-04-16hdt: Adding reset_more_printf()Erwan Velu2-0/+5
2009-04-16hdt: menu should be 80x25Erwan Velu1-1/+1
2009-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...Erwan Velu10-23/+60
2009-04-16Merge branch 'syslinux-3.7x'H. Peter Anvin12-45/+70
2009-04-15rosh: don't compile rosh.lnx by defaultsyslinux-3.75H. Peter Anvin1-1/+1
2009-04-15NEWS: document HDT PCI fixsyslinux-3.75-pre4H. Peter Anvin1-0/+1
2009-04-15hdt: Fixing latency indentationErwan Velu1-1/+1
2009-04-15pci: Using for_each_pci_func3Erwan Velu1-3/+2
2009-04-15pci: add pci_for_each_func3() which produces an addressH. Peter Anvin1-0/+10
2009-04-15PCI: Fixing freeze when detecting many PCI devicesErwan Velu1-22/+11
2009-04-15pci: Using for_each_pci_func3Erwan Velu1-3/+2
2009-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu33-293/+424
2009-04-14NEWS: add the latest stuff...syslinux-3.75-pre3H. Peter Anvin1-0/+3
2009-04-14gpxe: Don't use "lret $2" to return from an interruptH. Peter Anvin3-13/+26
2009-04-14menu: modify MENU SAVE to be a cascading defaultH. Peter Anvin4-7/+27
2009-04-14doc: fix stray parenthesis in syslinux.txtH. Peter Anvin1-1/+1
2009-04-14pci: add pci_for_each_func3() which produces an addressH. Peter Anvin1-0/+10
2009-04-14hdt: Fixing latency indentationErwan Velu1-1/+1
2009-04-14PCI: Fixing freeze when detecting many PCI devicesErwan Velu1-22/+11
2009-04-14doc: clarify CS.base restriction for KVMH. Peter Anvin1-2/+2
2009-04-14doc: update copyright in syslinux.txtH. Peter Anvin1-1/+1
2009-04-14Merge branch 'syslinux-3.7x'H. Peter Anvin4-10/+92
2009-04-14NEWS: the extlinux(1) is from Brian Pellin, not Daniel Baumann.H. Peter Anvin1-1/+1
2009-04-14NEWS: document MEMDISK fixes, updates.syslinux-3.75-pre2H. Peter Anvin1-1/+5
2009-04-14Adding manpage from Brian Pellin <bpellin@gmail.com> for extlinux.Daniel Baumann1-0/+59
2009-04-14Correcting typo in extlinux documentation.Daniel Baumann1-1/+1
2009-04-14MEMDISK: traceability for the geometryH. Peter Anvin1-8/+27
2009-04-14MEMDISK: fix MBR geometry extractionH. Peter Anvin1-1/+1
2009-04-14Merge branch 'syslinux-3.7x'H. Peter Anvin5-22/+17
2009-04-14NEWS, version: bump version to 3.75, document keeppxe fixsyslinux-3.75-pre1H. Peter Anvin2-2/+4
2009-04-14pxelinux: fix the handling of KeepPXEH. Peter Anvin4-21/+14
2009-04-13core/bcopyxx.inc: save a few bytesH. Peter Anvin1-3/+4
2009-04-13Fix infinite loop in syslinux_memmap_find()H. Peter Anvin2-8/+8
2009-04-13Merge branch 'timeout-fix'H. Peter Anvin1-2/+4
2009-04-13pxelinux: fix the new timeout codeH. Peter Anvin1-2/+4
2009-04-13com32: use xfer_buf_seg as the bounce bufferH. Peter Anvin2-13/+6
2009-04-13doc: add note about KVM restriction on CS.baseH. Peter Anvin1-1/+3
2009-04-13core: don't misalign xfer_buf_segH. Peter Anvin1-5/+8
2009-04-13Something slightly saner for DummyTSSH. Peter Anvin1-3/+3
2009-04-13GDT: remove unused DS16_4G and SS16 descriptorsH. Peter Anvin1-17/+8
2009-04-13shuffle_rm.c: minor style cleanupH. Peter Anvin1-8/+8
2009-04-13shuffler: work around KVM problem with the new shufflerH. Peter Anvin9-53/+85
2009-04-13core: move vgafontbuf out of the zero segmentH. Peter Anvin7-51/+52
2009-04-13core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin15-25/+32
2009-04-13core/macros.inc: iterative definition of asciidecH. Peter Anvin1-30/+24
2009-04-13bootrm: allow entering with IF=1; smarter stub locationH. Peter Anvin2-26/+29
2009-04-13pxelinux: use a table-driven backoffH. Peter Anvin2-23/+39
2009-04-13hdt: Shortening extension when using ISOLINUXErwan Velu1-0/+19
2009-04-13hdt: Opening console earlierErwan Velu1-1/+2
2009-04-13hdt: Detect syslinux earlierErwan Velu1-3/+3
2009-04-13hdt: 0.3.0Erwan Velu1-1/+1
2009-04-13Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu85-1194/+3024
2009-04-13pxelinux: be more aggressive about retransmitting ACKsH. Peter Anvin1-2/+2
2009-04-13Makefile: add missing MBR variants to BOBJECTSH. Peter Anvin1-1/+3
2009-04-12pxelinux: be more paranoid about saving/restoring flagsH. Peter Anvin2-11/+8
2009-04-11hdt: DEL must be handle as BACKSPACEPierre-Alexandre Meyer1-6/+7
2009-04-11Merge branch 'master' into for-erwanPierre-Alexandre Meyer85-1194/+3024
2009-04-11Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu39-115/+404
2009-04-10Merge commit 'hdt-erwan/master' into for-erwanPierre-Alexandre Meyer39-115/+404
2009-04-10VPD: Adding the Virtual Product Data detectionErwan Velu5-2/+207
2009-04-09hdt: Fixing typo. Thx to dag.Erwan Velu1-1/+1
2009-04-09Merge commit 'syslinux-3.74'H. Peter Anvin1-2/+32
2009-04-09gfxboot: parse DEFAULT keywork in syslinux config filesyslinux-3.74Christophe Fergeau1-2/+32
2009-04-08Call the next version 3.80H. Peter Anvin2-6/+6
2009-04-08Merge branch 'new-shuffler'H. Peter Anvin21-899/+878
2009-04-08hdt: clear memtest_labelsyslinux-3.74-pre21Sebastian Herbszt1-0/+1
2009-04-08com32: the keyboard map size is in CX not in DXH. Peter Anvin1-1/+1
2009-04-08gfxboot module: fix copyright noticeSebastian Herbszt1-2/+7
2009-04-07NEWS: document gfxboot.comsyslinux-3.74-pre20H. Peter Anvin1-0/+4
2009-04-07Gfxboot COMBOOT moduleSebastian Herbszt2-1/+930
2009-04-06Merge commit 'hdt/master'H. Peter Anvin2-0/+6
2009-04-06Add back "install: all" to the com32 devel directoriessyslinux-3.74-pre19H. Peter Anvin3-3/+3
2009-04-06Makefiles: try to make "make install" do the right thingH. Peter Anvin9-65/+31
2009-04-06Implement MENU SAVE; fix COM32 setadv functionsyslinux-3.74-pre18H. Peter Anvin7-6/+70
2009-04-06core: unbreak "make depend", fix make spotlessH. Peter Anvin2-4/+5
2009-04-06NEWS: document cmdline fixH. Peter Anvin1-0/+2
2009-04-06ipappend: clean up ipappend code; add ipappend to plain cmdlineH. Peter Anvin4-45/+60
2009-04-06hdt: Don't display unsupported modesErwan Velu2-0/+6
2009-04-04Provide a shared MIME file for the LSS16 image formatOmair Eschkenazi1-0/+39
2009-04-04syslinux.ld: fix comment syntaxH. Peter Anvin1-12/+12
2009-04-04memscan: adjust lower limit; saner handling of insane DOS memory sizesH. Peter Anvin1-9/+17
2009-04-04Merge branch 'master' into new-shufflerH. Peter Anvin12-51/+461
2009-04-04memscan: protect 0-0x7c00 until the new shuffler is mergedH. Peter Anvin1-3/+3
2009-04-04Makefile: install new MBR variants; NEWS: documentsyslinux-3.74-pre17H. Peter Anvin2-2/+8
2009-04-04memdisk: fix comment syntax in memdisk.ldH. Peter Anvin1-11/+11
2009-04-04Merge branch 'ctrl-mbr'H. Peter Anvin8-35/+439
2009-04-04mbr: generate normal versions, force-80 versions, and ctrl-80 versionsH. Peter Anvin8-46/+109
2009-04-04Update copyright noticesH. Peter Anvin3-0/+3
2009-04-04Update copyright noticesH. Peter Anvin10-5/+27
2009-04-04Merge branch 'master' into new-shufflerH. Peter Anvin53-150/+536
2009-04-04Update copyright notices; add Intel notices where appropriateH. Peter Anvin41-20/+103
2009-04-04hdt: DEL must be handle as BACKSPACEErwan Velu1-1/+2
2009-04-03Merge commit 'hdt/master'syslinux-3.74-pre16H. Peter Anvin3-2/+3
2009-04-03linux.c32: don't relocate the real-mode code *above* 0x90000H. Peter Anvin1-1/+1
2009-04-03linux.c32: make load_linux() support relocationH. Peter Anvin3-4/+128
2009-04-03com32: add _t to scan_memory_callbackH. Peter Anvin2-3/+3
2009-04-03com32: merge all memory map discovery to one fileH. Peter Anvin5-174/+241
2009-04-03hdt: Adding exit menu in menu modeErwan Velu1-0/+1
2009-04-03hdt: Fixing aligment in about menuErwan Velu1-1/+1
2009-04-03hdt: Fixing author nameErwan Velu1-1/+1
2009-04-02hdt: cursor pos must be uintErwan Velu1-1/+1
2009-04-02hdt: Implement DEL behavior in cli modeErwan Velu1-0/+23
2009-04-02Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu1-17/+39
2009-04-02hdt: Trim spaces in the parserPierre-Alexandre Meyer1-17/+39
2009-04-02Merge branch 'for-erwan' of ssh://erwan@terminus.zytor.com/pub/git/users/pam/...Erwan Velu1-3/+15
2009-04-01hdt: Autocomplete modesPierre-Alexandre Meyer1-0/+11
2009-04-01hdt: Fix !!! BUG when exitingPierre-Alexandre Meyer1-3/+4
2009-04-01NEWS: document new com32 memory managementsyslinux-3.74-pre15H. Peter Anvin1-0/+4
2009-04-01com32: fix the argument orderH. Peter Anvin1-1/+1
2009-04-01com32: make memory beyond the core HighMem available to mallocH. Peter Anvin8-10/+117
2009-04-01NEWS: fix typoH. Peter Anvin1-1/+1
2009-03-31shuffler: zero-extend the proper register for shuffle list lengthH. Peter Anvin1-1/+1
2009-03-31shuffler: use lss for real-mode return in simple_pm_callH. Peter Anvin1-8/+6
2009-03-31shuffler: minor cleanups in bcopyxx.incH. Peter Anvin1-3/+5
2009-03-31shuffler: reload EDI, ESI, ECX before calling shuffle_and_boot_rawH. Peter Anvin1-0/+3
2009-03-31shuffler: fix infinite loop in syslinux_memmap_find()H. Peter Anvin1-0/+1
2009-03-31chain.c32: remove misleading commentH. Peter Anvin1-1/+0
2009-03-31shuffle: use SMT_RESERVED for the forbidden regionH. Peter Anvin1-1/+1
2009-03-31chain.c32: remove loadbase < 0x7c00 hackH. Peter Anvin1-70/+7
2009-03-31shuffler: make the new shuffler actually workH. Peter Anvin11-164/+271
2009-03-31hdt: Adding lib-ansi to manage ansi escape codesErwan Velu5-32/+171
2009-03-31shuffler: comboot interface to the new shufflerH. Peter Anvin5-96/+85
2009-03-31Banner: "and contributors" is just too long; try "et al"H. Peter Anvin5-5/+5
2009-03-31shuffer: make the new shuffler not pollute unrelated memoryH. Peter Anvin1-17/+41
2009-03-31shuffler: first cut of a simpler shuffle routineH. Peter Anvin10-627/+516
2009-03-30altmbr: an alternative MBR which ignores the active flagH. Peter Anvin3-7/+326
2009-03-30mbr/*.S: use a symbolic constant for BIOS_kbdflagsH. Peter Anvin3-6/+9
2009-03-30mbr/*.S: if Ctrl is pressed, force the drive number to 0x80H. Peter Anvin3-10/+27
2009-03-30Fix the new kernel command-line parsersyslinux-3.74-pre14H. Peter Anvin1-2/+3