source: rtems/cpukit/itron/ChangeLog @ 705a0701

4.104.114.84.95
Last change on this file since 705a0701 was 705a0701, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:55:09

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

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