source: rtems/cpukit/libblock/ChangeLog @ 51b4875

4.104.114.84.95
Last change on this file since 51b4875 was 705a0701, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:55:09

2002-07-05 Ralf Corsepius <corsepiu@…>

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