source: rtems/cpukit/libblock/ChangeLog @ b18646c9

Last change on this file since b18646c9 was 17569bf4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 09:40:38

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-27      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
14
15        * src/blkdev.c: Per PR331 fix bug which is tripped by writing 512 byte
16        blocks to 512 byte aligned positions.
17
182003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
19
20        * src/ata.c, src/bdbuf.c: Correct invocation of rtems_task_mode()
21        so the task's preemption mode setting is properly maintained.
22
232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Eliminate C_O_FILES.
26        Eliminate SRCS.
27
282002-12-02      Joel Sherrill <joel@OARcorp.com>
29
30        * src/bdbuf.c: Added cast to remove warning.
31
322002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Fix package name.
35
362002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * src/diskdevs.c: Include <unistd.h> to remove warning.
39
402002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
41
42        * Added ATA  support.
43        * include/rtems/blkdev.h: Added last IO status.
44        * include/rtems/ata.h, include/rtems/ata_internal.h,
45        include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New
46        files.
47
482002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-09-07      Joel Sherrill <joel@OARcorp.com>
59
60        * src/bdbuf.c: Previous fix for PR282 regressed mutex changes.
61
622002-09-06      Alexander M. Kukuta <kam@oktet.ru>
63
64        * src/bdbuf.c: Per PR282, correct problem in function
65        rtems_bdbuf_read() where device ioctl() is called with the
66        logical device number used instead of corresponding physical
67        device number.
68
692002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Merge src/Makefile.am.
72        * src/Makefile.am: Remove.
73        * configure.ac: Remove src/Makefile.am
74
752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
78
792002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
82
832002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: RTEMS_TOP(../..).
86
872002-07-01    Joel Sherrill <joel@OARcorp.com>
88
89        * Mega patch merge to change the format of the object IDs to
90        loosen the dependency between the SCORE and the various APIs.
91        There was considerable work to simplify the object name management
92        and it appears that the name_table field is no longer needed.
93        This patch also includes the addition of the internal mutex
94        which is currently only used to protect some types of allocation
95        and deallocation.  This significantly can reduce context
96        switch latency under certain circumstances.  In particular,
97        some heap/region operations were O(n) and had dispatching
98        disabled.  This should help enormously.  With this merge,
99        the patch is not as clean as it should be.  In particular,
100        the documentation has not been modified to reflect the new object
101        ID layout, the IDs in the test screens are not updated, and
102        _Objects_Get_information needs to be a real routine not inlined.
103        As part of this patch a lot of MP code for thread/proxy blocking
104        was made conditional and cleaned up.
105        * src/bdbuf.c:  Modified as part of above.
1062002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove RTEMS_PROJECT_ROOT.
109
1102002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
113        Add AC_PROG_RANLIB.
114
1152002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * src/Makefile.am: Don't preinstall libblock.a.
118
1192002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge-in include/Makefile.am.
122        * include/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
128        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
129        Use ../aclocal.
130        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
131
1322002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        Move from c/src/libblock to c/src/exec/libblock
135        * configure.ac: Reflect move.
136        * Makefile.am: Ditto.
137        * include/Makefile.am: Ditto.
138        * src/Makefile.am: Ditto.
139
1402002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * src/ramdisk.c: include <string.h>.
143        * src/blkdev.c: include <string.h>.
144
1452002-04-03      Alexander Kukuta <kam@oktet.ru>
146
147        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
148        and bdbuf_buffer.avl.cache to signed char instead of char.
149
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
158
1592002-03-21      Alexander Kukuta <kam@oktet.ru>
160
161        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
162          to avoid using GPLed sources in RTEMS core.
163        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
164          implementation which was used for debugging only.
165
1662002-03-13      Victor V. Vengerov <vvv@oktet.ru>
167
168        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
169          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
170          Fix bug: disable interrupts and set level properly before
171          _CORE_mutex_Seize invocation).
172
1732002-02-28      Joel Sherrill <joel@OARcorp.com>
174
175        * Submitted by Victor V. Vengerov <vvv@oktet.ru> and merged
176        into the RTEMS source.
177        * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
178        include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
179        include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
180        src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
181        src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
182
1832001-11-29      Victor V. Vengerov <vvv@oktet.ru>
184        * AVL trees implementation added.
185
1862001-11-16      Victor V. Vengerov <vvv@oktet.ru>
187        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
188
1892001-11-07      Victor V. Vengerov <vvv@oktet.ru>
190
191        * ChangeLog: New file.
192        * src/, include/, include/rtems/: New directories.
193        * README, configure.ac, Makefile.am, src/Makefile.am,
194          include/Makefile.am: New files.
195        * include/rtems/bdbuf.h include/rtems/blkdev.h 
196          include/rtems/diskdevs.h include/rtems/ramdisk.h
197          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
Note: See TracBrowser for help on using the repository browser.