[syslinux] [PATCH 0/9] elflink fixes

Matt Fleming matt at console-pimps.org
Fri Nov 2 07:13:09 PDT 2012


From: Matt Fleming <matt.fleming at intel.com>

Here are the patches that I've got queued up based on the very helpful
feedback I received from people testing Syslinux 5.00-pre9. Unless
anyone has any concerns these will make it into Syslinux 5.00-pre10.

Matt Fleming (9):
  pxe: Don't call open_config() from the pxe core
  ldlinux: Print a warning if no config file is found
  ldlinux: Fix logic if no DEFAULT or UI directive is found
  ldlinux: get_key() requires raw access to user input
  com32: Include .init_array section in .ctors in linker script
  CLI: Fix command history traversal
  win: Fix installing to a directory
  win: Print error message if we fail to install to --directory
  CLI: Add Ctrl + V support for printing the Syslinux version

 com32/elflink/ldlinux/Makefile     |  2 +-
 com32/elflink/ldlinux/cli.c        | 32 +++++++++++++++++++---
 com32/elflink/ldlinux/config.h     |  2 +-
 com32/elflink/ldlinux/execute.c    |  2 +-
 com32/elflink/ldlinux/get_key.c    | 22 ++++++++++++++-
 com32/elflink/ldlinux/ldlinux.c    | 56 +++++++++++++++++++-------------------
 com32/elflink/ldlinux/readconfig.c |  5 +++-
 com32/lib/elf32.ld                 | 15 +++-------
 com32/lib/init.h                   | 15 ----------
 com32/lib/malloc.c                 |  1 -
 com32/libutil/ansiraw.c            | 19 +++++++++++++
 core/diskstart.inc                 |  1 +
 core/include/core.h                |  1 +
 core/pxelinux.asm                  | 16 ++---------
 win/syslinux.c                     | 12 +++++---
 15 files changed, 120 insertions(+), 81 deletions(-)
 delete mode 100644 com32/lib/init.h

-- 
1.7.11.7




More information about the Syslinux mailing list