source: rtems/c/src/exec/sapi/ChangeLog @ ac97074f

4.104.114.84.95
Last change on this file since ac97074f was ac97074f, checked in by Joel Sherrill <joel.sherrill@…>, on 03/15/02 at 14:32:22

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

  • src/extension.c: Split to reduce minimum code size per PR134.
  • src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c: New files. src/Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-03-15      Joel Sherrill <joel@OARcorp.com>
2
3        * src/extension.c: Split to reduce minimum code size per PR134.
4        * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
5        New files.
6        src/Makefile.am: Modified to reflect above.
7
82002-01-07      Joel Sherrill <joel@OARcorp.com>
9
10        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
11        optman/no-io.c: Removed entire contents of optman/ directory since
12        it has been moved.
13
142001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * optman/Makefile.am: Add multilib support.
17        * src/Makefile.am: Add multilib support.
18
192001-10-16      Chris Johns <ccj@acm.org>
20
21        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
22        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
23        register/unregister interface to allow device drivers to be
24        installed and removed at runtime. This means you do not need devices
25        present in the device table when you build.
26
272001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * include/rtems/Makefile.am: Remove.
30        * include/Makefile.am: Handle subdirs, require automake-1.5.
31        * inline/rtems/Makefile.am: Remove.
32        * inline/Makefile.am: Handle subdirs, require automake-1.5.
33        * macros/rtems/Makefile.am: Remove.
34        * Makefile.am: require automake-1.5.
35
362001-10-12      Joel Sherrill <joel@OARcorp.com>
37
38        * include/rtems/directives.h: Fixed typo.
39
402001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
43        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
44        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
45        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
46
472001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
50
512001-04-16      Joel Sherrill <joel@OARcorp.com>
52
53        * include/confdefs.h: Fix real-time clock support.
54
552001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/Makefile.am, include/rtems/Makefile.am,
58        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
59        Apply include_*HEADERS instead of H_FILES.
60
612001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
62
63        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
64        using NEWLIB, cleanup related comment.
65
662001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
69
702000-10-30      Joel Sherrill <joel@OARcorp.com>
71
72        * POSIX include files merged into newlib.  This resulted in
73        some definitions moving to other files and thus some secondary
74        effects in RTEMS source code.
75        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
76        <signal.h> since that file no longer exists.
77
782000-10-18      Joel Sherrill <joel@OARcorp.com>
79
80        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
81        if there is no Classic API Initialization Tasks Table defined.
82
832000-10-18      Joel Sherrill <joel@OARcorp.com>
84
85        * include/confdefs.h: Modified code that accounts for initialization
86        task/threads with greater than minimum stack sizes so it would
87        compile even if optional APIs are disabled.
88
892000-10-12      Joel Sherrill <joel@OARcorp.com>
90
91        * include/confdefs.h: Account for initialization tasks and
92        threads which use larger than minimum stack sizes.
93
942000-09-28      Joel Sherrill <joel@OARcorp.com>
95
96        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
97        to all names.
98        * src/io.c: Accounted for above.
99
1002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * src/Makefile.am, optman/Makefile.am: Include compile.am.
103
1042000-08-10      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.