diff packages/kernel/current/ChangeLog @ 78:59d97b6ba612 ecos-sw-2000-03-28

Merge from eCos master repository on 2000-03-28-19:50:47-BST
author jlarmour
date Tue, 28 Mar 2000 20:13:29 +0000
parents 435cced73e2f
children 6736c52df507
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog
+++ b/packages/kernel/current/ChangeLog
@@ -1,10 +1,4 @@
-2000-03-21  John Dallaway  <jld@cygnus.co.uk>
-
-	* cdl/kernel.cdl:
-
-	Fix thread operations URL.
-
-2000-03-20  John Dallaway  <jld@cygnus.co.uk>
+2000-03-28  John Dallaway  <jld@cygnus.co.uk>
 
 	* cdl/counters.cdl,
 	  cdl/interrupts.cdl,
@@ -15,6 +9,27 @@ 2000-03-20  John Dallaway  <jld@cygnus.c
 
 	Adjust documentation URLs.
 
+2000-03-27  Gary Thomas  <gthomas@redhat.com>
+
+	* tests/except1.cxx: 
+	* tests/kexcept1.c: Avoid trying to generate data access errors
+	on platforms that don't support them.
+
+	* tests/kcache1.c: Ignore test if no [data] caches defined.
+
+	* tests/stress_threads.c: Infer minimal configuration for platforms
+	with small amount of memory (as opposed to platform special cases).
+
+2000-03-27  Jesper Skov  <jskov@redhat.com>
+
+	* src/sync/mutex.cxx: 
+	* src/sched/sched.cxx: 
+	* src/common/thread.cxx: 
+	* src/common/clock.cxx:
+	Use cyg_bool instead of bool for check_this().
+
+	* tests/dhrystone.c: Requires CYGPKG_LIBC_MALLOC
+
 2000-03-07  Jesper Skov  <jskov@redhat.com>
 
 	* tests/mutex3.cxx: Minor tweak from Hugo to allow reduced runtime