This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

eCos anonymous CVS repository updated


The eCos anonymous CVS repository has been updated today (2001-12-07).

The following changes were made to NEWS and ChangeLogs:

Index: host/libcdl/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/libcdl/ChangeLog,v
retrieving revision 1.17
diff -u -0 -r1.17 ChangeLog
--- ChangeLog	2001/07/29 02:00:07	1.17
+++ ChangeLog	2001/12/07 14:12:32
@@ -0,0 +1,12 @@
+2001-12-06  Bart Veer  <bartv@redhat.com>
+
+	* cdlcore.hxx, build.cxx, interp.cxx:
+	Move #include of <cctype> to common header rather than to
+	individual source files, avoiding build problems with
+	newer compilers. Reported by Jeff Law.
+
+	* infer.cxx (inner_resolve):
+	CdlTransaction::is_preferable_to() is not symmetric. Rearrange
+	some expressions so that disabling options or making them
+	inactive is subtly discouraged rather than encouraged.
+
Index: host/tools/configtool/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/tools/configtool/ChangeLog,v
retrieving revision 1.15
diff -u -0 -r1.15 ChangeLog
--- ChangeLog	2001/10/26 12:27:31	1.15
+++ ChangeLog	2001/12/07 14:12:38
@@ -0,0 +1,5 @@
+2001-12-03  Julian Smart <julians@redhat.com>
+
+    * standalone/wxwin/templatesdlg.cpp: hardware is now sorted alphabetically
+    on UNIX.
+
Index: host/tools/configtool/standalone/common/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/host/tools/configtool/standalone/common/ChangeLog,v
retrieving revision 1.7
diff -u -0 -r1.7 ChangeLog
--- ChangeLog	2001/10/26 12:27:32	1.7
+++ ChangeLog	2001/12/07 14:12:43
@@ -0,0 +1,5 @@
+2001-12-06  Bart Veer  <bartv@redhat.com>
+
+	* cdl_exec.cxx (report_conflicts):
+	Report possible solutions correctly (bug 56232).
+
Index: packages/devs/eth/amd/pcnet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/amd/pcnet/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/10/19 07:02:29	1.3
+++ ChangeLog	2001/12/07 14:12:48
@@ -0,0 +1,12 @@
+2001-12-04  Nick Garnett  <nickg@redhat.com>
+
+	* src/if_pcnet.c:
+	Added a couple of 100us delays in transmit code. These appear to
+	be necessary to meet timing constraints on some platforms. These
+	are not a very satisfying fix, but they will have to do for now.
+	Also changed all references to diag_printf to db_printf, and added
+	a static implementation of db_printf() that will gnerate
+	diagnostic output properly on RedBoot.
+
+	* src/amd_pcnet.h: diag_printf -> db_printf
+	
Index: packages/devs/serial/powerpc/quicc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/powerpc/quicc/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/09/12 04:21:14	1.8
+++ ChangeLog	2001/12/07 14:12:53
@@ -0,0 +1,7 @@
+2001-11-30  Jonathan Larmour  <jlarmour@redhat.com>
+2001-11-29  Christoph Csebits  <christoph.csebits@frequentis.com>
+
+	* src/quicc_smc_serial.c:
+        aligning buffer to cache lines,
+        flushing buffer in cache before flushing the device.
+
Index: packages/hal/arm/edb7xxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/edb7xxx/current/ChangeLog,v
retrieving revision 1.33
diff -u -0 -r1.33 ChangeLog
--- ChangeLog	2001/10/19 07:02:31	1.33
+++ ChangeLog	2001/12/07 14:12:57
@@ -0,0 +1,6 @@
+2001-12-06  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* misc/edb7212_redboot.ecm:
+	* misc/edb7212_redboot_ROM.ecm:
+	Fix target descriptions to be edb7xxx.
+
Index: packages/hal/arm/pid/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/pid/current/ChangeLog,v
retrieving revision 1.28
diff -u -0 -r1.28 ChangeLog
--- ChangeLog	2001/06/10 19:35:26	1.28
+++ ChangeLog	2001/12/07 14:13:02
@@ -318,0 +319,4 @@
+1999-12-09  John Dallaway  <jld@cygnus.co.uk>
+
+	* cdl/hal_arm_pid.cdl: Add SID execution flags option.
+
Index: packages/hal/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v
retrieving revision 1.74
diff -u -0 -r1.74 ChangeLog
--- ChangeLog	2001/11/30 13:09:26	1.74
+++ ChangeLog	2001/12/07 14:13:07
@@ -0,0 +1,17 @@
+2001-12-05  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/dbg-threads-syscall.c (dbg_thread_syscall): Don't bother to
+	deref a func ptr. The opcode could theoretically be 0x0!
+
+2001-12-04  Richard Sandiford  <rsandifo@redhat.com>
+
+	* src/generic-stub.c (__add_char_to_packet): Reverse check for
+	end of buffer and end of packet to fix potential buffer overrun.
+
+2001-12-01  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/dbg-threads-syscall.c (dbg_thread_syscall): check for
+	NULL dbg_syscall_ptr.
+
+	* cdl/hal.cdl: require CYGPKG_INFRA since all HALs do!
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.29
diff -u -0 -r1.29 ChangeLog
--- ChangeLog	2001/11/23 17:12:58	1.29
+++ ChangeLog	2001/12/07 14:13:11
@@ -0,0 +1,6 @@
+2001-12-06  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/i386.ld: Add .rel.text and .rel.data sections to avoid
+	linker warnings, which can cause the linker to then get confused.
+	(From nickc)
+
Index: packages/hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/11/30 13:09:27	1.12
+++ ChangeLog	2001/12/07 14:13:15
@@ -0,0 +1,10 @@
+2001-12-06  Nick Garnett  <nickg@redhat.com>
+
+	* include/pcmb_serial.h: 
+	* src/pcmb_serial.c:
+	Added a simple validation test for serial devices. If the status
+	register reads back all ones we decide that the device is absent
+	and mark it invalid. We test this elsewhere to avoid touching the
+	device again. This should help to cope with various problems with
+	PCs that come with only one serial port.
+
Index: packages/hal/mips/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v
retrieving revision 1.59
diff -u -0 -r1.59 ChangeLog
--- ChangeLog	2001/11/23 17:12:59	1.59
+++ ChangeLog	2001/12/07 14:13:41
@@ -0,0 +1,20 @@
+2001-12-04  Nick Garnett  <nickg@redhat.com>
+
+	* src/hal_misc.c: Added hal_arch_program_new_stack() to support
+	running user programs on a new stack placed at the top of RAM.
+
+	* src/vectors.S: Added hal_program_new_stack function to support
+	hal_arch_program_new_stack(). This does the actual stack
+	switching.
+
+	* include/mips-stub.h (NUMREGS): 
+	* include/mips-regs.h (NUM_REGS):
+	Added test to correctly define these when the target expects the
+	CP0 registers to be reported to GDB
+
+	* include/hal_arch.h: Added support for fetching CP0 registers in
+	MIPS64 platforms for GDB. Reorganized the code slightly.
+
+	* cdl/hal_mips.cdl:
+	Added define_proc to define HAL_ARCH_PROGRAM_NEW_STACK.
+
Index: packages/hal/mips/mips32/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/mips32/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/04/06 17:20:33	1.1
+++ ChangeLog	2001/12/07 14:13:46
@@ -0,0 +1,7 @@
+2001-12-04  Nick Garnett  <nickg@redhat.com>
+
+	* include/var_arch.h: Added macros to read/write CP0 registers.
+
+	* cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
+	option to enable reporting of CP0 registers to GDB.
+
Index: packages/hal/mips/mips64/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/mips64/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/11/23 17:12:59	1.2
+++ ChangeLog	2001/12/07 14:13:50
@@ -0,0 +1,7 @@
+2001-12-04  Nick Garnett  <nickg@redhat.com>
+
+	* include/var_arch.h: Added macros to read/write CP0 registers.
+
+	* cdl/hal_mips_mips64.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
+	option to enable reporting of CP0 registers to GDB.
+
Index: packages/hal/mips/vr4300/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/vr4300/current/ChangeLog,v
retrieving revision 1.7
diff -u -0 -r1.7 ChangeLog
--- ChangeLog	2001/10/19 07:02:34	1.7
+++ ChangeLog	2001/12/07 14:13:54
@@ -0,0 +1,9 @@
+2001-12-05  Nick Garnett  <nickg@redhat.com>
+
+	* include/variant.inc: Add ifdef around cache clearing code to
+	only do this in non-RAM-startup configurations. If this is done in
+	a RAM-startup configuration, it can play merry havoc with the
+	state of things like RedBoot's network stack.
+	We now assume, for RAM applications, that our loader has
+	initialized the cache.
+
Index: packages/infra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v
retrieving revision 1.25
diff -u -0 -r1.25 ChangeLog
--- ChangeLog	2001/10/02 18:28:28	1.25
+++ ChangeLog	2001/12/07 14:13:59
@@ -0,0 +1,6 @@
+2001-12-06  Jesper Skov  <jskov@redhat.com>
+
+	* src/diag.cxx: Added functions to do memory dump in 16 and 32 bit
+	units. Based on changes from Warren Jasper <warrenj@bops.com>.
+	* include/diag.h: Function declarations.
+	
Index: packages/io/eth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v
retrieving revision 1.28
diff -u -0 -r1.28 ChangeLog
--- ChangeLog	2001/11/30 13:09:27	1.28
+++ ChangeLog	2001/12/07 14:14:04
@@ -0,0 +1,5 @@
+2001-12-04  Richard Sandiford  <rsandifo@redhat.com>
+
+	* src/stand_alone/eth_drv.c (eth_drv_read): Check that the return
+	buffer is big enough to hold the packet.
+
Index: packages/isoinfra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/isoinfra/current/ChangeLog,v
retrieving revision 1.14
diff -u -0 -r1.14 ChangeLog
--- ChangeLog	2001/10/19 07:02:41	1.14
+++ ChangeLog	2001/12/07 14:14:08
@@ -0,0 +1,12 @@
+2001-12-05  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/netdb.h (gethostbyname): anonymous arguments aren't allowed
+	in C (I thought they were a GNU C extension, sigh).
+
+2001-11-30  Jonathan Larmour  <jlarmour@redhat.com>
+2001-11-30  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* include/netdb.h: Provide a default NULL implementation of
+	struct hostent, gethostbyname and gethostbyaddr if a real implementation
+	doesn't exist. This makes life easier for legacy code.
+
Index: packages/language/c/libc/stdio/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/language/c/libc/stdio/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/11/23 17:13:01	1.12
+++ ChangeLog	2001/12/07 14:14:13
@@ -0,0 +1,6 @@
+2001-12-05  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix starvation
+	problem when waiting for threads to unlock of lower priority.
+	Fix for bug #57014.
+
Index: packages/net/ftpclient/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/ftpclient/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/11/23 17:13:01	1.1
+++ ChangeLog	2001/12/07 14:14:17
@@ -1 +1,5 @@
-2001-11-4  Andrew Lunn  <andrew.lunn@ascom.ch>
+2001-12-04  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* src/ftpclient.c: Allow it to compile!
+
+2001-11-04  Andrew Lunn  <andrew.lunn@ascom.ch>
Index: packages/net/snmp/agent/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/snmp/agent/current/ChangeLog,v
retrieving revision 1.15
diff -u -0 -r1.15 ChangeLog
--- ChangeLog	2001/08/15 02:21:28	1.15
+++ ChangeLog	2001/12/07 14:14:21
@@ -0,0 +1,10 @@
+2001-11-21  Hugo Tyson  <hmt@redhat.com>
+
+	* src/snmpd.c (snmpd): Explicit execution-time initialization of
+	"running" variable, so that we can restart snmpd without it
+	immediately exiting again.
+
+	* src/snmptask.c (snmpdloop): Make the snmpd thread loop forever,
+	so that we can restart it when the state of all the interfaces
+	changes.
+
Index: packages/net/tcpip/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v
retrieving revision 1.34
diff -u -0 -r1.34 ChangeLog
--- ChangeLog	2001/11/30 13:09:29	1.34
+++ ChangeLog	2001/12/07 14:14:26
@@ -0,0 +1,51 @@
+2001-12-06  Hugo Tyson  <hmt@redhat.com>
+
+	* src/lib/bootp_support.c (init_net): Just re-tabbed and checked
+	the addition to initialize DNS from DHCP info - it had already
+	snuck into the file in the previous change from Andrew.  Include
+	of netdb.h added also, from the patch in Bug 57019.  Also check
+	CYGINT_ISO_DNS for the setup code instead of CYGPKG_ISO_DNS.
+
+2001-12-04  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/lib/bootp_support.c: Check CYGINT_ISO_DNS (from
+	<pkgconf/isoinfra.h>) instead of CYGPKG_ISO_DNS.
+
+2001-12-03   Andrew Lunn  <Andrew.Lunn@ascom.ch>
+
+	* src/lib/bootp_support.c: get_bootp_option(): Take the
+	max length of data we want out of the bootp record.
+	* src/lib/dhcp_prot.c: Pass the length we expect for an option.
+
+2001-08-16  Anssi Pulkkinen <Anssi.Pulkkinen@ascom.ch>
+
+	* src/lib/dhcp_prot.c: Make sure we use the newly calculated xid.
+	
+2001-08-02  Anand Srivastava <Anand.Srivastava@ascom.ch>
+
+        * src/lib/dhcp_prot.c do_dhcp: ID calculation must be done only
+	once. moved it out the loop. 	
+	
+2001-11-21  Hugo Tyson  <hmt@redhat.com>
+
+	* src/lib/dhcp_support.c (dhcp_mgt_entry): If we have an
+	SNMPAGENT, must recycle it whenever we reinitialize all
+	interfaces; call SnmpdShutDown() to cause this.
+	Also re-initialize all loopback interfaces here too.	
+
+2001-11-30  Hugo Tyson  <hmt@redhat.com>
+
+	* src/lib/dhcp_prot.c (set_default_dhcp_tags): New routine to
+	insert all the extra woffle we need neatly each time, keeping the
+	state machine's case arms to the real work.  The new thing this
+	sets is TAG_DHCP_PARM_REQ_LIST, with a list that matches the
+	default set we get from a LINUX dhcpd.  This is because M$ servers
+	need explicit requests for eg. TAG_GATEWAY.  Note that I have
+	included configuration to override the set of tags requested here
+	in the source, but not yet backed up by CDL - we'll see whether
+	anyone needs this.
+	(set_variable_tag): New routine to insert a variable pointed-to
+	data item rather than an int of 1,2 or 4 bytes.
+	(do_dhcp): Call set_default_dhcp_tags() every time we send a
+	packet, rather than ad hoc additions in each state.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.48
diff -u -0 -r1.48 ChangeLog
--- ChangeLog	2001/11/30 13:09:29	1.48
+++ ChangeLog	2001/12/07 14:14:31
@@ -0,0 +1,60 @@
+2001-12-06  Jesper Skov  <jskov@redhat.com>
+
+	* src/load.c (do_load): Fix warning.
+	* src/main.c: Added support for dumping memory in 16 and 32 bit
+	units. Based on patch from Warren Jasper <warrenj@bops.com>.
+
+2001-12-05  Hugo Tyson  <hmt@redhat.com>
+
+	* src/flash.c (get_config): If we are editing an IP address, and
+	it is 0.0.0.0 (as you get at "fco -i" time) suppress using that as
+	the initial value of the string, it is unhelpful as a starting
+	point for line editing.
+
+	If we were given a value on the CLI eg. "fco bootp false" because
+	the new value was copied into the holding string, it was not
+	recognized as a change, so the flash was not updated.  Bug!  The
+	fix is to change the order of the strcpy()s so that holdline is
+	before line.
+
+	If the input line for a new value is completely blank, and the
+	type is not string, take this to mean don't change the value.
+	Otherwise typing in an empty line to an IP address goes off and
+	tries to DNS resolve it there and then, looks like a hang.
+
+	(do_flash_config): If we print the message "** invalid entry" do
+	not just loop; set onevalue = NULL so that the user is prompted
+	for a good value.  Otherwise it loops forever trying the same
+	value if you typed "fco bootp goat" (goat being a bad boolean).
+
+	* src/parse.c (parse_bool): Check for (partial) rest of the word
+	either "true" or "false" and nothing extra.  Thus we reject
+	"truefalse" as is all to easy to type in by accident.  "TRU" "T"
+	"tRuE" are all OK of course.
+
+	* src/net/inet_addr.c (inet_aton): Do not accept terminating the
+	dot-quad address with a final dot.  Else typing on the end of a
+	provided-for-editing string is accepted.  Also reject units > 255.
+	Allow typing in either exactly one (large) number or 4 small ones;
+	reject intermediates.  Thus we reject "10.16.19.1110.16.19.33" and
+	"0.0.0.010.16.19.11" as are all to easy to type in by accident,
+	and things like 10.0.0xffff which used to be accepted.  0x0a00ffff
+	is OK though.  This change also prevents the pointer s running off
+	the end of the string if you just entered eg. "1".
+
+2001-12-04  Richard Sandiford  <rsandifo@redhat.com>
+
+	* include/net/net.h (ETH_MAX_PKTLEN): Increase to match definition
+	of MAX_ETH_MSG.
+
+2001-12-04  Richard Sandiford  <rsandifo@redhat.com>
+
+	* src/net/tcp.c (__tcp_poll): Call MS_TICKS_DELAY before __timer_poll.
+	* src/net/net_io.c (net_io_getc): Remove MS_TICKS_DELAY from here...
+	(net_io_getc_nonblock): ...and from here.
+
+2001-11-30  Jesper Skov  <jskov@redhat.com>
+
+	* src/net/net_io.c (net_init): Print ESA for device even if bootp
+	fails.
+

