summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/ChangeLog
blob: 1a295a1da76a03dc12f1342ba2e376847735acbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2003-01-27	Eugeny S. Mints <Eugeny.Mints@oktet.ru>

	* src/blkdev.c: Per PR331 fix bug which is tripped by writing 512 byte
	blocks to 512 byte aligned positions.

2003-01-03	Eugeny S. Mints <Eugeny.Mints@oktet.ru>

	* src/ata.c, src/bdbuf.c: Correct invocation of rtems_task_mode()
	so the task's preemption mode setting is properly maintained.

2002-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Eliminate C_O_FILES.
	Eliminate SRCS.

2002-12-02	Joel Sherrill <joel@OARcorp.com>

	* src/bdbuf.c: Added cast to remove warning.

2002-11-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Fix package name.

2002-11-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/diskdevs.c: Include <unistd.h> to remove warning.

2002-10-28	Eugeny S. Mints <Eugeny.Mints@oktet.ru>

	* Added ATA  support.
	* include/rtems/blkdev.h: Added last IO status.
	* include/rtems/ata.h, include/rtems/ata_internal.h,
	include/rtems/ide_part_table.h, src/ata.c, src/ide_part_table.c: New
	files.

2002-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-09-07	Joel Sherrill <joel@OARcorp.com>

	* src/bdbuf.c: Previous fix for PR282 regressed mutex changes. 

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

	* 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.

2002-07-31	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Merge src/Makefile.am.
	* src/Makefile.am: Remove.
	* configure.ac: Remove src/Makefile.am

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.

2002-07-05	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: RTEMS_TOP(../..).

2002-07-01    Joel Sherrill <joel@OARcorp.com>

	* Mega patch merge to change the format of the object IDs to
	loosen the dependency between the SCORE and the various APIs.
	There was considerable work to simplify the object name management
        and it appears that the name_table field is no longer needed.
	This patch also includes the addition of the internal mutex
	which is currently only used to protect some types of allocation
	and deallocation.  This significantly can reduce context 
	switch latency under certain circumstances.  In particular,
	some heap/region operations were O(n) and had dispatching
	disabled.  This should help enormously.  With this merge,
	the patch is not as clean as it should be.  In particular,
	the documentation has not been modified to reflect the new object
	ID layout, the IDs in the test screens are not updated, and
	_Objects_Get_information needs to be a real routine not inlined.
	As part of this patch a lot of MP code for thread/proxy blocking
	was made conditional and cleaned up.
	* src/bdbuf.c:  Modified as part of above.
2002-07-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_PROJECT_ROOT.

2002-06-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use AC_CONFIG_AUX_DIR(../..).
	Add AC_PROG_RANLIB.

2002-06-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/Makefile.am: Don't preinstall libblock.a.

2002-06-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Merge-in include/Makefile.am.
	* include/Makefile.am: Remove.
	* configure.ac: Reflect changes above.

2002-06-17	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.

2002-05-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	Move from c/src/libblock to c/src/exec/libblock
	* configure.ac: Reflect move.
	* Makefile.am: Ditto.
	* include/Makefile.am: Ditto.
	* src/Makefile.am: Ditto.

2002-04-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/ramdisk.c: include <string.h>.
	* src/blkdev.c: include <string.h>.

2002-04-03      Alexander Kukuta <kam@oktet.ru>

        * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
	and bdbuf_buffer.avl.cache to signed char instead of char.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* src/Makefile.am: Remove AUTOMAKE_OPTIONS.

2002-03-21      Alexander Kukuta <kam@oktet.ru>

        * src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
          to avoid using GPLed sources in RTEMS core.
        * src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
          implementation which was used for debugging only.

2002-03-13      Victor V. Vengerov <vvv@oktet.ru>

        * src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
          rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
          Fix bug: disable interrupts and set level properly before
          _CORE_mutex_Seize invocation).

2002-02-28	Joel Sherrill <joel@OARcorp.com>

	* Submitted by Victor V. Vengerov <vvv@oktet.ru> and merged
	into the RTEMS source.
	* ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
	include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
	include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
	src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
	src/ramdisk.c, src/.cvsignore, .cvsignore: New files.

2001-11-29      Victor V. Vengerov <vvv@oktet.ru>
        * AVL trees implementation added.

2001-11-16      Victor V. Vengerov <vvv@oktet.ru>
        * include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.

2001-11-07      Victor V. Vengerov <vvv@oktet.ru>

	* ChangeLog: New file.
        * src/, include/, include/rtems/: New directories.
        * README, configure.ac, Makefile.am, src/Makefile.am,
          include/Makefile.am: New files.
        * include/rtems/bdbuf.h include/rtems/blkdev.h  
          include/rtems/diskdevs.h include/rtems/ramdisk.h
          src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.