source: rtems/cpukit/sapi/ChangeLog @ 73ca21f

Last change on this file since 73ca21f was 73ca21f, checked in by Joel Sherrill <joel.sherrill@…>, on 06/09/05 at 14:14:04

2005-06-09 Jacques Seronie Vivien <jacques.seronievivien@…>

PR 790/rtems

  • src/extensioncreate.c, src/extensionident.c: Correct use of name. This was missed when the other ident services in rtems/src where changed.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12005-06-09      Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net>
2
3        PR 790/rtems
4        * src/extensioncreate.c, src/extensionident.c: Correct use of name.
5        This was missed when the other ident services in rtems/src where
6        changed.
7
82004-06-08      Joel Sherrill <joel@OARcorp.com>
9
10        * ChangeLog, include/confdefs.h: Reverse previous accidental commit
11        which included too much and had no PR.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * include/confdefs.h, include/rtems/config.h,
16        include/rtems/extension.h, include/rtems/fatal.h,
17        include/rtems/init.h, include/rtems/io.h, include/rtems/mptables.h,
18        include/rtems/sptables.h, inline/rtems/extension.inl,
19        macros/rtems/extension.inl, src/debug.c, src/exinit.c,
20        src/extension.c, src/extensioncreate.c, src/extensiondelete.c,
21        src/extensionident.c, src/fatal.c, src/io.c, src/itronapi.c,
22        src/posixapi.c, src/rtemsapi.c: URL for license changed.
23
242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Remove stray reference to sptables.h.in.
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * include/rtems/sptables.h.in: Remove.
31        * include/rtems/sptables.h: New.
32        * include/.cvsignore: Remove.
33        * include/rtems/.cvsignore: Remove.
34        * inline/.cvsignore: Remove.
35        * inline/rtems/.cvsignore: Remove.
36        * macros/.cvsignore: Remove.
37        * macros/rtems/.cvsignore: Remove.
38        * src/.cvsignore: Remove.
39
402003-02-03      Joel Sherrill <joel@OARcorp.com>
41
42        PR 338/filesystem
43        * include/rtems/io.h, src/io.c: Side-effect of fixing reentrancy
44        problem with rtems_io_lookup_name() (API change).
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Don't create $ARCH as side-effect of compilation.
49
502002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * include/Makefile.am: Remove.
53        * inline/Makefile.am: Remove.
54        * macros/Makefile.am: Remove.
55        * src/Makefile.am: Remove.
56        * Makefile.am: Merge-in removed Makefile.ams.
57
582002-08-30      Joel Sherrill <joel@OARcorp.com>
59
60        * src/io.c: Fixed some spacing.
61
622002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * src/Makefile.am: Add libsapi.a.
65
662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-07-04      Joel Sherrill <joel@OARcorp.com>
71
72        * Jump table for single entry point removed.
73        * include/rtems/directives.h, src/entrytable.c: Removed.
74        * include/Makefile.am, src/Makefile.am, src/exinit.c:  Modified to
75        reflect above.
76
772002-07-01    Joel Sherrill <joel@OARcorp.com>
78
79        * Mega patch merge to change the format of the object IDs to
80        loosen the dependency between the SCORE and the various APIs.
81        There was considerable work to simplify the object name management
82        and it appears that the name_table field is no longer needed.
83        This patch also includes the addition of the internal mutex
84        which is currently only used to protect some types of allocation
85        and deallocation.  This significantly can reduce context
86        switch latency under certain circumstances.  In particular,
87        some heap/region operations were O(n) and had dispatching
88        disabled.  This should help enormously.  With this merge,
89        the patch is not as clean as it should be.  In particular,
90        the documentation has not been modified to reflect the new object
91        ID layout, the IDs in the test screens are not updated, and
92        _Objects_Get_information needs to be a real routine not inlined.
93        As part of this patch a lot of MP code for thread/proxy blocking
94        was made conditional and cleaned up.
95        * include/confdefs.h, src/exinit.c, src/extension.c, src/itronapi.c,
96        src/posixapi.c, src/rtemsapi.c:  Modified as part of above.
97
982001-05-09      Joel Sherrill <joel@OARcorp.com>
99
100        * src/exinit.c: Slightly rework initialization so there
101        is a valid thread as _Thread_Executing when the pre_tasking
102        hook is called.  This allows one directives and malloc
103        to potentially use mutex protection.
104 
1052001-03-29      Joel Sherrill <joel@OARcorp.com>
106
107        * Per PR126, configuration structures now match docs.
108        * include/rtems/config.h: Use public data types.
109
1102001-03-28      Joel Sherrill <joel@OARcorp.com>
111
112        * PR132 requested some tinkering ot lower memory.
113        * include/confdefs.h: Lowered footprint of device driver table
114        and statically configure user extensions.  Now if no static
115        extensions are configured, then the table is not instantiated.
116
1172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252001-03-15      Joel Sherrill <joel@OARcorp.com>
126
127        * src/extension.c: Split to reduce minimum code size per PR134.
128        * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
129        New files.
130        src/Makefile.am: Modified to reflect above.
131
1322002-01-07      Joel Sherrill <joel@OARcorp.com>
133
134        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
135        optman/no-io.c: Removed entire contents of optman/ directory since
136        it has been moved.
137
1382001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * optman/Makefile.am: Add multilib support.
141        * src/Makefile.am: Add multilib support.
142
1432001-10-16      Chris Johns <ccj@acm.org>
144
145        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
146        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
147        register/unregister interface to allow device drivers to be
148        installed and removed at runtime. This means you do not need devices
149        present in the device table when you build.
150
1512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * include/rtems/Makefile.am: Remove.
154        * include/Makefile.am: Handle subdirs, require automake-1.5.
155        * inline/rtems/Makefile.am: Remove.
156        * inline/Makefile.am: Handle subdirs, require automake-1.5.
157        * macros/rtems/Makefile.am: Remove.
158        * Makefile.am: require automake-1.5.
159
1602001-10-12      Joel Sherrill <joel@OARcorp.com>
161
162        * include/rtems/directives.h: Fixed typo.
163
1642001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
167        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
168        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
170
1712001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
174
1752001-04-16      Joel Sherrill <joel@OARcorp.com>
176
177        * include/confdefs.h: Fix real-time clock support.
178
1792001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * include/Makefile.am, include/rtems/Makefile.am,
182        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
183        Apply include_*HEADERS instead of H_FILES.
184
1852001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
186
187        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
188        using NEWLIB, cleanup related comment.
189
1902001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
193
1942000-10-30      Joel Sherrill <joel@OARcorp.com>
195
196        * POSIX include files merged into newlib.  This resulted in
197        some definitions moving to other files and thus some secondary
198        effects in RTEMS source code.
199        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
200        <signal.h> since that file no longer exists.
201
2022000-10-18      Joel Sherrill <joel@OARcorp.com>
203
204        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
205        if there is no Classic API Initialization Tasks Table defined.
206
2072000-10-18      Joel Sherrill <joel@OARcorp.com>
208
209        * include/confdefs.h: Modified code that accounts for initialization
210        task/threads with greater than minimum stack sizes so it would
211        compile even if optional APIs are disabled.
212
2132000-10-12      Joel Sherrill <joel@OARcorp.com>
214
215        * include/confdefs.h: Account for initialization tasks and
216        threads which use larger than minimum stack sizes.
217
2182000-09-28      Joel Sherrill <joel@OARcorp.com>
219
220        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
221        to all names.
222        * src/io.c: Accounted for above.
223
2242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * src/Makefile.am, optman/Makefile.am: Include compile.am.
227
2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.