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: Fri, 03 Aug 2001 05:27:00 -0000	[thread overview]
Message-ID: <200108031227.f73CRaB30057@localhost.localdomain> (raw)

The eCos anonymous CVS repository has been updated today (2001-08-03).

The following changes were made to NEWS and ChangeLogs:

Index: packages/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.56
diff -u -0 -r1.56 ChangeLog
--- ChangeLog	2001/07/31 21:15:36	1.56
+++ ChangeLog	2001/08/03 12:25:58
@@ -0,0 +1,5 @@
+2001-07-31  Bart Veer  <bartv@redhat.com>
+
+	* pkgconf/rules.mak:
+	Fix header file dependencies for testcases.
+
Index: packages/hal/i386/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/arch/current/ChangeLog,v
retrieving revision 1.22
diff -u -0 -r1.22 ChangeLog
--- ChangeLog	2001/07/18 11:38:40	1.22
+++ ChangeLog	2001/08/03 12:26:04
@@ -0,0 +1,4 @@
+2001-07-31  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* src/hal_misc.c: Fix "implicit decl of diag_printf" warning.
+
Index: packages/hal/i386/pcmb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/i386/pcmb/current/ChangeLog,v
retrieving revision 1.3
diff -u -0 -r1.3 ChangeLog
--- ChangeLog	2001/07/20 10:23:18	1.3
+++ ChangeLog	2001/08/03 12:26:12
@@ -0,0 +1,5 @@
+2001-07-31  Mark Salter  <msalter@redhat.com>
+
+	* include/pcmb_io.h: Add IDE I/O macros.
+	* cdl/hal_i386_pcmb.cdl: Now implements CYGINT_HAL_PLF_IF_IDE.
+
Index: packages/hal/mips/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/arch/current/ChangeLog,v
retrieving revision 1.52
diff -u -0 -r1.52 ChangeLog
--- ChangeLog	2001/07/31 21:15:39	1.52
+++ ChangeLog	2001/08/03 12:26:16
@@ -0,0 +1,14 @@
+2001-08-01  Hugo Tyson  <hmt@redhat.com>
+
+	* src/vectors.S (restore_state): (see the change below 2001-07-03)
+	Make the code to keep SR IM bits from the ISR conditional on a CDL
+	interface so that it is selected on a per-platform or variant basis.
+
+	* cdl/hal_mips.cdl (CYGINT_HAL_MIPS_INTERRUPT_RETURN_KEEP_SR_IM):
+	New interface to control conditional code.
+
+	* include/hal_intr.h (HAL_ENABLE_INTERRUPTS): Make this (et al)
+	conditional on CYGHWR_HAL_INTERRUPT_ENABLE_DISABLE_RESTORE_DEFINED
+	so that the variant HAL can define these insead, in the usual
+	manner.
+
Index: packages/hal/synth/arch/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/06/10 19:35:35	1.1
+++ ChangeLog	2001/08/03 12:26:21
@@ -0,0 +1,7 @@
+2001-08-02  Bart Veer  <bartv@redhat.com>
+
+	* include/hal_intr.h:
+	Note a subtle interaction between the interrupt handling
+	and the context switch handling, which are in the
+	architectural and variant HAL packages respectively.
+
Index: packages/hal/synth/i386linux/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/synth/i386linux/current/ChangeLog,v
retrieving revision 1.1
diff -u -0 -r1.1 ChangeLog
--- ChangeLog	2001/06/10 19:35:35	1.1
+++ ChangeLog	2001/08/03 12:26:28
@@ -0,0 +1,9 @@
+2001-08-02  Bart Veer  <bartv@redhat.com>
+
+	* src/context.S, include/arch.inc, include/var_arch.h:
+	Update thread context manipulation code to do the
+	right thing with respect to interrupt state.
+
+	* src/context.S (hal_setjmp):
+	 Fixed bug in hal_setjmp() that corrupted EBX.
+
Index: packages/net/tcpip/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/tcpip/current/ChangeLog,v
retrieving revision 1.25
diff -u -0 -r1.25 ChangeLog
--- ChangeLog	2001/07/29 02:00:10	1.25
+++ ChangeLog	2001/08/03 12:26:35
@@ -0,0 +1,10 @@
+2001-08-02  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* tests/linux_echo.c (echo_test): Set socket options before bind.
+	* tests/nc_test_slave.c (do_tcp_test): Ditto.
+	* tests/server_test.c (server_test): Ditto.
+	* tests/tcp_echo.c (echo_test): Ditto.
+	* tests/tcp_lo_test.c (server): Ditto.
+	* tests/tcp_sink.c (sink_test): Ditto.
+	* tests/tcp_source.c (source_test): Ditto.
+
Index: packages/redboot/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.35
diff -u -0 -r1.35 ChangeLog
--- ChangeLog	2001/07/29 02:00:12	1.35
+++ ChangeLog	2001/08/03 12:26:41
@@ -0,0 +1,11 @@
+2001-08-01  Mark Salter  <msalter@redhat.com>
+
+	* src/fs/ide.c (ide_reset): Check for bogus status and timeout. Add
+	return value to indicate success.
+	(ide_init): Check ide_reset() return value.
+
+2001-07-31  Mark Salter  <msalter@redhat.com>
+
+	* src/fs/disk.c (find_dos_partitions): Fix extended partitions.
+	* src/fs/ide.c (ide_init): Rework the test for device presence.
+
Index: packages/services/memalloc/common/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v
retrieving revision 1.18
diff -u -0 -r1.18 ChangeLog
--- ChangeLog	2001/07/20 10:23:21	1.18
+++ ChangeLog	2001/08/03 12:26:46
@@ -0,0 +1,17 @@
+2001-08-01  Jonathan Larmour  <jlarmour@redhat.com>
+
+	* include/sepmetaimpl.inl: Define check_free_memdq and
+	check_alloced_memdq as inlines.
+
+	* cdl/memalloc.cdl: Add new allocator supporting separate metadata,
+	and the associated config options, and build sepmeta.cxx and tests.
+	Build heapgeninc.tcl with macros that work with both gcc2 and gcc3.
+	Ditto for heaps.o.
+	Add CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H to allow external entities
+	to define the heap.
+	* src/malloc.cxx: Include CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H if
+	defined instead of default heap definition.
+	* include/sepmeta.hxx, include/sepmetaimpl.hxx, include/sepmetaimpl.inl,
+	src/sepmeta.cxx, tests/sepmeta1.cxx, tests/sepmeta2.cxx:
+	New files for seperated metadata allocator.
+

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

