search for: prdhcp

Displaying 20 results from an estimated 35 matches for "prdhcp".

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, 'I can't read tha...
2012 May 29
3
[git-pull] pxechn: change debug and add to NEWS
The following changes since commit a35dce33744f649fdbc0af0da664554cccaa8248: H. Peter Anvin (1): Merge remote-tracking branch 'hdt/master' are available in the git repository at: git://github.com/geneC/syslinux.git pxechn-fix-news-for-hpa Gene Cumm (2): pxechn: Turn off debug NEWS: add pxechn.c32 NEWS | 3 +++ com32/modules/pxechn.c | 16
2011 Dec 18
1
[PATCH][GIT-PULL] updates for cptime/prdhcp
...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.txt | 50 +++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 1 deletions(-) rename com32/{samples => modules}/cptime.c (100%...
2012 Oct 11
0
Syslinux-4.06-pre13
...onal check to ext2 loader isohybrid: fix isohybrid.c compile Gene Cumm (13): pxechn: Turn off debug NEWS: add pxechn.c32 doc/pxechn.txt: WDS specifics, example, issue pxechn.c32: add -S to transform sname to siaddr doc/pxechn.txt: add -S, examples, clarify prdhcp.c32: Print DHCP packets prdhcp.c32: Add to Makefile prdhcp.c32: Fix what is retrieved. doc/pxechn.txt: Change title for manpage use. doc/pxechn.txt: Updates for clarity/flow doc/pxechn.txt: word wrap doc/pxechn.txt: Fix old example doc/pxechn.txt: update M...
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
....c32 linux.c32 reboot.c32 pmload.c32 \ > - meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ > - kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ > - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ > - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ > - hexdump.c32 poweroff.c32 cptime.c32 debug.c32 > +# BIOS-specific modules > +MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ > + kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff....
2011 Dec 30
2
pxelinux 4.10-pre17 HTTP performance (cptime)
Hi, thanks for writing cptime, after manually adding it to the Makefile of a lwip git checkout it compiled fine (same about prdhcp) (only isohybrid complained about a missing uuid/uuid.h)... I have a 64bit VM with VMXNET3 and go there this result: [image: cptime.png] (can everybody see the picture?) The download of a 180MB large file (Parted Magic initrd) takes between 60 and 72 seconds, which is about 2.6 to 2.3 MiB/s. C...
2012 Oct 31
1
Syslinux-5.00-pre9
...(1): README: document the need for /usr/include/uuid/uuid.h Gene Cumm (13): pxechn: Turn off debug NEWS: add pxechn.c32 doc/pxechn.txt: WDS specifics, example, issue pxechn.c32: add -S to transform sname to siaddr doc/pxechn.txt: add -S, examples, clarify prdhcp.c32: Print DHCP packets prdhcp.c32: Add to Makefile prdhcp.c32: Fix what is retrieved. doc/pxechn.txt: Change title for manpage use. doc/pxechn.txt: Updates for clarity/flow doc/pxechn.txt: word wrap doc/pxechn.txt: Fix old example doc/pxechn.txt: update H...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...-24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + nictype.c32 TESTFILES = diff --git a/com32/modules/nictype.c b/com32/modules/nictype.c new file mode 100644 index 0000000..b2a1c2a --- /dev/null +++ b/com32/modules/nictype....
2012 Feb 20
1
[GIT-PULL] repo change and pull reminder
...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 cptime.c32 and prdhcp.c32: git://github.com/geneC/syslinux.git com32-cptime-upd-for-hpa I think I have pxechn.c32 nailed down but pending a library function set. -- -Gene
2013 Jan 21
1
elflink issues
I noticed several issues when diagnosing why pxechn.c32 didn't work in 5.01-pre3. 1) pxechn.c32, prdhcp.c32 and other modules crash Syslinux and force a reboot by executing an unresolved symbols. unload_pxe(), dns_resolv() and pxe_call() are the three. "Error: An undefined symbol was referenced" 2) In past versions, I built a debug build by having "CFLAGS += -DDEBUG=1" in mk/lo...
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
...-24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + hexdump.c32 TESTFILES = diff --git a/com32/modules/hexdump.c b/com32/modules/hexdump.c new file mode 100644 index 0000000..bc2c70d --- /dev/null +++ b/com32/modules/hexdump....
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...Sep 22 22:20 dosutil/mdiskchk.com 1 8774 Nov 1 18:09 utils/mkdiskimage 1 8892 Nov 1 18:08 com32/modules/kontron_wdt.c32 1 9516 Nov 1 18:08 com32/modules/ls.c32 1 9744 Nov 1 18:08 com32/modules/zzjson.c32 1 11356 Oct 2 22:16 com32/modules/pxedump.c32 1 12752 Nov 1 18:08 com32/modules/prdhcp.c32 1 13276 Nov 1 18:08 com32/modules/pmload.c32 1 15448 Nov 1 18:08 com32/modules/cpuidtest.c32 1 18536 Nov 1 18:08 com32/modules/linux.c32 1 20192 Nov 1 18:08 com32/modules/ifcpu.c32 1 21256 Nov 1 18:08 com32/rosh/rosh.c32 1 22204 Nov 1 18:08 com32/gfxboot/gfxboot.c32 1 24576 Nov 1...
2013 Mar 07
4
Syslinux-5.10-pre1
...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 cptime.c32: Simple module to test download rates prdhcp.c32: Print DHCP packets cptime.c32: Move to modules; include in Makefile cptime.txt: AsciiDoc manpage for cptime.c32 prdhcp.c32: Add to Makefile prdhcp.c32: Fix what is retrieved. core/lwip: update to lwIP-1.4.0 core/pxe: lwip changes to netconn_recv core/p...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...com32/modules | libcom32.c32 |ls.c32 |com32/modules | |meminfo.c32 |com32/modules | |pcitest.c32 |com32/modules | libcom32.c32 |pmload.c32 |com32/modules | libcom32.c32 |poweroff.c32 |com32/modules | |prdhcp.c32 |com32/modules | libutil.c32 libcom32.c32 |pwd.c32 |com32/modules | |pxechn.c32 |com32/modules | libutil.c32 libcom32.c32 |reboot.c32 |com32/modules | libcom32.c32 |sanboot.c32 |com32/modules | libcom32.c32...
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
...0,7 +20,7 @@ include $(MAKEDIR)/elf.mk # BIOS-specific modules MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ - kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ + kbdmap.c32 kontron_wdt.c32 pcitest.c32 play.c32 pmload.c32 poweroff.c32 \ prdhcp.c32 pxechn.c32 sanboot.c32 sdi.c32 vesainfo.c32 # All-architecture modules diff --git a/com32/modules/play.c b/com32/modules/play.c new file mode 100644 index 00000000..68741bf5 --- /dev/null +++ b/com32/modules/play.c @@ -0,0 +1,95 @@ +/* + * Plays a tune through the PC speaker. + * + * This fi...
2013 Feb 10
4
[PATCH] poweroff COM32 module
...100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -25,7 +25,7 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \ kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \ whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ - hexdump.c32 + hexdump.c32 poweroff.c32 TESTFILES = diff --git a/com32/modules/poweroff.c b/com32/modules/poweroff.c new file mode 100644 index 0000000..8cec483 --- /dev/null +++ b/com32/modules/poweroff.c @@ -0,0 +1,88 @@ +/* ------------...
2013 Apr 02
1
Problem with pxelinux 5.0 and memtest
Hi there, ----- Original Message ----- From: koxudaxi at gmail.com To: syslinux at zytor.com Date: 01.04.2013 10:00:27 Subject: Re: [syslinux] Problem with pxelinux 5.0 and memtest > On 04/01/2013 09:28 AM, H. Peter Anvin wrote: >> On 03/31/2013 05:26 PM, Koudai Aono wrote: >>> I ran the test on a x86 emulator is called Oracle VirtualBox. >>> I think it might not be
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...f.c32 ifcpu64.c32 lfs.c32 ls.c32 pmload.c32 sanboot.c32 vesainfo.c32 chain.c32 cpuidtest.c32 ethersel.c32 ifcpu.c32 libcom32.c32 lua.c32 poweroff.c32 sdi.c32 vesamenu.c32 cmd.c32 debug.c32 gfxboot.c32 ifmemdsk.c32 libgpl.c32 mboot.c32 prdhcp.c32 sysdump.c32 vpdtest.c32 cmenu.c32 dhcp.c32 gpxecmd.c32 ifplop.c32 liblua.c32 meminfo.c32 pwd.c32 syslinux.c32 whichsys.c32 config.c32 disk.c32 hdt.c32 kbdmap.c32 libmenu.c32 menu.c32 pxechn.c32 syslinux.cfg zzjson.c32 cptime.c32 dmi.c32...
2015 Mar 16
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
> > Is this "ArchLinux" entry equivalent to "\EFI\syslinux\syslinux.efi" > > in your UEFI firmware? > > Note: UEFI firmware is supposed to use (or show) backslash "\" as path > > separator. > > You have a great point there. > I redid the "efibootmgr" installation and instead of > > efibootmgr -c -d /dev/sdd -p 1 -l
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
...root root 9972 Dec 16 15:51 mboot.c32 -rwxr--r-- 1 root root 2424 Dec 16 15:51 meminfo.c32 -rwxr--r-- 1 root root 26176 Dec 16 15:51 menu.c32 -rwxr--r-- 1 root root 3384 Dec 16 15:51 pcitest.c32 -rwxr--r-- 1 root root 2960 Dec 16 15:51 pmload.c32 -rwxr--r-- 1 root root 3000 Dec 16 15:51 prdhcp.c32 -rwxr--r-- 1 root root 1404 Dec 16 15:51 pwd.c32 -rwxr--r-- 1 root root 12080 Dec 16 15:51 pxechn.c32 -rwxr--r-- 1 root root 1300 Dec 16 15:51 reboot.c32 -rwxr--r-- 1 root root 12868 Dec 16 15:51 rosh.c32 -rwxr--r-- 1 root root 1552 Dec 16 15:51 sanboot.c32 -rwxr--r-- 1 root root 3016...