source: rtems/cpukit/sapi/ChangeLog @ 1e2e6fe0

4.104.114.84.95
Last change on this file since 1e2e6fe0 was d2c26e4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:10:00

Merger from rtems-4-6-branch.

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