summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Expand)AuthorAgeFilesLines
* pxe_dns: remove obsolete pxe_dns.c wrapperH. Peter Anvin2016-04-061-6/+1
* com32/modules: Split build by architecture. Add dir.c32Gene Cumm2015-09-201-7/+16
* com32: Use z size specifier for printf-ing size_t variableMartin Str|mberg2015-01-052-3/+3
* com32: change '%llx' to use PRIx64Martin Str|mberg2015-01-051-2/+2
* pxe: Export the initial stack and PXE(NV) structure, fix pxechnH. Peter Anvin2014-02-131-15/+17
* Merge branch 'syslinux-5.xx' into master; fixes loadkeysGene Cumm2014-01-251-1/+1
|\
| * com32/moduless/poweroff.c: use __unused attribute insteadGene Cumm2014-01-251-1/+1
| * com32/modules/poweroff.c: fix main()Gene Cumm2014-01-251-1/+1
* | com32sys_t inreg shall be zeroified prior intcallErwan Velu2014-01-224-0/+8
* | Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-083-3/+57
|\ \ | |/
| * debug.c32: Dynamically enable/disable debug code at runtimeMatt Fleming2013-07-052-1/+55
| * mk: include $(GCCWARN) when building ELF objectsMatt Fleming2013-07-051-2/+2
* | 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
|\ \ \ \ \ \ \ \ | |/ / / / / / /