search for: lwip

Displaying 20 results from an estimated 162 matches for "lwip".

Did you mean: lip
2015 Feb 09
5
extlinux installer build failed
...ided 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 fs/pxe/urlparse.o fs/pxe/bios.o lwip/src/netif/slipif.o lwip/src/netif/undiif.o lwip/src/netif/ethernetif.o lwip/src/netif/ppp/ppp_oe.o lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/magic.o lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/pap.o lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/randm.o lwip/src/netif/ppp/vj.o lwip/src/netif/ppp/i...
2015 Feb 09
0
extlinux installer build failed
...nately 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 fs/pxe/urlparse.o > fs/pxe/bios.o lwip/src/netif/slipif.o lwip/src/netif/undiif.o > lwip/src/netif/ethernetif.o lwip/src/netif/ppp/ppp_oe.o > lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/magic.o > lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/pap.o > lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/randm.o > lwip/src/netif/ppp/...
2015 Feb 09
1
extlinux installer build 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 fs/pxe/urlparse.o > > fs/pxe/bios.o lwip/src/netif/slipif.o lwip/src/netif/undiif.o > > lwip/src/netif/ethernetif.o lwip/src/netif/ppp/ppp_oe.o > > lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/magic.o > > lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/pap.o > > lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/randm.o >...
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 ./lwip/src/netif/ppp/lcp.o ./lwip/src/netif/ppp/vj.o ./lwip/src/netif/ppp/chap.o ./lwip/src/netif/ppp/ipcp.o ./lwip/src/netif/ppp/auth.o ./...
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 5.02-pre3 and 5.10-pre1. I don't expect people to be crying out for a 5.02 final release, but if that is something that p...
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() lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input() lwip:undiif: Add interface with tcpip_input() callback core/lwip/src/neti...
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 dprintf lwip/undiif: split arphdr._hwlen_protolen core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug Allow for UNDIIF_ID_DEBUG in 1 mk line core/kaboom.c...
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 configur...
2013 Sep 03
4
[PATCH][git-pull] lwIP PXE fixes
...0e4bb3681ada047fe77ffdd: 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 core: mbox/semaphore NULL checks core: make mbox_post()/__sem_down_slow() check if valid PXELINUX: Use sendto() instead of connect()/send()/disconnect() PXELINUX: allow forcing poll by macro core: dprintf() the banner. undii...
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...
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
...39;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. >>> -- >>> Eric PEYREMORTE >> >> Hello Eric: >> >> To sum up your report: >> _ 4.0x works; >> _ 4.10-pre22 (lwip branch) works; >> _ 5.01 (elflink branch) works; >> _ 5.10 (lwip merge into elflink) fails; >> >> I wonder if testing 6.03-pre5 (which is *not* the latest) pre-built >> binaries (look under the bios/ directory) would work OK for you. >> >> If you happen to...
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
...e 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. > -- > Eric PEYREMORTE Hello Eric: To sum up your report: _ 4.0x works; _ 4.10-pre22 (lwip branch) works; _ 5.01 (elflink branch) works; _ 5.10 (lwip merge into elflink) fails; I wonder if testing 6.03-pre5 (which is *not* the latest) pre-built binaries (look under the bios/ directory) would work OK for you. If you happen to test it, please remember to use the pre-built binaries alre...
2016 Jul 04
2
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
...ect 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 allocating local UDP port numbers in the same way as local TCP port numbers. Signed-off-by: Michael Brown <mcb30 at ipxe.org> --- core/lwip/src/core/udp.c | 57 ++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/core/lwip/src/core/udp.c b/core/lwip/src/core/udp.c index 4596ba2..68e7f48 100644 --- a/core/lwip/src/core/udp.c +++ b/core/lwip/src/core/udp.c @@ -679,6 +679,37 @@...
2013 Sep 04
0
[PATCH][git-pull] lwIP PXE fixes
...; 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 > core: mbox/semaphore NULL checks > core: make mbox_post()/__sem_down_slow() check if valid > PXELINUX: Use sendto() instead of connect()/send()/disconnect() > PXELINUX: allow forcing poll by macro > core: dprintf(...
2013 Sep 17
2
[PATCH][git-pull] lwIP PXE fixes
..._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 >> core: mbox/semaphore NULL checks >> core: make mbox_post()/__sem_down_slow() check if valid >> PXELINUX: Use sendto() instead of connect()/send()/disconnect() >> PXELINUX: allow forcing poll by macro >>...
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
...gt;> 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 > >> core: mbox/semaphore NULL checks > >> core: make mbox_post()/__sem_down_slow() check if valid > >> PXELINUX: Use sendto() instead of connect()/send()/disconnect() > >> PXELINUX: allow forcing pol...
2013 Jul 22
1
[PATCH][git-pull] UNDIIF packet header debug
...45754c52: >> 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 dprintf >> lwip/undiif: split arphdr._hwlen_protolen >> core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug >> Allow for UNDIIF_ID_DEBUG...
2013 Sep 17
0
[PATCH][git-pull] lwIP PXE fixes
...; 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 > core: mbox/semaphore NULL checks > core: make mbox_post()/__sem_down_slow() check if valid > PXELINUX: Use sendto() instead of connect()/send()/disconnect() > PXELINUX: allow forcing poll by macro > core: dprintf(...
2013 Sep 23
1
[PATCH][git-pull] lwIP PXE fixes
...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 >> >> core: mbox/semaphore NULL checks >> >> core: make mbox_post()/__sem_down_slow() check if valid >> >> PXELINUX: Use sendto() instead of connect()/send()/disconnect() >> >> PXELINUX: a...
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...