source: rtems/cpukit/libblock/ChangeLog @ 8b006a77

4.104.114.84.95
Last change on this file since 8b006a77 was ef73563f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 06:35:08

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

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