source: rtems/cpukit/sapi/ChangeLog @ af16d17d

4.104.114.84.95
Last change on this file since af16d17d was af16d17d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/02 at 11:57:16

2002-08-30 Joel Sherrill <joel@…>

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