source: rtems/cpukit/itron/ChangeLog @ 4ca9353

4.104.114.84.95
Last change on this file since 4ca9353 was 4ca9353, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:39:14

2002-07-22 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
8
92002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: RTEMS_TOP(../..).
12
132002-07-01    Joel Sherrill <joel@OARcorp.com>
14
15        * Mega patch merge to change the format of the object IDs to
16        loosen the dependency between the SCORE and the various APIs.
17        There was considerable work to simplify the object name management
18        and it appears that the name_table field is no longer needed.
19        This patch also includes the addition of the internal mutex
20        which is currently only used to protect some types of allocation
21        and deallocation.  This significantly can reduce context
22        switch latency under certain circumstances.  In particular,
23        some heap/region operations were O(n) and had dispatching
24        disabled.  This should help enormously.  With this merge,
25        the patch is not as clean as it should be.  In particular,
26        the documentation has not been modified to reflect the new object
27        ID layout, the IDs in the test screens are not updated, and
28        _Objects_Get_information needs to be a real routine not inlined.
29        As part of this patch a lot of MP code for thread/proxy blocking
30        was made conditional and cleaned up.
31        * src/cre_mbf.c, src/cre_sem.c, src/eventflags.c, src/fmempool.c,
32        src/itronsem.c, src/mbox.c, src/msgbuffer.c, src/port.c, src/task.c,
33        src/vmempool.c:  Modified as part of above.
342002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove RTEMS_PROJECT_ROOT.
37
382002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
41        Add AC_PROG_RANLIB.
42
432002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove references to RTEMS_BSP.
46        * src/Makefile.am: Add libitron.a.
47
482002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
51        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
52        Use ../aclocal.
53        * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
54        * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
55        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
56
572001-04-22      Joel Sherrill <joel@OARcorp.com>
58
59        * src/task.c (_ITRON_Task_User_extensions): Add new fields to
60        be correct in respect to newly added fields for separate switch list.
61 
622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac:
65        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
66        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
67        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
732001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * src/Makefile.am: Add multilib support.
76
772001-11-07      Joel Sherrill <joel@OARcorp.com>
78
79        Discovered while fixing PR36 reported by Todor.Todorov@barco.com.
80        * include/rtems/itron/object.h: Corrected _ITRON_Objects_Get()
81        to use _Objects_Get_by_index().
82
832001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/itronsys/Makefile.am: Remove.
86        * include/rtems/Makefile.am: Remove.
87        * include/rtems/itron/Makefile.am: Remove.
88        * inline/rtems/Makefile.am: Remove.
89        * inline/rtems/itron/Makefile.am: Remove.
90        * macros/rtems/Makefile.am: Remove.
91        * macros/rtems/itron/Makefile.am: Remove.
92        * include/Makefile.am: handle subdirs.
93        * inline/Makefile.am: handle subdirs.
94        * macros/Makefile.am: handle subdirs.
95        * configure.ac: Reflect changes above.
96
972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
100        * configure.in: Remove.
101        * configure.ac: New file, generated from configure.in by autoupdate.
102
1032001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
106        * include/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
107        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
108        * inline/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
109        * macros/rtems/itron/Makefile.am: Use 'PREINSTALL_FILES ='.
110
1112001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
114        happy.
115
1162001-08-09      Joel Sherrill <joel@OARcorp.com>
117
118        * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations
119        should NOT use _Thread_Executing for return status since it is
120        permissible to invoke message send operations from an ISR.  This was
121        reported by Suvrat Gupta <suvrat@utstar.com>.
122
1232001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
126
1272001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am, include/itronsys/Makefile.am,
130        include/rtems/itron/Makefile.am, inline/rtems/itron/Makefile.am,
131        macros/rtems/itron/Makefile.am:
132        Apply include_*HEADERS instead of H_FILES.
133
1342001-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Add src/config.h
137        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
138        * src/.cvsignore: Add config.h and stamp-h
139        * src/*.c: Add config.h support.
140
1412000-12-01      Joel Sherrill <joel@OARcorp.com>
142
143        * Added macro support to ITRON API.  This is known to compile.
144        * Makefile.am: Added macros directory.
145        * configure.in: Removed error check for enabling macros.
146        * macros/.cvsignore, macros/Makefile.am,
147        macros/rtems/.cvsignore, macros/rtems/Makefile.am,
148        macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am,
149        macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl,
150        macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl,
151        macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl,
152        macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl,
153        macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl,
154        macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
155
1562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
159
1602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
163
1642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
167        Switch to GNU canonicalization.
168
1692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * src/Makefile.am: Include compile.am.
172
1732000-08-10      Joel Sherrill <joel@OARcorp.com>
174
175        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.