search for: genec1

Displaying 11 results from an estimated 11 matches for "genec1".

Did you mean: genec
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...
2011 Dec 18
1
[PATCH][GIT-PULL] updates for cptime/prdhcp
The following changes since commit deb7c5589182cc19499670c45104c5caa1a895fe: H. Peter Anvin (1): Merge commit 'syslinux-4.05' into lwip are available in the git repository at: git://github.com/geneC1/syslinux.git com32-cptime-upd-for-hpa Gene Cumm (3): cptime.c32: Move to modules; include in Makefile cptime.txt: AsciiDoc manpage for cptime.c32 prdhcp.c32: Add to Makefile com32/modules/Makefile | 3 +- com32/{samples => modules}/cptime.c | 0 doc/cptime...
2012 Feb 20
1
[GIT-PULL] repo change and pull reminder
I've changed my repo from git://github.com/geneC1/syslinux.git to git://github.com/geneC/syslinux.git and still have several git-pull requests pending. Change from native compiled C application to Perl to remove the platform association: git://github.com/geneC/syslinux.git diag-geodsp-perl-for-hpa Add AsciiDoc documentation and minor fixes to c...
2015 Jun 09
2
EFI and proxyDHCP: setups
...g similar to your tests, specifically VMHWv9 on the Host-Only network. It is possible that on Windows or with the Serva application, things act differently. Commit 81eeaa3 contains the variant of your patch that I thought I had talked about. https://github.com/geneC/syslinux.git git://github.com/geneC1/syslinux.git https://github.com/geneC/syslinux/commit/81eeaa3ea93ef124d4308f622ee29673e534dc0c I'm going to be trying your patch as-is next but I'm doubting it'll influence things. -- -Gene
2015 Jun 08
0
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
...x.php/Development The primary repo at kernel.org is behind. The development repo at zytor.com is up to date but inaccessible. There's been recent discussion about moving the primary repo. My repo on github is up to date and accessible. https://github.com/geneC/syslinux.git git://github.com/geneC1/syslinux.git -- -Gene
2015 Jun 09
0
EFI and proxyDHCP: setups
...VMHWv9 on the Host-Only network. It is > possible that on Windows or with the Serva application, things act > differently. > > Commit 81eeaa3 contains the variant of your patch that I thought I had > talked about. > > https://github.com/geneC/syslinux.git > git://github.com/geneC1/syslinux.git > > https://github.com/geneC/syslinux/commit/81eeaa3ea93ef124d4308f622ee29673e534dc0c > > I'm going to be trying your patch as-is next but I'm doubting it'll > influence things. > > -- > -Gene And I stand corrected Patrick. Apparently some clients...
2011 Dec 01
1
[PATCH][GIT-PULL] New Module: cptime.c
The following changes since commit dfdfec6e416896fe2800b58ef3e14e648033c67a: H. Peter Anvin (1): Merge remote-tracking branch 'origin/master' into lwip are available in the git repository at: git://github.com/geneC1/syslinux.git com32-cptime-for-hpa Gene Cumm (1): cptime.c32: Simple module to test download rates com32/samples/cptime.c | 284 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 284 insertions(+), 0 deletions(-) create mode 100644 com32/samples/cptime.c
2011 Dec 02
0
[PATCH][GIT-PULL] prdhcp.c32: Print DHCP packets
The following changes since commit dfdfec6e416896fe2800b58ef3e14e648033c67a: H. Peter Anvin (1): Merge remote-tracking branch 'origin/master' into lwip are available in the git repository at: git://github.com/geneC1/syslinux.git com32-prdhcp-for-hpa Gene Cumm (1): prdhcp.c32: Print DHCP packets com32/modules/prdhcp.c | 163 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 163 insertions(+), 0 deletions(-) create mode 100644 com32/modules/prdhcp.c -- -Gene "No one ever says,...
2015 Jun 07
2
EFI and proxyDHCP: setups
Patrick, I think I've been able to figure out some missing details about your VMware Workstation tests. For a proxyDHCP, I'm using dnsmasq. Could you try to confirm your test was the same basic setup? On VMware Workstation 10 with a VMHWv10 VM set to EFI firmware for x64, I've been able to get mixed results, depending on if a gateway is provided. With a VMHWv9 VM, I see what appear
2011 Dec 29
6
tftp with pxelinux.0 from syslinux 4.10-pre17
Hello everybody, setting up a netboot server for a really huge network I decided to go with what will be syslinux 4.10 to get support for http transfers. The setup works on my notebook, booting another notebook directly connected. However it fails with a more complex setup: A virtual machine on the second notebook bridged to the ethernet device does not boot, systems from other networks with a
2015 Jun 03
5
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
The UEFI PXE boot DHCP/proxyDHCP issue is very timely. I am working on that very topic now. Our scenario is a manufacturing environment set up to format and load/install custom hard drive images in our systems. Our environment: This is a manufacturing floor setup where we build computers for our customers. We have two servers and a client in the mix, all connected via Ethernet (IPv4 only).