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-08-15).

The following changes were made to NEWS and ChangeLogs:

Index: packages/devs/eth/smsc/lan91cxx/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/eth/smsc/lan91cxx/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/07/29 02:00:07	1.3
+++ ChangeLog	2001/08/15 02:19:10
@@ -0,0 +1,6 @@
+2001-08-13  Hugo Tyson  <hmt@redhat.com>
+
+	* src/smsc_lan91cxx.h (get_att,put_att): Condition out the inline
+	functions if not CYGINT_DEVS_ETH_SMSC_LAN91CXX_PCMCIA_MODE -
+	because they don't compile.  Inlines are not like macros.
+
Index: packages/devs/serial/arm/at91/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/serial/arm/at91/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/07/31 21:15:37	1.1
+++ ChangeLog	2001/08/15 02:19:38
@@ -0,0 +1,5 @@
+2001-08-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/at91_serial.c (at91_serial_stop_xmit): Write to IDR, not IER.
+	(at91_serial_ISR): Return CYG_ISR_HANDLED.
+
Index: packages/hal/arm/arm9/var/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/arm9/var/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/07/06 19:11:34	1.1
+++ ChangeLog	2001/08/15 02:19:42
@@ -0,0 +1,4 @@
+2001-08-13  Jesper Skov  <jskov@redhat.com>
+
+	* include/hal_cache.h: Support ARM variants 920, 922, 925 and 940.
+
Index: packages/hal/i386/pc/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pc/current/ChangeLog,v
retrieving revision 1.9
diff -u -0 -r1.9 ChangeLog
--- ChangeLog	2001/07/18 11:38:40	1.9
+++ ChangeLog	2001/08/15 02:19:51
@@ -0,0 +1,4 @@
+2001-08-13  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* cdl/hal_i386_pc.cdl: Fix CYG_HAL_STARTUP description.
+
Index: packages/kernel/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/ChangeLog,v
retrieving revision 1.63
diff -u -0 -r1.63 ChangeLog
--- ChangeLog	2001/08/10 19:27:56	1.63
+++ ChangeLog	2001/08/15 02:20:02
@@ -0,0 +1,24 @@
+2001-08-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/common/kapi.cxx (cyg_spinlock_spin_intsave): Cast to istate
+	to CYG_INTERRUPT_STATE * since that's what is needed.
+	(cyg_spinlock_clear_intsave): Similarly.
+
+2001-08-10  Hugo Tyson  <hmt@redhat.com>
+
+	* cdl/synch.cdl: Re-organize the options for mutexes so they are
+	active a bit more sensibly; place the default ceiling within
+	selection of ceiling protocol, and only have a default protocol if
+	there is more than one protocol active.
+
+	* tests/mutex3.cxx: More detailed handling of the possibility of
+	ceiling protocol instead of the inherit or none cases; we can run
+	the test ok and treat as inherit if the ceiling prio is higher
+	than 5, treat as none if lower than 15, and don't check anything
+	if in between - the test runs happily.
+
+	* tests/kmutex3.c (cyg_start): New test, a KAPI translation of the
+	now-classic mutex3.cxx.
+
+	* cdl/kernel.cdl: Build tests/kmutex3.c
+
Index: packages/net/snmp/agent/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/snmp/agent/current/ChangeLog,v
retrieving revision 1.14
diff -u -0 -r1.14 ChangeLog
--- ChangeLog	2001/07/31 21:15:40	1.14
+++ ChangeLog	2001/08/15 02:20:11
@@ -0,0 +1,5 @@
+2001-08-14  Gary Thomas  <gthomas@redhat.com>
+
+	* tests/snmpping.c: 
+	* cdl/snmpagent.cdl: Add CDL options to configure tests.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.37
diff -u -0 -r1.37 ChangeLog
--- ChangeLog	2001/08/10 19:27:58	1.37
+++ ChangeLog	2001/08/15 02:20:20
@@ -0,0 +1,4 @@
+2001-08-14  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/io.c (gets): Allow $'s and +'s to be escaped.
+

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

Here is a summary of the files modified:

M packages/devs/eth/smsc/lan91cxx/current/ChangeLog
M packages/devs/eth/smsc/lan91cxx/current/src/smsc_lan91cxx.h
M packages/devs/serial/arm/at91/current/ChangeLog
M packages/devs/serial/arm/at91/current/src/at91_serial.c
M packages/hal/arm/arm9/var/current/ChangeLog
M packages/hal/arm/arm9/var/current/cdl/hal_arm_arm9.cdl
M packages/hal/arm/arm9/var/current/include/hal_cache.h
M packages/hal/i386/pc/current/ChangeLog
M packages/hal/i386/pc/current/cdl/hal_i386_pc.cdl
M packages/kernel/current/ChangeLog
M packages/kernel/current/cdl/kernel.cdl
M packages/kernel/current/cdl/synch.cdl
M packages/kernel/current/include/smp.hxx
M packages/kernel/current/src/common/kapi.cxx
A packages/kernel/current/tests/kmutex3.c
M packages/kernel/current/tests/mutex3.cxx
M packages/net/snmp/agent/current/ChangeLog
M packages/net/snmp/agent/current/cdl/snmpagent.cdl
M packages/net/snmp/agent/current/tests/snmpping.c
M packages/redboot/current/ChangeLog
M packages/redboot/current/src/io.c


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