similar to: [PATCH] stubdom: for safety, tell lwip we use the heap in the event handler

Displaying 20 results from an estimated 130 matches similar to: "[PATCH] stubdom: for safety, tell lwip we use the heap in the event handler"

2013 Mar 07
4
Syslinux-5.10-pre1
Folks, I've just released the first prelease for the 5.10 series. The intention is to leave 5.02-pre3 where it is and move to 5.10-pre1. The only difference between 5.02-pre3 and 5.10-pre1 is the merge of the lwip branch (and a single commit to fixup the -DDEBUG=2 build), which warranted a bump in the version minor number. See the shortlog below for details of the differences between
2015 Jul 11
0
EXTLINUX - GCC 5
Hi, Gene Cumm wrote: > > 3) It feels like this is a moving target where gcc keeps changing and > > different results get reported. Do we have indications that different versions of gcc5 cause different behavior on the same build and boot machines ? Ady wrote: > Since the issue is only present on specific > hardware / firmware, whatever might seem to "solve" the
2008 Jun 06
0
[PATCH] stubdom: permit compilation without lwip
stubdom: permit compilation without lwip Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r b320cfe1f10f extras/mini-os/lib/sys.c --- a/extras/mini-os/lib/sys.c Thu Jun 05 13:04:07 2008 +0100 +++ b/extras/mini-os/lib/sys.c Fri Jun 06 11:28:09 2008 +0100 @@ -43,7 +43,9 @@ #include <stdlib.h> #include <math.h> +#ifdef HAVE_LWIP #include
2011 Oct 14
2
[PATCH][GIT-PULL] lwIP undiif: Fixes for VMware platforms and general fixes
The following changes since commit 5b08704e284545c82b4c5d3ff3aaee815107f6ef: H. Peter Anvin (1): thread: allow marking invalid; allow for static mboxes are available in the git repository at: git://github.com/geneC1/syslinux.git lwip-undiif-fix-for-hpa Gene Cumm (4): lwip: undiif: Fix #error typo lwip: undiif: Fix debug option addressing in update_arp_entry()
2011 Apr 26
1
[syslinux:lwip] PXE Cleanups, allow for 128 open files
On Mon, Apr 25, 2011 at 11:51:44AM -0700, syslinux-bot for H. Peter Anvin wrote: > Commit-ID: 9ca79e92e60dd243c60e257a2dc60ba7b3677f37 > Gitweb: http://syslinux.zytor.com/commit/9ca79e92e60dd243c60e257a2dc60ba7b3677f37 > > PXE Cleanups, allow for 128 open files > <snip/> > --- a/core/include/fs.h > +++ b/core/include/fs.h > @@ -11,12 +11,9 @@ > #include
2009 Oct 27
1
lwIP hangs with gpxelinux.0 on qemu (-net user)
Has anyone played with the syslinux/lwip.git tree? It works fine with pxelinux: qemu -boot n -net nic -net user,bootfile=/pxelinux.0,tftp=/pxe (although it hangs while trying to resolve www3.kernel.org because of the lack of proper DNS with -net user) The same command hangs earlier with gpxelinux.0 though: Getting cached packet 01 pxe_call op 0071 data 0x00012518 -- Pierre-Alexandre
2012 May 30
2
New lwip prerelease
I just pushed out Syslinux 4.10-pre21. This prerelease version fixes gPXE virtio support... again, if you have had a system with problems on 4.10-preX, I would appreciate your testing it out. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2013 Sep 04
0
[PATCH][git-pull] lwIP PXE fixes
On 09/03/2013 08:31 PM, Gene Cumm wrote: > The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > Gene Cumm (1): > Allow for UNDIIF_ID_DEBUG in 1 mk line > > are available in the git repository at: > > git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming >
2013 Sep 17
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: > The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > Gene Cumm (1): > Allow for UNDIIF_ID_DEBUG in 1 mk line > > are available in the git repository at: > > git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming >
2016 Jul 04
1
[PATCH] core/lwip: Avoid 3-second delay for a half-open connection
If lwIP encounters a half-open connection (e.g. due to a restarted application reusing the same port numbers) it will correctly send a RST but will not resend the SYN until one retransmission timeout later (approximately three seconds). This can increase the time taken by lpxelinux.0 to fetch its configuration file from a few milliseconds to around 30 seconds. Fix by immediately retransmitting
2016 Jul 04
0
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
On 04/07/16 09:35, Michael Brown wrote: > The UDP binding logic will reuse local port numbers immediately. This > causes problems for TFTP, which assumes a very low probability of a > source port number being reused. The consequence is that lpxelinux.0 > may end up downloading an incorrect file (e.g. attempting to download > pxelinux.cfg/default but actually receiving a copy of
2011 Apr 22
3
Now available for testing: lwIP for PXELINUX
Eric Biederman has taken the work I did almost two years ago to port lwIP to Syslinux, and actually gotten it to the point where it is integrated into the filesystem stack and *working*. As such, I have pushed out a new branch "lwip" to the git repository, for testing purposes, and I have made a 4.10-pre1 prerelease which includes this code. I don't think it is ready for prime time
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote: > On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: > >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: > >> Gene Cumm (1): > >> Allow for UNDIIF_ID_DEBUG in 1 mk line > >> >
2016 Jul 04
2
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
The UDP binding logic will reuse local port numbers immediately. This causes problems for TFTP, which assumes a very low probability of a source port number being reused. The consequence is that lpxelinux.0 may end up downloading an incorrect file (e.g. attempting to download pxelinux.cfg/default but actually receiving a copy of ldlinux.c32, due to the port number having been reused). Fix by
2013 Sep 23
1
[PATCH][git-pull] lwIP PXE fixes
On Fri, Sep 20, 2013 at 5:15 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote: >> On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: >> > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: >> >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
2013 Sep 03
4
[PATCH][git-pull] lwIP PXE fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: Gene Cumm (1): Allow for UNDIIF_ID_DEBUG in 1 mk line are available in the git repository at: git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming Gene Cumm (12): core/lwip/undi: Improve UNDIIF_ID_DEBUG messages
2013 Sep 17
2
[PATCH][git-pull] lwIP PXE fixes
On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote: >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: >> Gene Cumm (1): >> Allow for UNDIIF_ID_DEBUG in 1 mk line >> >> are available in the git repository at: >> >>
2015 Jul 11
3
EXTLINUX - GCC 5
> On Jul 10, 2015 5:29 PM, "poma via Syslinux" <syslinux at zytor.com> wrote: > > > The same as with the ISOLINUX, stable and git. > > Only this time has nothing to do with the menu. > > 1) EXTLINUX is no longer a discrete variant. The installer extlinux now > installs SYSLINUX. > 2) William Kensington already saw a similar behavior wherein an
2014 Jul 02
1
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
Op 2014-07-01 om 22:55 schreef Gene Cumm: > On Jul 1, 2014 10:37 PM, "Alexander Perlis" wrote: > > > > I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some > > advice on how to isolate and troubleshoot this. (I can't try pre18 > > at the moment, but did try 4.07 and 5.10 and saw similar behavior, > > also with pxelinux.0, so
2008 Sep 11
0
[PATCH] [UPDATE] stubdom: compile stubdom with qemu-remote
I am updating this patch to use the tools/ioemu-dir symlink as qemu source directory in case CONFIG_QEMU != ioemu. Before we were trying to figure out where is the actual qemu source dir again. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff -r f5e72cbfbb17 stubdom/Makefile --- a/stubdom/Makefile Wed Sep 10 11:26:16 2008 +0100 +++ b/stubdom/Makefile Thu Sep