source: rtems/cpukit/libblock/ChangeLog @ 5f83947

Last change on this file since 5f83947 was 05341d8, checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/03 at 15:17:53

2003-03-27 Joel Sherrill <joel@…>

  • Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide.
  • include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-03-27      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: ATA code depends upon libchip/ide which is not allowed
4        in the cpukit source code since it must be buildable independent of
5        any BSP. These files were moved to libchip/ide.
6        * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
7
82003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove AC_CONFIG_AUX_DIR.
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AC_PREREQ(2.57).
19
202003-01-27      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
21
22        * src/blkdev.c: Per PR331 fix bug which is tripped by writing 512 byte
23        blocks to 512 byte aligned positions.
24
252003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
26
27        * src/ata.c, src/bdbuf.c: Correct invocation of rtems_task_mode()
28        so the task's preemption mode setting is properly maintained.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Eliminate C_O_FILES.
33        Eliminate SRCS.
34
352002-12-02      Joel Sherrill <joel@OARcorp.com>
36
37        * src/bdbuf.c: Added cast to remove warning.
38
392002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Fix package name.
42
432002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * src/diskdevs.c: Include <unistd.h> to remove warning.
46
472002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
48
49        * Added ATA  support.
50        * include/rtems/blkdev.h: Added last IO status.
51        * include/rtems/ata.h, include/rtems/ata_internal.h,
52        include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New
53        files.
54
552002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
58
592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Reformat.
62        Add autom4te*cache.
63        Remove autom4te.cache.
64
652002-09-07      Joel Sherrill <joel@OARcorp.com>
66
67        * src/bdbuf.c: Previous fix for PR282 regressed mutex changes.
68
692002-09-06      Alexander M. Kukuta <kam@oktet.ru>
70
71        * src/bdbuf.c: Per PR282, correct problem in function
72        rtems_bdbuf_read() where device ioctl() is called with the
73        logical device number used instead of corresponding physical
74        device number.
75
762002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Merge src/Makefile.am.
79        * src/Makefile.am: Remove.
80        * configure.ac: Remove src/Makefile.am
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
89
902002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: RTEMS_TOP(../..).
93
942002-07-01    Joel Sherrill <joel@OARcorp.com>
95
96        * Mega patch merge to change the format of the object IDs to
97        loosen the dependency between the SCORE and the various APIs.
98        There was considerable work to simplify the object name management
99        and it appears that the name_table field is no longer needed.
100        This patch also includes the addition of the internal mutex
101        which is currently only used to protect some types of allocation
102        and deallocation.  This significantly can reduce context
103        switch latency under certain circumstances.  In particular,
104        some heap/region operations were O(n) and had dispatching
105        disabled.  This should help enormously.  With this merge,
106        the patch is not as clean as it should be.  In particular,
107        the documentation has not been modified to reflect the new object
108        ID layout, the IDs in the test screens are not updated, and
109        _Objects_Get_information needs to be a real routine not inlined.
110        As part of this patch a lot of MP code for thread/proxy blocking
111        was made conditional and cleaned up.
112        * src/bdbuf.c:  Modified as part of above.
1132002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove RTEMS_PROJECT_ROOT.
116
1172002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
120        Add AC_PROG_RANLIB.
121
1222002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * src/Makefile.am: Don't preinstall libblock.a.
125
1262002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge-in include/Makefile.am.
129        * include/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131
1322002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
135        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
136        Use ../aclocal.
137        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
138
1392002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        Move from c/src/libblock to c/src/exec/libblock
142        * configure.ac: Reflect move.
143        * Makefile.am: Ditto.
144        * include/Makefile.am: Ditto.
145        * src/Makefile.am: Ditto.
146
1472002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * src/ramdisk.c: include <string.h>.
150        * src/blkdev.c: include <string.h>.
151
1522002-04-03      Alexander Kukuta <kam@oktet.ru>
153
154        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
155        and bdbuf_buffer.avl.cache to signed char instead of char.
156
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
165
1662002-03-21      Alexander Kukuta <kam@oktet.ru>
167
168        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
169          to avoid using GPLed sources in RTEMS core.
170        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
171          implementation which was used for debugging only.
172
1732002-03-13      Victor V. Vengerov <vvv@oktet.ru>
174
175        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
176          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
177          Fix bug: disable interrupts and set level properly before
178          _CORE_mutex_Seize invocation).
179
1802002-02-28      Joel Sherrill <joel@OARcorp.com>
181
182        * Submitted by Victor V. Vengerov <vvv@oktet.ru> and merged
183        into the RTEMS source.
184        * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
185        include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
186        include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
187        src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
188        src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
189
1902001-11-29      Victor V. Vengerov <vvv@oktet.ru>
191        * AVL trees implementation added.
192
1932001-11-16      Victor V. Vengerov <vvv@oktet.ru>
194        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
195
1962001-11-07      Victor V. Vengerov <vvv@oktet.ru>
197
198        * ChangeLog: New file.
199        * src/, include/, include/rtems/: New directories.
200        * README, configure.ac, Makefile.am, src/Makefile.am,
201          include/Makefile.am: New files.
202        * include/rtems/bdbuf.h include/rtems/blkdev.h 
203          include/rtems/diskdevs.h include/rtems/ramdisk.h
204          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
Note: See TracBrowser for help on using the repository browser.