summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Expand)AuthorAgeFilesLines
* ifmemdsk: remove spurious +x bitsyslinux-4.05-pre6H. Peter Anvin2011-08-251-0/+0
* ifmemdsk.c32: Allow boot options based on presence of MEMDISKShao Miller2011-08-081-0/+392
* com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-272-22/+10
* Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2011-06-272-12/+2
* chain.c32: fix types in dprintf()H. Peter Anvin2011-06-201-4/+5
* chain.c32: allow specifying arbitrary seg/offs/entryH. Peter Anvin2011-05-011-21/+67
* chain: Support loading ReactOS' FreeLdrShao Miller2011-05-011-0/+17
* chain: Run Nindent on chain.cShao Miller2011-05-011-11/+9
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | zzjson: Adding sample moduleErwan Velu2011-03-182-1/+102
|/
* chain.c32: Allow both "guid" and "uuid"H. Peter Anvin2011-03-131-1/+4
* chain.c32: fix specification of disk by GUID (UUID)H. Peter Anvin2011-03-131-2/+2
* com32: single instance of skipspace()Erwan Velu2011-02-071-8/+1
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-301-0/+6
* chain.c32: DRMK: Fix comment at top of sourceGene Cumm2010-10-141-1/+2
* chain.c32: DRMK: Add comment about only using a DWORD for partition offsetGene Cumm2010-10-131-0/+1
* chain.c32: DRMK: clean up output; clean up and correct commentsGene Cumm2010-10-131-10/+8
* chain.c: Progress on DRMK and notes that it's not perfect yet.Gene Cumm2010-10-131-2/+21
* chain.c32: make CHS calculation match core/fs/diskio.cH. Peter Anvin2010-10-121-14/+10
* chain.c32: fix conversion from LBA to CHSH. Peter Anvin2010-10-121-1/+1
* chain: Extra comments; shrink the new space to minimumGene Cumm2010-08-011-5/+5
* chain: Just assign the value rather than using memcpy()Gene Cumm2010-08-011-4/+1
* chain: add drmk= to usageGene Cumm2010-08-011-0/+1
* chain: Fix up and clean up DRMK load code; fix filename length; Patch memory.Gene Cumm2010-08-011-11/+8
* chain.c32: prepare for loading DRMKGene Cumm2010-08-011-0/+31
* chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
* whichsys.c32: Fix example in the comments and Usage outputGert Hulselmans2010-07-131-2/+2
* ifplop.c32: Fix spelling errors and other mistakes in commentsGert Hulselmans2010-07-121-7/+12
* ifcpu.c32: Remove defines used in the old sleep function.Gert Hulselmans2010-07-061-4/+0
* Merge remote branch 'gerth/whichsys'H. Peter Anvin2010-07-052-1/+129
|\
| * whichsys.c32: execute specific command, based on Syslinux bootloader variantGert Hulselmans2010-07-052-1/+129
* | Merge remote branch 'gerth/chain_grubcfg'H. Peter Anvin2010-07-051-9/+112
|\ \
| * | chain.c32: Put declaration of *stage2 before common codeGert Hulselmans2010-07-051-2/+2
| * | chain.c32: add grubcfg= for passing an alternative config filename to GRUB L...Gert Hulselmans2010-07-041-9/+112
* | | ifcpu.c32: need <unistd.h>H. Peter Anvin2010-07-051-0/+1
* | | ifcpu.c32: remove open-coded sleep functionH. Peter Anvin2010-07-051-13/+1
| |/ |/|
* | com32: canonicalize DEBUG to mean <dprintf.h>H. Peter Anvin2010-07-013-21/+3
|/
* ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabledGert Hulselmans2010-07-012-1/+166
* config.c32: accept an optional new directoryH. Peter Anvin2010-06-281-3/+4
* chain.c32: pass partition number to stage2 of Grub LegacyGert Hulselmans2010-06-271-5/+8
* chain.c32: only pass partition number in DH, when grldr= is usedGert Hulselmans2010-06-271-1/+11
* chain.c32: add keeppxe to usage output and cleanup commentsGert Hulselmans2010-06-271-21/+25
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-271-2/+3
* chain.c32: fix handover to a logical partitionH. Peter Anvin2010-06-261-48/+65
* pwd.c32: add to MakefileH. Peter Anvin2010-06-261-1/+1
* chain.c32: "fs" is a singular token, only match if completeH. Peter Anvin2010-06-261-1/+1
* com32 pwd moduleGene Cumm2010-06-261-0/+51
* chain: Support booting GPT partition by labelShao Miller2010-06-261-5/+72
* chain: Support booting GPT disk/partition by GUIDShao Miller2010-06-261-22/+148