source: rtems/c/src/lib/libbsp/unix/posix/ChangeLog @ 1d7f37b3

4.104.114.84.95
Last change on this file since 1d7f37b3 was 1d7f37b3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/22/05 at 10:26:57

2005-01-22 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Merge rtems-ctor.o into libbsp.a. Fix building rtems-ctor.o and no-ctor.o.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Merge rtems-ctor.o into libbsp.a.
4        Fix building rtems-ctor.o and no-ctor.o.
5
62005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
9
102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove build-variant support.
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        PR 610/bsps
21        * Makefile.am: Add include/tm27.h, Cosmetics.
22        * include/tm27.h: Final cosmetics.
23
242004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Split out tmtest27 support.
27        * include/tm27.h: New.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 613/bsps
32        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
33
342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 614/bsps
37        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
38
392004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * Makefile.am: Build main.o for !HAS_CXX.
42        Set EXEEXT = <empty> (Workaround to a bug in automake).
43
442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
47        * startup/exit.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
48        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
49        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
50
512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * clock/clock.c, include/bsp.h, shmsupp/cause_intr.c,
54        shmsupp/getcfg.c, shmsupp/lock.c, startup/bspstart.c: Convert to
55        using c99 fixed size types.
56
572004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect changes to bsp.am.
60        Preinstall dist_project_lib*.
61
622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect changes to bsp.am.
65
662004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
69
702004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
73        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
74        wrapup/Makefile.am. Use automake compilation rules.
75        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
76        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
77        * configure.ac: Reflect changes above.
78
792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
82        Add RTEMS_PROG_CCAS.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_DIRS.
87
882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * startup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
91        Add PRE/TMPINSTALL_FILES to CLEANFILES.
92
932004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Eliminate $(LIB).
96        Use noinst_DATA to trigger building libbsp.a.
97
982003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Remove GENERIC_FILES.
101
1022003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
113
1142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * startup/Makefile.am: Add custom compilation rule for
117        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
118
1192003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/Makefile.am: Misc cleanups and fixes.
122        * wrapup/Makefile.am: Misc cleanups and fixes.
123
1242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add preinstallation dirstamp support.
127        * clock/Makefile.am: Cosmetics.
128        * console/Makefile.am: Cosmetics.
129        * shmsupp/Makefile.am: Cosmetics.
130        * startup/Makefile.am: Cosmetics.
131        * timer/Makefile.am: Cosmetics.
132        * wrapup/Makefile.am: Cosmetics.
133
1342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * clock/Makefile.am: Remove all-local: $(ARCH).
137        * console/Makefile.am: Remove all-local: $(ARCH).
138        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * timer/Makefile.am: Remove all-local: $(ARCH).
141        * wrapup/Makefile.am: Remove all-local: $(ARCH).
142
1432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Merge-in include/Makefile.am.
146        Reflect changes to bsp.am.
147        * include/Makefile.am: Remove.
148        * configure.ac: Reflect changes above.
149
1502003-09-26      Joel Sherrill <joel@OARcorp.com>
151
152        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
153        references.
154
1552003-09-04      Joel Sherrill <joel@OARcorp.com>
156
157        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
158        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
159        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
160        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
161        changed.
162
1632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved aclocal/.
166
1672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved automake/.
170        * clock/Makefile.am: Reflect having moved automake/.
171        * console/Makefile.am: Reflect having moved automake/.
172        * include/Makefile.am: Reflect having moved automake/.
173        * shmsupp/Makefile.am: Reflect having moved automake/.
174        * startup/Makefile.am: Reflect having moved automake/.
175        * timer/Makefile.am: Reflect having moved automake/.
176        * wrapup/Makefile.am: Reflect having moved automake/.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove AC_CONFIG_AUX_DIR.
185
1862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
189
1902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: AC_PREREQ(2.57).
193
1942003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
197        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202
2032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206
2072002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
210        changes.
211
2122002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Unconditionally check for CXX (Hack to bug in
215        autoconf > 2.54).
216
2172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Reformat.
220        Add autom4te*cache.
221        Remove autom4te.cache.
222
2232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
231
2322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
235        Remove $(OBJS) from all-local.
236
2372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
240
2412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac:
244        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
245        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
246        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254
2552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
258
2592001-11-07      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/Makefile.am: Do NOT use the standard bootcard.c.
262        NOTE: With this fix all test including the mptest ran as expected.
263
2642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
267        * configure.in: Remove.
268        * configure.ac: New file, generated from configure.in by autoupdate.
269
2702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * include/Makefile.am: Use 'CLEANFILES ='.
273        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
274
2752001-08-17      Joel Sherrill <joel@OARcorp.com>
276
277        * include/Makefile.am: Include coverhd.h so tmtests will compile.
278
2792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Add bspopts.h.
282        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
283        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
284        * include/bsp.h: Include bspopts.h.
285
2862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
287
288        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
289
2902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
293
2942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
297
2982000-11-01      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
301        and libcsupport.h moved from libc to lib/include/rtems and
302        now must be referenced as <rtems/XXX.h>.   Header file order
303        was cleaned up while doing this.
304
3052000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * bsp_specs: Add qnolinkcmds.
308
3092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
312        Switch to GNU canonicalization.
313
3142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
317        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
318        compile.am
319
3202000-08-10      Joel Sherrill <joel@OARcorp.com>
321
322        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.