summaryrefslogtreecommitdiff
path: root/com32/include/syslinux
Commit message (Expand)AuthorAgeFilesLines
* ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-0/+2
* Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming2012-12-061-1/+0
* Reduce the number of global variablesMatt Fleming2012-12-051-48/+0
* 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-201-0/+10
* 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
* | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5H. Peter Anvin2012-06-281-2/+2
* | Revert "pxe: resolve names via DNS from protected-mode code"Matt Fleming2012-06-201-2/+2
* | Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-311-0/+180
|\ \ | |/
| * Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-021-2/+7
| |\
| | * com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-271-2/+7
| * | 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
| * | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-0/+3
| * | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-101-0/+8
| * | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-0/+9
| * | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-0/+4
| * | libcom32: Introduce disk header and moduleShao Miller2010-07-101-0/+41
| |/
* | localboot: remove unnecessary real-mode callPaulo Alcantara2012-05-281-1/+1
* | com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2012-05-181-2/+7
* | pxe: resolve names via DNS from protected-mode codePaulo Alcantara2012-05-121-2/+2
|/
* core: add a ms-denominated timerH. Peter Anvin2010-07-051-0/+4
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-271-0/+2
* PM getcwd(); Fix COM32 getcwdGene Cumm2010-06-261-0/+1
* Fix COM32 chdir()Gene Cumm2010-06-261-0/+2
* pmapi: make the pmapi vector include its own sizeH. Peter Anvin2010-06-261-0/+2
* <syslinux/config.h> fix the order of struct syslinux_ipinfoH. Peter Anvin2010-06-211-2/+2
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-181-0/+9
* core: move idle handling into protected modeH. Peter Anvin2010-03-302-0/+4
* Changes missing from previous checkinH. Peter Anvin2010-03-071-0/+5
* Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-0/+8
* readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-041-0/+7