comparison packages/kernel/current/ChangeLog @ 38:e7ba79f6d3a8 ecos-sw-1999-09-23

Merge from eCos master repository on 1999-09-23-20:10:25-BST
author jlarmour
date Thu, 23 Sep 1999 19:52:27 +0000
parents e97d78785e2d
children a3cc6665b684
comparison
equal deleted inserted replaced
37:0b25345c9c69 38:e7ba79f6d3a8
1 1999-09-16 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * tests/tm_basic.cxx (run_mutex_tests): Must unlock mutices before
4 destroying, given the change below.
5
6 * src/common/kapi.cxx (cyg_cond_destroy): Call the correct
7 destructor. As it happens, it didn't matter because all these
8 destructors do is assert the queue is empty, and the queue is the
9 2nd word in every case.
10 (cyg_mutex_destroy): Call the destructor at all, so that
11 assertions are made.
12
13 1999-09-13 Gary Thomas <gthomas@cygnus.co.uk>
14
15 * src/intr/intr.cxx (call_pending_DSRs_inner): Add assert to check
16 for valid DSR (before trying to use it).
17
18 1999-09-13 Jesper Skov <jskov@cygnus.co.uk>
19
20 * tests/stress_threads.c: Print out malloc system info.
21 (print_statistics): Fix buglet.
22
1 1999-09-10 Jesper Skov <jskov@cygnus.co.uk> 23 1999-09-10 Jesper Skov <jskov@cygnus.co.uk>
2 24
3 * tests/stress_threads.c: Print out more info. Reduce dump 25 * tests/stress_threads.c: Print out more info. Reduce dump
4 frequency as test runs. 26 frequency as test runs.
5 27