source: rtems/cpukit/sapi/ChangeLog @ 6185a0d3

4.104.114.84.95
Last change on this file since 6185a0d3 was 6185a0d3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 21:01:36

2003-08-14 Joel Sherrill <joel@…>

  • src/extensionident.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
  • Property mode set to 100644
File size: 7.4 KB
Line 
12003-08-14      Joel Sherrill <joel@OARcorp.com>
2
3        * src/extensionident.c: Added ID to name lookup service and changed
4        name of id/name translation status code. This propagated to multiple
5        functions. The user API service added was rtems_object_id_to_name()
6
72003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Remove stray reference to sptables.h.in.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * include/rtems/sptables.h.in: Remove.
14        * include/rtems/sptables.h: New.
15        * include/.cvsignore: Remove.
16        * include/rtems/.cvsignore: Remove.
17        * inline/.cvsignore: Remove.
18        * inline/rtems/.cvsignore: Remove.
19        * macros/.cvsignore: Remove.
20        * macros/rtems/.cvsignore: Remove.
21        * src/.cvsignore: Remove.
22
232003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * include/rtems/sptables.h.in: Remove RTEMS_VERSION (Moved to
26        cpuopts.h).
27
282003-02-03      Joel Sherrill <joel@OARcorp.com>
29
30        PR 338/filesystem
31        * include/rtems/io.h, src/io.c: Side-effect of fixing reentrancy
32        problem with rtems_io_lookup_name() (API change).
33
342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Don't create $ARCH as side-effect of compilation.
37
382002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * include/Makefile.am: Remove.
41        * inline/Makefile.am: Remove.
42        * macros/Makefile.am: Remove.
43        * src/Makefile.am: Remove.
44        * Makefile.am: Merge-in removed Makefile.ams.
45
462002-08-30      Joel Sherrill <joel@OARcorp.com>
47
48        * src/io.c: Fixed some spacing.
49
502002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * src/Makefile.am: Add libsapi.a.
53
542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-04      Joel Sherrill <joel@OARcorp.com>
59
60        * Jump table for single entry point removed.
61        * include/rtems/directives.h, src/entrytable.c: Removed.
62        * include/Makefile.am, src/Makefile.am, src/exinit.c:  Modified to
63        reflect above.
64
652002-07-01    Joel Sherrill <joel@OARcorp.com>
66
67        * Mega patch merge to change the format of the object IDs to
68        loosen the dependency between the SCORE and the various APIs.
69        There was considerable work to simplify the object name management
70        and it appears that the name_table field is no longer needed.
71        This patch also includes the addition of the internal mutex
72        which is currently only used to protect some types of allocation
73        and deallocation.  This significantly can reduce context
74        switch latency under certain circumstances.  In particular,
75        some heap/region operations were O(n) and had dispatching
76        disabled.  This should help enormously.  With this merge,
77        the patch is not as clean as it should be.  In particular,
78        the documentation has not been modified to reflect the new object
79        ID layout, the IDs in the test screens are not updated, and
80        _Objects_Get_information needs to be a real routine not inlined.
81        As part of this patch a lot of MP code for thread/proxy blocking
82        was made conditional and cleaned up.
83        * include/confdefs.h, src/exinit.c, src/extension.c, src/itronapi.c,
84        src/posixapi.c, src/rtemsapi.c:  Modified as part of above.
85
862001-05-09      Joel Sherrill <joel@OARcorp.com>
87
88        * src/exinit.c: Slightly rework initialization so there
89        is a valid thread as _Thread_Executing when the pre_tasking
90        hook is called.  This allows one directives and malloc
91        to potentially use mutex protection.
92 
932001-03-29      Joel Sherrill <joel@OARcorp.com>
94
95        * Per PR126, configuration structures now match docs.
96        * include/rtems/config.h: Use public data types.
97
982001-03-28      Joel Sherrill <joel@OARcorp.com>
99
100        * PR132 requested some tinkering ot lower memory.
101        * include/confdefs.h: Lowered footprint of device driver table
102        and statically configure user extensions.  Now if no static
103        extensions are configured, then the table is not instantiated.
104
1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
112
1132001-03-15      Joel Sherrill <joel@OARcorp.com>
114
115        * src/extension.c: Split to reduce minimum code size per PR134.
116        * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
117        New files.
118        src/Makefile.am: Modified to reflect above.
119
1202002-01-07      Joel Sherrill <joel@OARcorp.com>
121
122        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
123        optman/no-io.c: Removed entire contents of optman/ directory since
124        it has been moved.
125
1262001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * optman/Makefile.am: Add multilib support.
129        * src/Makefile.am: Add multilib support.
130
1312001-10-16      Chris Johns <ccj@acm.org>
132
133        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
134        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
135        register/unregister interface to allow device drivers to be
136        installed and removed at runtime. This means you do not need devices
137        present in the device table when you build.
138
1392001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * include/rtems/Makefile.am: Remove.
142        * include/Makefile.am: Handle subdirs, require automake-1.5.
143        * inline/rtems/Makefile.am: Remove.
144        * inline/Makefile.am: Handle subdirs, require automake-1.5.
145        * macros/rtems/Makefile.am: Remove.
146        * Makefile.am: require automake-1.5.
147
1482001-10-12      Joel Sherrill <joel@OARcorp.com>
149
150        * include/rtems/directives.h: Fixed typo.
151
1522001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
155        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
156        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
157        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
158
1592001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
162
1632001-04-16      Joel Sherrill <joel@OARcorp.com>
164
165        * include/confdefs.h: Fix real-time clock support.
166
1672001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * include/Makefile.am, include/rtems/Makefile.am,
170        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
171        Apply include_*HEADERS instead of H_FILES.
172
1732001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
174
175        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
176        using NEWLIB, cleanup related comment.
177
1782001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
181
1822000-10-30      Joel Sherrill <joel@OARcorp.com>
183
184        * POSIX include files merged into newlib.  This resulted in
185        some definitions moving to other files and thus some secondary
186        effects in RTEMS source code.
187        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
188        <signal.h> since that file no longer exists.
189
1902000-10-18      Joel Sherrill <joel@OARcorp.com>
191
192        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
193        if there is no Classic API Initialization Tasks Table defined.
194
1952000-10-18      Joel Sherrill <joel@OARcorp.com>
196
197        * include/confdefs.h: Modified code that accounts for initialization
198        task/threads with greater than minimum stack sizes so it would
199        compile even if optional APIs are disabled.
200
2012000-10-12      Joel Sherrill <joel@OARcorp.com>
202
203        * include/confdefs.h: Account for initialization tasks and
204        threads which use larger than minimum stack sizes.
205
2062000-09-28      Joel Sherrill <joel@OARcorp.com>
207
208        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
209        to all names.
210        * src/io.c: Accounted for above.
211
2122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * src/Makefile.am, optman/Makefile.am: Include compile.am.
215
2162000-08-10      Joel Sherrill <joel@OARcorp.com>
217
218        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.