summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-224-2/+374
|\
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-262-1/+285
| |\
| | * Merge remote-tracking branch 'genec/com32-cptime-upd-for-hpa' into lwipH. Peter Anvin2012-04-253-3/+289
| | |\
| | | * prdhcp.c32: Fix what is retrieved.Gene Cumm2012-02-031-2/+3
| | | * prdhcp.c32: Add to MakefileGene Cumm2011-12-181-1/+1
| | | * cptime.c32: Move to modules; include in MakefileGene Cumm2011-12-172-1/+286
| | * | Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-302-1933/+1
| | |\ \ | | | |/ | | |/|
| | * | Merge commit 'syslinux-4.05' into lwipH. Peter Anvin2011-12-131-0/+392
| | |\ \
| | * | | prdhcp.c32: Print DHCP packetsGene Cumm2011-12-011-0/+163
| * | | | com32: Add com32_cmdline() which returns argv[1..argc-1]syslinux-5.02-pre3Matt Fleming2013-02-231-1/+1
| * | | | poweroff COM32 moduleSebastian Herbszt2013-02-112-1/+89
* | | | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Always strip all the modulesH. Peter Anvin2013-01-171-1/+1
* | | | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-143-38/+410
|\ \ \ \ \ | |/ / / /
| * | | | hexdump.c32: Simple file hex-dumperShao Miller2012-11-042-1/+247
| * | | | linux.c32: Introduce initrdfile= optionShao Miller2012-11-031-0/+53
| * | | | linux.c32: Add new initrd+= option for multiple initrdsShao Miller2012-11-031-0/+8
| * | | | linux.c32: Move some initrd=x,y,z code out of mainShao Miller2012-11-031-21/+61
| * | | | linux.c32: Add find_arguments functionMatt Fleming2012-11-031-16/+41
* | | | | Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2012-11-056-37/+741
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' into elflinkMatt Fleming2012-10-245-6/+740
| |\ \ \ \
| | * | | | prdhcp.c32: Turn off DEBUGsyslinux-4.06-pre13Matt Fleming2012-10-111-1/+1
| | * | | | Merge branch 'pxechn-fix-news-for-hpa-2' of git://github.com/geneC/syslinuxMatt Fleming2012-10-113-6/+209
| | |\ \ \ \
| | | * | | | prdhcp.c32: Fix what is retrieved.Gene Cumm2012-06-021-2/+3
| | | * | | | prdhcp.c32: Add to MakefileGene Cumm2012-06-021-1/+1
| | | * | | | prdhcp.c32: Print DHCP packetsGene Cumm2012-06-021-0/+163
| | | * | | | pxechn.c32: add -S to transform sname to siaddrGene Cumm2012-06-011-2/+31
| | | * | | | pxechn: Turn off debugGene Cumm2012-05-281-3/+13
| | * | | | | com32: Add ifmemdsk.c32 to MakefileMatt Fleming2012-10-081-1/+1
| | * | | | | kontron_wdt: Fixing makefileErwan Velu2012-09-101-1/+1
| | * | | | | kontron_wdt: Enforce timeout value if already setErwan Velu2012-09-101-0/+4
| | * | | | | kontron_wdt: Adjusting exit pathErwan Velu2012-09-101-7/+10
| | * | | | | kontron_wdt: Adding watchdog com32 moduleErwan Velu2012-09-103-1/+525
| * | | | | | Merge branch 'elflink' of git://github.com/aericson/syslinux into elflinkMatt Fleming2012-10-232-27/+1
| |\ \ \ \ \ \
| | * | | | | | com32: remove duplicate modulesAndre Ericson2012-05-222-28/+1
| * | | | | | | Clean up $(GPLLIB) leakMatt Fleming2012-10-191-4/+1
* | | | | | | | Add per-firmware object directory supportMatt Fleming2012-10-161-5/+5
* | | | | | | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-08-131-15/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | com32: Use --as-needed for LDFLAGSMatt Fleming2012-07-201-15/+3
* | | | | | | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-3016-1975/+1672
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-203-34/+4
| * | | | | | | Merge branch 'master' into elflinkMatt Fleming2012-07-191-3/+51
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | linux.c32: add missing break;syslinux-4.06-pre10H. Peter Anvin2012-06-291-0/+1
| | * | | | | | linux.c32: allow loading arbitrary setup_data blobsH. Peter Anvin2012-06-291-12/+36
| | * | | | | | linux.c32: add support for a device tree blob (dtb)H. Peter Anvin2012-06-291-2/+25
| | * | | | | | Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-291-1/+1
| * | | | | | | Merge branch 'elflink' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux ...H. Peter Anvin2012-06-275-40/+28
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "pxe: resolve names via DNS from protected-mode code"Matt Fleming2012-06-202-34/+5
| | * | | | | | | com32: Per-object file LDFLAGSMatt Fleming2012-06-201-0/+15
| | * | | | | | | pxechn: Fix merge botch s/pxe_dns/pxe_dns_resolv/Matt Fleming2012-06-081-2/+2