comparison packages/kernel/current/ChangeLog @ 151:25e238959bae

Merge from eCos master repository on 2001-02-12-23:44:24-GMT
author jlarmour
date Tue, 13 Feb 2001 01:23:16 +0000
parents f0e3fb000de8
children e2d866e32dac
comparison
equal deleted inserted replaced
150:f0e3fb000de8 151:25e238959bae
1 2001-02-11 Jonathan Larmour <jlarmour@redhat.com>
2
3 * tests/stress_threads.c: CYGINT_ISO_STDIO_FORMATTED_IO needs a
4 #ifdef not an #if.
5 * tests/dhrystone.c: Ditto.
6
7 2001-02-04 Jonathan Larmour <jlarmour@redhat.com>
8
9 * tests/kill.cxx: Increase delay for all targets, just in case some
10 are slow.
11
12 2001-01-30 Hugo Tyson <hmt@redhat.com>
13
14 * src/common/clock.cxx (rem_alarm): Must clear the enabled flag;
15 this disappeared in the changes to using clists of 2001-01-09.
16 Symptom was that an alarm, once disabled, could never be
17 re-attached to its counter because it claimed it already was.
18 Plus asserts with multiple disables - "bad counter object".
19
20 2001-01-30 Hugo Tyson <hmt@redhat.com>
21
22 * src/common/thread.cxx (reinitialize): Following change of
23 2000-12-05, if CYGFUN_KERNEL_THREADS_STACK_CHECKING, this was
24 using the stack_base/stack_size variables directly to reinitialize
25 the stack area. This was wrong, and leaked store off the top and
26 bottom of the stacks because the "buffer zone" was carved off
27 repeatedly. Fix is to use the published APIs which compensate.
28
29 2001-01-26 Nick Garnett <nickg@cygnus.co.uk>
30
31 * include/mlqueue.hxx:
32 * src/sched/mlqueue.cxx:
33 Restored Cyg_ThreadQueue_Implementation::remove() since it must
34 clear the thread's queue pointer, which the base clist class
35 remove() does not.
36
1 2001-01-24 Jesper Skov <jskov@redhat.com> 37 2001-01-24 Jesper Skov <jskov@redhat.com>
2 38
3 * src/sched/mlqueue.cxx (highpri): Fix trace call. 39 * src/sched/mlqueue.cxx (highpri): Fix trace call.
4 40
5 2001-01-09 Nick Garnett <nickg@cygnus.co.uk> 41 2001-01-09 Nick Garnett <nickg@cygnus.co.uk>