source: rtems/cpukit/sapi/ChangeLog @ 082972a

4.104.114.84.95
Last change on this file since 082972a was 93011536, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/02 at 14:16:17

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

  • optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c, optman/no-io.c: Removed entire contents of optman/ directory since it has been moved.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-01-07      Joel Sherrill <joel@OARcorp.com>
2
3        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
4        optman/no-io.c: Removed entire contents of optman/ directory since
5        it has been moved.
6
72001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * optman/Makefile.am: Add multilib support.
10        * src/Makefile.am: Add multilib support.
11
122001-10-16      Chris Johns <ccj@acm.org>
13
14        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
15        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
16        register/unregister interface to allow device drivers to be
17        installed and removed at runtime. This means you do not need devices
18        present in the device table when you build.
19
202001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * include/rtems/Makefile.am: Remove.
23        * include/Makefile.am: Handle subdirs, require automake-1.5.
24        * inline/rtems/Makefile.am: Remove.
25        * inline/Makefile.am: Handle subdirs, require automake-1.5.
26        * macros/rtems/Makefile.am: Remove.
27        * Makefile.am: require automake-1.5.
28
292001-10-12      Joel Sherrill <joel@OARcorp.com>
30
31        * include/rtems/directives.h: Fixed typo.
32
332001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
36        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
37        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
38        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
39
402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
43
442001-04-16      Joel Sherrill <joel@OARcorp.com>
45
46        * include/confdefs.h: Fix real-time clock support.
47
482001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/Makefile.am, include/rtems/Makefile.am,
51        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
52        Apply include_*HEADERS instead of H_FILES.
53
542001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
55
56        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
57        using NEWLIB, cleanup related comment.
58
592001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
62
632000-10-30      Joel Sherrill <joel@OARcorp.com>
64
65        * POSIX include files merged into newlib.  This resulted in
66        some definitions moving to other files and thus some secondary
67        effects in RTEMS source code.
68        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
69        <signal.h> since that file no longer exists.
70
712000-10-18      Joel Sherrill <joel@OARcorp.com>
72
73        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
74        if there is no Classic API Initialization Tasks Table defined.
75
762000-10-18      Joel Sherrill <joel@OARcorp.com>
77
78        * include/confdefs.h: Modified code that accounts for initialization
79        task/threads with greater than minimum stack sizes so it would
80        compile even if optional APIs are disabled.
81
822000-10-12      Joel Sherrill <joel@OARcorp.com>
83
84        * include/confdefs.h: Account for initialization tasks and
85        threads which use larger than minimum stack sizes.
86
872000-09-28      Joel Sherrill <joel@OARcorp.com>
88
89        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
90        to all names.
91        * src/io.c: Accounted for above.
92
932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * src/Makefile.am, optman/Makefile.am: Include compile.am.
96
972000-08-10      Joel Sherrill <joel@OARcorp.com>
98
99        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.