Displaying 20 results from an estimated 400 matches similar to: "[PATCH] core:PXELINUX: fix the OACK option parsing bug."
2009 Aug 08
2
[PATCH] pxe: fix OACK packet handling
The current code only works iff the tsize option is set.
This patch fixes the handling of the OACK packet and makes the code
work with all combinations of the tsize and blksize options.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/pxe.c b/core/pxe.c
index 81d3e23..a4b8a14 100644
--- a/core/pxe.c
+++ b/core/pxe.c
@@ -913,8 +913,10 @@ static void pxe_searchdir(char
2013 Dec 01
0
[PATCH] core: Bad read of file size over TFTP
A fancy pointers logic has been replaced with a plain old if / else
branches. It was assigning only half of a 64 bits integer which is then
assigned to a size_t. Thus leading to a bug on platform where size_t is
64 bits.
Resolves bug #26
Signed-off-by: Celelibi <celelibi at gmail.com>
---
Not sure if genec already issued a pull request for this patch or not.
Anyway, here it is as
2010 Feb 24
1
tftp upload and OACK problem.
Hello!
I recently started testing curl's tftp options, and found that it crashed
when trying to upload files using tftp because it didn't handle OACK properly.
So, I'm attempting to fix it. Now, I have an endless loop: The client (my hacked curl)
sends TFTP write request with options,
server responds with OACK (tsize, blksize)
client sends data packet, block 0
BUT: server responds
2002 Feb 04
3
Allwell doesn't respond to OACK with ACK in TFTP
I'm trying to network-boot a GCT Allwell set-top box without success.
My frustration level is high.
The problem seems to be that the Allwell is sending a RRQ with an
option. tftp-hpa responds with an OACK, and waits for the corresponding
ACK from the Allwell. The Allwell never sends that ACK, but instead
continues with the same RRQ until timeout.
Having read RFC1782, this makes me think
2009 Dec 10
1
[PATCH] [RFC] lib: add a hex dump lib function
Hi all,
Date: Thu, 10 Dec 2009 22:55:20 +0800
Subject: [PATCH] [RFC] lib: add a hex dump lib function
I think it would be better to have a hex dump routine; it would make
debugging much easier since it can dump the data, like fs meta data,
in a hex style, just like what the 'hexdump -C file' command does.
BTW, I'm not sure where should I to put the hexdump function declaration.
For
2002 Mar 02
1
accessing factor levels from C
Hi,
I am trying to get information about factors from a C-program. As I see,
the factors are basically integers with attribute ,,levels''. But
unfortunately I am not been able to read the levels information. I am
using:
SEXP variable, levels;
...
variable = VECTOR_ELT( data_frame, j);
switch( TYPEOF( variable)) {
case INTSXP:
if( isFactor( VECTOR_ELT( data_frame,
2004 Jul 21
3
Request to an hpa-TFTP enhancement - convert '\' in filenames to '/'
Hello,
I'm working on getting BartPE (normally a LiveCD of Windows XP)
network booted by PXE from a Linux TFTPD server. Normally a M$
RIS server with Active Directory and stuff is necessary, but the basic
filetransfers are all done by TFTP and SMB and can therefore be
delivered by a Linux machine.
I'm referring to this documentation
http://oss.netfarm.it/guides/pxe.php how to do
2014 Nov 05
0
SYSAPPEND not replacing spaces
Hello,
The description of SYSAPPEND for the DMI information states that the spaces are replaced by underscores, but this replacement does not occur in 6.03. There's small bug present in triplicata in com32/elflink/ldlinux/readconfig.c:copy_sysappend_string(), com32/menu/readconfig.c:copy_sysappend_string(), and core/sysappend.c:copy_and_mangle() prevent proper replacement of spaces by
2020 Jun 19
0
[PATCH 15/16] mm/hmm/test: add self tests for THP migration
Add some basic stand alone self tests for migrating system memory to device
private memory and back.
Signed-off-by: Ralph Campbell <rcampbell at nvidia.com>
---
lib/test_hmm.c | 323 ++++++++++++++++++++-----
tools/testing/selftests/vm/hmm-tests.c | 292 ++++++++++++++++++++++
2 files changed, 560 insertions(+), 55 deletions(-)
diff --git a/lib/test_hmm.c
2009 Mar 23
0
GSoC Application submitted.
Hi, all.
I have submitted my application just now. it's at:
http://socghop.appspot.com/student_proposal/show/google/gsoc2009/aleaxander/t123783762744
Thanks.
--
regards
liu Aleaxander
2015 Jul 01
5
boot... round 2
To remind you once again.
ISOLINUX >= 6.00 built with GCC >= 5.0.0 causes a broken boot.
This relates specifically to the use of the vesamenu.c32,
menu.c32 works without problemos.
This "code" is already in 6.03, therefore this is not a fix for it!
Revert "SYSAPPEND: Fix space stripping"
This reverts commit 3106dcd
http://repo.or.cz/w/syslinux.git/commit/3106dcd
Fixes
2004 Aug 06
0
Multiple Frames per Packet
Hi, I'm using Speex and I want to pack multiple frames into a single
packet. The manual (section 4.5) says to call "speex_encode()"
multiple times before calling "speex_bits_write()", and then call
"speex_decode()" until it returns -1. However, when I try that
"speex_decode()" never returns -1, and it enters an infinite loop.
I'm using 1.0.4.
Any
2007 Mar 08
2
pxelinux never OACKs tftp server response
After the PXE PROM code downloads and runs the pxelinux.0 image and it
tries to download config information the client stops acknowledging the
server OACK packets from the server.
pxelinux from syslinux 3.11 from Fedora RPM, accessing Solaris 10 in.tftpd
The tftp client in pxelinux.0 sends a tftp file read request with extended
options tsize \00 0 \00 blksize \00 1440 \00 and then the server
2010 Oct 02
4
[PATCH 0/4] some fixes on elflink branch
This is a small set of patches for elflink branch based on
feng's elflink branch.
hpa, It seems that I can't log on terminus by ssh at home. So I can't push these
patches on my git tree.
Liu Aleaxander (4):
elflink: Cleanup some warnings
elflink: Fix the wrong malloc size in enter_cmdline
elflink: Do clear screen even if we have no pDraw_Menu method
elflink: Add Ctrl-p +
2010 Oct 03
3
[PATCH 0/3] elflink: Another small fixes on CLI
Hi,
This is a another small set of fixes about CLI on elflink branch.
Liu Aleaxander (3):
elflink: use 'input' as the prompt of the CLI
elflink: Add ctrl-R key bind support
elflink: handle the NULL return of edit_cmdline
core/elflink/cli.c | 88 +++++++++++++++++++++++++++++++++++++++++---
core/elflink/load_env32.c | 4 ++-
2 files changed, 85 insertions(+), 7
2011 Mar 16
0
[GIT PULL] elflink changes
Hi,
I picked up the following patches from Liu Aleaxander that he sent to
the mailing list last year. They add some new features to the command
line interface code and fix a couple of bugs.
The following changes since commit 9ded45991b4fc83b40af963feb773ddca2589d74:
ldlinux: Parse and store the "onerror" command line (2011-03-09 14:32:36 +0000)
are available in the git repository
2010 Jun 28
1
Syslinux 4.00 released
After 64 prereleases, 626 commits, 52,742 lines of changes, and tons of
work by many, many people, Syslinux 4.00 is now officially released.
Syslinux 4.00 is the first of a set of major code restructuring
releases. The single biggest new features are btrfs and ext4 support,
and support for disks larger than 2 TiB.
Huge thanks to:
- Intel, for sponsoring mine, Alek Du's and Feng Tang's
2009 Apr 20
1
Announcing our 2009 Google Summer of Code students
Congratulations to our 2009 Google Summer of Code Students:
Claudiu Mihail
Liu Aleaxander
Claudiu will work on CLI/parser migration to C, and Liu will work on
ext4 support and filesystem migration to C. In combination, this should
help get Syslinux into a much more portable state.
We're looking forward to your work!
-hpa
2009 Dec 14
1
Applied the generic path searching to ISOLINUX
Hi all,
I just applied the generic path searching to ISOLINUX, and you can
check it here:
http://git.zytor.com/?p=users/liu/gsoc09_liu.git
since commit 4bb194f14a43674cced3a8c35d5e625e59db32dc.
hpa, for now, all the fs code have been converted to new-style
interface and I have done my best to make all the fs C code be clean
and readable. Well, it would be great if you take a minute to
2020 Mar 28
0
[klibc:update-dash] Implement stpcpy() and stpncpy()
Commit-ID: 89742f0fc6f93a4a748ab783856a9d441511b808
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=89742f0fc6f93a4a748ab783856a9d441511b808
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 28 Mar 2020 21:04:54 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:12 +0000
[klibc] Implement stpcpy() and