Mercurial > flash_v2
diff packages/kernel/current/ChangeLog @ 148:8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
| author | jlarmour |
|---|---|
| date | Fri, 12 Jan 2001 08:11:46 +0000 |
| parents | d397fc472bcf |
| children | f0e3fb000de8 |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,21 @@ +2001-01-09 Nick Garnett <nickg@cygnus.co.uk> + + * include/mlqueue.hxx: + * src/sched/mlqueue.cxx: + Converted to use clist.hxx list implementation. The main effect of + this is to clean up the code and class definitions since much of + what was part of the thread queue and thread classes now moves to + the DNode and CList classes. + + * include/clock.hxx: + * src/common/clock.cxx: + Converted to use clist.hxx list implementation. This removes all + the explicit list manipulation code from the counter and alarm + classes, resulting in cleaner, easier to understand code. + + * include/kapidata.h: Adjusted cyg_alarm struct to match Cyg_Alarm + using Cyg_DNode. + 2000-12-22 Jonathan Larmour <jlarmour@redhat.com> * include/thread.inl (check_stack): check word alignment with CYG_WORD
