comparison packages/kernel/current/ChangeLog @ 1304:de0e43840dee

* src/common/clock.cxx (Cyg_Counter::tick): Changed code to deal with manipulation of unsorted lists (see ChangeLogs passim). There are several corner cases where the current code does not work. Replaced with a more straightforward, but slightly more expensive, implementation.
author nickg
date Mon, 13 Oct 2003 17:20:18 +0000
parents cfe2937847da
children 1b465c781382
comparison
equal deleted inserted replaced
1303:2d5ff91b40f8 1304:de0e43840dee
1 2003-10-13 Nick Garnett <nickg@balti.calivar.com>
2
3 * src/common/clock.cxx (Cyg_Counter::tick): Changed code to deal
4 with manipulation of unsorted lists (see ChangeLogs passim). There
5 are several corner cases where the current code does not
6 work. Replaced with a more straightforward, but slightly more
7 expensive, implementation.
8
1 2003-09-22 Reinhard Jessich <Reinhard.Jessich@frequentis.com> 9 2003-09-22 Reinhard Jessich <Reinhard.Jessich@frequentis.com>
2 10
3 * src/common/clock.cxx: Removed label/goto 11 * src/common/clock.cxx: Removed label/goto
4 add_alarm_unlock_return to get rid of compiler error when 12 add_alarm_unlock_return to get rid of compiler error when
5 CYGIMP_KERNEL_COUNTERS_SORT_LIST is enabled. 13 CYGIMP_KERNEL_COUNTERS_SORT_LIST is enabled.