source: rtems/c/src/exec/sapi/ChangeLog @ 059a3714

4.104.114.84.95
Last change on this file since 059a3714 was 059a3714, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/01 at 19:05:29

2001-10-16 Chris Johns <ccj@…>

  • include/confdefs.h, include/rtems/config.h, include/rtems/io.h, optman/no-io.c, src/exinit.c, src/io.c: Added a device driver register/unregister interface to allow device drivers to be installed and removed at runtime. This means you do not need devices present in the device table when you build.
  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[059a3714]12001-10-16      Chris Johns <ccj@acm.org>
2
3        * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
4        optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
5        register/unregister interface to allow device drivers to be
6        installed and removed at runtime. This means you do not need devices
7        present in the device table when you build.
8
[a11e5d35]92001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * include/rtems/Makefile.am: Remove.
12        * include/Makefile.am: Handle subdirs, require automake-1.5.
13        * inline/rtems/Makefile.am: Remove.
14        * inline/Makefile.am: Handle subdirs, require automake-1.5.
15        * macros/rtems/Makefile.am: Remove.
16        * Makefile.am: require automake-1.5.
17
[2a691da]182001-10-12      Joel Sherrill <joel@OARcorp.com>
19
20        * include/rtems/directives.h: Fixed typo.
21
[0e053e83]222001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
25        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
26        * inline/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
27        * macros/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
28
[fa1661b]292001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
32
[1d4bac9]332001-04-16      Joel Sherrill <joel@OARcorp.com>
34
35        * include/confdefs.h: Fix real-time clock support.
36
[3ebf5df]372001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * include/Makefile.am, include/rtems/Makefile.am,
40        inline/rtems/Makefile.am, macros/rtems/Makefile.am:
41        Apply include_*HEADERS instead of H_FILES.
42
[623893c]432001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
44
45        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
46        using NEWLIB, cleanup related comment.
47
[9c63d90]482001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
51
[72ad6aa]522000-10-30      Joel Sherrill <joel@OARcorp.com>
53
54        * POSIX include files merged into newlib.  This resulted in
55        some definitions moving to other files and thus some secondary
56        effects in RTEMS source code.
57        * include/confdefs.h: Replaced include of <sys/siginfo.h> with
58        <signal.h> since that file no longer exists.
59
[45c3da3]602000-10-18      Joel Sherrill <joel@OARcorp.com>
61
62        * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
63        if there is no Classic API Initialization Tasks Table defined.
64
[399c2e5d]652000-10-18      Joel Sherrill <joel@OARcorp.com>
66
67        * include/confdefs.h: Modified code that accounts for initialization
68        task/threads with greater than minimum stack sizes so it would
69        compile even if optional APIs are disabled.
70
[563ed95]712000-10-12      Joel Sherrill <joel@OARcorp.com>
72
73        * include/confdefs.h: Account for initialization tasks and
74        threads which use larger than minimum stack sizes.
75
[2e61938]762000-09-28      Joel Sherrill <joel@OARcorp.com>
77
78        * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
79        to all names.
80        * src/io.c: Accounted for above.
81
[3ac5d4e2]822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * src/Makefile.am, optman/Makefile.am: Include compile.am.
85
[e94ad1fe]862000-08-10      Joel Sherrill <joel@OARcorp.com>
87
88        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.