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]

eCos anonymous CVS repository updated


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

The following changes were made to NEWS and ChangeLogs:

Index: packages/NEWS
===================================================================
RCS file: /cvs/ecos/ecos/packages/NEWS,v
retrieving revision 1.40
diff -u -0 -r1.40 NEWS
--- NEWS	2001/08/10 19:27:55	1.40
+++ NEWS	2001/09/12 00:56:26
@@ -0,0 +1 @@
+* AMD PCNet ethernet driver added.
Index: packages/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.57
diff -u -0 -r1.57 ChangeLog
--- ChangeLog	2001/08/03 12:27:32	1.57
+++ ChangeLog	2001/09/12 00:56:29
@@ -107,0 +108,4 @@
+2001-04-03  Jesper Skov  <jskov@redhat.com>
+
+	* ecos.db: Added PCNet ethernet driver package.
+
Index: packages/compat/posix/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/compat/posix/current/ChangeLog,v
retrieving revision 1.18
diff -u -0 -r1.18 ChangeLog
--- ChangeLog	2001/08/10 19:27:55	1.18
+++ ChangeLog	2001/09/12 00:56:33
@@ -0,0 +1,5 @@
+2001-09-06  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/posix.cdl: Moved signal implements statements to the
+	CYGPKG_POSIX_SIGNALS component.
+
Index: packages/devs/eth/amd/pcnet/current/ChangeLog
===================================================================
RCS file: ChangeLog
diff -N ChangeLog
--- /dev/null	Tue May  5 13:32:27 1998
+++ ChangeLog	Tue Sep 11 17:56:35 2001
@@ -0,0 +1,123 @@
+2001-07-26  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c (amd_pcnet_init): Wait for init table loadup
+	completion. Removed ESA hack.
+
+2001-07-25  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: Be more careful with the use of STOP since it
+	clears interrupt request flags. Moved some code from _start to
+	_init. Don't double check RX int flag in RxEvent function.
+	(amd_pcnet_init): Move ID output below initialization.
+	Get rid of the last use of STOP, replace with SUSPEND. Minor
+	cleanups.
+	(amd_pcnet_init): Fix silly compile error.
+	(amd_pcnet_init): Check that the controller actually
+	starts. Appears that it needs to be kicked a couple of times under
+	certain conditions.
+
+	* src/amd_pcnet.h: Added TFC bits.
+
+2001-07-24  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: Mask off RDRA/TDRA pointers. Additional debug
+	info. Hack for broken ESA init. Don't clear TX interrupt flag in
+	send function (leave it to the event handler).
+	(pcnet_stop): Don't reset the controller, just stop it.
+	(pcnet_TxEvent): Only ack interrupt once.
+
+	* src/amd_pcnet.h: Added more registers.
+
+2001-07-18  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: Make controller recover after FIFO
+	underflow. Removed unnecessary stall checking. Signal stack on TX
+	errors.
+
+2001-07-16  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: Minor cleanups, avoid use of diag_printf unless
+	when debugging.
+
+2001-07-12  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: Use PCI_IO accessor macros instead of HAL IO
+	macros. Added a few more CPU->PCI address conversions. Print
+	controller data.
+	
+	* src/amd_pcnet.h: Added default PCI_IO accessor macros. Use
+	PCI_IO accessor macros instead of HAL IO macros.
+
+	* src/if_pcnet.c: Removed macros. Added new interrupt handling
+	code. Added code to find resources via PCI library. Change from
+	enaddr to esa. Use HAL_PCI_CPU_TO_BUS macros instead of phys
+	address macro. Fix esa setup code. Debug output tidied up.
+
+	* src/amd_pcnet.h: Moved macros here. Added definitions for 32 bit
+	RD/TD (unused). Changes for PCI configury.
+
+	* cdl/amd_pcnet_eth_drivers.cdl: Removed static esa option (now
+	per-device option). Added dev count option.
+
+	* src/if_pcnet.c: Get rid of within_send.
+	* src/amd_pcnet.h: Same.
+
+	* src/if_pcnet.c: Fix compile error.
+
+2001-04-09  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: More updates.
+
+	* src/amd_pcnet.h: A few more defs.
+
+	* cdl/amd_pcnet_eth_drivers.cdl: Removed write EEPROM option.
+
+	* src/if_pcnet.c: Fix link status check code. Change some C types
+	to cyg types.
+	* src/amd_pcnet.h (get_reg, put_reg): Also access ANR registers. 
+
+	* src/amd_pcnet.h: Macros for accessing structure elements.
+	* src/if_pcnet.c: Use those macros.	
+
+2001-04-04  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c: Keep local counter of where to expect RX
+	packets. Appears that the receive ring counter always points at
+	the first buffer.
+	(pcnet_poll): Handle RX events before TX events. 
+	Make sure to not accidently clear IENA flag.
+
+	* src/if_pcnet.c: Added RX code.
+	* src/amd_pcnet.h: A few more defs.
+
+2001-04-03  Jesper Skov  <jskov@redhat.com>
+
+	* src/if_pcnet.c (amd_pcnet_init): Feed controller physical address.
+
+	* Cloned from LAN91Cxx driver.
+
+//===========================================================================
+//####COPYRIGHTBEGIN####
+//                                                                          
+// -------------------------------------------                              
+// The contents of this file are subject to the Red Hat eCos Public License 
+// Version 1.1 (the "License"); you may not use this file except in         
+// compliance with the License.  You may obtain a copy of the License at    
+// http://www.redhat.com/                                                   
+//                                                                          
+// Software distributed under the License is distributed on an "AS IS"      
+// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
+// License for the specific language governing rights and limitations under 
+// the License.                                                             
+//                                                                          
+// The Original Code is eCos - Embedded Configurable Operating System,      
+// released September 30, 1998.                                             
+//                                                                          
+// The Initial Developer of the Original Code is Red Hat.                   
+// Portions created by Red Hat are                                          
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
+// All Rights Reserved.                                                     
+// -------------------------------------------                              
+//                                                                          
+//####COPYRIGHTEND####
+//===========================================================================
Index: packages/devs/eth/arm/ebsa285/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.19
diff -u -0 -r1.19 ChangeLog
--- ChangeLog	2001/06/10 19:35:24	1.19
+++ ChangeLog	2001/09/12 00:56:39
@@ -0,0 +1,14 @@
+2001-08-31  Hugo Tyson  <hmt@redhat.com>
+2001-08-31  Andrew Lunn <Andrew.Lunn@ascom.ch>
+
+	* src/if_ebsa285.c (TxDone): Check from prev change is moved to
+	the logical driver.  Also, we zero the key in global state before
+	the callback - this should make no difference, but again it's good
+	practice, and ASCOM's tests indicate a benefit for CASE 106059.
+	
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_ebsa285.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
Index: packages/devs/eth/arm/iq80310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/arm/iq80310/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/08/17 16:37:36	1.2
+++ ChangeLog	2001/09/12 00:56:42
@@ -0,0 +1,11 @@
+2001-08-24  Mark Salter  <msalter@redhat.com>
+
+	* src/if_iq80310.c (PacketRxReady): Break out of Rx loop after
+	one packet is delivered for RedBoot.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_iq80310.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -42 +53 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/devs/eth/cf/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/cf/current/ChangeLog,v
retrieving revision 1.7
diff -u -0 -r1.7 ChangeLog
--- ChangeLog	2001/06/22 18:18:47	1.7
+++ ChangeLog	2001/09/12 00:56:45
@@ -0,0 +1,10 @@
+2001-08-25  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_sc_lpe.c (sc_lpe_card_handler): Rework ESA discovery code.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_sc_lpe.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -117 +127 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/devs/eth/intel/i82559/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/intel/i82559/current/ChangeLog,v
retrieving revision 1.6
diff -u -0 -r1.6 ChangeLog
--- ChangeLog	2001/06/22 18:18:47	1.6
+++ ChangeLog	2001/09/12 00:56:49
@@ -0,0 +1,26 @@
+2001-08-29  Hugo Tyson  <hmt@redhat.com>
+
+	* cdl/intel_i82559_eth_drivers.cdl: New CDL options called 
+	CYGPKG_DEVS_ETH_INTEL_I82559_TICKLE_THREAD, .._PRIORITY and
+	.._DELAY to control the thread.  By default this is all disabled
+	because it is not needed for a real network application which
+	itself proactively tries to use the net - it's only needed when
+	the app is totally passive, so the driver otherwise does not get
+	CPU time at all.
+	
+	* src/if_i82559.c (starti82559ticklethread): New code to start a
+	thread (!) to catch lost interrupts and thus restart jammed
+	hardware.  It's only possible if KERNEL and NET - RedBoot is
+	unaffected, and it's not needed for RedBoot 'cos RedBoot polls.
+	(TxMachine): An assert about the CU idle status sometimes fired;
+	made the code more conservative wrt timing here.
+	(comments): more documentation on the possible external configury
+	by .inl file, described the two TIMEOUT macros that can be set,
+	and indeed must be to use the tickling thread meaningfully.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_i82559.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -632 +658 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/devs/eth/ns/dp83902a/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/ns/dp83902a/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/06/25 18:24:35	1.1
+++ ChangeLog	2001/09/12 00:56:52
@@ -0,0 +1,5 @@
+2001-08-25  Gary Thomas  <gthomas@redhat.com>
+
+	* include/dp83902a.h (DP_DATAPORT): Add - used by ESA discovery
+	on SC/LPE card.
+
Index: packages/devs/eth/powerpc/fec/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/powerpc/fec/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/06/29 07:16:27	1.2
+++ ChangeLog	2001/09/12 00:56:55
@@ -0,0 +1,6 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_fec.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
Index: packages/devs/eth/powerpc/quicc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/powerpc/quicc/current/ChangeLog,v
retrieving revision 1.9
diff -u -0 -r1.9 ChangeLog
--- ChangeLog	2001/05/18 06:32:29	1.9
+++ ChangeLog	2001/09/12 00:56:58
@@ -0,0 +1,6 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/if_quicc.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -158 +164 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/devs/flash/intel/strata/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/strata/current/ChangeLog,v
retrieving revision 1.7
diff -u -0 -r1.7 ChangeLog
--- ChangeLog	2001/07/18 11:38:40	1.7
+++ ChangeLog	2001/09/12 00:57:01
@@ -0,0 +1,8 @@
+2001-08-25  Gary Thomas  <gthomas@redhat.com>
+
+	* src/flash_program_buf.c (flash_program_buf): Allow configuration
+	specific code sequence for actual writing of data.  Define by the
+	macro CYGHWR_FLASH_WRITE_ELEM.  Note: this is required on some
+	hardware, like the Intel SA185, which handles flash writes in
+	strange/obscure fashion.
+
Index: packages/devs/kbd/arm/ipaq/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/kbd/arm/ipaq/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/05/18 06:32:30	1.2
+++ ChangeLog	2001/09/12 00:57:04
@@ -0,0 +1,4 @@
+2001-08-29  Kenichi Nakamura  <nakamura@redhat.com>
+
+	* cdl/kbd_ipaq.cdl: Modified dependency on file I/O package.
+
Index: packages/devs/serial/arm/iq80310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/iq80310/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/02/19 17:27:11	1.1
+++ ChangeLog	2001/09/12 00:57:10
@@ -0,0 +1,4 @@
+2001-09-03  Jesper Skov  <jskov@redhat.com>
+
+	* include/arm_iq80310_ser.inl: Fix interrupt vector name typos.
+
Index: packages/devs/touch/arm/ipaq/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/touch/arm/ipaq/current/ChangeLog,v
retrieving revision 1.2
diff -u -0 -r1.2 ChangeLog
--- ChangeLog	2001/05/18 06:32:30	1.2
+++ ChangeLog	2001/09/12 00:57:13
@@ -0,0 +1,4 @@
+2001-08-29  Kenichi Nakamura  <nakamura@redhat.com>
+
+        * cdl/touch_ipaq.cdl: Modified dependency on file I/O package.
+
Index: packages/hal/arm/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arch/current/ChangeLog,v
retrieving revision 1.60
diff -u -0 -r1.60 ChangeLog
--- ChangeLog	2001/08/22 06:27:14	1.60
+++ ChangeLog	2001/09/12 00:57:16
@@ -0,0 +1,4 @@
+2001-08-24  Mark Salter  <msalter@redhat.com>
+
+	* src/arm_stub.c (target_thumb_ins): Add support for pop insn.
+
Index: packages/hal/arm/ebsa285/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.21
diff -u -0 -r1.21 ChangeLog
--- ChangeLog	2001/06/22 18:18:47	1.21
+++ ChangeLog	2001/09/12 00:57:19
@@ -0,0 +1,6 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/redboot_cmds.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -754 +760 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/hal/arm/iq80310/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/iq80310/current/ChangeLog,v
retrieving revision 1.9
diff -u -0 -r1.9 ChangeLog
--- ChangeLog	2001/08/17 16:37:36	1.9
+++ ChangeLog	2001/09/12 00:57:23
@@ -0,0 +1,15 @@
+2001-08-27  Mark Salter  <msalter@redhat.com>
+
+	* cdl/hal_arm_iq80310.cdl (CYGSEM_HAL_ARM_IQ80310_BTB): New option.
+	(CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY) New option.
+	
+	* src/iq80310_pci.c (cyg_hal_plf_pci_init): Clear PCI retry based on
+	CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY.
+
+	* include/hal_platform_setup.h: Turn on BTB based on configure option.
+
+2001-08-24  Mark Salter  <msalter@redhat.com>
+
+	* src/iq80310_misc.c (iq80310_program_new_stack): Convert to inline
+	asm so that code generation differences won't break it.
+
Index: packages/hal/arm/sa11x0/ipaq/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/ipaq/current/ChangeLog,v
retrieving revision 1.8
diff -u -0 -r1.8 ChangeLog
--- ChangeLog	2001/07/29 02:00:08	1.8
+++ ChangeLog	2001/09/12 00:57:26
@@ -0,0 +1,7 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/redboot_cmds.c: 
+	* src/lcd_support.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
Index: packages/hal/arm/sa11x0/var/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/var/current/ChangeLog,v
retrieving revision 1.15
diff -u -0 -r1.15 ChangeLog
--- ChangeLog	2001/08/22 06:27:14	1.15
+++ ChangeLog	2001/09/12 00:57:29
@@ -0,0 +1,6 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/redboot_linux_exec.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
Index: packages/hal/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v
retrieving revision 1.66
diff -u -0 -r1.66 ChangeLog
--- ChangeLog	2001/08/17 16:37:36	1.66
+++ ChangeLog	2001/09/12 00:57:33
@@ -0,0 +1,5 @@
+2001-08-24  Mark Salter  <msalter@redhat.com>
+
+	* src/generic-stub.c (__process_packet): Add support for 'D' packet.
+	(__process_packet): Check for impossible mem write length.
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.23
diff -u -0 -r1.23 ChangeLog
--- ChangeLog	2001/08/03 12:27:32	1.23
+++ ChangeLog	2001/09/12 00:57:36
@@ -0,0 +1,20 @@
+2001-09-05  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/vectors.S (__default_interrupt_vsr): Adjust saved stack pointer
+	for the hardware and trampoline saved data.
+	(__default_exception_vsr): Ditto.
+
+2001-08-31  Nick Garnett  <nickg@redhat.com>
+
+	* include/arch.inc: Clean up typo in stack switching macros.
+
+2001-08-22  Nick Garnett  <nickg@redhat.com>
+
+	* include/hal_io.h: Added some macros to do in-memory data
+	accesses for memory mapped devices.
+
+	* include/hal_arch.h: Attempted to make some sense out of the
+	stack size macros.
+
+	* include/hal_intr.h: Extended VSR table to its full 256 entries.
+
Index: packages/hal/i386/pc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v
retrieving revision 1.10
diff -u -0 -r1.10 ChangeLog
--- ChangeLog	2001/08/15 02:21:28	1.10
+++ ChangeLog	2001/09/12 00:57:39
@@ -0,0 +1,20 @@
+2001-09-07  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* misc/redboot_FLOPPY.ecm: Disable
+	CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
+	* misc/redboot_ROM.ecm: Ditto.
+
+2001-09-05  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/plf_misc.c (hal_platform_init): If not RAM startup, install
+	exception VSRs.
+
+2001-08-22  Nick Garnett  <nickg@redhat.com>
+
+	* include/pkgconf/mlt_i386_pc_floppy.ldi:
+	* include/pkgconf/mlt_i386_pc_floppy.mlt:
+	Moved load base address from 0x2000 to 0x3000.
+
+	* include/platform.inc (hal_idt_init): Added entries to set up IDT
+	entries 48..67.
+
Index: packages/hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.4
diff -u -0 -r1.4 ChangeLog
--- ChangeLog	2001/08/03 12:27:33	1.4
+++ ChangeLog	2001/09/12 00:57:43
@@ -0,0 +1,8 @@
+2001-08-22  Nick Garnett  <nickg@redhat.com>
+
+	* src/pcmb_misc.c: Added spinlock to clock read operation.
+	
+	* include/pcmb_io.h (PC_WRITE_SCREEN_*): Added casts to make these
+	macros more universal.
+
+
Index: packages/hal/mips/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v
retrieving revision 1.53
diff -u -0 -r1.53 ChangeLog
--- ChangeLog	2001/08/03 12:27:33	1.53
+++ ChangeLog	2001/09/12 00:57:46
@@ -0,0 +1,6 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/redboot_linux_exec.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -1462 +1468 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/hal/mips/rm7000/ocelot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/rm7000/ocelot/current/ChangeLog,v
retrieving revision 1.5
diff -u -0 -r1.5 ChangeLog
--- ChangeLog	2001/08/10 19:27:56	1.5
+++ ChangeLog	2001/09/12 00:57:49
@@ -0,0 +1,6 @@
+2001-08-31  David Woodhouse  <dwmw2@redhat.com>
+
+	* cfl/hal_mips_rm7000_ocelot.cdl: Fix compiler options to use
+	-mips2 for BE build, and make the LE options match the BE options
+	in all but endianness.
+
Index: packages/hal/mn10300/stb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mn10300/stb/current/ChangeLog,v
retrieving revision 1.5
diff -u -0 -r1.5 ChangeLog
--- ChangeLog	2001/08/17 16:37:36	1.5
+++ ChangeLog	2001/09/12 00:57:52
@@ -0,0 +1,5 @@
+2001-09-05  David Howells  <dhowells@redhat.com>
+
+	* src/plf_misc.c: made inclusion here of hal_ctrlc_isr()
+	contingent on the lack of virtual vector support.
+
Index: packages/hal/powerpc/mpc8xx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/powerpc/mpc8xx/current/ChangeLog,v
retrieving revision 1.11
diff -u -0 -r1.11 ChangeLog
--- ChangeLog	2001/06/29 14:45:50	1.11
+++ ChangeLog	2001/09/12 00:57:55
@@ -0,0 +1,4 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/mpc8xxrev.c: Don't use printf(), but rather diag_printf().
+
@@ -167 +171 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/hal/sh/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/arch/current/ChangeLog,v
retrieving revision 1.32
diff -u -0 -r1.32 ChangeLog
--- ChangeLog	2001/07/18 11:38:41	1.32
+++ ChangeLog	2001/09/12 00:57:58
@@ -0,0 +1,10 @@
+2001-09-05  Jesper Skov  <jskov@redhat.com>
+
+	* src/sh_stub.c (__single_step): Changed type 2 handling.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/redboot_linux_exec.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -836 +846 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/hal/sh/sh3/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/sh/sh3/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/07/29 02:00:09	1.12
+++ ChangeLog	2001/09/12 00:58:00
@@ -0,0 +1,6 @@
+2001-09-05  Jesper Skov  <jskov@redhat.com>
+
+	* include/mod_regs_ubc.h: Type 2 BRCR definitions.
+
+	* include/mod_7729.h (CYGARC_SH_MOD_UBC): Changed to type 2.
+
Index: packages/infra/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/infra/current/ChangeLog,v
retrieving revision 1.22
diff -u -0 -r1.22 ChangeLog
--- ChangeLog	2001/08/10 19:27:56	1.22
+++ ChangeLog	2001/09/12 00:58:04
@@ -0,0 +1,40 @@
+2001-08-25  Gary Thomas  <gthomas@redhat.com>
+
+	* src/diag.cxx (_vprintf): Fix confusion between signed and unsigned
+	descriptors (only %d is signed).
+
+2001-08-24  Gary Thomas  <gthomas@redhat.com>
+
+	* include/diag.h: Export diag_dump_buf_with_offset.
+
+	* src/diag.cxx (_vprintf): Fix problems with signed/unsigned prints.
+	(diag_dump_buf_with_offset): Export.
+
+2001-08-23  Gary Thomas  <gthomas@redhat.com>
+
+	* src/diag.cxx (_vprintf): Restore functionality of %D,%U,%X,%B,%S,%C
+	which were present in old code.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/diag.cxx: 
+	* include/diag.h: 
+	* cdl/infra.cdl: Restructuring to support more flexible versions
+	of diag_printf() and related functions.  Remove old cruft which
+	was workaround for possibly failing compilers [K&R support].
+	These versions of printf(), etc, were part of the RedBoot package
+	and have been moved here (and renamed) to reduce code duplication.
+
+2001-08-22  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/eprintf.c: New file to implement __eprintf called from libgcc.
+	* cdl/infra.cdl: Build it.
+	* include/cyg_type.h: Provide __THROW default empty throw specifier.
+	* include/cyg_ass.h (cyg_assert_fail): Add __THROW.
+	(cyg_assert_msg): Ditto.
+	* src/buffer.cxx (cyg_assert_fail): Ditto.
+	* src/fancy.cxx (cyg_assert_fail): Ditto.
+	* src/null.cxx (cyg_assert_fail): Ditto (twice).
+	* src/simple.cxx (cyg_assert_fail): Ditto.
+	* src/tcdiag.cxx (cyg_assert_msg): Ditto.
+
@@ -734 +774 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/io/eth/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/eth/current/ChangeLog,v
retrieving revision 1.22
diff -u -0 -r1.22 ChangeLog
--- ChangeLog	2001/08/22 06:27:14	1.22
+++ ChangeLog	2001/09/12 00:58:08
@@ -0,0 +1,25 @@
+2001-09-05  Gary Thomas  <gthomas@redhat.com>
+
+	* src/stand_alone/eth_drv.c (eth_drv_init): Don't initialize
+	structures if ESA is zero.  This is used by low level drivers
+	to indicate that a device is present, but can't currently be
+	used.  The eCos driver handles this case as well.
+
+2001-08-31  Hugo Tyson  <hmt@redhat.com>
+2001-08-31  Andrew Lunn <Andrew.Lunn@ascom.ch>
+
+	* src/net/eth_drv.c (eth_drv_tx_done): Guard against a NULL key
+	return - which can be caused by race conditions in the driver,
+	this is the neatest fixup.  It's good defensive programming
+	anyway and ASCOM's tests indicate a benefit for CASE 106059.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/stand_alone/eth_drv.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
+	* cdl/eth_drivers.cdl: Only enable warning/debug modes if RedBoot
+	is present as the debug environment (since there are implicit
+	dependencies on RedBoot functions).
+
@@ -359 +384 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/io/pci/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/pci/current/ChangeLog,v
retrieving revision 1.12
diff -u -0 -r1.12 ChangeLog
--- ChangeLog	2001/04/06 17:20:38	1.12
+++ ChangeLog	2001/09/12 00:58:11
@@ -0,0 +1,6 @@
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/pci.c: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.
+
@@ -265 +271 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
Index: packages/kernel/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v
retrieving revision 1.66
diff -u -0 -r1.66 ChangeLog
--- ChangeLog	2001/08/22 06:27:14	1.66
+++ ChangeLog	2001/09/12 00:58:15
@@ -0,0 +1,126 @@
+2001-09-05  Jesper Skov  <jskov@redhat.com>
+
+	* include/mqueue.inl (Cyg_Mqueue): Initialize busy flag of last
+	entry in the list.
+
+2001-09-04  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/instrument.cdl (CYGDBG_KERNEL_INSTRUMENT_BUILD_HOST_DUMP): 
+	Remove redundant requires, and adjust make rule to be more portable
+	across hosts.
+	(CYGDBG_KERNEL_INSTRUMENT_MSGS_BUILD_HEADERFILE):
+	Invoke script with sh directly rather than rely on executable attribute.
+
+	* host/instr/readme.txt: Update build of host dump as per the changed
+	CDL.
+
+	* cdl/kernel.cdl: Don't build nullinst.cxx any more.
+	Build meminst.cxx only in CYGPKG_KERNEL_INSTRUMENT.
+	* src/instrmnt/nullinst.cxx: Delete. It causes confusion in the
+	library as it declares cyg_instrument like meminst.cxx does.
+
+2001-08-31  Nick Garnett  <nickg@redhat.com>
+
+	* src/intr/intr.cxx: Clean up typo in DSR table
+	case. dsr_table_tail and dsr_table_head were not being subscripted
+	in a couple of places.
+
+2001-08-23  Hugo Tyson  <hmt@redhat.com>
+2001-08-20  Andrew Lunn <andrew.lunn@ascom.ch>
+
+	* include/instrument_desc.h: New file.  This contains the table of
+	events used to print the nice information.  It should be
+	regenerated when the instrumentation numbers change.
+
+	* src/instrmnt/meminst.cxx (cyg_instrument_msg):
+	returns an ASCII string describing the type of event the
+	instrumentation code logged.
+
+	* include/instrmnt.h: Added function prototype.
+
+	* cdl/instrument.cdl: Configury for enabling the new function, and
+	optionally rebuilding its header file and building a host tool.
+
+	* host/instr/dump_instr.c: New file.  A host program to print the
+	instrumentation information in a human readable form.
+
+	* host/instr/instrument.sh: New file.  Script to generate table of
+	events with textual representation.
+
+	* host/instr/readme.txt: New file.  Helpful information.
+
+2001-08-23  Nick Garnett  <nickg@redhat.com>
+
+	* include/kapidata.h (CYG_THREADTIMER_MEMBERS):
+	Substituted an expicit cyg_alarm object for CYG_ALARM_MEMBERS in
+	this definition. In some architectures (MIPS in particular) the
+	structures need to be padded to a multiple of 64 bits. This was
+	not happening with the macro substituted versions.
+	This is just a temporary fix, I'll leave it to Jifl to sort out a
+	real patch when he returns.
+
+2001-08-23  Hugo Tyson  <hmt@redhat.com>
+
+	* src/common/thread.cxx: Properly qualify Cyg_Thread::destructors
+	array so that it builds when destructors are not used.
+
+2001-08-23  Nick Garnett  <nickg@redhat.com>
+
+	* src/sched/mlqueue.cxx: Added code to
+	Cyg_SchedThread_Implementation::to_queue_head() to handle a NULL
+	thread queue pointer. This compensates for a minor change in
+	behaviour of the scheduler.
+
+2001-08-22  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/thread.cdl: Add kernel thread destructor options.
+	* include/kapidata.h: Add thread destructor entries to cyg_thread
+	* include/thread.hxx (Cyg_Thread): Give per-thread data indexes
+	their own type, cyg_data_index.
+	Include new thread destructor data members, and new add_destructor
+	and rem_destructor member functions.
+	* include/thread.inl: Use a cyg_data_index for per-thread data handle.
+	(add_destructor): New Cyg_Thread member function.
+	(rem_destructor): Ditto.
+	* src/common/kapi.cxx: Use cyg_data_index type for per-thread data
+	functions.
+	* src/common/thread.cxx (Cyg_Thread): initialise per-thread
+	destructors if needed.
+	Define static destructors if needed.
+	(exit): Call destructors.
+	(new_data_index): Use cyg_data_index type.
+	(free_data_index): Ditto.
+
+2001-08-22  Hugo Tyson  <hmt@redhat.com>
+  
+	* src/sync/mutex.cxx (Cyg_Mutex): Add initialization of the
+	priority ceiling value in the non-dynamic protocol case.
+
+2001-08-22  Nick Garnett  <nickg@redhat.com>
+
+	* tests/intr0.c: 
+	* tests/kintr0.c:
+	Swapped order of interrupt enable/disable calls to keep kernel
+	happy when assertions are enabled. Otherwise the enable call
+	complains that interrupts have not been disabled.
+
+	* src/sched/mlqueue.cxx:
+	Simplified algorithm in set_need_reschedule().
+
+	* include/smp.hxx: 
+	* include/kapidata.h: Change spinlock to be a cyg_uint32, rather
+	than a cyg_atomic.
+
+	* src/intr/intr.cxx: 
+	* include/intr.hxx:
+	Now arrange for DSRs to be called on the same CPU as the ISR. This
+	is necessary if the DSR needs to access per-CPU hardware (such as
+	interrupt controllers). This is achieved by keeping a separate DSR
+	list/table for each CPU.
+
+	* tests/smp.cxx: Some modifications to make this test work in a
+	real SMP environment.
+
+	* tests/timeslice.c: 
+	* cdl/kernel.cdl: Added timeslice test.
+
@@ -5 +131 @@
-	is slept with a low priority, and so did not run when awakened by
+	it slept with a low priority, and so did not run when awakened by
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.39
diff -u -0 -r1.39 ChangeLog
--- ChangeLog	2001/08/17 16:37:37	1.39
+++ ChangeLog	2001/09/12 00:58:19
@@ -0,0 +1,65 @@
+2001-09-06  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/redboot.h: Include string function prototype header.
+
+2001-09-06  Jesper Skov  <jskov@redhat.com>
+
+	* src/fs/ide.c (ide_read_sectors): Use diag_(s)printf.
+	* src/fs/disk.c (do_disks): Same.
+
+2001-08-27  Mark Salter  <msalter@redhat.com>
+
+	* src/syscall.c (HZ): Should be 60 for ARM, also.
+
+2001-08-24  Tim Smith  <tsmith@redhat.com>
+	* src/xyzModem.c
+	* src/xyzModem.h
+	Provide xyzModem_stream_terminate() function to abort/clean up
+	XYZmodem download on normal termination or after errors.
+
+	* src/load.c
+	Use aforementioned function to abort downloads on SREC errors,
+	stop load_srec_image() from injecting stuff into the XYZmodem
+	stream and confusing things.
+
+2001-08-24  Mark Salter  <msalter@redhat.com>
+
+	* src/net/net_io.c: Don't close connections if there is
+	data left to read or write.
+
+	* src/syscall.c: Add support for utimes syscall.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* src/net/udp.c: 
+
+	* src/net/pktbuf.c: 
+
+	* src/net/ping.c: 
+
+	* src/net/net_io.c: 
+
+	* src/net/inet_addr.c: 
+
+	* src/net/enet.c: 
+
+	* src/fs/e2fs.c: 
+
+	* src/xyzModem.c: 
+	* src/parse.c: 
+	* src/misc_funs.c: 
+	* src/main.c: 
+	* src/load.c: 
+	* src/io.c: 
+	* src/flash.c: 
+	* include/net/net.h: 
+	* include/redboot.h: 
+	printf() is no longer a part of RedBoot.  Thus all programs
+	must use diag_printf() and related functions instead.  Also
+	renamed the non-standard function gets() to be _rb_gets()
+	since there was some confusion about it because of it's
+	rather standard name.
+
+	* cdl/redboot.cdl: Lots of changes based on moving all printf()
+	functionality into "infra" and only using it as diag_XXX().
+
Index: packages/templates/redboot/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/templates/redboot/ChangeLog,v
retrieving revision 1.4
diff -u -0 -r1.4 ChangeLog
--- ChangeLog	2001/06/29 07:16:29	1.4
+++ ChangeLog	2001/09/12 00:58:22
@@ -0,0 +1,8 @@
+2001-09-04  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* current.ect: Silence warnings when selecting redboot template.
+
+2001-08-22  Gary Thomas  <gthomas@redhat.com>
+
+	* current.ect: Include STDC string functions.
+
@@ -46 +54 @@
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             

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

