source: rtems/c/src/exec/libblock/ChangeLog @ 2e2bfa0

4.104.114.84.95
Last change on this file since 2e2bfa0 was 2e2bfa0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:37:58

2002-07-01 Joel Sherrill <joel@…>

  • Mega patch merge to change the format of the object IDs to loosen the dependency between the SCORE and the various APIs. There was considerable work to simplify the object name management and it appears that the name_table field is no longer needed. This patch also includes the addition of the internal mutex which is currently only used to protect some types of allocation and deallocation. This significantly can reduce context switch latency under certain circumstances. In particular, some heap/region operations were O(n) and had dispatching disabled. This should help enormously. With this merge, the patch is not as clean as it should be. In particular, the documentation has not been modified to reflect the new object ID layout, the IDs in the test screens are not updated, and _Objects_Get_information needs to be a real routine not inlined. As part of this patch a lot of MP code for thread/proxy blocking was made conditional and cleaned up.
  • src/bdbuf.c: Modified as part of above.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-07-01    Joel Sherrill <joel@OARcorp.com>
2
3        * Mega patch merge to change the format of the object IDs to
4        loosen the dependency between the SCORE and the various APIs.
5        There was considerable work to simplify the object name management
6        and it appears that the name_table field is no longer needed.
7        This patch also includes the addition of the internal mutex
8        which is currently only used to protect some types of allocation
9        and deallocation.  This significantly can reduce context
10        switch latency under certain circumstances.  In particular,
11        some heap/region operations were O(n) and had dispatching
12        disabled.  This should help enormously.  With this merge,
13        the patch is not as clean as it should be.  In particular,
14        the documentation has not been modified to reflect the new object
15        ID layout, the IDs in the test screens are not updated, and
16        _Objects_Get_information needs to be a real routine not inlined.
17        As part of this patch a lot of MP code for thread/proxy blocking
18        was made conditional and cleaned up.
19        * src/bdbuf.c:  Modified as part of above.
202002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove RTEMS_PROJECT_ROOT.
23
242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
27        Add AC_PROG_RANLIB.
28
292002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * src/Makefile.am: Don't preinstall libblock.a.
32
332002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Merge-in include/Makefile.am.
36        * include/Makefile.am: Remove.
37        * configure.ac: Reflect changes above.
38
392002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
42        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
43        Use ../aclocal.
44        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
45
462002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        Move from c/src/libblock to c/src/exec/libblock
49        * configure.ac: Reflect move.
50        * Makefile.am: Ditto.
51        * include/Makefile.am: Ditto.
52        * src/Makefile.am: Ditto.
53
542002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * src/ramdisk.c: include <string.h>.
57        * src/blkdev.c: include <string.h>.
58
592002-04-03      Alexander Kukuta <kam@oktet.ru>
60
61        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
62        and bdbuf_buffer.avl.cache to signed char instead of char.
63
642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac:
67        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
68        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
69        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
732002-03-21      Alexander Kukuta <kam@oktet.ru>
74
75        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
76          to avoid using GPLed sources in RTEMS core.
77        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
78          implementation which was used for debugging only.
79
802002-03-13      Victor V. Vengerov <vvv@oktet.ru>
81
82        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
83          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
84          Fix bug: disable interrupts and set level properly before
85          _CORE_mutex_Seize invocation).
86
872002-02-28      Joel Sherrill <joel@OARcorp.com>
88
89        * Submitted by Victor V. Vengerov <vvv@oktet.ru> and merged
90        into the RTEMS source.
91        * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
92        include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
93        include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
94        src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
95        src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
96
972001-11-29      Victor V. Vengerov <vvv@oktet.ru>
98        * AVL trees implementation added.
99
1002001-11-16      Victor V. Vengerov <vvv@oktet.ru>
101        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
102
1032001-11-07      Victor V. Vengerov <vvv@oktet.ru>
104
105        * ChangeLog: New file.
106        * src/, include/, include/rtems/: New directories.
107        * README, configure.ac, Makefile.am, src/Makefile.am,
108          include/Makefile.am: New files.
109        * include/rtems/bdbuf.h include/rtems/blkdev.h 
110          include/rtems/diskdevs.h include/rtems/ramdisk.h
111          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
Note: See TracBrowser for help on using the repository browser.