aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-05Merge branch 'master' into fscsyslinux-4.00-pre17fscH. Peter Anvin2-2/+18
2010-02-05PXE: fix the EFI localboot hackH. Peter Anvin2-17/+26
2010-02-05pxelinux: call reset_pxe before local bootsyslinux-3.85-pre6H. Peter Anvin1-0/+1
2010-02-05gPXE: change heap size to 512KH. Peter Anvin2-2/+18
2010-02-05pxe: make gPXE workH. Peter Anvin1-176/+162
2010-02-04Merge branch 'master' into fscH. Peter Anvin692-9821/+64369
2010-02-04memdisk: update documentationH. Peter Anvin1-4/+11
2010-02-04fs: generic handling of single dot (.) in disk-based filesystemssyslinux-4.00-pre16H. Peter Anvin1-23/+26
2010-02-04FAT: handle WinNT filename case flagsH. Peter Anvin2-11/+17
2010-02-04codepage: add a lower-case tableH. Peter Anvin2-6/+37
2010-02-04FAT: cache file position, re-enable codepagesH. Peter Anvin5-100/+222
2010-02-04gPXE: bump the window size to 64KH. Peter Anvin2-2/+17
2010-02-03gPXE: suppress the Ctrl+B bannersyslinux-3.85-pre5H. Peter Anvin3-1/+31
2010-02-03Merge branch 'chainload'H. Peter Anvin2-110/+210
2010-02-03menu: add MENU CLEAR optionH. Peter Anvin4-1/+16
2010-02-03menu: when running hidden, clear the screen before final bootH. Peter Anvin1-5/+17
2010-02-03pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2-108/+208
2010-02-03pxelinux: stop using the PXE-provided stackH. Peter Anvin1-2/+2
2010-02-02gpxelinux: use the cached DHCP packetH. Peter Anvin1-0/+1
2010-02-02Update gPXE to version 1.0.0H. Peter Anvin683-9709/+64099
2010-02-01FAT: For FAT32, the root directory is a cluster chainsyslinux-4.00-pre15H. Peter Anvin1-7/+13
2010-02-01Merge commit 'origin/master' into fscH. Peter Anvin4-15/+26
2010-02-01mkdiskimage: add option -s to make a sparse imagesyslinux-3.85-pre4H. Peter Anvin1-6/+10
2010-02-01core: set QUIET_FLAG if we load Linux "quiet"H. Peter Anvin2-4/+8
2010-01-31FAT: remove debugging printfsyslinux-4.00-pre14H. Peter Anvin1-4/+1
2010-01-31FAT: fix FAT16/32 next cluster calculation, make more similar to FAT12H. Peter Anvin1-10/+16
2010-01-31FAT: fix next_sector implementationsyslinux-4.00-pre13H. Peter Anvin1-5/+5
2010-01-27Merge branch 'master' into fscsyslinux-4.00-pre12H. Peter Anvin1-4/+4
2010-01-27chain.c32: Handle nonlinear logical partitionssyslinux-3.85-pre3H. Peter Anvin1-5/+8
2010-01-25openmem: fix openmem()syslinux-4.00-pre11H. Peter Anvin1-1/+2
2010-01-25core/fs: abstract filesystem, use cache for ext2 group descriptorsH. Peter Anvin10-171/+142
2010-01-25FAT: use an anonymous unionH. Peter Anvin2-2/+2
2010-01-25FAT: deal with non-mirrored FATs for FAT32H. Peter Anvin1-0/+6
2010-01-25core/fs: make it more explicit sector size is per filesystemH. Peter Anvin6-25/+33
2010-01-25fs.h: fix prototypeH. Peter Anvin1-1/+1
2010-01-25FAT: Compare cluster count to total number of clustersH. Peter Anvin2-23/+23
2010-01-25FAT: generate EOF depending on exceeding the number of clustersH. Peter Anvin1-12/+20
2010-01-25ldlinux: fix FAT EOF detectionH. Peter Anvin1-3/+6
2010-01-25runkernel: we only look at the first letter in vga=...H. Peter Anvin1-4/+4
2010-01-25FAT: handle the cluster number being 1H. Peter Anvin1-1/+1
2010-01-25FAT: clean up cluster arithmeticH. Peter Anvin1-7/+8
2010-01-24FAT: be more explicit why we think a filesystem is badH. Peter Anvin1-14/+21
2010-01-24FAT: fix installer on FAT32 filesystemsH. Peter Anvin1-0/+1
2010-01-24Merge commit 'origin/master' into fscH. Peter Anvin3-5/+20
2010-01-24Merge branch 'master' into fscH. Peter Anvin48-124/+114
2010-01-22Add support for "vga=current"H. Peter Anvin2-4/+10
2010-01-22core: don't reset the video mode when invoking the kernelH. Peter Anvin2-1/+10
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-10MCONFIG: add debugging version of GCCWARNsyslinux-3.85-pre2H. Peter Anvin1-0/+2
2010-01-10dmi_processor.c: remove unreachable table valuesH. Peter Anvin1-50/+2
2010-01-10disk/bootloaders.c: fix bogus const in get_bootloader_string()H. Peter Anvin2-2/+2
2010-01-10disk/ata.c: fix signedness weirdness in ata_id_c_string()H. Peter Anvin1-1/+1
2010-01-10com32/lib: remove unused variable in syslinux_getadv()H. Peter Anvin1-1/+1
2010-01-10zlib: fix warning in crc32.cH. Peter Anvin1-1/+1
2010-01-10com32/lib: fix external prototype for __vesacon_open()H. Peter Anvin1-1/+1
2010-01-10com32/lib: fix inappropriate & in sys/colortable.cH. Peter Anvin1-1/+1
2010-01-10com32/lib: add cast in __parse_argv()H. Peter Anvin1-1/+1
2010-01-10libgcc: fix signedness warning in __moddi3()H. Peter Anvin1-1/+1
2010-01-10com32/lib: fix unused argument warning in fdopendir()H. Peter Anvin1-0/+2
2010-01-10com32/lib: fix unused parameter warning in chdir()H. Peter Anvin1-0/+4
2010-01-10memdisk: fix non-prototype function declarationH. Peter Anvin1-1/+1
2010-01-10com32/lib: fix warning in str*cmp()H. Peter Anvin4-4/+8
2010-01-10com32/lib: fix warnings in opendir/readdir/closedirH. Peter Anvin3-1/+6
2010-01-10Makefile: replace -W -Wall with centralized $(GCCWARN)H. Peter Anvin11-14/+17
2010-01-10cmenu: clean up some () that should be (void)H. Peter Anvin3-4/+4
2010-01-10NEWS: document Grub4DOS chainloadingH. Peter Anvin1-0/+2
2010-01-10chain.c32: simplify the grub4dos supportH. Peter Anvin1-13/+9
2010-01-10chain.c32: add grldr= command for Grub4dosKim Mik1-1/+12
2010-01-06Update README for 2010H. Peter Anvin1-1/+1
2010-01-06Change () prototypes to (void)H. Peter Anvin12-38/+48
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