summaryrefslogtreecommitdiff
path: root/com32/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | linux.c32: Make errors clearer for usersGene Cumm2012-06-091-7/+34
|/
* Merge remote-tracking branch 'hdt/master'syslinux-4.06-pre4H. Peter Anvin2012-05-271-10/+15
|\
| * Merge remote-tracking branch 'hpa/master'Erwan Velu2012-05-252-1933/+1
| |\
| * | ifcpu: Adding hypervisor supportErwan Velu2012-01-071-10/+15
* | | pxechn.c32: PXE NBP chainloaderGene Cumm2012-05-272-1/+1124
| |/ |/|
* | Merge branch 'chaindev'H. Peter Anvin2012-03-262-1933/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-024-34/+12
| |\
| * \ Merge branch 'master' into chaindevMichal Soltys2011-05-042-2/+104
| |\ \
| * \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-071-8/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into chaindevMichal Soltys2011-02-141-0/+6
| |\ \ \ \
| * | | | | split chain into chain + iterator, expand iterators' codeMichal Soltys2010-08-162-1365/+1
| * | | | | Merge branch 'master' into chaindevMichal Soltys2010-08-141-0/+26
| |\ \ \ \ \
| * | | | | | chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
| * | | | | | Merge remote branch 'sha0/com32lib_disk' into disklibH. Peter Anvin2010-07-211-559/+71
| |\ \ \ \ \ \
| | * | | | | | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-37/+2
| | * | | | | | chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-101-33/+8
| | * | | | | | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-27/+6
| | * | | | | | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-90/+0
| | * | | | | | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-101-18/+9
| | * | | | | | chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-101-12/+0
| | * | | | | | chain.c32, libcom32: Move struct guidShao Miller2010-07-101-12/+0
| | * | | | | | chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-101-24/+16
| | * | | | | | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-37/+4
| | * | | | | | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-101-22/+12
| | * | | | | | chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-101-13/+2
| | * | | | | | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-17/+1
| | * | | | | | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-58/+1
| | * | | | | | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-80/+14
| | * | | | | | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-101-10/+2
| | * | | | | | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-73/+22
| | * | | | | | chain.c32: Run Nindent on com32/modules/chain.cShao Miller2010-07-101-4/+1
| | * | | | | | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-22/+2
| | * | | | | | libcom32: Introduce disk header and moduleShao Miller2010-07-101-2/+1
* | | | | | | | ifmemdsk: remove spurious +x bitsyslinux-4.05-pre6H. Peter Anvin2011-08-251-0/+0