comparison packages/kernel/current/ChangeLog @ 6:d376b777e2ce ecos-sw-1999-05-14

Merge from eCos master repository on 1999-05-14-19:27:43-BST
author jlarmour
date Fri, 14 May 1999 12:20:00 +0000
parents 1d7f19c9e4d1
children ece80412419a
comparison
equal deleted inserted replaced
5:4e8259f41183 6:d376b777e2ce
1 1999-05-13 Nick Garnett <nickg@cygnus.co.uk>
2
3 The following changes were all made in a branch and are now being
4 merged:
5
6 1999-05-06 Nick Garnett <nickg@cygnus.co.uk>
7
8 * src/debug/dbg-thread-demux.c:
9 Use dbg-thread-syscall.h from HAL rather than local version.
10 Made dbg_thread_syscall_rmt_1() generic to all MIPS targets.
11
12 * src/debug/dbg-thread-syscall.h:
13 Removed. Replaced by identical file in hal/common.
14
15 1999-04-21 Nick Garnett <nickg@cygnus.co.uk>
16
17 * include/pkgconf/kernel.h:
18 Added CYGDBG_KERNEL_INSTRUMENT_BUFFER_WRAP option.
19
20 * include/instrmnt.h: Added CYG_INSTRUMENT_EVENT_THREAD_ENTER
21 event.
22
23 * src/instrmnt/meminst.cxx (cyg_instrument): Added implementation
24 of CYGDBG_KERNEL_INSTRUMENT_BUFFER_WRAP option.
25
26 * src/common/thread.cxx: Added extra instrumentation point on
27 thread entry.
28
1 1999-05-10 Jesper Skov <jskov@cygnus.co.uk> 29 1999-05-10 Jesper Skov <jskov@cygnus.co.uk>
2 30
3 * tests/stress_threads.c (main_program): Added workaround for a 31 * tests/stress_threads.c (main_program): Added workaround for a
4 few PRs. 32 few PRs.
5 33