comparison packages/kernel/current/ChangeLog @ 16:4f2df4ab82c8 ecos-sw-1999-06-18

Merge from eCos master repository on 1999-06-18-15:25:04-BST
author jlarmour
date Fri, 18 Jun 1999 07:59:09 +0000
parents 01ce82f3e11a
children 7253dcc42a09
comparison
equal deleted inserted replaced
15:c0d8793d9978 16:4f2df4ab82c8
1 1999-06-18 Jesper Skov <jskov@cygnus.co.uk>
2
3 * tests/dhrystone.c: Added unsupported header.
4
1 1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> 5 1999-06-10 Hugo Tyson <hmt@cygnus.co.uk>
2 6
3 * src/debug/dbg_gdb.cxx (dbg_threadinfo): Report counted sleep 7 * src/debug/dbg_gdb.cxx (dbg_threadinfo): Report counted sleep
4 correctly; both COUNTSLEEP and SLEEPING are set. 8 correctly; both COUNTSLEEP and SLEEPING are set.
5 9
6 1999-06-01 Hugo Tyson <hmt@masala.cygnus.co.uk> 10 1999-06-01 Hugo Tyson <hmt@masala.cygnus.co.uk>
7 11
8 * src/debug/dbg_gdb.cxx (dbg_threadinfo): Make the thread state 12 * src/debug/dbg_gdb.cxx (dbg_threadinfo): Make the thread state
9 string a little more sensible when read as plain english. 13 string a little more sensible when read as plain english.
10 14
15 1999-05-31 Jesper Skov <jskov@cygnus.co.uk>
16
17 * tests/dhrystone.c:
18 * tests/PKGconf.mak (TESTS):
19 Added dhrystone test.
20
21 Updated to 2.1 from ftp.nosc.mil
22
11 1999-05-27 Nick Garnett <nickg@cygnus.co.uk> 23 1999-05-27 Nick Garnett <nickg@cygnus.co.uk>
12 24
13 * src/intr/intr.cxx (Cyg_Interrupt::chain_isr): Calls 25 * src/intr/intr.cxx (Cyg_Interrupt::chain_isr): Calls
14 HAL_DEFAULT_ISR if it is defined and no chained ISRs have 26 HAL_DEFAULT_ISR if it is defined and no chained ISRs have
15 reported that they have handled the interrupt. 27 reported that they have handled the interrupt.