source: rtems/cpukit/sapi/ChangeLog @ 37cd592

4.104.114.84.95
Last change on this file since 37cd592 was 37cd592, checked in by Joel Sherrill <joel.sherrill@…>, on 07/04/02 at 16:22:54

2002-07-04 Joel Sherrill <joel@…>

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