source: rtems/cpukit/sapi/ChangeLog @ 5bc48b5

Last change on this file since 5bc48b5 was 691fed92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 06:12:27

2003-03-06 Ralf Corsepius <corsepiu@…>

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