source: rtems/cpukit/libblock/ChangeLog @ 0998f21

4.104.114.84.95
Last change on this file since 0998f21 was 0998f21, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 04:04:54

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to compilation rules.
  • Property mode set to 100644
File size: 8.7 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to compilation rules.
4
52003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add $(dirstamp) to preinstallation rules.
8
92003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Reworked.
12
132003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
16        Use AM_CPPFLAGS instead of AM_CFLAGS.
17        * src/ata.c: Include config.h.
18        * src/bdbuf.c: Ditto.
19        * src/blkdev.c: Ditto.
20        * src/diskdevs.c: Ditto.
21        * src/ide_part_table.c: Ditto.
22        * src/ramdisk.c: Ditto.
23
242003-09-04      Joel Sherrill <joel@OARcorp.com>
25
26        * include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: URL
27        for license changed.
28
292003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove (Merged into ../configure.ac).
32        * Makefile.am: Reflect having merged configure.ac into
33        ../configure.ac.
34
352003-06-04      Joel Sherrill <joel@OARcorp.com>
36
37        * src/ide_part_table.c: Removed warnings.
38
392002-04-10      Victor V. Vengerov <vvv@oktet.ru>
40
41        PR 385/filesystem
42        * src/ramdisk.c: The "from" and "to" locations are calculated as
43        the start of the block within the ram that data is to be transferred
44        from/to for reads and writes respectively.  However, within
45        the loops, the "from" and "to" locations are never updated.  The loop
46        should have been updated as:
47            from += rd->block_size;
48        and
49            to += rd->block_size;
50        within the for loops in the ramdisk_read and ramdisk_write routines,
51        respectively.
52
532003-03-27      Joel Sherrill <joel@OARcorp.com>
54
55        * Makefile.am: ATA code depends upon libchip/ide which is not allowed
56        in the cpukit source code since it must be buildable independent of
57        any BSP. These files were moved to libchip/ide.
58        * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
59
602003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
61
62        PR 367/filesystem
63        * Makefile.am, include/rtems/ide_part_table.h, src/ata.c,
64        src/ide_part_table.c: Some bugs were still present in the DOSFS
65        implementation:
66            - FAT12 did not work properly on Big-Endian machines
67            - Some synchronization and error handling problems were present
68            - Some legal codings for EOC were not recognized
69
702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove AC_CONFIG_AUX_DIR.
73
742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
77
782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: AC_PREREQ(2.57).
81
822003-01-27      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
83
84        * src/blkdev.c: Per PR331 fix bug which is tripped by writing 512 byte
85        blocks to 512 byte aligned positions.
86
872003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
88
89        * src/ata.c, src/bdbuf.c: Correct invocation of rtems_task_mode()
90        so the task's preemption mode setting is properly maintained.
91
922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Eliminate C_O_FILES.
95        Eliminate SRCS.
96
972002-12-02      Joel Sherrill <joel@OARcorp.com>
98
99        * src/bdbuf.c: Added cast to remove warning.
100
1012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Fix package name.
104
1052002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * src/diskdevs.c: Include <unistd.h> to remove warning.
108
1092002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
110
111        * Added ATA  support.
112        * include/rtems/blkdev.h: Added last IO status.
113        * include/rtems/ata.h, include/rtems/ata_internal.h,
114        include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New
115        files.
116
1172002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
120
1212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Reformat.
124        Add autom4te*cache.
125        Remove autom4te.cache.
126
1272002-09-07      Joel Sherrill <joel@OARcorp.com>
128
129        * src/bdbuf.c: Previous fix for PR282 regressed mutex changes.
130
1312002-09-06      Alexander M. Kukuta <kam@oktet.ru>
132
133        * src/bdbuf.c: Per PR282, correct problem in function
134        rtems_bdbuf_read() where device ioctl() is called with the
135        logical device number used instead of corresponding physical
136        device number.
137
1382002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Merge src/Makefile.am.
141        * src/Makefile.am: Remove.
142        * configure.ac: Remove src/Makefile.am
143
1442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
147
1482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
151
1522002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: RTEMS_TOP(../..).
155
1562002-07-01    Joel Sherrill <joel@OARcorp.com>
157
158        * Mega patch merge to change the format of the object IDs to
159        loosen the dependency between the SCORE and the various APIs.
160        There was considerable work to simplify the object name management
161        and it appears that the name_table field is no longer needed.
162        This patch also includes the addition of the internal mutex
163        which is currently only used to protect some types of allocation
164        and deallocation.  This significantly can reduce context
165        switch latency under certain circumstances.  In particular,
166        some heap/region operations were O(n) and had dispatching
167        disabled.  This should help enormously.  With this merge,
168        the patch is not as clean as it should be.  In particular,
169        the documentation has not been modified to reflect the new object
170        ID layout, the IDs in the test screens are not updated, and
171        _Objects_Get_information needs to be a real routine not inlined.
172        As part of this patch a lot of MP code for thread/proxy blocking
173        was made conditional and cleaned up.
174        * src/bdbuf.c:  Modified as part of above.
1752002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove RTEMS_PROJECT_ROOT.
178
1792002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
182        Add AC_PROG_RANLIB.
183
1842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * src/Makefile.am: Don't preinstall libblock.a.
187
1882002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Merge-in include/Makefile.am.
191        * include/Makefile.am: Remove.
192        * configure.ac: Reflect changes above.
193
1942002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
197        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
198        Use ../aclocal.
199        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
200
2012002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        Move from c/src/libblock to c/src/exec/libblock
204        * configure.ac: Reflect move.
205        * Makefile.am: Ditto.
206        * include/Makefile.am: Ditto.
207        * src/Makefile.am: Ditto.
208
2092002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * src/ramdisk.c: include <string.h>.
212        * src/blkdev.c: include <string.h>.
213
2142002-04-03      Alexander Kukuta <kam@oktet.ru>
215
216        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
217        and bdbuf_buffer.avl.cache to signed char instead of char.
218
2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac:
222        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
223        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
224        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
227
2282002-03-21      Alexander Kukuta <kam@oktet.ru>
229
230        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
231          to avoid using GPLed sources in RTEMS core.
232        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
233          implementation which was used for debugging only.
234
2352002-03-13      Victor V. Vengerov <vvv@oktet.ru>
236
237        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
238          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
239          Fix bug: disable interrupts and set level properly before
240          _CORE_mutex_Seize invocation).
241
2422002-02-28      Joel Sherrill <joel@OARcorp.com>
243
244        * Submitted by Victor V. Vengerov <vvv@oktet.ru> and merged
245        into the RTEMS source.
246        * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
247        include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
248        include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
249        src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
250        src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
251
2522001-11-29      Victor V. Vengerov <vvv@oktet.ru>
253        * AVL trees implementation added.
254
2552001-11-16      Victor V. Vengerov <vvv@oktet.ru>
256        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
257
2582001-11-07      Victor V. Vengerov <vvv@oktet.ru>
259
260        * ChangeLog: New file.
261        * src/, include/, include/rtems/: New directories.
262        * README, configure.ac, Makefile.am, src/Makefile.am,
263          include/Makefile.am: New files.
264        * include/rtems/bdbuf.h include/rtems/blkdev.h 
265          include/rtems/diskdevs.h include/rtems/ramdisk.h
266          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
Note: See TracBrowser for help on using the repository browser.