source: rtems/cpukit/sapi/ChangeLog @ f117cafc

4.104.114.84.95
Last change on this file since f117cafc was f117cafc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/02 at 07:29:18

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

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