From 0d15414ed6c144f7f7e4ce63476b3eb9b94acceb Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 5 Aug 2009 00:00:54 +0000 Subject: 009-08-05 Chris Johns * libmisc/dummy/dummy-networking.c: New. * libmisc/dummy/dummy.c, libmisc/Makefile.am: Move trhe networking configuration into a separate file so configuration varations do not cause conflicts. * score/inline/rtems/score/object.inl, score/include/rtems/score/object.h: Remove warnings. * score/inline/rtems/score/object.inl: Add _Chain_First, _Chain_Last, _Chain_Mext, and _Chain_Previous. * sapi/inline/rtems/chain.inl: Add rtems_chain_first, rtems_chain_last, rtems_chain_mext, and rtems_chain_previous. * libblock/include/rtems/diskdevs.h: Remove the bdbuf pool id and block_size_log2. Add media_block_size. * libblock/src/diskdevs.c: Remove size restrictions on block size. Add media block size initialisation. Remove comment to clean up the bdbuf cache. * libblock/src/blkdev.c: Remove references to block_size_log2. Allow any block size. * libblock/include/rtems/bdbuf.h, libblock/src/bdbuf.c: Remove all references to pools and make the cache handle demand driver variable buffer size allocation. Added worker threads support the swapout task. * sapi/include/confdefs.h: Updated the bdbuf configutation. --- cpukit/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index dbdb258085..11aa09d21b 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,28 @@ +2009-08-05 Chris Johns + + * libmisc/dummy/dummy-networking.c: New. + * libmisc/dummy/dummy.c, libmisc/Makefile.am: Move + trhe networking configuration into a separate file so + configuration varations do not cause conflicts. + * score/inline/rtems/score/object.inl, + score/include/rtems/score/object.h: Remove warnings. + * score/inline/rtems/score/object.inl: Add _Chain_First, + _Chain_Last, _Chain_Mext, and _Chain_Previous. + * sapi/inline/rtems/chain.inl: Add rtems_chain_first, + rtems_chain_last, rtems_chain_mext, and rtems_chain_previous. + * libblock/include/rtems/diskdevs.h: Remove the bdbuf pool id and + block_size_log2. Add media_block_size. + * libblock/src/diskdevs.c: Remove size restrictions on block + size. Add media block size initialisation. Remove comment to clean + up the bdbuf cache. + * libblock/src/blkdev.c: Remove references to + block_size_log2. Allow any block size. + * libblock/include/rtems/bdbuf.h, libblock/src/bdbuf.c: Remove all + references to pools and make the cache handle demand driver + variable buffer size allocation. Added worker threads support the + swapout task. + * sapi/include/confdefs.h: Updated the bdbuf configutation. + 2009-08-04 Joel Sherrill * sapi/include/confdefs.h: Account for allocation of user extension -- cgit v1.2.3