summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-21core/diskio: correct the EDD parameter querysyslinux-4.00-pre10H. Peter Anvin1-1/+7
2010-01-21core/diskstart: we don't have 64-bit partition offset just yet...H. Peter Anvin1-1/+3
2010-01-06Merge branch 'master' into fscH. Peter Anvin5-24/+28
2010-01-06Update date to 2010H. Peter Anvin3-2/+3
2010-01-06core: Remove the built-in defaultH. Peter Anvin4-22/+25
2009-12-30Merge branch 'master' into fscH. Peter Anvin2-4/+6
2009-12-30dosutil: don't remove targets which need Watcom even for "make spotless"H. Peter Anvin1-2/+4
2009-12-29btrfs: use malloc instead of static allocation for chunk mapDu, Alek2-1/+9
2009-12-28btrfs: change func() to func(void)H. Peter Anvin1-3/+3
2009-12-28chain.c32: stylistic comments/usage output changesKim Mik1-2/+2
2009-12-28Merge commit 'origin/master' into fscsyslinux-4.00-pre9H. Peter Anvin9-14/+49
2009-12-28Merge commit 'sherbszt/gfxboot32'syslinux-3.85-pre1H. Peter Anvin3-5/+12
2009-12-28gfxboot: add .gitignore fileH. Peter Anvin1-0/+1
2009-12-28isolinux: export kaboomH. Peter Anvin1-0/+1
2009-12-28Merge commit 'liu/master' into fscH. Peter Anvin19-1693/+1827
2009-12-28eltorito: align some pointlessly misaligned data itemsH. Peter Anvin1-4/+5
2009-12-28chain.c: do a proper copy operation for the cmldr signatureH. Peter Anvin1-9/+14
2009-12-28chain.c32: add support for booting the Recovery Console of Windows NT/2K/XPKim Mik1-0/+17
2009-12-28Merge commit 'contrib/master'H. Peter Anvin2-3/+3
2009-12-28chain.c32: fixing implicit declaration of function ‘syslinux_force_text_mod...Kim Mik1-0/+1
2009-12-22NEWS, version: prepare for 3.85H. Peter Anvin2-1/+4
2009-12-22Merge commit 'origin/master' into fscH. Peter Anvin4-7/+14
2009-12-22com32: syslinux_report_video_mode returns voidH. Peter Anvin2-2/+2
2009-12-22vesa: formatting fixH. Peter Anvin1-1/+1
2009-12-22vesamenu: unbreak the default backgroundH. Peter Anvin1-4/+11
2009-12-22core: clean up the call to disk_init()syslinux-4.00-pre8H. Peter Anvin1-7/+10
2009-12-22core: canonicalize ROOT_FS_OPSH. Peter Anvin3-6/+9
2009-12-22isolinux: fs_init now takes a pointer to an array of filesystemsH. Peter Anvin1-2/+10
2009-12-22pxe: update to match the new fs_init interfaceH. Peter Anvin3-9/+24
2009-12-22btrfs: reduce size by computing the crc32c table on the flyH. Peter Anvin2-69/+20
2009-12-22btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du9-75/+1290
2009-12-22Merge commit 'syslinux-3.84'H. Peter Anvin12-17/+177
2009-12-22Merge branch 'master' into fscH. Peter Anvin156-7400/+12859
2009-12-18spec: don't actually package the dosutil directory propersyslinux-3.84H. Peter Anvin1-1/+1
2009-12-18spec: NASM 2.03, new dosutil directoryH. Peter Anvin1-1/+6
2009-12-18NEWS: document eltorito.sysH. Peter Anvin1-0/+2
2009-12-18NEWS: chain.c32 now always returns to text mode.H. Peter Anvin1-0/+1
2009-12-18chain.c32: force text modeH. Peter Anvin1-0/+3
2009-12-18video: implement long-promised video functions; use themH. Peter Anvin6-14/+153
2009-12-18NEWS: document chain.c32 -> isolinux.bin additionH. Peter Anvin1-0/+1
2009-12-15vfs: add the readdir stuff supportLiu Aleaxander7-34/+276
2009-12-15EXTLINUX: fix the complie errorLiu Aleaxander1-2/+1
2009-12-14isofs: fix some coding style problems in iso9660.cLiu Aleaxander1-17/+17
2009-12-14core: some cleanupsLiu Aleaxander6-58/+53
2009-12-14ISOLINUX: applying the generic path-lookup to iso9660 fsLiu Aleaxander4-426/+263
2009-12-11memdisk: Fix "might be used uninitialized" warningShao Miller1-2/+2
2009-12-11memdisk: Fix mBFT alignmentShao Miller1-1/+1
2009-12-10vfs: turn off the cache debug informationLiu Aleaxander1-2/+0
2009-12-10LDLINUX:vfat: Oh, NO, I did fix the above bug in a wrong way!Liu Aleaxander1-4/+10
2009-12-10LDLINUX:vfat: fix the bug that can't find the program even it existsLiu Aleaxander1-0/+1
2009-12-10LDLINUX:vfat: Improve the fat fs relative path searchingLiu Aleaxander4-38/+26
2009-12-09eltorito: align the bufferH. Peter Anvin1-0/+1
2009-12-09dosutil: move install to a subdirectoryH. Peter Anvin1-1/+2
2009-12-09Makefile: add DOS utilities as installablesH. Peter Anvin2-2/+9
2009-12-09LDLINUX: Applying the generic path_lookup to FAT fsLiu Aleaxander3-581/+387
2009-12-08eltorito: it is converted to NASM...H. Peter Anvin1-3/+2
2009-12-08dosutil: add $(NASMOPT) to rules; clean up *.lstH. Peter Anvin1-3/+3
2009-12-08eltorito: fix comments that confuse NASMH. Peter Anvin1-2/+2
2009-12-08dosutil: add eltorito.sysH. Peter Anvin4-1/+1173
2009-12-08gfxboot: fix loading of LABELs with non KERNEL or LINUX commandsSebastian Herbszt1-1/+6
2009-12-08gfxboot: accept plain boot logo filesSebastian Herbszt1-1/+3
2009-12-07doc: document mBFT and "safe hook"syslinux-3.84-pre6Shao Miller1-0/+40
2009-12-07vesacon: don't display the cursor when doing a quiet bootH. Peter Anvin10-8/+35
2009-12-07NEWS: document MENU RESOLUTIONH. Peter Anvin1-0/+2
2009-12-07Merge branch 'softres'H. Peter Anvin22-556/+810
2009-12-07doc: document MENU RESOLUTIONsoftresH. Peter Anvin1-2/+14
2009-12-07vesamenu: add MENU RESOLUTION to be able to set nonstandard resH. Peter Anvin5-11/+30
2009-12-07vesacon: make it possible to request nonstandard resolutionsH. Peter Anvin2-1/+16
2009-12-07vesacon: not all JPEG images are JFIFH. Peter Anvin1-2/+1
2009-12-07NEWS: document mBFTH. Peter Anvin1-0/+3
2009-12-07NEWS: update for 3.84H. Peter Anvin1-1/+10
2009-12-07memdisk: slight cleanup of the "safe hook" structureH. Peter Anvin1-2/+1
2009-12-07memdisk: "safe hook" and mBFTShao Miller3-4/+136
2009-12-07doc: Fix some typos in the comboot documentationSebastian Herbszt1-5/+6
2009-12-05gfxboot: fix typo in cb_getcwd - wrong function numberSebastian Herbszt1-1/+1
2009-12-05gfxboot: use $(NASM) and $(OBJCOPY)Sebastian Herbszt1-2/+2
2009-12-04hdt: Fixing make release targethdt-0.3.6Erwan Velu1-1/+1
2009-12-04hdt: New release 0.3.6Erwan Velu1-1/+1
2009-12-04hdt: Fixing about menu & show hdtErwan Velu3-5/+14
2009-12-04hdt: Fixing memory corruption in kernel>showErwan Velu1-6/+3
2009-12-04hdt: Fixing memtest entryErwan Velu2-2/+2
2009-12-04hdt: Makefile isn't gzipping pci.idsErwan Velu1-2/+2
2009-12-04dmi: dmitest have to use voltage_mvErwan Velu1-1/+1
2009-12-04hdt: summary mode only show memory sizeErwan Velu1-4/+4
2009-12-04hdt: Adding cpu voltageErwan Velu2-8/+25
2009-12-04dmi: Switching processor voltage from V to mVErwan Velu2-7/+7
2009-12-04dmi: more chassis typesErwan Velu1-2/+6
2009-12-04dmi: returning out of spec instead of NULLErwan Velu1-1/+1
2009-12-04dmi: More processorsErwan Velu1-2/+49
2009-12-04hdt: Fixing history cyclingErwan Velu2-9/+21
2009-12-04hdt: Using del_multi_spaces for the cpu modelErwan Velu3-3/+8
2009-12-04dmi: More cpu upgrade optionsErwan Velu1-2/+2
2009-12-04hdt: removing vendor_id from cpu infoErwan Velu2-7/+0
2009-12-04pci: replace '-' by '_' in modules namesErwan Velu1-1/+14
2009-12-04hdt: Adding memtest entry in the menuErwan Velu1-0/+9
2009-12-04hdt: EDD uses hex numbers, not decimalErwan Velu2-2/+2
2009-12-04hdt: Fixing cpu flags splittingErwan Velu1-1/+1
2009-12-04Adding ifcpu.c32, removing ifcpuhvmErwan Velu3-91/+166
2009-12-04hdt: Adding gPXE detectionErwan Velu2-0/+16
2009-12-04com32: Avoid gpxe detection code duplicationErwan Velu5-104/+65
2009-12-04hdt: Do not display hostbus & interface for EDD<3Erwan Velu2-13/+21
2009-12-04hdt: Fixing wrong Part Number displayErwan Velu1-1/+1
2009-12-04hdt: Keeping symlinks on generated binariesErwan Velu1-0/+3
2009-12-04hdt: Preventing agressive disk's size roundingErwan Velu4-17/+41
2009-12-04hdt: Adding memtest is our binary imagesErwan Velu2-2/+13
2009-12-04Fixing comments on ifcpu64/ifcpuhvmErwan Velu2-2/+2
2009-12-04Adding ifcpuhvm.c32Erwan Velu2-1/+91
2009-12-04hdt: Fixing cpu cores namingErwan Velu2-4/+4
2009-12-04hdt: Adding 'release' target to MakefilErwan Velu1-5/+11
2009-12-04hdt: 0.3.6-pre2Erwan Velu1-1/+1
2009-12-04hdt: Adding cpu cache managementErwan Velu3-8/+50
2009-12-04cpuid: Adding L1 & L2 cache detectionErwan Velu2-2/+57
2009-12-04hdt: Fixing memory detectionErwan Velu4-1/+15
2009-12-04hdt: Adding cpu core managementErwan Velu2-0/+8
2009-12-04cpuid: Adding cpu core detectionErwan Velu2-3/+25
2009-12-04hdt: Improving cpu flags reportErwan Velu2-207/+241
2009-12-04cpuid: Adding more flagsErwan Velu3-2/+156
2009-12-04hdt: show error message when no disk is foundErwan Velu1-1/+14
2009-12-04hdt: Adding CODENAME in title (menu.c32)Erwan Velu2-3/+6
2009-12-04hdt: clear_screen have to reset the xy positionErwan Velu1-0/+1
2009-12-04hdt: Auto generating versions for menu modeErwan Velu3-4/+8
2009-12-04hdt: Adding vesa mode switching under CLIErwan Velu2-1/+40
2009-12-04hdt: Improving help messages' display in menuErwan Velu1-9/+9
2009-12-04hdt: Improving menu layoutErwan Velu1-0/+19
2009-12-04hdt: Adding a menu for floppy & iso imagesErwan Velu2-2/+48
2009-12-04hdt: Fixing typo in variable's nameErwan Velu1-2/+2
2009-12-04hdt: Adding novesa for future useErwan Velu3-2/+10
2009-12-04hdt: print_history have to use more_printfErwan Velu1-2/+3
2009-12-04hdt: Fixing history behavior to match bash's oneErwan Velu1-13/+27
2009-12-04hdt: Adding history commandErwan Velu3-1/+7
2009-12-04hdt: reworking history to prevent corruptionErwan Velu2-53/+59
2009-11-26gfxboot.c32syslinux-3.84-pre5Steffen Winterfeldt5-2/+1042
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-20FS: add a new fs flag and do a better searchdir-checkLiu Aleaxander3-6/+7
2009-11-20EXTLINUX: simplify the ext2_fs_init functionLiu Aleaxander3-47/+31
2009-11-20core:fs: Use a much better union structure in file structureLiu Aleaxander6-39/+44
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