source: rtems/c/src/lib/libbsp/unix/posix/ChangeLog @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 86d58c0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:58

2003-09-04 Joel Sherrill <joel@…>

  • clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/exit.c, startup/setvec.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
4        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
5        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
6        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
7        changed.
8
92003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Reflect having moved aclocal/.
12
132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reflect having moved automake/.
16        * clock/Makefile.am: Reflect having moved automake/.
17        * console/Makefile.am: Reflect having moved automake/.
18        * include/Makefile.am: Reflect having moved automake/.
19        * shmsupp/Makefile.am: Reflect having moved automake/.
20        * startup/Makefile.am: Reflect having moved automake/.
21        * timer/Makefile.am: Reflect having moved automake/.
22        * wrapup/Makefile.am: Reflect having moved automake/.
23
242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
43        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52
532002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
56        changes.
57
582002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Unconditionally check for CXX (Hack to bug in
61        autoconf > 2.54).
62
632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Reformat.
66        Add autom4te*cache.
67        Remove autom4te.cache.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
81        Remove $(OBJS) from all-local.
82
832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
86
872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac:
90        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
91        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
92        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
100
1012001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
104
1052001-11-07      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/Makefile.am: Do NOT use the standard bootcard.c.
108        NOTE: With this fix all test including the mptest ran as expected.
109
1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.in: Remove.
114        * configure.ac: New file, generated from configure.in by autoupdate.
115
1162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * include/Makefile.am: Use 'CLEANFILES ='.
119        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
120
1212001-08-17      Joel Sherrill <joel@OARcorp.com>
122
123        * include/Makefile.am: Include coverhd.h so tmtests will compile.
124
1252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: Add bspopts.h.
128        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
129        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
130        * include/bsp.h: Include bspopts.h.
131
1322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
133
134        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
135
1362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
139
1402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
143
1442000-11-01      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
147        and libcsupport.h moved from libc to lib/include/rtems and
148        now must be referenced as <rtems/XXX.h>.   Header file order
149        was cleaned up while doing this.
150
1512000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * bsp_specs: Add qnolinkcmds.
154
1552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159
1602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
163        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
164        compile.am
165
1662000-08-10      Joel Sherrill <joel@OARcorp.com>
167
168        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.