source: rtems/cpukit/itron/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

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

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 7.2 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Don't create $ARCH as side-effect of compilation.
8
92002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * include/Makefile.am: Remove.
12        * inline/Makefile.am: Remove.
13        * macros/Makefile.am: Remove.
14        * src/Makefile.am: Remove.
15        * Makefile.am: Merge-in removed Makefile.ams.
16        * configure.ac: Reflect changes above.
17
182002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Cosmetical fixes.
21
222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Fix package name.
25
262002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
39
402002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
43
442002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: RTEMS_TOP(../..).
47
482002-07-01    Joel Sherrill <joel@OARcorp.com>
49
50        * Mega patch merge to change the format of the object IDs to
51        loosen the dependency between the SCORE and the various APIs.
52        There was considerable work to simplify the object name management
53        and it appears that the name_table field is no longer needed.
54        This patch also includes the addition of the internal mutex
55        which is currently only used to protect some types of allocation
56        and deallocation.  This significantly can reduce context
57        switch latency under certain circumstances.  In particular,
58        some heap/region operations were O(n) and had dispatching
59        disabled.  This should help enormously.  With this merge,
60        the patch is not as clean as it should be.  In particular,
61        the documentation has not been modified to reflect the new object
62        ID layout, the IDs in the test screens are not updated, and
63        _Objects_Get_information needs to be a real routine not inlined.
64        As part of this patch a lot of MP code for thread/proxy blocking
65        was made conditional and cleaned up.
66        * src/cre_mbf.c, src/cre_sem.c, src/eventflags.c, src/fmempool.c,
67        src/itronsem.c, src/mbox.c, src/msgbuffer.c, src/port.c, src/task.c,
68        src/vmempool.c:  Modified as part of above.
692002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove RTEMS_PROJECT_ROOT.
72
732002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
76        Add AC_PROG_RANLIB.
77
782002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove references to RTEMS_BSP.
81        * src/Makefile.am: Add libitron.a.
82
832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
86        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
87        Use ../aclocal.
88        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
89        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
90        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
91
922001-04-22      Joel Sherrill <joel@OARcorp.com>
93
94        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
95        be correct in respect to newly added fields for separate switch list.
96 
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * src/Makefile.am: Add multilib support.
111
1122001-11-07      Joel Sherrill <joel@OARcorp.com>
113
114        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
115        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
116        to use _Objects_Get_by_index().
117
1182001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * include/itronsys/Makefile.am: Remove.
121        * include/rtems/Makefile.am: Remove.
122        * include/rtems/itron/Makefile.am: Remove.
123        * inline/rtems/Makefile.am: Remove.
124        * inline/rtems/itron/Makefile.am: Remove.
125        * macros/rtems/Makefile.am: Remove.
126        * macros/rtems/itron/Makefile.am: Remove.
127        * include/Makefile.am: handle subdirs.
128        * inline/Makefile.am: handle subdirs.
129        * macros/Makefile.am: handle subdirs.
130        * configure.ac: Reflect changes above.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
141        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
142        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
143        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
144        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
145
1462001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
149        happy.
150
1512001-08-09      Joel Sherrill <joel@OARcorp.com>
152
153        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
154        should NOT use _Thread_Executing for return status since it is
155        permissible to invoke message send operations from an ISR.  This was
156        reported by Suvrat Gupta <suvrat@utstar.com>.
157
1582001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
161
1622001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * include/Makefile.am, include/itronsys/Makefile.am,
165        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
166        macros/rtems/itron/Makefile.am:
167        Apply include_*HEADERS instead of H_FILES.
168
1692001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Add src/config.h
172        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
173        * src/.cvsignore: Add config.h and stamp-h
174        * src/*.c: Add config.h support.
175
1762000-12-01      Joel Sherrill <joel@OARcorp.com>
177
178        * Added macro support to ITRON API.  This is known to compile.
179        * Makefile.am: Added macros directory.
180        * configure.in: Removed error check for enabling macros.
181        * macros/.cvsignore, macros/Makefile.am,
182        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
183        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
184        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
185        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
186        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
187        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
188        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
189        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * src/Makefile.am: Include compile.am.
207
2082000-08-10      Joel Sherrill <joel@OARcorp.com>
209
210        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.