====================================

Here is a summary of the files modified:

M host/libcdl/ChangeLog
M host/libcdl/build.cxx
M host/libcdl/cdlcore.hxx
M host/libcdl/infer.cxx
M host/libcdl/interp.cxx
M host/tools/configtool/ChangeLog
M host/tools/configtool/standalone/common/ChangeLog
M host/tools/configtool/standalone/common/cdl_exec.cxx
M host/tools/configtool/standalone/wxwin/CHANGES.txt
M host/tools/configtool/standalone/wxwin/TODO.txt
M host/tools/configtool/standalone/wxwin/symbols.h
M host/tools/configtool/standalone/wxwin/templatesdlg.cpp
M packages/devs/eth/amd/pcnet/current/ChangeLog
M packages/devs/eth/amd/pcnet/current/src/amd_pcnet.h
M packages/devs/eth/amd/pcnet/current/src/if_pcnet.c
M packages/devs/serial/powerpc/quicc/current/ChangeLog
M packages/devs/serial/powerpc/quicc/current/src/quicc_smc_serial.c
M packages/hal/arm/edb7xxx/current/ChangeLog
M packages/hal/arm/edb7xxx/current/misc/edb7212_redboot.ecm
M packages/hal/arm/edb7xxx/current/misc/edb7212_redboot_ROM.ecm
M packages/hal/arm/pid/current/ChangeLog
M packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl
M packages/hal/common/current/ChangeLog
M packages/hal/common/current/cdl/hal.cdl
M packages/hal/common/current/src/dbg-threads-syscall.c
M packages/hal/common/current/src/generic-stub.c
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/src/i386.ld
M packages/hal/i386/pc/current/misc/redboot_FLOPPY_D850GB.ecm
M packages/hal/i386/pcmb/current/ChangeLog
M packages/hal/i386/pcmb/current/include/pcmb_serial.h
M packages/hal/i386/pcmb/current/src/pcmb_serial.c
M packages/hal/mips/arch/current/ChangeLog
M packages/hal/mips/arch/current/cdl/hal_mips.cdl
M packages/hal/mips/arch/current/include/hal_arch.h
M packages/hal/mips/arch/current/include/mips-regs.h
M packages/hal/mips/arch/current/include/mips-stub.h
M packages/hal/mips/arch/current/src/hal_misc.c
M packages/hal/mips/arch/current/src/vectors.S
M packages/hal/mips/mips32/current/ChangeLog
M packages/hal/mips/mips32/current/cdl/hal_mips_mips32.cdl
M packages/hal/mips/mips32/current/include/var_arch.h
M packages/hal/mips/mips64/current/ChangeLog
M packages/hal/mips/mips64/current/cdl/hal_mips_mips64.cdl
M packages/hal/mips/mips64/current/include/var_arch.h
M packages/hal/mips/vr4300/current/ChangeLog
M packages/hal/mips/vr4300/current/include/variant.inc
M packages/infra/current/ChangeLog
M packages/infra/current/include/diag.h
M packages/infra/current/src/diag.cxx
M packages/io/eth/current/ChangeLog
M packages/io/eth/current/src/stand_alone/eth_drv.c
M packages/isoinfra/current/ChangeLog
M packages/isoinfra/current/include/netdb.h
M packages/language/c/libc/stdio/current/ChangeLog
M packages/language/c/libc/stdio/current/src/common/fflush.cxx
M packages/net/ftpclient/current/ChangeLog
M packages/net/ftpclient/current/src/ftpclient.c
M packages/net/snmp/agent/current/ChangeLog
M packages/net/snmp/agent/current/src/snmpd.c
M packages/net/snmp/agent/current/src/snmptask.c
M packages/net/tcpip/current/ChangeLog
M packages/net/tcpip/current/include/bootp.h
M packages/net/tcpip/current/src/lib/bootp_support.c
M packages/net/tcpip/current/src/lib/dhcp_prot.c
M packages/net/tcpip/current/src/lib/dhcp_support.c
M packages/redboot/current/ChangeLog
M packages/redboot/current/include/net/net.h
M packages/redboot/current/src/flash.c
M packages/redboot/current/src/load.c
M packages/redboot/current/src/main.c
M packages/redboot/current/src/parse.c
M packages/redboot/current/src/net/inet_addr.c
M packages/redboot/current/src/net/net_io.c
M packages/redboot/current/src/net/tcp.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]