source: rtems/cpukit/sapi/ChangeLog @ 2eb04b2

4.104.114.84.95
Last change on this file since 2eb04b2 was 2eb04b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 06:31:49

2002-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Don't create $ARCH as side-effect of compilation.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Don't create $ARCH as side-effect of compilation.
4
52002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/Makefile.am: Remove.
8        * inline/Makefile.am: Remove.
9        * macros/Makefile.am: Remove.
10        * src/Makefile.am: Remove.
11        * Makefile.am: Merge-in removed Makefile.ams.
12
132002-08-30      Joel Sherrill <joel@OARcorp.com>
14
15        * src/io.c: Fixed some spacing.
16
172002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * src/Makefile.am: Add libsapi.a.
20
212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * src/Makefile.am: Use .$(OBJEXT) instead of .o.
24
252002-07-04      Joel Sherrill <joel@OARcorp.com>
26
27        * Jump table for single entry point removed.
28        * include/rtems/directives.h, src/entrytable.c: Removed.
29        * include/Makefile.am, src/Makefile.am, src/exinit.c:  Modified to
30        reflect above.
31
322002-07-01    Joel Sherrill <joel@OARcorp.com>
33
34        * Mega patch merge to change the format of the object IDs to
35        loosen the dependency between the SCORE and the various APIs.
36        There was considerable work to simplify the object name management
37        and it appears that the name_table field is no longer needed.
38        This patch also includes the addition of the internal mutex
39        which is currently only used to protect some types of allocation
40        and deallocation.  This significantly can reduce context
41        switch latency under certain circumstances.  In particular,
42        some heap/region operations were O(n) and had dispatching
43        disabled.  This should help enormously.  With this merge,
44        the patch is not as clean as it should be.  In particular,
45        the documentation has not been modified to reflect the new object
46        ID layout, the IDs in the test screens are not updated, and
47        _Objects_Get_information needs to be a real routine not inlined.
48        As part of this patch a lot of MP code for thread/proxy blocking
49        was made conditional and cleaned up.
50        * include/confdefs.h, src/exinit.c, src/extension.c, src/itronapi.c,
51        src/posixapi.c, src/rtemsapi.c:  Modified as part of above.
52
532001-05-09      Joel Sherrill <joel@OARcorp.com>
54
55        * src/exinit.c: Slightly rework initialization so there
56        is a valid thread as _Thread_Executing when the pre_tasking
57        hook is called.  This allows one directives and malloc
58        to potentially use mutex protection.
59 
602001-03-29      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR126, configuration structures now match docs.
63        * include/rtems/config.h: Use public data types.
64
652001-03-28      Joel Sherrill <joel@OARcorp.com>
66
67        * PR132 requested some tinkering ot lower memory.
68        * include/confdefs.h: Lowered footprint of device driver table
69        and statically configure user extensions.  Now if no static
70        extensions are configured, then the table is not instantiated.
71
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
79
802001-03-15      Joel Sherrill <joel@OARcorp.com>
81
82        * src/extension.c: Split to reduce minimum code size per PR134.
83        * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
84        New files.
85        src/Makefile.am: Modified to reflect above.
86
872002-01-07      Joel Sherrill <joel@OARcorp.com>
88
89        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
90        optman/no-io.c: Removed entire contents of optman/ directory since
91        it has been moved.
92
932001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * optman/Makefile.am: Add multilib support.
96        * src/Makefile.am: Add multilib support.
97
982001-10-16      Chris Johns <ccj@acm.org>
99
100        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
101        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
102        register/unregister interface to allow device drivers to be
103        installed and removed at runtime. This means you do not need devices
104        present in the device table when you build.
105
1062001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * include/rtems/Makefile.am: Remove.
109        * include/Makefile.am: Handle subdirs, require automake-1.5.
110        * inline/rtems/Makefile.am: Remove.
111        * inline/Makefile.am: Handle subdirs, require automake-1.5.
112        * macros/rtems/Makefile.am: Remove.
113        * Makefile.am: require automake-1.5.
114
1152001-10-12      Joel Sherrill <joel@OARcorp.com>
116
117        * include/rtems/directives.h: Fixed typo.
118
1192001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
122        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
123        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
124        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
125
1262001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
129
1302001-04-16      Joel Sherrill <joel@OARcorp.com>
131
132        * include/confdefs.h: Fix real-time clock support.
133
1342001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/Makefile.am, include/rtems/Makefile.am,
137        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
138        Apply include_*HEADERS instead of H_FILES.
139
1402001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
141
142        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
143        using NEWLIB, cleanup related comment.
144
1452001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
148
1492000-10-30      Joel Sherrill <joel@OARcorp.com>
150
151        * POSIX include files merged into newlib.  This resulted in
152        some definitions moving to other files and thus some secondary
153        effects in RTEMS source code.
154        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
155        <signal.h> since that file no longer exists.
156
1572000-10-18      Joel Sherrill <joel@OARcorp.com>
158
159        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
160        if there is no Classic API Initialization Tasks Table defined.
161
1622000-10-18      Joel Sherrill <joel@OARcorp.com>
163
164        * include/confdefs.h: Modified code that accounts for initialization
165        task/threads with greater than minimum stack sizes so it would
166        compile even if optional APIs are disabled.
167
1682000-10-12      Joel Sherrill <joel@OARcorp.com>
169
170        * include/confdefs.h: Account for initialization tasks and
171        threads which use larger than minimum stack sizes.
172
1732000-09-28      Joel Sherrill <joel@OARcorp.com>
174
175        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
176        to all names.
177        * src/io.c: Accounted for above.
178
1792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * src/Makefile.am, optman/Makefile.am: Include compile.am.
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.