Mercurial > ecos
diff packages/kernel/current/ChangeLog @ 356:b77e86276ec3
* src/common/clock.cxx (add_alarm): Tweak last change to allow
alarm order for identical alarms to be the same as it used to be.
* src/common/clock.cxx (add_alarm): Fix bug resulting in alarms
not being added at all if a lower triggered alarm already exists.
Reported by Christoph Csebits.
Also fix bug when alarm is entered for the same time as tail.
These bugs only apply for CYGIMP_KERNEL_COUNTERS_SORT_LIST enabled.
* doc/kernel.sgml: document that order of callback for alarms at
identical times is unspecified.
| author | jlarmour |
|---|---|
| date | Tue, 01 Oct 2002 19:10:21 +0000 |
| parents | a29ee6c2dd3c |
| children | c030434df232 |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,19 @@ +2002-10-01 Jonathan Larmour <jifl@eCosCentric.com> + + * src/common/clock.cxx (add_alarm): Tweak last change to allow + alarm order for identical alarms to be the same as it used to be. + +2002-09-30 Jonathan Larmour <jifl@eCosCentric.com> + + * src/common/clock.cxx (add_alarm): Fix bug resulting in alarms + not being added at all if a lower triggered alarm already exists. + Reported by Christoph Csebits. + Also fix bug when alarm is entered for the same time as tail. + These bugs only apply for CYGIMP_KERNEL_COUNTERS_SORT_LIST enabled. + + * doc/kernel.sgml: document that order of callback for alarms at + identical times is unspecified. + 2002-08-08 Nick Garnett <nickg@calivar.demon.co.uk> * src/sched/sched.cxx (unlock_inner): Removed initial