Here is a summary of the files modified:

M host/tools/configtool/common/common/build.cxx
M host/tools/configtool/standalone/wxwin/CHANGES.txt
M host/tools/configtool/standalone/wxwin/README.txt
M host/tools/configtool/standalone/wxwin/TODO.txt
M host/tools/configtool/standalone/wxwin/about.htm
M host/tools/configtool/standalone/wxwin/aboutdlg.cpp
M host/tools/configtool/standalone/wxwin/admindlg.cpp
M host/tools/configtool/standalone/wxwin/admindlg.h
M host/tools/configtool/standalone/wxwin/appsettings.cpp
M host/tools/configtool/standalone/wxwin/appsettings.h
M host/tools/configtool/standalone/wxwin/configtool.cpp
M host/tools/configtool/standalone/wxwin/configtool.h
M host/tools/configtool/standalone/wxwin/configtooldoc.cpp
M host/tools/configtool/standalone/wxwin/ecutils.cpp
M host/tools/configtool/standalone/wxwin/ecutils.h
M host/tools/configtool/standalone/wxwin/mainwin.cpp
M host/tools/configtool/standalone/wxwin/settingsdlg.cpp
M host/tools/configtool/standalone/wxwin/symbols.h
M host/tools/configtool/standalone/wxwin/bitmaps/splash16.png
M host/tools/configtool/standalone/wxwin/setup/configtool.iss
M host/tools/configtool/standalone/wxwin/setup/makesetup.sh
M host/tools/configtool/standalone/wxwin/setup/maketarball.sh
M packages/ChangeLog
M packages/NEWS
M packages/ecos.db
M packages/compat/posix/current/ChangeLog
M packages/compat/posix/current/cdl/posix.cdl
A packages/devs/eth/amd/pcnet/current/ChangeLog
A packages/devs/eth/amd/pcnet/current/cdl/amd_pcnet_eth_drivers.cdl
A packages/devs/eth/amd/pcnet/current/src/amd_pcnet.h
A packages/devs/eth/amd/pcnet/current/src/if_pcnet.c
M packages/devs/eth/arm/ebsa285/current/ChangeLog
M packages/devs/eth/arm/ebsa285/current/src/if_ebsa285.c
M packages/devs/eth/arm/iq80310/current/ChangeLog
M packages/devs/eth/arm/iq80310/current/src/if_iq80310.c
M packages/devs/eth/cf/current/ChangeLog
M packages/devs/eth/cf/current/src/if_sc_lpe.c
M packages/devs/eth/intel/i82559/current/ChangeLog
M packages/devs/eth/intel/i82559/current/cdl/intel_i82559_eth_drivers.cdl
M packages/devs/eth/intel/i82559/current/src/if_i82559.c
M packages/devs/eth/ns/dp83902a/current/ChangeLog
M packages/devs/eth/ns/dp83902a/current/include/dp83902a.h
M packages/devs/eth/powerpc/fec/current/ChangeLog
M packages/devs/eth/powerpc/fec/current/src/if_fec.c
M packages/devs/eth/powerpc/quicc/current/ChangeLog
M packages/devs/eth/powerpc/quicc/current/src/if_quicc.c
M packages/devs/flash/intel/strata/current/ChangeLog
M packages/devs/flash/intel/strata/current/src/flash_program_buf.c
M packages/devs/kbd/arm/ipaq/current/ChangeLog
M packages/devs/kbd/arm/ipaq/current/cdl/kbd_ipaq.cdl
M packages/devs/serial/arm/iq80310/current/ChangeLog
M packages/devs/serial/arm/iq80310/current/include/arm_iq80310_ser.inl
M packages/devs/touch/arm/ipaq/current/ChangeLog
M packages/devs/touch/arm/ipaq/current/cdl/touch_ipaq.cdl
M packages/hal/arm/arch/current/ChangeLog
M packages/hal/arm/arch/current/src/arm_stub.c
M packages/hal/arm/ebsa285/current/ChangeLog
M packages/hal/arm/ebsa285/current/src/redboot_cmds.c
M packages/hal/arm/iq80310/current/ChangeLog
M packages/hal/arm/iq80310/current/cdl/hal_arm_iq80310.cdl
M packages/hal/arm/iq80310/current/include/hal_platform_setup.h
M packages/hal/arm/iq80310/current/src/iq80310_misc.c
M packages/hal/arm/iq80310/current/src/iq80310_pci.c
M packages/hal/arm/iq80310/current/src/diag/cycduart.c
M packages/hal/arm/iq80310/current/src/diag/ether_test.c
M packages/hal/arm/iq80310/current/src/diag/pci_serv.c
M packages/hal/arm/sa11x0/ipaq/current/ChangeLog
M packages/hal/arm/sa11x0/ipaq/current/src/lcd_support.c
M packages/hal/arm/sa11x0/ipaq/current/src/redboot_cmds.c
M packages/hal/arm/sa11x0/var/current/ChangeLog
M packages/hal/arm/sa11x0/var/current/src/redboot_linux_exec.c
M packages/hal/common/current/ChangeLog
M packages/hal/common/current/src/generic-stub.c
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/cdl/hal_i386.cdl
M packages/hal/i386/arch/current/include/arch.inc
M packages/hal/i386/arch/current/include/hal_arch.h
M packages/hal/i386/arch/current/include/hal_intr.h
M packages/hal/i386/arch/current/include/hal_io.h
M packages/hal/i386/arch/current/src/i386.ld
M packages/hal/i386/arch/current/src/vectors.S
M packages/hal/i386/pc/current/ChangeLog
M packages/hal/i386/pc/current/include/pkgconf/mlt_i386_pc_floppy.ldi
M packages/hal/i386/pc/current/include/pkgconf/mlt_i386_pc_floppy.mlt
M packages/hal/i386/pc/current/misc/redboot_FLOPPY.ecm
M packages/hal/i386/pc/current/misc/redboot_ROM.ecm
M packages/hal/i386/pc/current/src/plf_misc.c
M packages/hal/i386/pcmb/current/ChangeLog
M packages/hal/i386/pcmb/current/cdl/hal_i386_pcmb.cdl
M packages/hal/i386/pcmb/current/include/pcmb_intr.h
M packages/hal/i386/pcmb/current/include/pcmb_io.h
M packages/hal/i386/pcmb/current/src/pcmb_misc.c
M packages/hal/mips/arch/current/ChangeLog
M packages/hal/mips/arch/current/src/redboot_linux_exec.c
M packages/hal/mips/rm7000/ocelot/current/ChangeLog
M packages/hal/mips/rm7000/ocelot/current/cdl/hal_mips_rm7000_ocelot.cdl
M packages/hal/mn10300/stb/current/ChangeLog
M packages/hal/mn10300/stb/current/src/plf_misc.c
M packages/hal/powerpc/mpc8xx/current/ChangeLog
M packages/hal/powerpc/mpc8xx/current/src/mpc8xxrev.c
M packages/hal/sh/arch/current/ChangeLog
M packages/hal/sh/arch/current/src/sh_stub.c
M packages/hal/sh/sh3/current/ChangeLog
M packages/hal/sh/sh3/current/include/mod_7729.h
M packages/hal/sh/sh3/current/include/mod_regs_ubc.h
M packages/infra/current/ChangeLog
M packages/infra/current/cdl/infra.cdl
M packages/infra/current/include/cyg_ass.h
M packages/infra/current/include/cyg_type.h
M packages/infra/current/include/diag.h
M packages/infra/current/src/buffer.cxx
M packages/infra/current/src/diag.cxx
A packages/infra/current/src/eprintf.c
M packages/infra/current/src/fancy.cxx
M packages/infra/current/src/null.cxx
M packages/infra/current/src/simple.cxx
M packages/io/eth/current/ChangeLog
M packages/io/eth/current/cdl/eth_drivers.cdl
M packages/io/eth/current/src/net/eth_drv.c
M packages/io/eth/current/src/stand_alone/eth_drv.c
M packages/io/pci/current/ChangeLog
M packages/io/pci/current/src/pci.c
M packages/kernel/current/ChangeLog
M packages/kernel/current/cdl/instrument.cdl
M packages/kernel/current/cdl/kernel.cdl
M packages/kernel/current/cdl/thread.cdl
A packages/kernel/current/host/instr/dump_instr.c
A packages/kernel/current/host/instr/instrument.sh
A packages/kernel/current/host/instr/readme.txt
M packages/kernel/current/include/instrmnt.h
A packages/kernel/current/include/instrument_desc.h
M packages/kernel/current/include/intr.hxx
M packages/kernel/current/include/kapidata.h
M packages/kernel/current/include/mqueue.inl
M packages/kernel/current/include/smp.hxx
M packages/kernel/current/include/thread.hxx
M packages/kernel/current/include/thread.inl
M packages/kernel/current/src/common/kapi.cxx
M packages/kernel/current/src/common/thread.cxx
M packages/kernel/current/src/instrmnt/meminst.cxx
R packages/kernel/current/src/instrmnt/nullinst.cxx
M packages/kernel/current/src/intr/intr.cxx
M packages/kernel/current/src/sched/mlqueue.cxx
M packages/kernel/current/src/sync/mutex.cxx
M packages/kernel/current/tests/intr0.cxx
M packages/kernel/current/tests/kintr0.c
M packages/kernel/current/tests/smp.cxx
A packages/kernel/current/tests/timeslice.c
M packages/redboot/current/ChangeLog
M packages/redboot/current/cdl/redboot.cdl
M packages/redboot/current/include/redboot.h
M packages/redboot/current/include/net/net.h
M packages/redboot/current/src/flash.c
M packages/redboot/current/src/io.c
M packages/redboot/current/src/load.c
M packages/redboot/current/src/main.c
M packages/redboot/current/src/misc_funs.c
M packages/redboot/current/src/parse.c
R packages/redboot/current/src/printf.c
M packages/redboot/current/src/syscall.c
M packages/redboot/current/src/xyzModem.c
M packages/redboot/current/src/xyzModem.h
M packages/redboot/current/src/fs/disk.c
M packages/redboot/current/src/fs/e2fs.c
M packages/redboot/current/src/fs/ide.c
M packages/redboot/current/src/net/enet.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/ping.c
M packages/redboot/current/src/net/pktbuf.c
M packages/redboot/current/src/net/udp.c
M packages/templates/redboot/ChangeLog
M packages/templates/redboot/current.ect


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