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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-30      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
8
92006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require autoconf-2.60. Require automake-1.10.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Merge rtems-ctor.o into libbsp.a.
24        Fix building rtems-ctor.o and no-ctor.o.
25
262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
29
302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove build-variant support.
33
342004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Require automake > 1.9.
37
382004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 610/bsps
41        * Makefile.am: Add include/tm27.h, Cosmetics.
42        * include/tm27.h: Final cosmetics.
43
442004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * include/bsp.h: Split out tmtest27 support.
47        * include/tm27.h: New.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 613/bsps
52        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
53
542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        PR 614/bsps
57        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
58
592004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * Makefile.am: Build main.o for !HAS_CXX.
62        Set EXEEXT = <empty> (Workaround to a bug in automake).
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
67        * startup/exit.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
68        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
69        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
70
712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * clock/clock.c, include/bsp.h, shmsupp/cause_intr.c,
74        shmsupp/getcfg.c, shmsupp/lock.c, startup/bspstart.c: Convert to
75        using c99 fixed size types.
76
772004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect changes to bsp.am.
80        Preinstall dist_project_lib*.
81
822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect changes to bsp.am.
85
862004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
89
902004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
93        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
94        wrapup/Makefile.am. Use automake compilation rules.
95        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
96        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
97        * configure.ac: Reflect changes above.
98
992004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
102        Add RTEMS_PROG_CCAS.
103
1042004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Add PREINSTALL_DIRS.
107
1082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
111        Add PRE/TMPINSTALL_FILES to CLEANFILES.
112
1132004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Eliminate $(LIB).
116        Use noinst_DATA to trigger building libbsp.a.
117
1182003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Remove GENERIC_FILES.
121
1222003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * startup/Makefile.am: Add custom compilation rule for
137        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
138
1392003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * startup/Makefile.am: Misc cleanups and fixes.
142        * wrapup/Makefile.am: Misc cleanups and fixes.
143
1442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Add preinstallation dirstamp support.
147        * clock/Makefile.am: Cosmetics.
148        * console/Makefile.am: Cosmetics.
149        * shmsupp/Makefile.am: Cosmetics.
150        * startup/Makefile.am: Cosmetics.
151        * timer/Makefile.am: Cosmetics.
152        * wrapup/Makefile.am: Cosmetics.
153
1542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * clock/Makefile.am: Remove all-local: $(ARCH).
157        * console/Makefile.am: Remove all-local: $(ARCH).
158        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
159        * startup/Makefile.am: Remove all-local: $(ARCH).
160        * timer/Makefile.am: Remove all-local: $(ARCH).
161        * wrapup/Makefile.am: Remove all-local: $(ARCH).
162
1632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Merge-in include/Makefile.am.
166        Reflect changes to bsp.am.
167        * include/Makefile.am: Remove.
168        * configure.ac: Reflect changes above.
169
1702003-09-26      Joel Sherrill <joel@OARcorp.com>
171
172        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
173        references.
174
1752003-09-04      Joel Sherrill <joel@OARcorp.com>
176
177        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
178        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
179        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
180        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
181        changed.
182
1832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect having moved aclocal/.
186
1872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect having moved automake/.
190        * clock/Makefile.am: Reflect having moved automake/.
191        * console/Makefile.am: Reflect having moved automake/.
192        * include/Makefile.am: Reflect having moved automake/.
193        * shmsupp/Makefile.am: Reflect having moved automake/.
194        * startup/Makefile.am: Reflect having moved automake/.
195        * timer/Makefile.am: Reflect having moved automake/.
196        * wrapup/Makefile.am: Reflect having moved automake/.
197
1982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
201
2022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Remove AC_CONFIG_AUX_DIR.
205
2062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
209
2102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: AC_PREREQ(2.57).
213
2142003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
217        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222
2232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
230        changes.
231
2322002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Unconditionally check for CXX (Hack to bug in
235        autoconf > 2.54).
236
2372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * .cvsignore: Reformat.
240        Add autom4te*cache.
241        Remove autom4te.cache.
242
2432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
251
2522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
255        Remove $(OBJS) from all-local.
256
2572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
260
2612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac:
264        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
265        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
266        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
274
2752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
278
2792001-11-07      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/Makefile.am: Do NOT use the standard bootcard.c.
282        NOTE: With this fix all test including the mptest ran as expected.
283
2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
2902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * include/Makefile.am: Use 'CLEANFILES ='.
293        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
294
2952001-08-17      Joel Sherrill <joel@OARcorp.com>
296
297        * include/Makefile.am: Include coverhd.h so tmtests will compile.
298
2992001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.in: Add bspopts.h.
302        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
303        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
304        * include/bsp.h: Include bspopts.h.
305
3062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
309
3102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
313
3142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
317
3182000-11-01      Joel Sherrill <joel@OARcorp.com>
319
320        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
321        and libcsupport.h moved from libc to lib/include/rtems and
322        now must be referenced as <rtems/XXX.h>.   Header file order
323        was cleaned up while doing this.
324
3252000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * bsp_specs: Add qnolinkcmds.
328
3292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
332        Switch to GNU canonicalization.
333
3342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
337        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
338        compile.am
339
3402000-08-10      Joel Sherrill <joel@OARcorp.com>
341
342        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.