1 |
1026 |
ivang |
2002-07-31 Ralf Corsepius
|
2 |
|
|
|
3 |
|
|
* Makefile.am: Merge src/Makefile.am.
|
4 |
|
|
* src/Makefile.am: Remove.
|
5 |
|
|
* configure.ac: Remove src/Makefile.am
|
6 |
|
|
|
7 |
|
|
2002-07-22 Ralf Corsepius
|
8 |
|
|
|
9 |
|
|
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
10 |
|
|
|
11 |
|
|
2002-07-22 Ralf Corsepius
|
12 |
|
|
|
13 |
|
|
* src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
|
14 |
|
|
|
15 |
|
|
2002-07-05 Ralf Corsepius
|
16 |
|
|
|
17 |
|
|
* configure.ac: RTEMS_TOP(../..).
|
18 |
|
|
|
19 |
|
|
2002-07-01 Joel Sherrill
|
20 |
|
|
|
21 |
|
|
* Mega patch merge to change the format of the object IDs to
|
22 |
|
|
loosen the dependency between the SCORE and the various APIs.
|
23 |
|
|
There was considerable work to simplify the object name management
|
24 |
|
|
and it appears that the name_table field is no longer needed.
|
25 |
|
|
This patch also includes the addition of the internal mutex
|
26 |
|
|
which is currently only used to protect some types of allocation
|
27 |
|
|
and deallocation. This significantly can reduce context
|
28 |
|
|
switch latency under certain circumstances. In particular,
|
29 |
|
|
some heap/region operations were O(n) and had dispatching
|
30 |
|
|
disabled. This should help enormously. With this merge,
|
31 |
|
|
the patch is not as clean as it should be. In particular,
|
32 |
|
|
the documentation has not been modified to reflect the new object
|
33 |
|
|
ID layout, the IDs in the test screens are not updated, and
|
34 |
|
|
_Objects_Get_information needs to be a real routine not inlined.
|
35 |
|
|
As part of this patch a lot of MP code for thread/proxy blocking
|
36 |
|
|
was made conditional and cleaned up.
|
37 |
|
|
* src/bdbuf.c: Modified as part of above.
|
38 |
|
|
2002-07-01 Ralf Corsepius
|
39 |
|
|
|
40 |
|
|
* configure.ac: Remove RTEMS_PROJECT_ROOT.
|
41 |
|
|
|
42 |
|
|
2002-06-27 Ralf Corsepius
|
43 |
|
|
|
44 |
|
|
* configure.ac: Use AC_CONFIG_AUX_DIR(../..).
|
45 |
|
|
Add AC_PROG_RANLIB.
|
46 |
|
|
|
47 |
|
|
2002-06-26 Ralf Corsepius
|
48 |
|
|
|
49 |
|
|
* src/Makefile.am: Don't preinstall libblock.a.
|
50 |
|
|
|
51 |
|
|
2002-06-18 Ralf Corsepius
|
52 |
|
|
|
53 |
|
|
* Makefile.am: Merge-in include/Makefile.am.
|
54 |
|
|
* include/Makefile.am: Remove.
|
55 |
|
|
* configure.ac: Reflect changes above.
|
56 |
|
|
|
57 |
|
|
2002-06-17 Ralf Corsepius
|
58 |
|
|
|
59 |
|
|
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
60 |
|
|
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
61 |
|
|
Use ../aclocal.
|
62 |
|
|
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
63 |
|
|
|
64 |
|
|
2002-05-18 Ralf Corsepius
|
65 |
|
|
|
66 |
|
|
Move from c/src/libblock to c/src/exec/libblock
|
67 |
|
|
* configure.ac: Reflect move.
|
68 |
|
|
* Makefile.am: Ditto.
|
69 |
|
|
* include/Makefile.am: Ditto.
|
70 |
|
|
* src/Makefile.am: Ditto.
|
71 |
|
|
|
72 |
|
|
2002-04-06 Ralf Corsepius
|
73 |
|
|
|
74 |
|
|
* src/ramdisk.c: include .
|
75 |
|
|
* src/blkdev.c: include .
|
76 |
|
|
|
77 |
|
|
2002-04-03 Alexander Kukuta
|
78 |
|
|
|
79 |
|
|
* include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal
|
80 |
|
|
and bdbuf_buffer.avl.cache to signed char instead of char.
|
81 |
|
|
|
82 |
|
|
2002-03-27 Ralf Corsepius
|
83 |
|
|
|
84 |
|
|
* configure.ac:
|
85 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
86 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
87 |
|
|
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
88 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
89 |
|
|
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
90 |
|
|
|
91 |
|
|
2002-03-21 Alexander Kukuta
|
92 |
|
|
|
93 |
|
|
* src/bdbuf.c (avl_insert, avl_remove): Reimplemented from scratch
|
94 |
|
|
to avoid using GPLed sources in RTEMS core.
|
95 |
|
|
* src/bdbuf.c, include/rtems/bdbuf.h: Remove "binary tree"
|
96 |
|
|
implementation which was used for debugging only.
|
97 |
|
|
|
98 |
|
|
2002-03-13 Victor V. Vengerov
|
99 |
|
|
|
100 |
|
|
* src/bdbuf.c (find_or_assign_buffer, rtems_bdbuf_read,
|
101 |
|
|
rtems_bdbuf_sync, rtems_bdbuf_syncdev, bdbuf_swapout_task):
|
102 |
|
|
Fix bug: disable interrupts and set level properly before
|
103 |
|
|
_CORE_mutex_Seize invocation).
|
104 |
|
|
|
105 |
|
|
2002-02-28 Joel Sherrill
|
106 |
|
|
|
107 |
|
|
* Submitted by Victor V. Vengerov and merged
|
108 |
|
|
into the RTEMS source.
|
109 |
|
|
* ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am,
|
110 |
|
|
include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h,
|
111 |
|
|
include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore,
|
112 |
|
|
src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c,
|
113 |
|
|
src/ramdisk.c, src/.cvsignore, .cvsignore: New files.
|
114 |
|
|
|
115 |
|
|
2001-11-29 Victor V. Vengerov
|
116 |
|
|
* AVL trees implementation added.
|
117 |
|
|
|
118 |
|
|
2001-11-16 Victor V. Vengerov
|
119 |
|
|
* include/rtems/bdbuf.h, src/bdbuf.c(rtems_bdbuf_syncdev): New.
|
120 |
|
|
|
121 |
|
|
2001-11-07 Victor V. Vengerov
|
122 |
|
|
|
123 |
|
|
* ChangeLog: New file.
|
124 |
|
|
* src/, include/, include/rtems/: New directories.
|
125 |
|
|
* README, configure.ac, Makefile.am, src/Makefile.am,
|
126 |
|
|
include/Makefile.am: New files.
|
127 |
|
|
* include/rtems/bdbuf.h include/rtems/blkdev.h
|
128 |
|
|
include/rtems/diskdevs.h include/rtems/ramdisk.h
|
129 |
|
|
src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c: New files.
|