source: rtems/c/src/exec/sapi/ChangeLog @ 96e6a86c

4.104.114.84.95
Last change on this file since 96e6a86c was 96e6a86c, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 19:32:16

2001-03-28 Joel Sherrill <joel@…>

  • PR132 requested some tinkering ot lower memory.
  • include/confdefs.h: Lowered footprint of device driver table and statically configure user extensions. Now if no static extensions are configured, then the table is not instantiated.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12001-03-28      Joel Sherrill <joel@OARcorp.com>
2
3        * PR132 requested some tinkering ot lower memory.
4        * include/confdefs.h: Lowered footprint of device driver table
5        and statically configure user extensions.  Now if no static
6        extensions are configured, then the table is not instantiated.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
15
162001-03-15      Joel Sherrill <joel@OARcorp.com>
17
18        * src/extension.c: Split to reduce minimum code size per PR134.
19        * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
20        New files.
21        src/Makefile.am: Modified to reflect above.
22
232002-01-07      Joel Sherrill <joel@OARcorp.com>
24
25        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
26        optman/no-io.c: Removed entire contents of optman/ directory since
27        it has been moved.
28
292001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * optman/Makefile.am: Add multilib support.
32        * src/Makefile.am: Add multilib support.
33
342001-10-16      Chris Johns <ccj@acm.org>
35
36        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
37        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
38        register/unregister interface to allow device drivers to be
39        installed and removed at runtime. This means you do not need devices
40        present in the device table when you build.
41
422001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * include/rtems/Makefile.am: Remove.
45        * include/Makefile.am: Handle subdirs, require automake-1.5.
46        * inline/rtems/Makefile.am: Remove.
47        * inline/Makefile.am: Handle subdirs, require automake-1.5.
48        * macros/rtems/Makefile.am: Remove.
49        * Makefile.am: require automake-1.5.
50
512001-10-12      Joel Sherrill <joel@OARcorp.com>
52
53        * include/rtems/directives.h: Fixed typo.
54
552001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
58        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
59        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
60        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
61
622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
65
662001-04-16      Joel Sherrill <joel@OARcorp.com>
67
68        * include/confdefs.h: Fix real-time clock support.
69
702001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * include/Makefile.am, include/rtems/Makefile.am,
73        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
74        Apply include_*HEADERS instead of H_FILES.
75
762001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
77
78        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
79        using NEWLIB, cleanup related comment.
80
812001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
84
852000-10-30      Joel Sherrill <joel@OARcorp.com>
86
87        * POSIX include files merged into newlib.  This resulted in
88        some definitions moving to other files and thus some secondary
89        effects in RTEMS source code.
90        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
91        <signal.h> since that file no longer exists.
92
932000-10-18      Joel Sherrill <joel@OARcorp.com>
94
95        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
96        if there is no Classic API Initialization Tasks Table defined.
97
982000-10-18      Joel Sherrill <joel@OARcorp.com>
99
100        * include/confdefs.h: Modified code that accounts for initialization
101        task/threads with greater than minimum stack sizes so it would
102        compile even if optional APIs are disabled.
103
1042000-10-12      Joel Sherrill <joel@OARcorp.com>
105
106        * include/confdefs.h: Account for initialization tasks and
107        threads which use larger than minimum stack sizes.
108
1092000-09-28      Joel Sherrill <joel@OARcorp.com>
110
111        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
112        to all names.
113        * src/io.c: Accounted for above.
114
1152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * src/Makefile.am, optman/Makefile.am: Include compile.am.
118
1192000-08-10      Joel Sherrill <joel@OARcorp.com>
120
121        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.