comparison packages/kernel/current/ChangeLog @ 191:678094f34118

Merge from eCos master repository on 2001-10-19-06:43:02-BST
author jlarmour
date Fri, 19 Oct 2001 07:02:26 +0000
parents 022f1e506033
children 67850532eebb
comparison
equal deleted inserted replaced
190:7e4874fa4fbe 191:678094f34118
1 2001-10-17 Jesper Skov <jskov@redhat.com>
2
3 * tests/dhrystone.c: CYGINT_ISO_STRING_STRFUNCS check changed to
4 ifdef.
5
6 2001-10-12 Jonathan Larmour <jlarmour@redhat.com>
7
8 * cdl/synch.cdl (CYGIMP_KERNEL_SYNCH_MQUEUE_NOT_INLINE): New option
9 to avoid inliningn mqueue implementation.
10
11 * src/sync/mqueue.cxx: New file to provide non-inline version of
12 mqueue functions.
13
14 * include/mqueue.hxx: Don't include .inl if user doesn't want inlining.
15
16 * include/mqueue.inl: Allow choice of inlining or not to be
17 overridden by macro.
18
19 * tests/mqueue1.cxx: Never use inline version.
20
21 2001-10-11 Jesper Skov <jskov@redhat.com>
22
23 * tests/kmutex3.c (new_thread): Fixed allocation: increase counter
24 before starting threads which have been allocated resources.
25 * tests/kmutex4.c (new_thread): Same.
26 * tests/mutex3.cxx (new_thread): Same.
27 * tests/testaux.hxx (new_thread): Same.
28
29 * tests/kcache2.c: Fixed warning.
30 * tests/stress_threads.c: Same.
31
1 2001-09-20 Jonathan Larmour <jlarmour@redhat.com> 32 2001-09-20 Jonathan Larmour <jlarmour@redhat.com>
2 33
3 * host/instr/dump_instr.c (main): Fix argc check. 34 * host/instr/dump_instr.c (main): Fix argc check.
4 35
5 2001-09-07 Jonathan Larmour <jlarmour@redhat.com> 36 2001-09-07 Jonathan Larmour <jlarmour@redhat.com>