summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-18Refactor command line parsing; support "quiet" optionsyslinux-3.74-pre7H. Peter Anvin7-90/+178
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
2009-03-14cmd.c32: simplify by passing the unparsed command lineH. Peter Anvin1-21/+3
2009-03-14hdt: Remove unused parameter in handle_vesa_commandsPierre-Alexandre Meyer2-3/+5
2009-03-14hdt: find_argument should return a const char*Pierre-Alexandre Meyer2-3/+3
2009-03-14hdt: Honor syslinux_version const qualifierPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Fix duplicate struct entryPierre-Alexandre Meyer1-1/+0
2009-03-14hdt: Make compute_memory_module staticPierre-Alexandre Meyer2-3/+2
2009-03-14hdt: Make compute_pci_device staticPierre-Alexandre Meyer2-4/+3
2009-03-14hdt: Remove unused cli_mode parameterPierre-Alexandre Meyer3-13/+8
2009-03-14hdt: Make main_show_summary staticPierre-Alexandre Meyer1-2/+2
2009-03-14hdt: Remove unused parameters in start_cli_modePierre-Alexandre Meyer3-4/+4
2009-03-14hdt: Make show_cli_help staticPierre-Alexandre Meyer2-24/+23
2009-03-14hdt: Make handle_hdt_commands staticPierre-Alexandre Meyer1-2/+2
2009-03-14hdt: Make set_mode staticPierre-Alexandre Meyer1-2/+2
2009-03-14hdt: Make pci_show staticPierre-Alexandre Meyer2-2/+1
2009-03-14hdt: Remove unused parameter in handle_pci_commandsPierre-Alexandre Meyer3-5/+3
2009-03-14hdt: Make show_pci_devices staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Make show_pci_help staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused variables in main_show_pciPierre-Alexandre Meyer1-9/+0
2009-03-14hdt: Make most dmi helpers staticPierre-Alexandre Meyer2-135/+125
2009-03-14hdt: Remove unused parameter in handle_dmi_commandsPierre-Alexandre Meyer2-3/+2
2009-03-14hdt: Make show_dmi_help staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused parameter in main_show_cpuPierre-Alexandre Meyer3-4/+4
2009-03-14hdt: Make show_cpu_help staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused parameter in handle_cpu_commandsPierre-Alexandre Meyer3-5/+3
2009-03-14hdt: Make cpu_show staticPierre-Alexandre Meyer2-2/+1
2009-03-14hdt: Make pxe_show staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused parameter in main_show_pxePierre-Alexandre Meyer3-5/+5
2009-03-14hdt: Remove unused parameter in handle_pxe_commandsPierre-Alexandre Meyer3-5/+3
2009-03-14hdt: Make show_pxe_help staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused variablesPierre-Alexandre Meyer1-2/+0
2009-03-14hdt: Remove unused variablePierre-Alexandre Meyer1-1/+0
2009-03-14hdt: Remove unused parameter in handle_kernel_commandsPierre-Alexandre Meyer3-5/+3
2009-03-14hdt: Remove unused parameter in main_show_kernelPierre-Alexandre Meyer3-4/+4
2009-03-14hdt: Make show_kernel_help staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Make show_kernel_modules staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Small indentation fix in hdt-cli-syslinux.cPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Make show_syslinux_help staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused parameter in handle_syslinux_commandsPierre-Alexandre Meyer3-8/+8
2009-03-14hdt: Make syslinux_show staticPierre-Alexandre Meyer1-1/+1
2009-03-14hdt: Remove unused parameter main_show_syslinuxPierre-Alexandre Meyer3-6/+4
2009-03-14hdt: Fix indentation in header filesPierre-Alexandre Meyer5-133/+148
2009-03-14hdt: Fix indentation in source filesPierre-Alexandre Meyer20-2104/+2804
2009-03-14hdt: Fixing syslinux entryErwan Velu1-1/+1
2009-03-14hdt: Adding vesa detectionErwan Velu8-9/+137
2009-03-14vesa: fixing wrong total_memory sizeErwan Velu1-1/+1
2009-03-14hdt: Adding PCI latencyErwan Velu4-2/+10
2009-03-14hdt: irq have to be in dev_infoErwan Velu4-10/+16
2009-03-13hdt: Adding legacy IRQ stuffErwan Velu6-11/+81
2009-03-12Makefile: add com32/hdt/*.c32 to list of installablessyslinux-3.74-pre5H. Peter Anvin1-3/+3
2009-03-12NEWS: Add hdt.c32 as a new featureH. Peter Anvin1-0/+2
2009-03-12Merge branch 'hdt'H. Peter Anvin93-884/+5975
2009-03-12cmd.c32: use strpcpy() instead of sprintf()syslinux-3.74-pre4H. Peter Anvin1-5/+6
2009-03-12libcom32: add strpcpy()H. Peter Anvin3-2/+23
2009-03-12Update the cpuid.h license headerH. Peter Anvin1-14/+11
2009-03-12Moving dmi & cpuid stuff to gpl subdirsErwan Velu23-189/+181
2009-03-12gpllib: fix path to gpllibH. Peter Anvin1-1/+1
2009-03-12gpllib: fix the NOGPL logicH. Peter Anvin1-1/+1
2009-03-12com32/gpllib: clean up Makefile structureH. Peter Anvin3-2/+5
2009-03-12linux.c32: fix initrd alignmentH. Peter Anvin1-4/+4
2009-03-12Add gpllib, gplincludeH. Peter Anvin8-6/+63
2009-03-11Update gPXE to version 0.9.7syslinux-3.74-pre3H. Peter Anvin66-16773/+772
2009-03-11NEWS: update to match current realityH. Peter Anvin1-1/+9
2009-03-11runkernel: when computing initrd address, skip fractional pagesH. Peter Anvin1-1/+7
2009-03-11hdt: adding booting parameters to hdtErwan Velu4-4/+24
2009-03-11PCI: flexible modules.pcimap & pci.ids pathsErwan Velu3-12/+12
2009-03-11hdt: Fixing kernel modeErwan Velu1-5/+13
2009-03-10isohdpfx: remove stray jmpw *%siH. Peter Anvin1-1/+0
2009-03-10mdiskchk: fix and update the boot loader name tableH. Peter Anvin1-2/+4
2009-03-10shuffler: more corrections to shuffle buffer assignmentH. Peter Anvin1-12/+19
2009-03-10shuffler: fix the handling of more than one block of descriptorsH. Peter Anvin1-7/+15
2009-03-09hdt: fixing wrong PXELINUX checkserwan2-2/+2
2009-03-08doc/menu.txt: remove stray colonH. Peter Anvin1-1/+1
2009-03-08menu.txt: document SHA-2 passwordsH. Peter Anvin1-4/+10
2009-03-08hdt: removing useless elseerwan1-4/+4
2009-03-08hdt: adding syslinux mode in clierwan4-2/+88
2009-03-08hdt: preventing pxe mode being reach w/o pxelinuxerwan8-33/+49
2009-03-07Improving helperwan6-10/+69
2009-03-04hdt: Adding summary in menu modeerwan5-6/+176
2009-03-03hdt: Cleaning DMI implementationerwan11-1356/+72
2009-03-02hdt:Cleaning DMI implementationerwan7-0/+1499
2009-03-02Move complex menu to com32/cmenu; clean up the MakefilesH. Peter Anvin32-15/+18
2009-03-02Merge branch 'master' into hdtH. Peter Anvin10-116/+86
2009-03-02Merge commit 'erwan-hdt/master' into hdtH. Peter Anvin9-9/+123
2009-03-01doc: documented Ctrl-N keystroke from PXELINUXsyslinux-3.74-pre2Vicente Jimenez Aguilar2-0/+4
2009-03-01syslinux.txt: documented TAB keystrokeVicente Jimenez Aguilar1-0/+1
2009-03-01pxelinux.txt: tftp tsize option not needed anymoreVicente Jimenez Aguilar1-1/+0
2009-03-01syslinux.txt: possible keystrokes now support F11 and F12Vicente Jimenez Aguilar1-1/+1
2009-03-01syslinux.txt: fix typo: repeated F11Vicente Jimenez Aguilar1-1/+1
2009-03-01hdt: dmi> show memory must show the free banksErwan Velu3-4/+8
2009-03-01hdt: Bump version 0.2.1Erwan Velu7-5/+115
2009-02-28com32/libutil/Makefile: Duplicate spotless targetGene Cumm1-2/+0
2009-02-28Warn that timeout bypasses MENU PASSWDH. Peter Anvin1-1/+3
2009-02-27YEAR is a number, not a stringH. Peter Anvin4-8/+12
2009-02-27pxelinux: abstract the handling of PXENV+ and !PXEH. Peter Anvin1-96/+55
2009-02-27Use YEAR, not the obsolete macro yearH. Peter Anvin5-9/+4
2009-02-27isohdpfx: work around gas/ld miscompilationH. Peter Anvin1-1/+9
2009-02-26Merge branch 'master' into hdtH. Peter Anvin1-1/+0
2009-02-26Revert "bcopy32: move descriptor count into ecx after reload"H. Peter Anvin1-1/+0
2009-02-26hdt: More kernel stuffErwan Velu4-5/+73
2009-02-26hdt: PCI: Adding categoryErwan Velu2-2/+7
2009-02-25hdt: Adding basic kernel supportErwan Velu3-1/+20
2009-02-25hdt: Adding basic kernel module supportErwan Velu1-0/+79
2009-02-25hdt: Adding mac & ip adress detectionErwan Velu4-17/+34
2009-02-25hdt: Adding pxe_bootp_t structureErwan Velu1-0/+32
2009-02-25hdt: Renaming cli-net to cli-pxe Moving hardware initialisation test directly...Erwan Velu10-115/+163
2009-02-25hdt: Cleaning initErwan Velu1-6/+5
2009-02-25hdt: Basic pxe implementationErwan Velu6-3/+105
2009-02-25hdt: Adding pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE *gnt)Erwan Velu3-1/+63
2009-02-25hdt: Adding CPU mode. cpu> show cpu DMI: Renaming processor to cpu Menu: Disp...Erwan Velu7-15/+188
2009-02-25hdt: Fixing DMI memory corruptionErwan Velu1-8/+7
2009-02-25hdt: Enabling "Switch to CLI" from the menu Menu: switch from "PCI <D>evice" ...Erwan Velu6-25/+36
2009-02-25hdt: Updating prompt to make it more readable (thx anne)Erwan Velu1-4/+4
2009-02-25hdt: PCI: adding "show list" & "show device <%d>" DMI: Using "show list" inst...Erwan Velu5-20/+195
2009-02-25hdt: CLI: Improving show pci outputErwan Velu2-9/+67
2009-02-25hdt: CLI: Adding battery menuErwan Velu2-55/+87
2009-02-25hdt: Menu: Only display detected DMI modules Menu: Using "Memory banks" inste...Erwan Velu3-22/+41
2009-02-25hdt: Adding CLEAR command Support both memory & bank commands from dmi modeErwan Velu3-4/+77
2009-02-25hdt: Increasing Memory type size to prevent data corruptionErwan Velu1-1/+1
2009-02-25hdt: Sizeof have to be more explicitErwan Velu2-28/+28
2009-02-25hdt: More cleanup from OznogErwan Velu5-18/+34
2009-02-25hdt: Preventing displaying non filled dmi items Improving cli output Displayi...Erwan Velu5-70/+115
2009-02-25hdt: Updating CPU namesErwan Velu2-56/+77
2009-02-25hdt: Fixing wrong nb of elements displayedErwan Velu1-2/+2
2009-02-25hdt: Cleaning dmi structuresErwan Velu1-0/+11
2009-02-25hdt: Adding clear_screen Using more_printf to display long items Checking is_...Erwan Velu6-23/+215
2009-02-25hdt: Adding more dmi/pci support in cli modeErwan Velu9-25/+225
2009-02-25hdt: Adding "filled" filed to detect supported devicesErwan Velu9-2/+36
2009-02-25hdt: Using more struct s_hardware to remove static variables POC for the cli ...Erwan Velu8-46/+93
2009-02-25hdt: Changing structure to allow a cli modeErwan Velu10-275/+487
2009-02-25hdt: Moving hdt to com32/modulesErwan Velu16-3/+3
2009-02-25hdt: Cleaning structuresErwan Velu1-0/+4
2009-02-25hdt: Moving get_disk_parameters declarationErwan Velu1-1/+1
2009-02-25hdt: Fixing processor menu lenErwan Velu1-2/+2
2009-02-25hdt: Fixing disk detectionErwan Velu3-9/+13
2009-02-25hdt: Cleaning menu's structuresErwan Velu9-1248/+308
2009-02-25hdt: Cleaning targetsErwan Velu1-6/+5
2009-02-25hdt: Splitting hdt in several modules to improve code maintainanceErwan Velu12-0/+1511
2009-02-25hdt: Moving hdt from sample to its own directoryErwan Velu4-8/+70
2009-02-25hdt: Bump versionErwan Velu1-1/+1
2009-02-25hdt: We have to iterate & copy the vendor name to all matching pci devices as...Erwan Velu1-4/+13
2009-02-25hdt: Fixing error messageErwan Velu1-4/+8
2009-02-25hdt: Fixing typoErwan Velu1-1/+1
2009-02-25hdt: Removing static dmitable, it have to be in the s_dmi structure Making dm...Erwan Velu5-55/+84
2009-02-25hdt: Adding Syslinux & About menuErwan Velu1-5/+85
2009-02-25hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu4-47/+138
2009-02-25hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and modules.pcidma...Erwan Velu3-10/+29
2009-02-25hdt: More snprintf Use statusbar to display contentErwan Velu1-127/+289
2009-02-25hdt: Fix typoErwan Velu1-4/+5
2009-02-25hdt: First code review by Sebastien GonzalveErwan Velu1-91/+90
2009-02-25hdt: More comments using #ifdef ATA for useless code until I found how to man...Erwan Velu1-88/+142
2009-02-25hdt: Increasing default number of menu. When having lots of PCI devices, this...Erwan Velu1-1/+1
2009-02-25hdt: Using SUBMENULEN for realocated menusErwan Velu1-31/+31
2009-02-25hdt: Bump version 0.1.3 Improving menu's content (thx to antoine ginies) Clea...Erwan Velu1-37/+77
2009-02-25hdt: Improving PCI menu displayErwan Velu1-14/+43
2009-02-25hdt: Adding kernel menu Removing beep on timeout Adjusting infobar to STATLEN...Erwan Velu1-6/+29
2009-02-25hdt: Adjusting values to a match a default screenErwan Velu1-3/+3
2009-02-25hdt: Improving performances by not computing product ids when the vendor does...Erwan Velu1-30/+25
2009-02-25hdt: Removing useless stuff Adding bench on memoryErwan Velu1-3/+17
2009-02-25hdt: Improving detection speed by skipping uncessary linesErwan Velu1-0/+13
2009-02-25hdt: No need to only copy vendor nameErwan Velu1-8/+6
2009-02-25hdt: Improving disk detectionErwan Velu1-27/+78
2009-02-25hdt: Preliminary support for disksErwan Velu1-79/+216
2009-02-25hdt: Fixing device parameter structureErwan Velu1-6/+12
2009-02-25hdt: Initial harddrive detectionErwan Velu1-3/+205
2009-02-25hdt: Performance optimisations : avoiding hex_to_int in pci_domain loopsErwan Velu1-14/+29
2009-02-25hdt: Improving memory detection Adding battery detectionErwan Velu1-13/+135
2009-02-25hdt: Adding battery detection in DMI Improving memory detectionErwan Velu5-74/+444
2009-02-25hdt: Adding memory informationErwan Velu1-1/+26
2009-02-25hdt: Adding class nameErwan Velu1-4/+8
2009-02-25hdt: Adding get_class_name_from_pci_ids to grab class name from the pciidsErwan Velu2-0/+89
2009-02-25hdt: Improving clean targetErwan Velu1-1/+1
2009-02-25hdt: Adding PCI & DMI detection Main function must remain simpleErwan Velu2-56/+212
2009-02-25hdt: Removing useless defineErwan Velu2-4/+1
2009-02-25hdt: Increasing default values to allow big items (needed for hdt)Erwan Velu1-4/+4
2009-02-25hdt: Clean must includes libclean targetErwan Velu1-1/+1
2009-02-25hdt: Fixing typoErwan Velu3-3/+3
2009-02-25hdt: Removing useless printfErwan Velu1-4/+0
2009-02-25hdt: Fixing cpu structure to prevent conflict on s_cpu_flagsErwan Velu1-2/+2
2009-02-25hdt: First releaseErwan Velu3-2/+204
2009-02-25hdt: Updating cpuid code to match upstream codeErwan Velu2-7/+15