aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-21menu: initial work on hash table for labelshashtblH. Peter Anvin5-63/+350
2009-04-20Global whitespace cleanup.H. Peter Anvin35-83/+70
2009-04-19core: remove references to MDSLINUXH. Peter Anvin4-12/+7
2009-04-19core: merge the startup code for disk-based derivativesH. Peter Anvin4-1307/+707
2009-04-17hdt: fix format string warningsSebastian Herbszt2-5/+3
2009-04-17com32: remove unused variablesSebastian Herbszt2-4/+0
2009-04-16bcopyxx: when going to 16-bit PM, might as well do it rightH. Peter Anvin4-12/+16
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-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-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-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-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-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-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-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
2009-03-30memdisk: Int13FuncsCnt is a constant, not a memory locationH. Peter Anvin1-1/+1
2009-03-29pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12Erwan Velu4-4/+4
2009-03-27hdt: prevent unless disk's menuErwan Velu5-4/+11
2009-03-27hdt: Adding memtest= boot parameterErwan Velu5-4/+9
2009-03-27hdt: Adding PXE information on the booted pci deviceErwan Velu1-2/+18
2009-03-27doc: Adding more initrd detailsErwan Velu1-0/+6
2009-03-27doc: Fixing typoErwan Velu1-1/+1
2009-03-26hdt: Updating author nameErwan Velu1-1/+1
2009-03-26hdt: bump version to 0.2.7Erwan Velu1-1/+1
2009-03-26Merge commit 'origin/repair'Erwan Velu14-88/+95
2009-03-26hdt: in the cli, we have to Skip empty linesErwan Velu1-0/+6
2009-03-26hdt: Workaround for PXE detectionErwan Velu1-0/+28
2009-03-26hdt: Fixing output of vesa software revisionErwan Velu2-3/+3
2009-03-26hdt: Fix typo in vesa initializationPierre-Alexandre Meyer1-1/+1
2009-03-26hdt: Pxe mode might generate corruptionErwan Velu2-2/+2
2009-03-26hdt: Fixing crash on some optical drivesErwan Velu1-0/+4
2009-03-26menu: Increasing the maximum number of menusErwan Velu1-1/+1
2009-03-26pci: Check if configuration type is PCI_CFG_NONEErwan Velu1-0/+7
2009-03-26pci: Remove "(void)cfgtype"Erwan Velu1-2/+0
2009-03-26pci modules: Check for pci_scan() == NULL.Erwan Velu1-1/+5
2009-03-26hdt: Check for pci_scan() == NULL.Erwan Velu1-1/+5
2009-03-26hdt: Adding IPMI detectionErwan Velu7-2/+113
2009-03-26dmi: Adding IPMI detectionErwan Velu5-8/+115
2009-03-25Merge commit 'origin/erwan'Erwan Velu1-0/+6
2009-03-25hdt: in the cli, we have to Skip empty linesErwan Velu1-0/+6
2009-03-25Merge branch 'erwan'Erwan Velu9-10/+55
2009-03-25hdt: Workaround for PXE detectionErwan Velu1-0/+28
2009-03-25hdt: Fixing output of vesa software revisionErwan Velu2-3/+3
2009-03-25hdt: Fix typo in vesa initializationPierre-Alexandre Meyer1-1/+1
2009-03-25hdt: Fix typo in vesa initializationPierre-Alexandre Meyer1-1/+1
2009-03-25hdt: Pxe mode might generate corruptionErwan Velu2-2/+2
2009-03-24hdt: Fixing crash on some optical drivesErwan Velu1-0/+4
2009-03-24menu: Increasing the maximum number of menusErwan Velu1-1/+1
2009-03-23pci: Check if configuration type is PCI_CFG_NONEErwan Velu1-0/+7
2009-03-23pci: Remove "(void)cfgtype"Erwan Velu1-2/+0
2009-03-23pci modules: Check for pci_scan() == NULL.Erwan Velu1-1/+5
2009-03-23hdt: Check for pci_scan() == NULL.Erwan Velu1-1/+5
2009-03-22hdt: Adding IPMI detectionErwan Velu7-2/+113
2009-03-22dmi: Adding IPMI detectionErwan Velu5-8/+115
2009-03-21Add "and contributors" to the copyright bannerH. Peter Anvin5-5/+5
2009-03-21memdisk: additional comments in memdisk.inc and postprocess.plShao Miller2-15/+25
2009-03-20vesacon: remove unused com32sys_t variablessyslinux-3.74-pre11H. Peter Anvin1-3/+0
2009-03-20Merge branch 'memdisk-cd'H. Peter Anvin5-37/+36
2009-03-20Merge commit 'hdt/master'syslinux-3.74-pre10H. Peter Anvin11-368/+825
2009-03-20hdt: Adding contributorsErwan Velu3-5/+34
2009-03-20hdt: commenting some devel messagesErwan Velu1-2/+2
2009-03-20hdt: Fixing more_printf to display a proper \nErwan Velu1-1/+1
2009-03-20hdt: Adding an historyErwan Velu2-8/+86
2009-03-20vesacon: migrate disable fixes from ansiconH. Peter Anvin1-7/+8
2009-03-20Document menu.c32 + console 0 fix.syslinux-3.74-pre9H. Peter Anvin1-0/+1
2009-03-20ansicon: handle the disabled case properlyH. Peter Anvin1-6/+6
2009-03-20getc: move parseint_esdi out of the getint control flowH. Peter Anvin1-15/+14
2009-03-19hdt: Fixing backspaceErwan Velu1-172/+196
2009-03-19hdt: Adding append mode to cliErwan Velu1-8/+78
2009-03-19hdt: ctrl+a or HOME key return to the beginning of lineErwan Velu1-1/+11
2009-03-19hdt: Skip heading spacesErwan Velu3-1/+12
2009-03-19hdt: Using a single cli structure to manage the input lineErwan Velu2-60/+59
2009-03-19hdt: Missing include for getkeyErwan Velu1-0/+1
2009-03-19hdt: more_printf must use getkeyErwan Velu1-3/+2
2009-03-19hdt: Rewrite DMI module using a new syntax for the CLIErwan Velu3-75/+235
2009-03-19hdt: fixing one remaining display_promptErwan Velu1-1/+1
2009-03-19hdt: Renaming display_prompt to reset_promptErwan Velu2-7/+12
2009-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu7-90/+173
2009-03-18runkernel: further simplify the command-line parsersyslinux-3.74-pre8H. Peter Anvin1-38/+33
2009-03-18Refactor command line parsing; support "quiet" optionsyslinux-3.74-pre7H. Peter Anvin7-90/+178
2009-03-18hdt: Handling CTRL+CErwan Velu1-0/+4
2009-03-17hdt: cli now uses the ansi raw interfaceErwan Velu3-277/+340
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu9-121/+344
2009-03-17hdt: Adding vesa in available modes & help messageErwan Velu1-6/+10
2009-03-17hdt: putting some vesa function staticErwan Velu2-3/+3
2009-03-17hdt: Making the build silentErwan Velu1-10/+10
2009-03-16Merge branch 'master' into memdisk-cdH. Peter Anvin177-17824/+8281
2009-03-16*/Makefile: fixes for older versions of NASMH. Peter Anvin2-5/+8
2009-03-16*/Makefile: use -include when including dependenciesH. Peter Anvin2-3/+3
2009-03-16Revert "memdisk: memdisk16.asm needs %ifndef DEPEND around %include"H. Peter Anvin1-3/+1
2009-03-16memdisk: memdisk16.asm needs %ifndef DEPEND around %includeH. Peter Anvin1-1/+3
2009-03-16memdisk: align .bss to a 16-byte boundary for better zeroing perfH. Peter Anvin1-2/+2
2009-03-16memdisk: zero the .bss sectionH. Peter Anvin3-3/+139
2009-03-16memdisk: move the floppy disk geometry code in parallel with the MBR codeH. Peter Anvin1-84/+81
2009-03-16memdisk: don't key FAT vs MBR on the type of diskH. Peter Anvin1-25/+29
2009-03-16SYSLINUX: fix handling of .bss files for FAT12/FAT16H. Peter Anvin3-11/+16
2009-03-16Merge commit 'hdt/master'syslinux-3.74-pre6H. Peter Anvin31-2214/+3344
2009-03-16memdisk: auto-detect large floppy geometry if it is FATH. Peter Anvin2-40/+116
2009-03-16isolinux: split MaxTransfer for HD and CD modesH. Peter Anvin1-5/+7
2009-03-16hdt: Improving vesa outputErwan Velu2-5/+5
2009-03-16hdt: Adding missing install targetErwan Velu1-1/+5
2009-03-15hdt: Uploading missing vesa filesErwan Velu2-0/+197
2009-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu1-21/+3
2009-03-14hdt: Command-line arguments should be constPierre-Alexandre Meyer3-4/+6
2009-03-14hdt: Force cast when dereferencing menu->disk_sub_menuPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Fix irq referencesPierre-Alexandre Meyer1-4/+46