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

Last change on this file since d233c88 was d233c88, checked in by Joel Sherrill <joel.sherrill@…>, on 10/30/06 at 22:18:57

2006-10-30 Joel Sherrill <joel@…>

  • startup/rtems-ctor.cc: Conditionally disable non-GCC code.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12006-10-30      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Merge rtems-ctor.o into libbsp.a.
20        Fix building rtems-ctor.o and no-ctor.o.
21
222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
25
262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove build-variant support.
29
302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 610/bsps
37        * Makefile.am: Add include/tm27.h, Cosmetics.
38        * include/tm27.h: Final cosmetics.
39
402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * include/bsp.h: Split out tmtest27 support.
43        * include/tm27.h: New.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 613/bsps
48        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
49
502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 614/bsps
53        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
54
552004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * Makefile.am: Build main.o for !HAS_CXX.
58        Set EXEEXT = <empty> (Workaround to a bug in automake).
59
602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
63        * startup/exit.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
64        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
65        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
66
672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * clock/clock.c, include/bsp.h, shmsupp/cause_intr.c,
70        shmsupp/getcfg.c, shmsupp/lock.c, startup/bspstart.c: Convert to
71        using c99 fixed size types.
72
732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect changes to bsp.am.
76        Preinstall dist_project_lib*.
77
782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect changes to bsp.am.
81
822004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
85
862004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
89        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
90        wrapup/Makefile.am. Use automake compilation rules.
91        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
92        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
93        * configure.ac: Reflect changes above.
94
952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
98        Add RTEMS_PROG_CCAS.
99
1002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Add PREINSTALL_DIRS.
103
1042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * startup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
107        Add PRE/TMPINSTALL_FILES to CLEANFILES.
108
1092004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Eliminate $(LIB).
112        Use noinst_DATA to trigger building libbsp.a.
113
1142003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Remove GENERIC_FILES.
117
1182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
121
1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
129
1302003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/Makefile.am: Add custom compilation rule for
133        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
134
1352003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * startup/Makefile.am: Misc cleanups and fixes.
138        * wrapup/Makefile.am: Misc cleanups and fixes.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Add preinstallation dirstamp support.
143        * clock/Makefile.am: Cosmetics.
144        * console/Makefile.am: Cosmetics.
145        * shmsupp/Makefile.am: Cosmetics.
146        * startup/Makefile.am: Cosmetics.
147        * timer/Makefile.am: Cosmetics.
148        * wrapup/Makefile.am: Cosmetics.
149
1502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * clock/Makefile.am: Remove all-local: $(ARCH).
153        * console/Makefile.am: Remove all-local: $(ARCH).
154        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
155        * startup/Makefile.am: Remove all-local: $(ARCH).
156        * timer/Makefile.am: Remove all-local: $(ARCH).
157        * wrapup/Makefile.am: Remove all-local: $(ARCH).
158
1592003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Merge-in include/Makefile.am.
162        Reflect changes to bsp.am.
163        * include/Makefile.am: Remove.
164        * configure.ac: Reflect changes above.
165
1662003-09-26      Joel Sherrill <joel@OARcorp.com>
167
168        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
169        references.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
174        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
175        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
176        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
177        changed.
178
1792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved aclocal/.
182
1832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect having moved automake/.
186        * clock/Makefile.am: Reflect having moved automake/.
187        * console/Makefile.am: Reflect having moved automake/.
188        * include/Makefile.am: Reflect having moved automake/.
189        * shmsupp/Makefile.am: Reflect having moved automake/.
190        * startup/Makefile.am: Reflect having moved automake/.
191        * timer/Makefile.am: Reflect having moved automake/.
192        * wrapup/Makefile.am: Reflect having moved automake/.
193
1942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
197
1982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Remove AC_CONFIG_AUX_DIR.
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
205
2062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: AC_PREREQ(2.57).
209
2102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
213        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222
2232002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
226        changes.
227
2282002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Unconditionally check for CXX (Hack to bug in
231        autoconf > 2.54).
232
2332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * .cvsignore: Reformat.
236        Add autom4te*cache.
237        Remove autom4te.cache.
238
2392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
247
2482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
251        Remove $(OBJS) from all-local.
252
2532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
256
2572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac:
260        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
261        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
262        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270
2712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
274
2752001-11-07      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/Makefile.am: Do NOT use the standard bootcard.c.
278        NOTE: With this fix all test including the mptest ran as expected.
279
2802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
283        * configure.in: Remove.
284        * configure.ac: New file, generated from configure.in by autoupdate.
285
2862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * include/Makefile.am: Use 'CLEANFILES ='.
289        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
290
2912001-08-17      Joel Sherrill <joel@OARcorp.com>
292
293        * include/Makefile.am: Include coverhd.h so tmtests will compile.
294
2952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.in: Add bspopts.h.
298        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
299        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
300        * include/bsp.h: Include bspopts.h.
301
3022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
303
304        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
305
3062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
309
3102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
313
3142000-11-01      Joel Sherrill <joel@OARcorp.com>
315
316        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
317        and libcsupport.h moved from libc to lib/include/rtems and
318        now must be referenced as <rtems/XXX.h>.   Header file order
319        was cleaned up while doing this.
320
3212000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * bsp_specs: Add qnolinkcmds.
324
3252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
328        Switch to GNU canonicalization.
329
3302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
333        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
334        compile.am
335
3362000-08-10      Joel Sherrill <joel@OARcorp.com>
337
338        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.