Displaying 20 results from an estimated 1100 matches similar to: "[PATCH][git-pull] Fix mbox/semaphore checks, UNDI ID debug"
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:
>>
>>
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
>
2013 Jul 20
2
[PATCH][git-pull] UNDIIF packet header debug
The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52:
Matt Fleming (1):
Merge branch 'dynamic-debug' into elflink
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming
Gene Cumm (5):
lwip: undiif: Fix debug options to unique *_DEBUG macros
lwip: Allow LWIP_PLATFORM_* output to use
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
> >>
>
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 Jul 22
1
[PATCH][git-pull] UNDIIF packet header debug
On Mon, Jul 22, 2013 at 11:43 AM, Matt Fleming <matt at console-pimps.org> wrote:
> On Sat, 20 Jul, at 09:33:53AM, Gene Cumm wrote:
>> The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52:
>> Matt Fleming (1):
>> Merge branch 'dynamic-debug' into elflink
>>
>> are available in the git repository at:
>>
>>
2015 Feb 09
5
extlinux installer build failed
Hi guys,
I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF
extlinux binary provided in the syslinux-6.03 package.
Unfortunately building extlinux installer failed...
See error below after these command:
make bios clean
make bios (failed)
...
ar cq liblpxelinux.a rawcon.o pxeboot.o pxelinux-c.o
fs/pxe/dhcp_option.o fs/pxe/pxe.o fs/pxe/tftp.o
2015 Feb 09
0
extlinux installer build failed
On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux
<syslinux at zytor.com> wrote:
> Hi guys,
>
> I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF
> extlinux binary provided in the syslinux-6.03 package.
>
> Unfortunately building extlinux installer failed...
>
> See error below after these command:
> make bios clean
2015 Feb 09
1
extlinux installer build failed
On Sun, 8 Feb 2015 20:21:58 -0500
Gene Cumm via Syslinux <syslinux at zytor.com> wrote:
> On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi guys,
> >
> > I'm have a pure 64-bit system (Intel based). Due to that I can't
> > use 32-bit ELF extlinux binary provided in the syslinux-6.03
> >
2015 Feb 10
3
[PATCH 0/2] fix a couple cosmetic issues
Fixes some typos and missing newlines
Jonathan Boeing (2):
fix a few typos
add missing '\n' to dprintf
com32/include/sys/module.h | 2 +-
com32/lib/sys/module/exec.c | 4 ++--
core/fs/fs.c | 2 +-
core/lwip/src/netif/undiif.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
--
2.3.0
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()
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
2013 Jul 22
0
[PATCH][git-pull] UNDIIF packet header debug
On Sat, 20 Jul, at 09:33:53AM, Gene Cumm wrote:
> The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52:
> Matt Fleming (1):
> Merge branch 'dynamic-debug' into elflink
>
> are available in the git repository at:
>
> git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming
>
> Gene Cumm (5):
> lwip: undiif:
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered
the following error at the end:
rm -f liblpxelinux.a
ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o
2015 Feb 08
3
[PATCH 0/1] dprintf: add debug console support
This patch adds support for printing messages through a debug console. QEMU,
for example, supports this through the debugcon facility. The benefit is that
it's *much* faster than printing over a serial port.
To print to I/O port 0x402 (the default used by SeaBIOS and OVMF),
add "-DDEBUG_IO_PORT=0x402 -DCORE_DEBUG=1" to the build CFLAGS.
To enable a debug console in QEMU that
2013 Sep 09
2
[PATCH][git-pull] geodsp 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-geodsp-fixes-for-mfleming
https://github.com/geneC/syslinux/tree/elflink-geodsp-fixes-for-mfleming
Gene Cumm (2):
diag/geodsp: fix Makefile
diag/geodsp:
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
On Tue, Mar 11, 2014 at 11:08 AM, Eric PEYREMORTE
<eric.peyremorte at iut-valence.fr> wrote:
> Le 11/03/2014 15:27, Ady a ?crit :
>
>>> Le 11/03/2014 10:32, Eric PEYREMORTE a ?crit :
>>> Some news here. I didn't test with 5.01 yet (didn't see that one sorry).
>>> With 5.01 i don't have any problem. Problems begin with 5.10.
>>> --
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