Here is a summary of the files modified:

M packages/ChangeLog
M packages/ecos.db
M packages/hal/i386/arch/current/ChangeLog
M packages/hal/i386/arch/current/src/hal_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_io.h
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_intr.h
M packages/hal/mips/arch/current/src/vectors.S
M packages/hal/synth/arch/current/ChangeLog
M packages/hal/synth/arch/current/include/hal_intr.h
M packages/hal/synth/i386linux/current/ChangeLog
M packages/hal/synth/i386linux/current/include/arch.inc
M packages/hal/synth/i386linux/current/include/var_arch.h
M packages/hal/synth/i386linux/current/src/context.S
M packages/net/tcpip/current/ChangeLog
M packages/net/tcpip/current/tests/linux_echo.c
M packages/net/tcpip/current/tests/nc_test_slave.c
M packages/net/tcpip/current/tests/server_test.c
M packages/net/tcpip/current/tests/tcp_echo.c
M packages/net/tcpip/current/tests/tcp_lo_test.c
M packages/net/tcpip/current/tests/tcp_sink.c
M packages/net/tcpip/current/tests/tcp_source.c
M packages/pkgconf/rules.mak
M packages/redboot/current/ChangeLog
M packages/redboot/current/src/fs/disk.c
M packages/redboot/current/src/fs/ide.c
M packages/services/memalloc/common/current/ChangeLog
M packages/services/memalloc/common/current/cdl/memalloc.cdl
A packages/services/memalloc/common/current/include/sepmeta.hxx
A packages/services/memalloc/common/current/include/sepmetaimpl.hxx
A packages/services/memalloc/common/current/include/sepmetaimpl.inl
M packages/services/memalloc/common/current/src/malloc.cxx
A packages/services/memalloc/common/current/src/sepmeta.cxx
A packages/services/memalloc/common/current/tests/sepmeta1.cxx
A packages/services/memalloc/common/current/tests/sepmeta2.cxx


             reply	other threads:[~2001-08-03  5:27 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-03  5:27 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-14 19:21 Jonathan Larmour
2001-08-10 12:28 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=200108031227.f73CRaB30057@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).