| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4 | Matt Fleming | 2013-01-29 | 1 | -0/+2 |
| |\ |
|
| | * | ldlinux: Fix serial output and delete eprintf() | Matt Fleming | 2013-01-24 | 1 | -0/+2 |
| * | | Revert "vesa: Correct screencpy() prototype" | Matt Fleming | 2013-01-11 | 1 | -1/+1 |
| * | | vesa: Correct screencpy() prototype | Matt Fleming | 2013-01-07 | 1 | -1/+1 |
| * | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3 | Matt Fleming | 2012-12-07 | 2 | -49/+0 |
| |\ \
| |/ |
|
| | * | Delete 16-bit COMBOOT supportsyslinux-5.00 | Matt Fleming | 2012-12-06 | 1 | -1/+0 |
| | * | Reduce the number of global variables | Matt Fleming | 2012-12-05 | 1 | -48/+0 |
| * | | firmware: Make disk->private an opaque type | Matt Fleming | 2012-11-15 | 1 | -1/+0 |
| * | | firmware: Move memory operations into firmware | Matt Fleming | 2012-11-15 | 1 | -1/+9 |
| * | | sys/vesa: Modularise common vesa code | Matt Fleming | 2012-11-15 | 1 | -0/+11 |
| * | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmware | Matt Fleming | 2012-07-30 | 8 | -16/+249 |
| |\ \
| |/ |
|
| | * | Use pxe_call() instead of COMBOOT API | Matt Fleming | 2012-07-20 | 1 | -0/+4 |
| | * | elflink: Replace __intcall() with direct function calls | Matt Fleming | 2012-07-20 | 2 | -6/+9 |
| | * | ldlinux: Stop using the internal KT_* image types | Matt Fleming | 2012-07-20 | 1 | -0/+10 |
| | * | Merge branch 'master' into elflink | Matt Fleming | 2012-07-19 | 1 | -1/+28 |
| | |\ |
|
| | | * | <syslinux/linux.h>: add missing setup_data_init() definition | H. Peter Anvin | 2012-06-29 | 1 | -0/+2 |
| | | * | Change fdt-specific loader into a generic setup_data loader | H. Peter Anvin | 2012-06-29 | 1 | -12/+14 |
| | | * | com32: Add device tree support | Thierry Reding | 2012-06-29 | 1 | -1/+24 |
| | * | | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5 | H. Peter Anvin | 2012-06-28 | 1 | -2/+2 |
| | * | | Revert "pxe: resolve names via DNS from protected-mode code" | Matt Fleming | 2012-06-20 | 1 | -2/+2 |
| | * | | Merge remote-tracking branch 'zytor/master' into merge/elflink/master | Matt Fleming | 2012-05-31 | 1 | -0/+180 |
| | |\ \
| | |/ |
|
| | | * | Merge remote-tracking branch 'origin/master' into chaindev | Michal Soltys | 2011-08-02 | 1 | -2/+7 |
| | | |\ |
|
| | | | * | com32: make syslinux_dump_*() pure debugging functions | H. Peter Anvin | 2011-06-27 | 1 | -2/+7 |
| | | * | | disklib: updates - lbacnt, bps, misc. things | Michal Soltys | 2010-10-08 | 1 | -8/+30 |
| | | * | | disklib: small fixes / addons | Michal Soltys | 2010-08-20 | 1 | -5/+6 |
| | | * | | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump() | Shao Miller | 2010-07-10 | 1 | -0/+1 |
| | | * | | chain.c32, libcom32: Move struct gpt as disk_gpt_header | Shao Miller | 2010-07-10 | 1 | -0/+27 |
| | | * | | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump() | Shao Miller | 2010-07-10 | 1 | -0/+2 |
| | | * | | chain.c32, libcom32: Move guid_to_str() and str_to_guid() | Shao Miller | 2010-07-10 | 1 | -13/+2 |
| | | * | | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entry | Shao Miller | 2010-07-10 | 1 | -0/+10 |
| | | * | | chain.c32, libcom32: Move guid_le_walk_map | Shao Miller | 2010-07-10 | 1 | -0/+13 |
| | | * | | chain.c32, libcom32: Move struct guid | Shao Miller | 2010-07-10 | 1 | -0/+14 |
| | | * | | chain.c32, libcom32: Move struct mbr as disk_dos_mbr | Shao Miller | 2010-07-10 | 1 | -0/+10 |
| | | * | | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump() | Shao Miller | 2010-07-10 | 1 | -0/+1 |
| | | * | | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entry | Shao Miller | 2010-07-10 | 1 | -0/+10 |
| | | * | | chain.c32, libcom32: Move chs macros and chs typedef as disk_chs | Shao Miller | 2010-07-10 | 1 | -0/+11 |
| | | * | | libcom32 disk: A slight grunt of constipation | Shao Miller | 2010-07-10 | 1 | -6/+6 |
| | | * | | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector() | Shao Miller | 2010-07-10 | 1 | -0/+2 |
| | | * | | chain.c32, libcom32: Move write_sector() as disk_write_sector() | Shao Miller | 2010-07-10 | 1 | -0/+2 |
| | | * | | chain.c32, libcom32: Move read_sectors() as disk_read_sectors() | Shao Miller | 2010-07-10 | 1 | -0/+3 |
| | | * | | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapa | Shao Miller | 2010-07-10 | 1 | -0/+8 |
| | | * | | chain.c32, libcom32: Move get_disk_params() as disk_get_params() | Shao Miller | 2010-07-10 | 1 | -0/+9 |
| | | * | | chain.c32, libcom32: Move int13_retry() as disk_int13_retry() | Shao Miller | 2010-07-10 | 1 | -0/+4 |
| | | * | | libcom32: Introduce disk header and module | Shao Miller | 2010-07-10 | 1 | -0/+41 |
| | | |/ |
|
| | * | | localboot: remove unnecessary real-mode call | Paulo Alcantara | 2012-05-28 | 1 | -1/+1 |
| | * | | com32: make syslinux_dump_*() pure debugging functions | H. Peter Anvin | 2012-05-18 | 1 | -2/+7 |
| | * | | pxe: resolve names via DNS from protected-mode code | Paulo Alcantara | 2012-05-12 | 1 | -2/+2 |
| | |/ |
|
| * | | firmware: Fix assorted compiler warnings | Matt Fleming | 2012-03-28 | 1 | -1/+2 |
| * | | firmware, diskio: Create struct disk_private | Matt Fleming | 2012-03-28 | 1 | -0/+2 |
| * | | firmware: Add EFI linux boot support | Matt Fleming | 2012-02-02 | 2 | -0/+40 |