summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-16/+5
| * | | | | | | shuffle: syslinux_dump_movelist() only takes 1 argumentMatt Fleming2013-02-261-2/+2
| |/ / / / / /
| * | | | | | run_command: Use load_kernel() which understands labelsMatt Fleming2013-02-071-1/+1
| * | | | | | load_linux: bail if no place for the real mode portion is foundH. Peter Anvin2013-02-041-0/+3
| * | | | | | load_linux: additional cleanups and corner case fixingH. Peter Anvin2013-02-041-15/+14
| * | | | | | load_linux: the command line pointer depends on real_mode_baseH. Peter Anvin2013-02-041-12/+12
| * | | | | | load_linux: boot protocol < 2.00 could still have a command lineH. Peter Anvin2013-02-041-6/+10
* | | | | | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-1/+1
* | | | | | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-15/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | runimage.c: Actually pass arguments to execute()Matt Fleming2012-11-261-15/+11
* | | | | | | firmware: Move memory operations into firmwareMatt Fleming2012-11-151-1/+1
* | | | | | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-6/+9
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | initramfs chain handling: Accounting fixes for padding, etc.Shao Miller2012-11-031-6/+9
* | | | | | | Add per-firmware object directory supportMatt Fleming2012-10-161-1/+1
* | | | | | | Create derivative-specific filesMatt Fleming2012-09-041-8/+1
* | | | | | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-3025-328/+802
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-204-34/+15
| * | | | | | elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-2011-140/+59
| * | | | | | Merge branch 'master' into elflinkMatt Fleming2012-07-192-1/+95
| |\ \ \ \ \ \
| | * | | | | | setup_data: if nothing to load and version < 2.09, no harm no foulH. Peter Anvin2012-06-291-3/+3
| | * | | | | | setup_data: check to make sure kernel version >= 0x0209H. Peter Anvin2012-06-291-0/+7
| | * | | | | | Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-293-54/+74
| | * | | | | | com32: Add device tree supportThierry Reding2012-06-292-1/+68
| | | |_|_|_|/ | | |/| | | |
| * | | | | | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5H. Peter Anvin2012-06-281-41/+0
| * | | | | | Revert "pxe: resolve names via DNS from protected-mode code"Matt Fleming2012-06-201-0/+75
| * | | | | | Delete all references to __com32.cs_bounceMatt Fleming2012-06-081-14/+49
| * | | | | | Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-311-0/+534
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-026-95/+33
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-275-38/+29
| | | | |_|/ | | | |/| |
| | | * | | Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2011-06-273-40/+3
| | | | |/ | | | |/|
| | | * | lib/shuffle: use <dprintf.h>H. Peter Anvin2011-06-201-17/+1
| | | |/
| | * | Merge branch 'master' into chaindevMichal Soltys2011-03-301-7/+20
| | |\ \ | | | |/
| | * | Merge branch 'master' into chaindevMichal Soltys2011-03-181-5/+7
| | |\ \
| | * \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-071-36/+1
| | |\ \ \
| | * | | | disklib: make CHS calculation match core/fs/diskio.cdisklibMichal Soltys2010-10-131-6/+6
| | * | | | disklib: updates to params/read/write functionsMichal Soltys2010-10-121-38/+24
| | * | | | disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-081-65/+104
| | * | | | disklib: small fixes / addonsMichal Soltys2010-08-201-10/+12
| | * | | | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-0/+38
| | * | | | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-0/+27
| | * | | | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-0/+117
| | * | | | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-0/+39
| | * | | | libcom32 disk: A slight grunt of constipationShao Miller2010-07-101-5/+6
| | * | | | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-0/+29
| | * | | | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-0/+69
| | * | | | libcom32 disk: Trivial formatting fix-upShao Miller2010-07-101-3/+5
| | * | | | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-0/+78
| | * | | | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-0/+48
| | * | | | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-0/+23