source: rtems/cpukit/itron/ChangeLog @ 13482e5d

4.104.114.84.95
Last change on this file since 13482e5d was 13482e5d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 13:46:51

2003-07-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged-in into ../configure.ac)
  • Makefile.am: Reflect having merged configure.ac into ../configure.ac.
  • src/config.h: New.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove (Merged-in into ../configure.ac)
4        * Makefile.am:
5        Reflect having merged configure.ac into ../configure.ac.
6        * src/config.h: New.
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
202002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Don't create $ARCH as side-effect of compilation.
23
242002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * include/Makefile.am: Remove.
27        * inline/Makefile.am: Remove.
28        * macros/Makefile.am: Remove.
29        * src/Makefile.am: Remove.
30        * Makefile.am: Merge-in removed Makefile.ams.
31        * configure.ac: Reflect changes above.
32
332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Cosmetical fixes.
36
372002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Fix package name.
40
412002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
54
552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
58
592002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: RTEMS_TOP(../..).
62
632002-07-01    Joel Sherrill <joel@OARcorp.com>
64
65        * Mega patch merge to change the format of the object IDs to
66        loosen the dependency between the SCORE and the various APIs.
67        There was considerable work to simplify the object name management
68        and it appears that the name_table field is no longer needed.
69        This patch also includes the addition of the internal mutex
70        which is currently only used to protect some types of allocation
71        and deallocation.  This significantly can reduce context
72        switch latency under certain circumstances.  In particular,
73        some heap/region operations were O(n) and had dispatching
74        disabled.  This should help enormously.  With this merge,
75        the patch is not as clean as it should be.  In particular,
76        the documentation has not been modified to reflect the new object
77        ID layout, the IDs in the test screens are not updated, and
78        _Objects_Get_information needs to be a real routine not inlined.
79        As part of this patch a lot of MP code for thread/proxy blocking
80        was made conditional and cleaned up.
81        * src/cre_mbf.c, src/cre_sem.c, src/eventflags.c, src/fmempool.c,
82        src/itronsem.c, src/mbox.c, src/msgbuffer.c, src/port.c, src/task.c,
83        src/vmempool.c:  Modified as part of above.
842002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove RTEMS_PROJECT_ROOT.
87
882002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
91        Add AC_PROG_RANLIB.
92
932002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove references to RTEMS_BSP.
96        * src/Makefile.am: Add libitron.a.
97
982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
101        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
102        Use ../aclocal.
103        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
104        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
105        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
106
1072001-04-22      Joel Sherrill <joel@OARcorp.com>
108
109        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
110        be correct in respect to newly added fields for separate switch list.
111 
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * src/Makefile.am: Add multilib support.
126
1272001-11-07      Joel Sherrill <joel@OARcorp.com>
128
129        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
130        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
131        to use _Objects_Get_by_index().
132
1332001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/itronsys/Makefile.am: Remove.
136        * include/rtems/Makefile.am: Remove.
137        * include/rtems/itron/Makefile.am: Remove.
138        * inline/rtems/Makefile.am: Remove.
139        * inline/rtems/itron/Makefile.am: Remove.
140        * macros/rtems/Makefile.am: Remove.
141        * macros/rtems/itron/Makefile.am: Remove.
142        * include/Makefile.am: handle subdirs.
143        * inline/Makefile.am: handle subdirs.
144        * macros/Makefile.am: handle subdirs.
145        * configure.ac: Reflect changes above.
146
1472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
150        * configure.in: Remove.
151        * configure.ac: New file, generated from configure.in by autoupdate.
152
1532001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
156        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
157        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
158        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
159        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
160
1612001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
164        happy.
165
1662001-08-09      Joel Sherrill <joel@OARcorp.com>
167
168        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
169        should NOT use _Thread_Executing for return status since it is
170        permissible to invoke message send operations from an ISR.  This was
171        reported by Suvrat Gupta <suvrat@utstar.com>.
172
1732001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
176
1772001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * include/Makefile.am, include/itronsys/Makefile.am,
180        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
181        macros/rtems/itron/Makefile.am:
182        Apply include_*HEADERS instead of H_FILES.
183
1842001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.in: Add src/config.h
187        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
188        * src/.cvsignore: Add config.h and stamp-h
189        * src/*.c: Add config.h support.
190
1912000-12-01      Joel Sherrill <joel@OARcorp.com>
192
193        * Added macro support to ITRON API.  This is known to compile.
194        * Makefile.am: Added macros directory.
195        * configure.in: Removed error check for enabling macros.
196        * macros/.cvsignore, macros/Makefile.am,
197        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
198        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
199        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
200        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
201        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
202        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
203        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
204        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
205
2062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
209
2102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
213
2142000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
217        Switch to GNU canonicalization.
218
2192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * src/Makefile.am: Include compile.am.
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.