summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* syslinux_dump_memmap(): make it easier to spot errorsH. Peter Anvin2009-05-021-1/+1
* syslinux_add_memmap(): fix failures at address zero, more?H. Peter Anvin2009-05-021-38/+63
* mboot: align the stack to a 16-byte boundaryH. Peter Anvin2009-05-021-1/+1
* mboot: move setting regs.eax to mboot_run()H. Peter Anvin2009-05-021-2/+1
* mboot: move map initialization out of map_image()H. Peter Anvin2009-05-023-35/+38
* cmenu: add .gitignore fileH. Peter Anvin2009-04-301-0/+2
* mboot: disable DEBUGH. Peter Anvin2009-04-301-1/+1
* linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5H. Peter Anvin2009-04-294-78/+99
* shuffle_pm: remove unused variables and includesH. Peter Anvin2009-04-281-7/+1
* memscan: use the contents of the ebda_seg, not the pointer itselfH. Peter Anvin2009-04-281-1/+1
* mboot: silence warningH. Peter Anvin2009-04-281-0/+1
* mboot: include module filenames in the command lineH. Peter Anvin2009-04-281-1/+4
* Unify dependency generation: com32/lib, com32/cmenuH. Peter Anvin2009-04-273-18/+19
* Unify dependency generationH. Peter Anvin2009-04-271-8/+10
* memscan: correctly handle the DOS memory fallback caseH. Peter Anvin2009-04-271-4/+4
* mboot: add header guards; use <inttypes.h>; formatting changesH. Peter Anvin2009-04-272-46/+36
* mboot/solaris.c: fix failure case; correct copyright noticeH. Peter Anvin2009-04-271-5/+6
* mboot: reimplement the Solaris DHCP hack, add compliant a.out modesyslinux-3.80-pre1H. Peter Anvin2009-04-265-6/+83
* Remove the old mboot modulenew-mbootH. Peter Anvin2009-04-265-1629/+1
* mboot: fix cmdline; a few more layout tweaksH. Peter Anvin2009-04-264-30/+38
* mboot: skip --- marker; decompress all filesH. Peter Anvin2009-04-261-7/+5
* mboot: make sure we actually succeed when we finishedH. Peter Anvin2009-04-262-18/+44
* com32/MCONFIG: generate dependency files by defaultH. Peter Anvin2009-04-261-2/+4
* mboot: set up a stack even though the spec doesn't require itH. Peter Anvin2009-04-261-0/+18
* First attempt at a rewritten mboot moduleH. Peter Anvin2009-04-269-1/+1228
* shuffle_rm: clean up the trampoline generator with macrosH. Peter Anvin2009-04-231-31/+50
* shuffle_rm: set up SS:ESP and segs as quickly as possibleH. Peter Anvin2009-04-231-13/+40
* hdt: fix conflictErwan Velu2009-04-231-24/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...Erwan Velu2009-04-2326-53/+61
|\
| * Global whitespace cleanup.H. Peter Anvin2009-04-2025-51/+38
| * hdt: fix format string warningsSebastian Herbszt2009-04-172-5/+3
| * com32: remove unused variablesSebastian Herbszt2009-04-172-4/+0
* | hdt: 0.3.1hdt-0.3.1Erwan Velu2009-04-231-1/+1
* | Merge commit 'mouraf/for-erwan' into for-erwanPierre-Alexandre Meyer2009-04-2216-49/+322
|\ \
| * | hdt: Add VPD menu itemPierre-Alexandre Meyer2009-04-173-0/+115
| * | hdt: Add vpd mode (CLI)Pierre-Alexandre Meyer2009-04-175-0/+121
| * | Merge commit 'erwan/master' into for-erwanPierre-Alexandre Meyer2009-04-1727-278/+324
| |\ \
| * | | hdt: Get rid of nb_modules in struct cli_module_descrPierre-Alexandre Meyer2009-04-1710-33/+63
| * | | hdt: Get rid of MAX_MODESPierre-Alexandre Meyer2009-04-163-16/+23
* | | | hdt: removing useless more_printfErwan Velu2009-04-191-5/+5
* | | | hdt: removing useless more_printfErwan Velu2009-04-191-5/+5
* | | | hdt: more_printf was eating a lineErwan Velu2009-04-191-1/+1
* | | | hdt: MAC Address should only be displayed on the PXE DeviceErwan Velu2009-04-191-2/+3
* | | | hdt: fixing typoErwan Velu2009-04-192-3/+3
* | | | hdt: Cleaning dmi chassis asset tag outputErwan Velu2009-04-192-3/+3
* | | | hdt: removing multiple spacesErwan Velu2009-04-194-3/+37
* | | | hdt: moving contact adress to the mailing listErwan Velu2009-04-181-1/+1
| |/ / |/| |
* | | hdt: removing useless clear_screenErwan Velu2009-04-161-2/+0
* | | hdt: Improving more_printf & clear_screen managementErwan Velu2009-04-1610-190/+181
* | | hdt: Fixing wrong printf callsErwan Velu2009-04-161-2/+2