summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-30core: remove stray debugging statementsyslinux-3.86-pre3H. Peter Anvin1-2/+0
2010-03-30NEWS: document MEMDISK offset fixsyslinux-3.86-pre2H. Peter Anvin1-0/+2
2010-03-30memdisk: MBR not recognized correctlyBodo Stroesser1-1/+1
2010-03-30NEWS: updateH. Peter Anvin1-0/+7
2010-03-30core: remove do_idle from pollcharH. Peter Anvin4-1/+7
2010-03-30cpuid.c32: very simple low-level CPUID info CLI routineH. Peter Anvin2-1/+62
2010-03-30core: Workaround for Xen HVM HLT-in-real-mode bugH. Peter Anvin2-2/+52
2010-03-30Clean up the version/copyright strings reported via the comboot APIH. Peter Anvin5-11/+14
2010-03-29com32: export the filename of a com32 module to the module itselfH. Peter Anvin5-21/+23
2010-03-29MCONFIG: update gcc options for embedded and com32H. Peter Anvin2-10/+17
2010-03-29mboot: set boot loader nameH. Peter Anvin4-3/+54
2010-03-29gpllib: fix call to CPUID function 4Sebastian Herbszt1-2/+4
2010-03-29core: use MY_NAME for syslinux_bannerSebastian Herbszt2-2/+2
2010-03-05NEWS, version: update for 3.86syslinux-3.86-pre1H. Peter Anvin2-1/+5
2010-03-05chain.c32: Fix chaining to MBRsH. Peter Anvin1-6/+5
2010-02-20libpci: merge BIOS read and BIOS writeH. Peter Anvin6-25/+13
2010-02-16i915resolution: use libpci to access PCI config spacesyslinux-3.85-pre13syslinux-3.85H. Peter Anvin1-19/+11
2010-02-16NEWS: document i915resolution merge.syslinux-3.85-pre12H. Peter Anvin1-0/+4
2010-02-16Merge branch 'i915res'H. Peter Anvin4-2/+813
2010-02-15Makefile: dos/copybs.com now in dosutilH. Peter Anvin1-2/+2
2010-02-15dosutil: move copybs here, update MakefileH. Peter Anvin4-3/+9
2010-02-13mtools: add MTOOLS_FAT_COMPATIBILITY=1H. Peter Anvin1-2/+3
2010-02-13chain.c: part_info -> partinfosyslinux-3.85-pre11H. Peter Anvin1-1/+1
2010-02-13NEWS: update for 3.85 releaseH. Peter Anvin1-1/+16
2010-02-13chain.c32: add option to set hidden sectors; load boot sector for NTLDRH. Peter Anvin1-66/+134
2010-02-12pxelinux: complete but disable debugging code, not for productionsyslinux-3.85-pre10H. Peter Anvin1-5/+14
2010-02-12core: document the stack location, use STACK_TOP throughoutH. Peter Anvin4-7/+12
2010-02-12pxelinux: move the stack to avoid AMI BIOS bugH. Peter Anvin3-8/+24
2010-02-08Merge branch 'master' into i915ressyslinux-3.85-pre63H. Peter Anvin48-57/+4003
2010-02-08vesa: for jpg or png images, tile the image across the screenH. Peter Anvin1-9/+37
2010-02-08sysdump: quiet gcc warningH. Peter Anvin1-1/+2
2010-02-08memdisk: make "nopass" type-specific, add "nopassany"H. Peter Anvin1-4/+11
2010-02-07sysdump: use the same serial receive threshold as the coresyslinux-3.85-pre9H. Peter Anvin1-1/+1
2010-02-07sysdump: make ymodem work even on a serial consoleH. Peter Anvin3-13/+47
2010-02-07sysdump: don't include final null byte in version fileH. Peter Anvin1-1/+1
2010-02-07sysdump: ymodem: actually retransmit a block if we get NAKH. Peter Anvin1-2/+2
2010-02-07sysdump: actually make the new backend system worksyslinux-3.85-pre8H. Peter Anvin7-57/+72
2010-02-07sysdump: change to a two-phase generate/output model, buffer in memoryH. Peter Anvin10-193/+183
2010-02-07sysdump: serial: add missing header fileH. Peter Anvin1-0/+1
2010-02-07sysdump: be_tftp.c: fix prototypeH. Peter Anvin1-1/+3
2010-02-07sysdump: *actually* generate the proper version stringH. Peter Anvin2-4/+10
2010-02-07sysdump: handle the case of more than one DMI tableH. Peter Anvin1-4/+11
2010-02-07sysdump: record the sysdump version used to generate a bundleH. Peter Anvin2-1/+15
2010-02-07sysdump: dump CPUID informationsyslinux-3.85-pre7H. Peter Anvin3-0/+115
2010-02-07sysdump: remove unused variableH. Peter Anvin1-1/+0
2010-02-06sysdump: be more explicit about what we are doingH. Peter Anvin4-2/+9
2010-02-06sysdump: fix the dumping of the e820 memory informationH. Peter Anvin1-0/+1
2010-02-06sysdump: fix hacking of the DMI structure addressH. Peter Anvin1-7/+4
2010-02-06sysdump: dump memory map informationH. Peter Anvin3-0/+82
2010-02-06sysdump: add PCI config space dumpingH. Peter Anvin4-1/+72
2010-02-06sysdump: add support for dumping DMI tablesH. Peter Anvin6-91/+136
2010-02-06sysdump: add back ymodem support; clean up memory dump structureH. Peter Anvin15-275/+325
2010-02-06sysdump: add missing return statement in cpio_writefile()H. Peter Anvin1-0/+2
2010-02-06pxe: add missing prototype for pxe_dns()H. Peter Anvin1-0/+1
2010-02-06sysdump: dump vesa modes, generate usable timestampsH. Peter Anvin12-15/+165
2010-02-06sysdump: first working version (can dump lowmem over TFTP)H. Peter Anvin9-6/+389
2010-02-06com32: add library function for DNS lookupH. Peter Anvin2-0/+71
2010-02-06syslinux/pxe.h use the same type as <com32.h> for a far pointerH. Peter Anvin1-4/+2
2010-02-06pxelinux: give our own IP address in the "derivate info" API callH. Peter Anvin3-1/+4
2010-02-06sysdump: port memdump to com32 with the intent of enhancing itH. Peter Anvin10-0/+2652
2010-02-05memdump: srecs need a length, and max 32 data bytesH. Peter Anvin1-7/+2
2010-02-05memdump: allow outputting S-recordsH. Peter Anvin8-26/+176
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-04memdisk: update documentationH. Peter Anvin1-4/+11
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 'master' into i915ressyslinux-3.85-pre62H. Peter Anvin695-9856/+64396
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-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-27chain.c32: Handle nonlinear logical partitionssyslinux-3.85-pre3H. Peter Anvin1-5/+8
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-22Merge branch 'master' into i915ressyslinux-3.85-pre61H. Peter Anvin2-4/+10
2010-01-22Add support for "vga=current"H. Peter Anvin2-4/+10
2010-01-22vesa: allow arbitrary resolutions on some Intel chipsetsH. Peter Anvin4-2/+813
2010-01-22core: don't reset the video mode when invoking the kernelH. Peter Anvin2-1/+10
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-06Update date to 2010H. Peter Anvin3-2/+3
2010-01-06core: Remove the built-in defaultH. Peter Anvin4-22/+25
2009-12-30dosutil: don't remove targets which need Watcom even for "make spotless"H. Peter Anvin1-2/+4
2009-12-28chain.c32: stylistic comments/usage output changesKim Mik1-2/+2
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-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-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-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-11memdisk: Fix "might be used uninitialized" warningShao Miller1-2/+2
2009-12-11memdisk: Fix mBFT alignmentShao Miller1-1/+1
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-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