comparison packages/kernel/current/ChangeLog @ 1099:9ab0a182923a

* src/common/clock.cxx (Cyg_Counter::tick): In unsorted list case: moved saving of next node details to before re-insertion of alarms with intervals. The call to add_alarm() can make enough of a difference to the list to need to force a rescan.
author nickg
date Thu, 10 Jul 2003 17:41:07 +0000
parents 68e9fbe50ee5
children b1873829a51e
comparison
equal deleted inserted replaced
1098:21a4bd716ae0 1099:9ab0a182923a
1 2003-07-10 Nick Garnett <nickg@balti.calivar.com>
2
3 * src/common/clock.cxx (Cyg_Counter::tick): In unsorted list case:
4 moved saving of next node details to before re-insertion of alarms
5 with intervals. The call to add_alarm() can make enough of a
6 difference to the list to need to force a rescan.
7
1 2003-07-06 Bart Veer <bartv@ecoscentric.com> 8 2003-07-06 Bart Veer <bartv@ecoscentric.com>
2 9
3 * include/test/stackmon.h (cyg_test_size_a_stack): 10 * include/test/stackmon.h (cyg_test_size_a_stack):
4 If stack checking is enabled, look for 0xdeadbeef rather than 0x0 11 If stack checking is enabled, look for 0xdeadbeef rather than 0x0
5 to determine usage. Also reset the interrupt stack to that value. 12 to determine usage. Also reset the interrupt stack to that value.