| Commit message (Expand) | Author | Age | Files | Lines |
| * | com32: Add com32_cmdline() which returns argv[1..argc-1]syslinux-5.02-pre3 | Matt Fleming | 2013-02-23 | 1 | -0/+2 |
| * | ldlinux: Fix serial output and delete eprintf() | Matt Fleming | 2013-01-24 | 1 | -0/+2 |
| * | module: Replace cur_module with module_current()syslinux-5.01-pre4 | Matt Fleming | 2013-01-23 | 1 | -0/+11 |
| * | elf: remove long-since-obsolete shallow module machinery | H. Peter Anvin | 2013-01-17 | 2 | -33/+0 |
| * | Delete 16-bit COMBOOT supportsyslinux-5.00 | Matt Fleming | 2012-12-06 | 2 | -2/+0 |
| * | Symbol export whitelist | Matt Fleming | 2012-12-05 | 1 | -0/+2 |
| * | Reduce the number of global variables | Matt Fleming | 2012-12-05 | 1 | -48/+0 |
| * | stdio: Fix unhexchar() for hex digits > 9 | Matt Fleming | 2012-12-03 | 1 | -3/+3 |
| * | ldlinux: Never exit from ldlinux.c32 | Matt Fleming | 2012-11-26 | 1 | -1/+1 |
| * | ldlinux: Use findpath() to lookup filenamessyslinux-5.00-pre7 | Matt Fleming | 2012-08-07 | 1 | -0/+2 |
| * | ldlinux: Return to command prompt after loading COM32 | Matt Fleming | 2012-08-02 | 1 | -0/+8 |
| * | 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 | 2 | -7/+10 |
| * | Only compile dprintf/vdprintf if DEBUG_PORT is defined | H. Peter Anvin | 2012-07-19 | 1 | -0/+4 |
| * | 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 |
| * | | menu: Supply the command type to execute() | Matt Fleming | 2012-07-03 | 1 | -0/+2 |
| * | | SEG(): centralize the bad bailout | H. Peter Anvin | 2012-06-29 | 1 | -6/+4 |
| * | | com32: mark the invalid SEG() as __unlikely() | H. Peter Anvin | 2012-06-29 | 1 | -1/+1 |
| * | | SEG(): make SEG() puke on bad pointers if DEBUG is defined | H. Peter Anvin | 2012-06-29 | 1 | -0/+14 |
| * | | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5 | H. Peter Anvin | 2012-06-28 | 1 | -2/+2 |
| * | | module: Make list of DT_NEEDED entries per-module | Matt Fleming | 2012-06-20 | 1 | -0/+5 |
| * | | Revert "pxe: resolve names via DNS from protected-mode code" | Matt Fleming | 2012-06-20 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'mfleming/merge/elflink/master' into elflink | H. Peter Anvin | 2012-06-07 | 8 | -127/+318 |
| |\ \ |
|
| | * \ | Merge remote-tracking branch 'zytor/master' into merge/elflink/master | Matt Fleming | 2012-05-31 | 8 | -127/+318 |
| | |\ \
| | |/ |
|
| | | * | COM32: add DHCP pack/unpack functions | H. Peter Anvin | 2012-05-27 | 1 | -0/+40 |
| | | * | Merge branch 'chaindev' | H. Peter Anvin | 2012-03-26 | 1 | -0/+180 |
| | | |\ |
|
| | | | * | Merge remote-tracking branch 'origin/master' into chaindev | Michal Soltys | 2011-08-02 | 7 | -132/+121 |
| | | | |\ |
|
| | | | * \ | Merge branch 'master' into chaindev | Michal Soltys | 2011-05-04 | 5 | -7/+25 |
| | | | |\ \ |
|
| | | | * \ \ | Merge branch 'master' into chaindev | Michal Soltys | 2011-03-07 | 2 | -0/+45 |
| | | | |\ \ \ |
|
| | | | * \ \ \ | Merge branch 'master' into chaindev | Michal Soltys | 2010-11-18 | 2 | -0/+62 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | 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 |