summaryrefslogtreecommitdiff
path: root/com32/include
Commit message (Expand)AuthorAgeFilesLines
* com32: Add com32_cmdline() which returns argv[1..argc-1]syslinux-5.02-pre3Matt Fleming2013-02-231-0/+2
* ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-0/+2
* module: Replace cur_module with module_current()syslinux-5.01-pre4Matt Fleming2013-01-231-0/+11
* elf: remove long-since-obsolete shallow module machineryH. Peter Anvin2013-01-172-33/+0
* Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming2012-12-062-2/+0
* Symbol export whitelistMatt Fleming2012-12-051-0/+2
* Reduce the number of global variablesMatt Fleming2012-12-051-48/+0
* stdio: Fix unhexchar() for hex digits > 9Matt Fleming2012-12-031-3/+3
* ldlinux: Never exit from ldlinux.c32Matt Fleming2012-11-261-1/+1
* ldlinux: Use findpath() to lookup filenamessyslinux-5.00-pre7Matt Fleming2012-08-071-0/+2
* ldlinux: Return to command prompt after loading COM32Matt Fleming2012-08-021-0/+8
* Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-201-0/+4
* elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-202-6/+9
* ldlinux: Stop using the internal KT_* image typesMatt Fleming2012-07-202-7/+10
* Only compile dprintf/vdprintf if DEBUG_PORT is definedH. Peter Anvin2012-07-191-0/+4
* Merge branch 'master' into elflinkMatt Fleming2012-07-191-1/+28
|\
| * <syslinux/linux.h>: add missing setup_data_init() definitionH. Peter Anvin2012-06-291-0/+2
| * Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-291-12/+14
| * com32: Add device tree supportThierry Reding2012-06-291-1/+24
* | menu: Supply the command type to execute()Matt Fleming2012-07-031-0/+2
* | SEG(): centralize the bad bailoutH. Peter Anvin2012-06-291-6/+4
* | com32: mark the invalid SEG() as __unlikely()H. Peter Anvin2012-06-291-1/+1
* | SEG(): make SEG() puke on bad pointers if DEBUG is definedH. Peter Anvin2012-06-291-0/+14
* | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5H. Peter Anvin2012-06-281-2/+2
* | module: Make list of DT_NEEDED entries per-moduleMatt Fleming2012-06-201-0/+5
* | Revert "pxe: resolve names via DNS from protected-mode code"Matt Fleming2012-06-201-2/+2
* | Merge remote-tracking branch 'mfleming/merge/elflink/master' into elflinkH. Peter Anvin2012-06-078-127/+318
|\ \
| * \ Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-318-127/+318
| |\ \ | | |/
| | * COM32: add DHCP pack/unpack functionsH. Peter Anvin2012-05-271-0/+40
| | * Merge branch 'chaindev'H. Peter Anvin2012-03-261-0/+180
| | |\
| | | * Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-027-132/+121
| | | |\
| | | * \ Merge branch 'master' into chaindevMichal Soltys2011-05-045-7/+25
| | | |\ \
| | | * \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-072-0/+45
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' into chaindevMichal Soltys2010-11-182-0/+62
| | | |\ \ \ \
| | | * | | | | disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-081-8/+30
| | | * | | | | disklib: small fixes / addonsMichal Soltys2010-08-201-5/+6
| | | * | | | | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-0/+1
| | | * | | | | chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-101-0/+27
| | | * | | | | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-0/+2
| | | * | | | | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-13/+2
| | | * | | | | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-101-0/+10
| | | * | | | | chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-101-0/+13
| | | * | | | | chain.c32, libcom32: Move struct guidShao Miller2010-07-101-0/+14
| | | * | | | | chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-101-0/+10
| | | * | | | | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-0/+1
| | | * | | | | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-101-0/+10
| | | * | | | | chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-101-0/+11
| | | * | | | | libcom32 disk: A slight grunt of constipationShao Miller2010-07-101-6/+6
| | | * | | | | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-0/+2
| | | * | | | | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-0/+2