comparison 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
comparison
equal deleted inserted replaced
77:abb6bd809e81 78:59d97b6ba612
1 2000-03-21 John Dallaway <jld@cygnus.co.uk> 1 2000-03-28 John Dallaway <jld@cygnus.co.uk>
2
3 * cdl/kernel.cdl:
4
5 Fix thread operations URL.
6
7 2000-03-20 John Dallaway <jld@cygnus.co.uk>
8 2
9 * cdl/counters.cdl, 3 * cdl/counters.cdl,
10 cdl/interrupts.cdl, 4 cdl/interrupts.cdl,
11 cdl/kernel.cdl, 5 cdl/kernel.cdl,
12 cdl/scheduler.cdl, 6 cdl/scheduler.cdl,
13 cdl/synch.cdl, 7 cdl/synch.cdl,
14 cdl/thread.cdl: 8 cdl/thread.cdl:
15 9
16 Adjust documentation URLs. 10 Adjust documentation URLs.
11
12 2000-03-27 Gary Thomas <gthomas@redhat.com>
13
14 * tests/except1.cxx:
15 * tests/kexcept1.c: Avoid trying to generate data access errors
16 on platforms that don't support them.
17
18 * tests/kcache1.c: Ignore test if no [data] caches defined.
19
20 * tests/stress_threads.c: Infer minimal configuration for platforms
21 with small amount of memory (as opposed to platform special cases).
22
23 2000-03-27 Jesper Skov <jskov@redhat.com>
24
25 * src/sync/mutex.cxx:
26 * src/sched/sched.cxx:
27 * src/common/thread.cxx:
28 * src/common/clock.cxx:
29 Use cyg_bool instead of bool for check_this().
30
31 * tests/dhrystone.c: Requires CYGPKG_LIBC_MALLOC
17 32
18 2000-03-07 Jesper Skov <jskov@redhat.com> 33 2000-03-07 Jesper Skov <jskov@redhat.com>
19 34
20 * tests/mutex3.cxx: Minor tweak from Hugo to allow reduced runtime 35 * tests/mutex3.cxx: Minor tweak from Hugo to allow reduced runtime
21 on sims. 36 on sims.