comparison packages/kernel/current/ChangeLog @ 178:aa8364213009

Merge from eCos master repository on 2001-08-15-01:50:29-BST
author jlarmour
date Wed, 15 Aug 2001 02:21:28 +0000
parents 4c750ce71ae3
children 391299f9e541
comparison
equal deleted inserted replaced
177:4c750ce71ae3 178:aa8364213009
1 2001-08-14 Jonathan Larmour <jlarmour@redhat.com>
2
3 * src/common/kapi.cxx (cyg_spinlock_spin_intsave): Cast to istate
4 to CYG_INTERRUPT_STATE * since that's what is needed.
5 (cyg_spinlock_clear_intsave): Similarly.
6
7 2001-08-10 Hugo Tyson <hmt@redhat.com>
8
9 * cdl/synch.cdl: Re-organize the options for mutexes so they are
10 active a bit more sensibly; place the default ceiling within
11 selection of ceiling protocol, and only have a default protocol if
12 there is more than one protocol active.
13
14 * tests/mutex3.cxx: More detailed handling of the possibility of
15 ceiling protocol instead of the inherit or none cases; we can run
16 the test ok and treat as inherit if the ceiling prio is higher
17 than 5, treat as none if lower than 15, and don't check anything
18 if in between - the test runs happily.
19
20 * tests/kmutex3.c (cyg_start): New test, a KAPI translation of the
21 now-classic mutex3.cxx.
22
23 * cdl/kernel.cdl: Build tests/kmutex3.c
24
1 2001-08-06 Hugo Tyson <hmt@redhat.com> 25 2001-08-06 Hugo Tyson <hmt@redhat.com>
2 26
3 * src/sched/sched.cxx (unlock_inner): Fix assignment to current, 27 * src/sched/sched.cxx (unlock_inner): Fix assignment to current,
4 wouldn't build if stack checking after merger from SMP branch. 28 wouldn't build if stack checking after merger from SMP branch.
5 29