summaryrefslogtreecommitdiff
path: root/com32
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-279-65/+48
* Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2011-06-276-58/+6
* dprintf: always define dprintf2/vdprintf2syslinux-4.05-pre2H. Peter Anvin2011-06-201-7/+7
* libupload: use %zx to print a size_t argumentH. Peter Anvin2011-06-201-1/+1
* lib: sync <stdint.h> and <stddef.h> from klibcH. Peter Anvin2011-06-205-131/+97
* lib/shuffle: use <dprintf.h>H. Peter Anvin2011-06-201-17/+1
* dprintf: add the ability to log to stdioH. Peter Anvin2011-06-203-3/+23
* chain.c32: fix types in dprintf()H. Peter Anvin2011-06-201-4/+5
* lib: Add missing bits to stddef.h, stdint.h; pointers are "long"H. Peter Anvin2011-06-202-7/+11
* 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
* hdt: add back -I$(com32)H. Peter Anvin2011-04-261-1/+1
* sysdump: add $(LIBS) to the link ruleH. Peter Anvin2011-04-261-1/+1
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-2619-236/+42
|\
| * lua: Delete superfluous $(LIBS) prerequisiteMatt Fleming2011-04-161-2/+1
| * sysdump: Delete superfluous $(LIBS) prerequisiteMatt Fleming2011-04-161-2/+1
| * hdt: Delete superfluous $(LIBS) prerequisitesMatt Fleming2011-04-161-2/+1
| * menu.c32: Delete superfluous $(LIBS) prerequistiteMatt Fleming2011-04-161-3/+2
| * mboot.c32: Delete superfluous $(LIBS) prerequisiteMatt Fleming2011-04-111-2/+1
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-0718-223/+32
* | com32: inet_ntoa() takes struct in_addrH. Peter Anvin2011-04-253-17/+20
* | hdt: remove set-but-unused variableH. Peter Anvin2011-04-251-3/+0
* | Merge remote-tracking branch 'sherbszt/gfxboot32'H. Peter Anvin2011-04-251-1/+18
|\ \
| * | gfxboot: pass current working dir to gfxboot coreSteffen Winterfeldt2011-04-251-0/+13
| * | gfxboot: handle INITRD config lineSteffen Winterfeldt2011-04-241-1/+5
* | | hdt: Final release 0.5.0hdt/0.5.0Erwan Velu2011-04-211-1/+1
* | | hdt: Using dashed instead of . into label nameErwan Velu2011-04-211-4/+4
* | | hdt: Fixing ACPI displayErwan Velu2011-04-202-3/+3
* | | hdt: New release beta5hdt/0.5.0-beta5Erwan Velu2011-04-201-1/+1
* | | libupload: Adding tftp.h missing fileErwan Velu2011-04-201-0/+22
* | | hdt: Showing specific message for auto modeErwan Velu2011-04-201-2/+1
* | | hdt: Removing useless printf in dump modeErwan Velu2011-04-201-2/+0
* | | libupload: Fixing tftp return valueErwan Velu2011-04-201-2/+2
* | | hdt: New release Beta4hdt/0.5.0-beta4Erwan Velu2011-04-191-1/+1
* | | hdt: Adding dump mode on pre-built imagesErwan Velu2011-04-191-0/+9
* | | hdt: Preventing dump mode if no PXE configErwan Velu2011-04-191-0/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu2011-04-187-9/+204
|\ \ \ | |/ /
| * | menu: allow "menu hiddenkey" to take multiple keys; run unlabelH. Peter Anvin2011-04-181-8/+26
| * | keytest: make somewhat more comprehensibleH. Peter Anvin2011-04-111-3/+4
| * | keyname: better handling of named control charactersH. Peter Anvin2011-04-111-4/+9
| * | keytest: show the human name together with the keycodeH. Peter Anvin2011-04-111-1/+1
| * | menu: clear the timeout line on MENU HIDDENKEYH. Peter Anvin2011-04-111-2/+5
| * | menu hiddenkey: fix parsing the config file optionH. Peter Anvin2011-04-111-3/+2
| * | menu: Add "menu hiddenkey" to make terminating menu hidden a commandH. Peter Anvin2011-04-116-3/+172
| |/
* | hdt: Reporting TFTP errors in dump modeErwan Velu2011-04-181-1/+22
* | libupload: Implementing error code on tftpErwan Velu2011-04-183-17/+45
* | hdt: Fixing automatic mode parsingErwan Velu2011-04-182-15/+9