comparison packages/kernel/current/ChangeLog @ 128:0c2b7be0d798 ecos-sw-2000-10-12

Merge from eCos master repository on 2000-10-12-08:46:24-BST
author jlarmour
date Thu, 12 Oct 2000 20:31:43 +0000
parents 518f42066aba
children eb9fd8c04db3
comparison
equal deleted inserted replaced
127:67f0ef5f8ee9 128:0c2b7be0d798
1 2000-10-05 Jesper Skov <jskov@redhat.co.uk>
2
3 * src/intr/intr.cxx: Made dsr_table_tail volatile as well.
4 * include/intr.hxx: Ditto.
5
6 2000-10-05 Nick Garnett <nickg@cygnus.co.uk>
7
8 * src/sched/sched.cxx:
9 * include/sched.hxx: Converted asr_inhibit from a bool to a
10 counter. This is necessary to permit nesting of ASR inhibiting
11 functions.
12
13 2000-10-04 Jesper Skov <jskov@redhat.co.uk>
14
15 * include/intr.hxx: Made dsr_list volatile.
16 * src/intr/intr.cxx: Same. Also fix compiler warning.
17
18 2000-09-25 Nick Garnett <nickg@cygnus.co.uk>
19
20 * src/sched/mlqueue.cxx:
21 Added test for current thread not runnable in
22 Cyg_Scheduler_Implementation::timeslice(). This is possible if a
23 prior DSR has caused the current thread to be descheduled. Added
24 an assert to Cyg_ThreadQueue_Implementation::rotate() for
25 additional paranoia. (This problem was originally identified and
26 fixed (differently) by Andrew Lunn <andrew.lunn@ascom.ch>.)
27
1 2000-09-13 Jesper Skov <jskov@redhat.com> 28 2000-09-13 Jesper Skov <jskov@redhat.com>
2 29
3 * tests/kexcept1.c (cause_exception): Use separate cause_fpe function. 30 * tests/kexcept1.c (cause_exception): Use separate cause_fpe function.
4 * tests/except1.cxx (cause_exception): Same. 31 * tests/except1.cxx (cause_exception): Same.
5 32