public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@sources.redhat.com>
To: ecos-cvs@sources.redhat.com
Subject: eCos anonymous CVS repository updated
Date: Tue, 14 Aug 2001 19:21:00 -0000	[thread overview]
Message-ID: <200108150221.f7F2LX216443@localhost.localdomain> (raw)

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


             reply	other threads:[~2001-08-14 19:21 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-14 19:21 Jonathan Larmour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-31 10:10 Jonathan Larmour
2002-05-30 18:05 Jonathan Larmour
2002-05-29 11:28 Jonathan Larmour
2002-05-23 16:10 Jonathan Larmour
2002-05-20 15:31 Jonathan Larmour
2002-01-11  8:54 Jonathan Larmour
2002-01-04  6:14 Jonathan Larmour
2001-11-02  8:12 Jonathan Larmour
2001-10-26  5:27 Jonathan Larmour
2001-10-19  0:02 Jonathan Larmour
2001-10-08  8:50 Jonathan Larmour
2001-10-05  9:22 Jonathan Larmour
2001-10-05  8:31 Jonathan Larmour
2001-10-02 11:28 Jonathan Larmour
2001-09-11 21:21 Jonathan Larmour
2001-09-11 17:59 Jonathan Larmour
2001-08-21 23:27 Jonathan Larmour
2001-08-17  9:37 Jonathan Larmour
2001-08-10 12:28 Jonathan Larmour
2001-08-03  5:27 Jonathan Larmour
2001-07-31 14:15 Jonathan Larmour
2001-07-28 19:00 Jonathan Larmour
2001-07-20  3:23 Jonathan Larmour
2001-07-18  4:38 Jonathan Larmour
2001-07-06 12:11 Jonathan Larmour
2001-06-29  7:46 Jonathan Larmour
2001-06-29  0:16 Jonathan Larmour
2001-06-25 11:24 Jonathan Larmour
2001-06-22 11:19 Jonathan Larmour
2001-06-15 15:45 Jonathan Larmour
2001-06-10 12:35 Jonathan Larmour
2001-06-01 15:17 Jonathan Larmour
2001-05-17 23:32 Jonathan Larmour
2001-04-25 16:23 Jonathan Larmour
2001-04-06 12:06 Jonathan Larmour
2001-04-06 10:21 Jonathan Larmour
2001-02-26 17:22 Jonathan Larmour
2001-02-19  9:27 Jonathan Larmour
2001-02-15 10:18 Jonathan Larmour
2001-02-12 17:24 Jonathan Larmour
2001-01-26  0:15 Jonathan Larmour
2001-01-18 23:37 Jonathan Larmour
2001-01-12  0:11 Jonathan Larmour
2001-01-05  9:13 Jonathan Larmour
2000-11-24 10:02 Jonathan Larmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200108150221.f7F2LX216443@localhost.localdomain \
    --to=jlarmour@sources.redhat.com \
    --cc=ecos-cvs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).