search for: getadv

Displaying 8 results from an estimated 8 matches for "getadv".

Did you mean: setadv
2010 Oct 02
4
[PATCH 0/4] some fixes on elflink branch
...nings elflink: Fix the wrong malloc size in enter_cmdline elflink: Do clear screen even if we have no pDraw_Menu method elflink: Add Ctrl-p + Ctrl-n key binds core/elflink/cli.c | 10 +++++----- core/elflink/execute.c | 3 +++ core/elflink/get_key.c | 2 ++ core/elflink/getadv.c | 2 +- core/elflink/load_env32.c | 11 ++++++----- core/elflink/readconfig.c | 1 - 6 files changed, 17 insertions(+), 12 deletions(-)
2016 Jun 04
0
[PATCH] Wedding gift, removing double l from auxilliary
...the those files with the streaming editor sed --in-place -e 's/uxilliary/uxiliary/' $( git grep -li auxilliary ) Still any auxiliary written with double l? git grep -i auxilliary --- NEWS | 2 +- com32/elflink/ldlinux/adv.c | 2 +- com32/elflink/ldlinux/getadv.c | 2 +- com32/elflink/ldlinux/setadv.c | 2 +- com32/include/sys/elfcommon.h | 2 +- com32/mboot/mboot.c | 4 ++-- core/i386/syslinux.ld | 2 +- doc/extlinux.txt | 2 +- efi/adv.c | 2 +- libinstaller/advio.c | 2 +- libinstaller/s...
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
...nk: Add draw_message_file() prototype elflink: Return zero from draw_background() com32/elflink/ldlinux/Makefile | 2 +- com32/elflink/ldlinux/cli.c | 5 ++--- com32/elflink/ldlinux/colors.c | 1 + com32/elflink/ldlinux/config.h | 4 ++-- com32/elflink/ldlinux/getadv.c | 2 +- com32/elflink/ldlinux/ldlinux.c | 4 ++-- com32/elflink/ldlinux/readconfig.c | 22 ++++------------------ com32/elflink/modules/background.c | 3 +++ com32/elflink/modules/hello.c | 3 +-- com32/elflink/modules/menu.c | 1 + com32/elflink/modules/menu.h...
2011 May 25
1
[GIT PULL] elflink ldlinux
...| 2 +- com32/{lib/syslinux => elflink/ldlinux}/setadv.c | 0 com32/hdt/Makefile | 2 +- com32/lib/Makefile | 2 - com32/lib/syslinux/adv.c | 49 -------------- com32/lib/syslinux/getadv.c | 68 -------------------- core/comboot.inc | 8 ++ 13 files changed, 70 insertions(+), 135 deletions(-) rename com32/{lib/syslinux => elflink/ldlinux}/advwrite.c (100%) rename com32/{lib/syslinux => elflink/ldlinux}/setadv.c (...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
...{core/elflink => com32/elflink/ldlinux}/adv.c | 0 {core/elflink => com32/elflink/ldlinux}/cli.c | 51 ++++- {core/elflink => com32/elflink/ldlinux}/colors.c | 0 com32/elflink/ldlinux/config.h | 39 ++++ {core/elflink => com32/elflink/ldlinux}/getadv.c | 0 {core/elflink => com32/elflink/ldlinux}/ipappend.c | 0 com32/elflink/ldlinux/ldlinux.c | 83 +++++++ .../elflink => com32/elflink/ldlinux}/readconfig.c | 92 +++++---- {core/elflink => com32/elflink/ldlinux}/refstr.c | 0 {core/elflink => com3...
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...m32/elflink/ldlinux/Makefile b/com32/elflink/ldlinux/Makefile index 87c0d362..ac4587dd 100644 --- a/com32/elflink/ldlinux/Makefile +++ b/com32/elflink/ldlinux/Makefile @@ -18,7 +18,7 @@ LIBS = --whole-archive $(objdir)/com32/lib/libcom32min.a OBJS = ldlinux.o cli.o readconfig.o refstr.o colors.o getadv.o adv.o \ execute.o chainboot.o kernel.o get_key.o advwrite.o setadv.o \ - loadhigh.o msg.o + loadhigh.o msg.o bls.o BTARGET = $(LDLINUX) diff --git a/com32/elflink/ldlinux/bls.c b/com32/elflink/ldlinux/bls.c new file mode 100644 index 00000000..16e8bf18 --- /dev/null +++ b/com32/elflink/ldl...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and