source: rtems/cpukit/sapi/ChangeLog @ 590cae7

4.104.114.84.95
Last change on this file since 590cae7 was 590cae7, checked in by Joel Sherrill <joel.sherrill@…>, on 02/03/03 at 23:58:21

2003-02-03 Joel Sherrill <joel@…>

PR 338/filesystem

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