source: rtems/cpukit/libblock/ChangeLog @ 4ca9353

4.104.114.84.95
Last change on this file since 4ca9353 was 4ca9353, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:39:14

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

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