aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-27hdt: Adding 'release' target to Makefilhdt-0.3.6-pre2Erwan Velu1-5/+11
2009-11-27hdt: 0.3.6-pre2Erwan Velu1-1/+1
2009-11-27hdt: Adding cpu cache managementErwan Velu3-8/+50
2009-11-27cpuid: Adding L1 & L2 cache detectionErwan Velu2-2/+57
2009-11-27Merge remote branch 'origin/history'Erwan Velu3-57/+84
2009-11-27hdt: Fixing memory detectionErwan Velu4-1/+15
2009-11-27hdt: Adding cpu core managementErwan Velu2-0/+8
2009-11-27cpuid: Adding cpu core detectionErwan Velu2-3/+25
2009-11-27hdt: Improving cpu flags reportErwan Velu2-207/+241
2009-11-27cpuid: Adding more flagsErwan Velu3-2/+156
2009-11-26hdt: show error message when no disk is foundErwan Velu1-1/+14
2009-11-26Merge remote branch 'origin/master' into historyErwan Velu6-6/+118
2009-11-26hdt: Adding CODENAME in title (menu.c32)Erwan Velu2-3/+6
2009-11-26hdt: clear_screen have to reset the xy positionErwan Velu1-0/+1
2009-11-26hdt: Auto generating versions for menu modeErwan Velu3-4/+8
2009-11-26hdt: Adding vesa mode switching under CLIErwan Velu2-1/+40
2009-11-26hdt: Improving help messages' display in menuErwan Velu1-9/+9
2009-11-26hdt: Improving menu layoutErwan Velu1-0/+19
2009-11-26hdt: Adding a menu for floppy & iso imagesErwan Velu2-2/+48
2009-11-26hdt: Fixing typo in variable's nameErwan Velu1-2/+2
2009-11-26Merge remote branch 'origin/master' into historyErwan Velu3-2/+10
2009-11-26hdt: Adding novesa for future useErwan Velu3-2/+10
2009-11-26hdt: print_history have to use more_printfErwan Velu1-2/+3
2009-11-25hdt: Fixing history behavior to match bash's oneErwan Velu1-13/+27
2009-11-25hdt: Adding history commandErwan Velu3-1/+7
2009-11-25hdt: reworking history to prevent corruptionErwan Velu2-53/+59
2009-11-24pcitest: fix wrong statements about file locationSebastian Herbszt1-6/+3
2009-11-24gpllibs: Running NindentErwan Velu32-1730/+2192
2009-11-24Merge branch 'master' of ssh://terminus.zytor.com//pub/git/users/erwan/hdtErwan Velu2-1/+10
2009-11-24hdt: Running NindentErwan Velu32-5090/+5000
2009-11-24Merge remote branch 'pam/hdt-0.3.6'Erwan Velu1-94/+100
2009-11-23hdt: fix memory corruption in the CLIPierre-Alexandre Meyer1-94/+100
2009-11-23memory: Commenting workaroundroot2-1/+10
2009-11-23hdt: replacing e88 by 88Erwan Velu2-11/+11
2009-11-23hdt: Rounding detected memory sizeErwan Velu4-5/+5
2009-11-23hdt: Improving memory detectionErwan Velu7-72/+80
2009-11-23memory: Adding memory size detectionErwan Velu2-0/+238
2009-11-22hdt: Cleaning mbr_idsErwan Velu1-0/+1
2009-11-22hdt: More coherency in messagesErwan Velu1-1/+6
2009-11-22hdt: Adding more coherency in memory messagesErwan Velu1-1/+1
2009-11-22hdt: memory menu have to be shown in every caseErwan Velu1-5/+3
2009-11-22hdt: Renaming "show 88" to "show e88"Erwan Velu1-3/+3
2009-11-22Merge remote branch 'pam/hdt-0.3.6'Erwan Velu1-12/+12
2009-11-21gpllib: mbr: fix grub2 detectionPierre-Alexandre Meyer1-12/+12
2009-11-21hdt: Only copy needed art filesErwan Velu1-2/+2
2009-11-21hdt: Allow user to override the background imageErwan Velu3-5/+12
2009-11-20Merge remote branch 'hpa/master'Erwan Velu36-192/+1342
2009-11-20hdt: Adding another logoErwan Velu1-0/+0
2009-11-20hdt: Adding logoErwan Velu1-0/+0
2009-11-20hdt: Updating contributorshdt-0.3.6-pre1Erwan Velu1-2/+2
2009-11-20hdt: fixing wrong typeErwan Velu1-1/+1
2009-11-20hdt: 0.3.6-pre1Erwan Velu1-1/+1
2009-11-20hdt: Adding background image for the CLIErwan Velu5-15/+37
2009-11-20hdt: Adding vesa mode supportErwan Velu3-7/+26
2009-11-20hdt: hdt.img must use 8.3 namingErwan Velu2-4/+4
2009-11-19memdisk: pptr->cd_pkt.sect_count is in virtual sectorsH. Peter Anvin1-1/+1
2009-11-19memdisk: Use boot_lba logic for booting an offset within the disk imageShao Miller1-8/+9
2009-11-19memdisk: Restore DL for INT 13h, AH=15h, DL=floppysyslinux-3.84-pre4Shao Miller1-1/+3
2009-11-19open: close the file descriptor if the file fails to openH. Peter Anvin1-1/+2
2009-11-19dprintf: fix uninitialized pointer; return voidH. Peter Anvin3-12/+9
2009-11-19dprintf: fix dprintf() and vdprintf()H. Peter Anvin2-1/+9
2009-11-19menu: debugging hooksH. Peter Anvin2-0/+7
2009-11-19dprintf: a generic debug-to-serial infrastructureH. Peter Anvin4-0/+84
2009-11-18hdt: fix double lines in the menuPierre-Alexandre Meyer1-9/+10
2009-11-18hdt: trivial printf fix (CLI)Pierre-Alexandre Meyer1-1/+1
2009-11-18hdt: more memory corruption fixesPierre-Alexandre Meyer2-15/+26
2009-11-18hdt: fix memory corruption in CLIPierre-Alexandre Meyer1-10/+13
2009-11-18hdt: Using dmi when cpu doesn't support identifyErwan Velu2-8/+12
2009-11-18hdt: Summary mode use type6 as workaroundErwan Velu1-3/+28
2009-11-17hdt: Adding includes to avoid gcc warningErwan Velu1-0/+1
2009-11-17hdt: Fixing type 6 detection in cli modeErwan Velu1-5/+5
2009-11-17hdt: Removing dead code, adding commentsErwan Velu1-9/+5
2009-11-17hdt: Summary in cli mode can use type 6Erwan Velu1-3/+17
2009-11-16Merge branch 'master' into memdisk-isosyslinux-3.84-pre3memdisk-isoH. Peter Anvin1-2/+2
2009-11-16isohybrid: make the -offset option actually workH. Peter Anvin1-2/+2
2009-11-16hdt: Disabling SERIAL 0 supportErwan Velu1-1/+0
2009-11-16hdt: DMI Type 6 used as a workaround for Type 17Erwan Velu2-13/+85
2009-11-16Merge branch 'memdisk-iso-SAFE' into memdisk-isoShao Miller15-102/+625
2009-11-15gpllib: mbr: add detection for Grub2 minor versionsPierre-Alexandre Meyer1-2/+2
2009-11-15gpllib: mbr: change "Gag" to "GAG"Pierre-Alexandre Meyer1-1/+1
2009-11-15gpllib: mbr: change "Plop" to "PloP"Pierre-Alexandre Meyer1-1/+1
2009-11-15gpllib: add XOSL mbr detectionPierre-Alexandre Meyer1-0/+1
2009-11-13mboot.c32: fix the video mode selection algorithmH. Peter Anvin1-4/+11
2009-11-13mboot.c32: add VESA mode setting supportsyslinux-3.84-pre2H. Peter Anvin6-19/+347
2009-11-13Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinuxH. Peter Anvin5-41/+119
2009-11-13dos: int 25/26 may be register-dirty; wrap them in assemblyH. Peter Anvin4-31/+102
2009-11-12dmi: fix bank connections informationPierre-Alexandre Meyer1-2/+2
2009-11-12dmi: fix DMI type 6 outputPierre-Alexandre Meyer2-6/+6
2009-11-11dos: don't add the linker script twice on the ld command lineH. Peter Anvin1-1/+1
2009-11-11dos: drop unneeded .eh_frame sectionH. Peter Anvin2-2/+5
2009-11-11dos: always try the FAT32-aware direct I/O calls firstH. Peter Anvin1-13/+17
2009-11-11dos: DOS version 7.10 is 0x070a, not 0x0710...H. Peter Anvin1-4/+4
2009-11-10NEWS: merged hdt 0.3.5syslinux-3.84-pre1H. Peter Anvin1-0/+1
2009-11-10Merge commit 'hdt-0.3.5'H. Peter Anvin5-12/+38
2009-11-10version: next version on this branch will be 3.84H. Peter Anvin1-1/+1
2009-11-10NEWS: document fix for DOS installerH. Peter Anvin1-0/+4
2009-11-10dos: fix the soft-locking loopH. Peter Anvin1-1/+1
2009-11-10dos: try to handle both raw DOS mode and Windows modeH. Peter Anvin1-31/+83
2009-11-10dos: make DOS installer work under WinMEH. Peter Anvin2-28/+85
2009-11-10hdt: Fixing subreleaseErwan Velu1-1/+1
2009-11-10hdt: Generating gzipped content in binary imagesErwan Velu2-12/+19
2009-11-10hdt: Switching to 0.3.6-pre1Erwan Velu1-2/+2
2009-11-10pci: using zfopen instead of fopenErwan Velu1-5/+6
2009-11-09hdt: iso/floppy have to be quiethdt-0.3.5Erwan Velu1-1/+1
2009-11-09pci: Removing useless initialisationErwan Velu1-3/+0
2009-11-09pci: Prevent kernel modules to be listed twiceErwan Velu1-4/+32
2009-11-08hdt: 0.3.5Erwan Velu1-1/+1
2009-11-08cmenu: Increasing limitsErwan Velu1-2/+2
2009-11-08hdt: Fixing building warningErwan Velu1-1/+2
2009-11-06Revert "ansicon: allow to pass page # to write functions"H. Peter Anvin3-15/+16
2009-11-05Merge commit 'sha0/chain_isolinux'H. Peter Anvin1-3/+116
2009-11-05hdt: Putting auto mode in coherence with cliErwan Velu1-6/+5
2009-11-05hdt: Switching debug mode in quiet modeErwan Velu4-19/+20
2009-11-05Revert "Revert "gpllib: Reident fbinst code""Erwan Velu1-9/+9
2009-11-05Merge remote branch 'pam/hdt-0.3.5'Erwan Velu4-19/+43
2009-11-05Revert "gpllib: Reident fbinst code"Erwan Velu1-9/+9
2009-11-05hdt: Prevent auto mode from using empty commandsErwan Velu1-1/+1
2009-11-05gpllib: Reident fbinst codeErwan Velu1-9/+9
2009-11-05hdt: fix arguments parsingPierre-Alexandre Meyer1-1/+0
2009-11-05hdt: optimize more_printf macroPierre-Alexandre Meyer1-1/+1
2009-11-05disklib: add support for detection of the fbinst mbrPierre-Alexandre Meyer1-1/+9
2009-11-04hdt: add debug optionPierre-Alexandre Meyer4-19/+43
2009-11-04hdt: fix arguments parsingPierre-Alexandre Meyer1-1/+0
2009-11-04hdt: optimize more_printf macroPierre-Alexandre Meyer1-1/+1
2009-11-04disklib: add support for detection of the fbinst mbrPierre-Alexandre Meyer1-1/+9
2009-11-04Merge commit 'hdt-0.3.5-pre3' into hdt-0.3.5Pierre-Alexandre Meyer10-19/+105
2009-11-04hdt: Release 0.3.5-pre3hdt-0.3.5-pre3Erwan Velu1-2/+2
2009-11-04hdt: Setting up a flag to disable more_printfErwan Velu2-3/+7
2009-11-04hdt: Removing debugging message in auto modeErwan Velu1-1/+0
2009-11-04hdt: Improving readbility of auto modeErwan Velu1-5/+14
2009-11-03Merge commit 'hdt-0.3.5-pre2' into hdt-0.3.5Pierre-Alexandre Meyer4-19/+27
2009-11-03Merge branch 'master' into autoErwan Velu2-12/+24
2009-11-03hdt: Improving automatic code (memory mgmt)Erwan Velu1-9/+16
2009-11-03hdt: Adding automatic modeErwan Velu6-12/+75
2009-11-03Merge remote branch 'pam/hdt-0.3.5'Erwan Velu2-12/+24
2009-11-02libansi: reset SGR parameters cache in cls()Pierre-Alexandre Meyer2-12/+24
2009-11-02hdt: Adding serial output when building HDT imagesErwan Velu1-0/+1
2009-11-02Merge branch 'master' of ssh://terminus.zytor.com//pub/git/users/erwan/hdtErwan Velu20-219/+307
2009-11-02hdt: Adding reboot.c32 in iso & floppy imagesErwan Velu1-1/+4
2009-11-02Merge remote branch 'pam/hdt-0.3.5'Erwan Velu5-0/+26
2009-11-01hdt: add reboot command in HDT mode (CLI)Pierre-Alexandre Meyer2-0/+18
2009-11-01hdt: add reboot entry (MENU)Pierre-Alexandre Meyer3-0/+8
2009-11-01hdt: 0.3.5-pre2hdt-0.3.5-pre2Erwan Velu4-8/+9
2009-11-01hdt: Adding core developper roleErwan Velu3-13/+20
2009-11-01Merge remote branch 'pam/hdt-0.3.5'Erwan Velu0-0/+0
2009-11-01hdt: use plain printf for help, not more_printf (CLI)Pierre-Alexandre Meyer2-17/+20
2009-11-01hdt: change remaining printf to more_printf (CLI)Pierre-Alexandre Meyer11-201/+226
2009-11-01Revert "hdt: Adding core developper role"Erwan Velu3-20/+13
2009-11-01hdt: Adding core developper roleErwan Velu3-13/+20
2009-11-01dmi: enhance SMBIOS/DMI detectionPierre-Alexandre Meyer1-15/+32
2009-11-01hdt: fix printf typo (CLI)Pierre-Alexandre Meyer2-2/+2
2009-11-01hdt: reset position of the cursor at startup (CLI)Pierre-Alexandre Meyer1-1/+3
2009-11-01dmi: fix a strcpy (typo)Pierre-Alexandre Meyer1-1/+1
2009-11-01hdt: change inactive attributes (MENU)Pierre-Alexandre Meyer1-0/+3
2009-11-01cmenu: reset the cursor position on shutdownPierre-Alexandre Meyer1-0/+1
2009-11-01hdt: reset position of the cursor at startup (CLI)Pierre-Alexandre Meyer1-1/+3
2009-11-01hdt: use plain printf for help, not more_printf (CLI)Pierre-Alexandre Meyer2-17/+20
2009-10-31hdt: change remaining printf to more_printf (CLI)Pierre-Alexandre Meyer11-201/+226
2009-10-31hdt: change inactive attributes (MENU)Pierre-Alexandre Meyer1-0/+3
2009-10-31cmenu: reset the cursor position on shutdownPierre-Alexandre Meyer1-0/+1
2009-10-31hdt: fix printf typo (CLI)Pierre-Alexandre Meyer2-2/+2
2009-10-31dmi: fix a strcpy (typo)Pierre-Alexandre Meyer1-1/+1
2009-10-31dmi: enhance SMBIOS/DMI detectionPierre-Alexandre Meyer1-15/+32
2009-10-30hdt: Fixing DMI version displayErwan Velu1-1/+1
2009-10-30dmi: Adding smbios detectionErwan Velu4-36/+58
2009-10-30hdt: Fixing {s}printf typoErwan Velu1-5/+5
2009-10-29[chain] Run Nindent on chain.cShao Miller1-33/+28
2009-10-29[chain] Add support for chain-loading another isolinux.binGert Hulselmans1-0/+118
2009-10-29hdt: Adding hdt.img.gz targetErwan Velu1-0/+4
2009-10-28disklib: Adding new grub2 mbr magicErwan Velu1-0/+1
2009-10-28disklib: Fixing Syslinux DetectionErwan Velu1-2/+2
2009-10-27hdt: Fixing hdt.iso target, pci.ids was missingErwan Velu1-2/+3
2009-10-27hdt: Adding Gert as contributorhdt-0.3.5-pre1Erwan Velu1-3/+3
2009-10-27Merge commit 'erwan/master' into hdt-0.3.5Pierre-Alexandre Meyer25-29/+974
2009-10-27Improving chain.c32 help messageGert Hulselmans1-1/+12
2009-10-27hdt: Removing useless Author NameErwan Velu2-4/+4
2009-10-27Merge branch 'master' of ssh://terminus.zytor.com//pub/git/users/erwan/hdtErwan Velu2-22/+26
2009-10-21hdt: Cleaning MakefileErwan Velu2-22/+26
2009-10-19Merge commit 'hpa/master'Erwan Velu2-11/+48
2009-10-19hdt: Adding hdt.iso targetErwan Velu1-1/+18
2009-10-12mboot: correct the detection of the multiboot headerH. Peter Anvin1-1/+1
2009-10-07Merge commit 'hdt/master'H. Peter Anvin1-0/+1
2009-10-07hdt: Adding missing hdt.c32 in 'make hdt.img'Erwan Velu1-0/+1
2009-10-05pxelinux: handle hardcoded options both "before" and "after" DHCPsyslinux-3.83H. Peter Anvin1-10/+47
2009-10-05hdt: Removing pci.idsErwan Velu1-17141/+0
2009-10-04hdt: Adding hdt.img targetGert Hulselmans6-1/+17187
2009-10-04Merge commit 'hpa/master'Erwan Velu3-1/+508
2009-09-29utils/Makefile: install pxelinux-optionsH. Peter Anvin1-1/+2
2009-09-29NEWS: document pxelinux-optionsH. Peter Anvin1-0/+7
2009-09-29Merge branch 'hdt'syslinux-3.83-pre12H. Peter Anvin7-4/+22
2009-09-29pxelinux-options: add help textH. Peter Anvin1-7/+24
2009-09-29chain: missing some \n in error messagesGert Hulselmans1-4/+4
2009-09-29pxelinux: support hardcoded options "before" or "after"; toolH. Peter Anvin1-0/+482
2009-09-29chain: missing some \n one error messagesErwan Velu1-4/+4
2009-09-29Adding VMX & SVM cpu flagsErwan Velu6-0/+18
2009-09-17pxelinux: support "hard-coding" DHCP options into the binaryH. Peter Anvin1-11/+58
2009-09-13int18: module for local booting using INT 18hH. Peter Anvin2-1/+17
2009-09-10gpxecmd: module to send an arbitrary command to gPXEsyslinux-3.83-pre11H. Peter Anvin2-4/+141
2009-09-07Merge branch 'cmenu-video' into hdt-nextPierre-Alexandre Meyer30-1546/+1334
2009-09-07Merge branch 'bootloader-detection' into hdt-nextPierre-Alexandre Meyer10-15/+232