Re: I have a few patches to fix minor things that I would like to have applied.

2013-08-21 Thread David Fernandez
Submitted bug #1001895 in Bugz.illa On Wed, Aug 21, 2013 at 12:39 PM, David Fernandez wrote: > Hi there, > > If any repository administrator is listening in this holiday period... > > First one is to avoid warnings for those pedantic people that like to > compile everything with -pedantic... > >

I have a few patches to fix minor things that I would like to have applied.

2013-08-21 Thread David Fernandez
Hi there, If any repository administrator is listening in this holiday period... First one is to avoid warnings for those pedantic people that like to compile everything with -pedantic... Is quite simple, and avoids a big row with evryone that has an opinion on the lots of bugs prevented by havi

Re: Patches

2011-09-20 Thread Ilija Kocho
On 20.09.2011 11:02, Will Wagner wrote: > Hello, > > I have quite a long list of patches I'd like to submit. What is the > preferred method? Patches to the mailing list or bugs in bugzilla? Bugzilla is the method: http://ecos.sourceware.org/fom-serv/ecos/cache/45.html Hint: Yo

Patches

2011-09-20 Thread Will Wagner
Hello, I have quite a long list of patches I'd like to submit. What is the preferred method? Patches to the mailing list or bugs in bugzilla? Thanks Will -- Will Wagner wil

RE: RedBoot patches regarding redboot_getc_terminate

2006-05-19 Thread Andrew Dyer
> Perhaps the 'tftp_stream_terminate()' function should be modified to issue > the "Remaining file contents not required" message in the case of a normal > termination. That sounds fine to me, but I can't test as I would have to pull the old target board out of mothballs (ie actually FIND it) and

RE: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Doyle, Patrick
> -Original Message- > From: David Vrabel [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 18, 2006 11:55 AM > To: Andrew Lunn > Cc: Doyle, Patrick; '[EMAIL PROTECTED]'; 'Andrew Dyer' > Subject: Re: RedBoot patches regarding redboot_getc_terminate &

Re: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread David Vrabel
Andrew Lunn wrote: >> I'm not entirely happy with the fix. It terminates the download when all >> the relevant bits of the ELF have been transferred. The causes the >> sender to think that the file transfer has failed which causes some >> customer confusion. > > It is possible to include a text st

Re: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Andrew Lunn
> I'm not entirely happy with the fix. It terminates the download when all > the relevant bits of the ELF have been transferred. The causes the > sender to think that the file transfer has failed which causes some > customer confusion. It is possible to include a text string in the error message.

Re: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread David Vrabel
ctions stripped before transferring to the target? At least until a complete solution (e.g., my suggested solution in the paragraph above) has been implemented. David Vrabel ps. If possible, attach patches as text/plain so people can easily read them in their mail readers. Thanks. Sticki

Re: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Andrew Lunn
On Thu, May 18, 2006 at 09:39:12AM -0400, Doyle, Patrick wrote: > > > > What happens to TFTP transfers with your change? Are they terminated > > gracefully? Or do they hang around until the server times out and > > kills them? > > > > Andrew > > > Unfortunately, I don't have any means to c

RE: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Doyle, Patrick
> > What happens to TFTP transfers with your change? Are they terminated > gracefully? Or do they hang around until the server times out and > kills them? > > Andrew > Unfortunately, I don't have any means to check that. Which is why I brought it up as a topic for discussion. Then I real

Re: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Andrew Lunn
On Thu, May 18, 2006 at 09:17:15AM -0400, Doyle, Patrick wrote: > Sometime since September of 2005, we updated our local eCos repository, > which includes Andrew Dyer's RedBoot patches to call > 'redboot_getc_terminate()' in various error scenarios. Since that time,

RE: RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Doyle, Patrick
Ahh what the heck... here's the patch anyway, just to add a little more meat to the discussion... --wpd redboot-load.patch Description: Binary data

RedBoot patches regarding redboot_getc_terminate

2006-05-18 Thread Doyle, Patrick
Sometime since September of 2005, we updated our local eCos repository, which includes Andrew Dyer's RedBoot patches to call 'redboot_getc_terminate()' in various error scenarios. Since that time, we have observed that anytime we use YMODEM to download code to our boards, it ter