source: rtems/c/src/lib/libbsp/unix/posix/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * startup/Makefile.am: Add custom compilation rule for
8        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
9
102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * startup/Makefile.am: Misc cleanups and fixes.
13        * wrapup/Makefile.am: Misc cleanups and fixes.
14
152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Add preinstallation dirstamp support.
18        * clock/Makefile.am: Cosmetics.
19        * console/Makefile.am: Cosmetics.
20        * shmsupp/Makefile.am: Cosmetics.
21        * startup/Makefile.am: Cosmetics.
22        * timer/Makefile.am: Cosmetics.
23        * wrapup/Makefile.am: Cosmetics.
24
252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Remove all-local: $(ARCH).
28        * console/Makefile.am: Remove all-local: $(ARCH).
29        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
30        * startup/Makefile.am: Remove all-local: $(ARCH).
31        * timer/Makefile.am: Remove all-local: $(ARCH).
32        * wrapup/Makefile.am: Remove all-local: $(ARCH).
33
342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in include/Makefile.am.
37        Reflect changes to bsp.am.
38        * include/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412003-09-26      Joel Sherrill <joel@OARcorp.com>
42
43        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
44        references.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
49        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
50        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
51        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
52        changed.
53
542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved aclocal/.
57
582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect having moved automake/.
61        * clock/Makefile.am: Reflect having moved automake/.
62        * console/Makefile.am: Reflect having moved automake/.
63        * include/Makefile.am: Reflect having moved automake/.
64        * shmsupp/Makefile.am: Reflect having moved automake/.
65        * startup/Makefile.am: Reflect having moved automake/.
66        * timer/Makefile.am: Reflect having moved automake/.
67        * wrapup/Makefile.am: Reflect having moved automake/.
68
692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
72
732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove AC_CONFIG_AUX_DIR.
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
80
812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: AC_PREREQ(2.57).
84
852003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
88        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97
982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
101        changes.
102
1032002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Unconditionally check for CXX (Hack to bug in
106        autoconf > 2.54).
107
1082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Reformat.
111        Add autom4te*cache.
112        Remove autom4te.cache.
113
1142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
122
1232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
126        Remove $(OBJS) from all-local.
127
1282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
131
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac:
135        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
136        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
137        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145
1462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
149
1502001-11-07      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/Makefile.am: Do NOT use the standard bootcard.c.
153        NOTE: With this fix all test including the mptest ran as expected.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * include/Makefile.am: Use 'CLEANFILES ='.
164        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
165
1662001-08-17      Joel Sherrill <joel@OARcorp.com>
167
168        * include/Makefile.am: Include coverhd.h so tmtests will compile.
169
1702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: Add bspopts.h.
173        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
174        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
175        * include/bsp.h: Include bspopts.h.
176
1772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
178
179        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
180
1812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
192        and libcsupport.h moved from libc to lib/include/rtems and
193        now must be referenced as <rtems/XXX.h>.   Header file order
194        was cleaned up while doing this.
195
1962000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * bsp_specs: Add qnolinkcmds.
199
2002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
208        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
209        compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.