public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/redboot/current ChangeLog includ ...
@ 2004-04-23 20:38 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2004-04-23 20:38 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2004-04-23 20:38:18
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include: redboot.h
packages/redboot/current/src: flash.c load.c main.c
packages/redboot/current/src/fs: fileio.c
packages/redboot/current/src/net: net_io.c tftp_client.c
Log message:
Add checking (assert) for size of option arrays. Also fix port for TFTP on little endian systems.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2007-08-09 12:13 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2007-08-09 12:13 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2007-08-09 12:13:26
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: http.h
packages/redboot/current/src/net: http_client.c
Log message:
Support HTTP_FORBIDDEN - from Peter Korsgaard
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2005-09-09 13:26 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2005-09-09 13:26 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2005-09-09 13:26:04
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: tftp_support.h
packages/redboot/current/src: load.c
packages/redboot/current/src/net: tftp_client.c
Log message:
TFTP ACK/NAK fixes, from Andrew Dyer
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2005-06-27 18:17 asl
0 siblings, 0 replies; 18+ messages in thread
From: asl @ 2005-06-27 18:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-06-27 18:17:38
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: net.h
packages/redboot/current/src: flash.c iomem.c
packages/redboot/current/src/net: enet.c ping.c
Log message:
* src/net/enet.c (ntohs): Return type is a short.
* src/flash.c (fis_list, fis_free, fis_create):
* src/iomem.c (do_iopeek): Fixed compiler warnings about formats
strings for diag_printf.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2004-05-31 7:55 jani
0 siblings, 0 replies; 18+ messages in thread
From: jani @ 2004-05-31 7:55 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jani@sourceware.org 2004-05-31 07:55:28
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include: redboot.h
packages/redboot/current/src: main.c
Log message:
get rid of unused workspace_size
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-12-21 13:17 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-12-21 13:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-12-21 13:17:52
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include: flash_config.h
packages/redboot/current/src: fconfig.c
packages/redboot/current/src/net: tcp.c
Log message:
Expand fconfig access via virtual vectors. Work around a TCP timing issue.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-12-01 18:33 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-12-01 18:33 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-12-01 18:33:39
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: bootp.h
packages/redboot/current/src/net: bootp.c
Log message:
Improve scanning for DHCP options - from David Vrabel
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-11-07 18:14 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-11-07 18:14 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-11-07 18:14:10
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: net.h
packages/redboot/current/src/net: bootp.c dns.c
Log message:
Use DNS server from DHCP info if present
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-10-09 20:23 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-10-09 20:23 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-10-09 20:23:36
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: net.h
packages/redboot/current/src/net: net_io.c
Log message:
Improve handling of multiple ethernet devices
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-09-30 21:17 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-09-30 21:17 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-09-30 21:17:44
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include: redboot.h
packages/redboot/current/src: fconfig.c parse.c
packages/redboot/current/src/net: tcp.c
Log message:
Some cleanups from David Vrable
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-07-16 19:08 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-07-16 19:08 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-07-16 19:08:55
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include: redboot.h
packages/redboot/current/src: io.c
packages/redboot/current/src/net: bootp.c ping.c
Log message:
Add ^C abort functionality to BOOTP and PING operations.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-07-15 16:21 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-07-15 16:21 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-07-15 16:21:42
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: net.h
packages/redboot/current/src/net: arp.c net_io.c
Log message:
Add initial ARP for better IP address handling
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2003-04-03 15:21 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2003-04-03 15:21 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2003-04-03 15:21:10
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: http.h
packages/redboot/current/src: load.c
packages/redboot/current/src/net: http_client.c
Log message:
Improve download error handling. Also display more info during load.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2002-10-24 11:32 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2002-10-24 11:32 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2002-10-24 11:32:26
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: bootp.h
packages/redboot/current/src: flash.c
packages/redboot/current/src/net: bootp.c
Log message:
Min BOOTP/vendor size. Fix typo in FIS/DELETE.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2002-09-03 5:48 msalter
0 siblings, 0 replies; 18+ messages in thread
From: msalter @ 2002-09-03 5:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: msalter@sources.redhat.com 2002-09-03 05:48:52
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/fs: disk.h
packages/redboot/current/src/fs: e2fs.c
Log message:
redboot/fs endianess tweak
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2002-08-07 7:42 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2002-08-07 7:42 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sources.redhat.com 2002-08-07 07:42:29
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: tftp.h
packages/redboot/current/src/net: tftp_client.c
Log message:
Fix TFTP for large (16MB+) files.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2002-07-18 13:05 gthomas
0 siblings, 0 replies; 18+ messages in thread
From: gthomas @ 2002-07-18 13:05 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sources.redhat.com 2002-07-18 13:05:23
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include: redboot.h
packages/redboot/current/src: load.c xyzModem.c
packages/redboot/current/src/fs: disk.c
packages/redboot/current/src/net: http_client.c tftp_client.c
Log message:
Fix problem with x/y-modem load.
^ permalink raw reply [flat|nested] 18+ messages in thread
* ecos/packages/redboot/current ChangeLog includ ...
@ 2002-07-16 9:25 msalter
0 siblings, 0 replies; 18+ messages in thread
From: msalter @ 2002-07-16 9:25 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: msalter@sources.redhat.com 2002-07-16 09:25:43
Modified files:
packages/redboot/current: ChangeLog
packages/redboot/current/include/net: net.h
packages/redboot/current/src/net: icmp.c ping.c tcp.c
Log message:
RedBoot ICMP patch from Hendrik.Ruijter@axis.com
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2007-08-09 12:13 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23 20:38 ecos/packages/redboot/current ChangeLog includ gthomas
-- strict thread matches above, loose matches on Subject: below --
2007-08-09 12:13 gthomas
2005-09-09 13:26 gthomas
2005-06-27 18:17 asl
2004-05-31 7:55 jani
2003-12-21 13:17 gthomas
2003-12-01 18:33 gthomas
2003-11-07 18:14 gthomas
2003-10-09 20:23 gthomas
2003-09-30 21:17 gthomas
2003-07-16 19:08 gthomas
2003-07-15 16:21 gthomas
2003-04-03 15:21 gthomas
2002-10-24 11:32 gthomas
2002-09-03 5:48 msalter
2002-08-07 7:42 gthomas
2002-07-18 13:05 gthomas
2002-07-16 9:25 msalter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).