source: rtems/cpukit/itron/ChangeLog @ 99db5e9

4.104.114.84.95
Last change on this file since 99db5e9 was 99db5e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/02 at 05:33:57

2002-12-09 Ralf Corsepius <corsepiu@…>

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