source: rtems/cpukit/libblock/ChangeLog @ 662814d

4.104.114.84.95
Last change on this file since 662814d was 662814d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/02 at 12:01:30

2002-09-06 Alexander M. Kukuta <kam@…>

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