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

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

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

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * Makefile.am: Build main.o for !HAS_CXX.
37        Set EXEEXT = <empty> (Workaround to a bug in automake).
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
42        * startup/exit.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
43        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
44        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
45
462004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * clock/clock.c, include/bsp.h, shmsupp/cause_intr.c,
49        shmsupp/getcfg.c, shmsupp/lock.c, startup/bspstart.c: Convert to
50        using c99 fixed size types.
51
522004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect changes to bsp.am.
55        Preinstall dist_project_lib*.
56
572004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect changes to bsp.am.
60
612004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
64
652004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
68        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
69        wrapup/Makefile.am. Use automake compilation rules.
70        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
71        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
72        * configure.ac: Reflect changes above.
73
742004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
77        Add RTEMS_PROG_CCAS.
78
792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Add PREINSTALL_DIRS.
82
832004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * startup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
86        Add PRE/TMPINSTALL_FILES to CLEANFILES.
87
882004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Eliminate $(LIB).
91        Use noinst_DATA to trigger building libbsp.a.
92
932003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Remove GENERIC_FILES.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104
1052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
108
1092003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * startup/Makefile.am: Add custom compilation rule for
112        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
113
1142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * startup/Makefile.am: Misc cleanups and fixes.
117        * wrapup/Makefile.am: Misc cleanups and fixes.
118
1192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Add preinstallation dirstamp support.
122        * clock/Makefile.am: Cosmetics.
123        * console/Makefile.am: Cosmetics.
124        * shmsupp/Makefile.am: Cosmetics.
125        * startup/Makefile.am: Cosmetics.
126        * timer/Makefile.am: Cosmetics.
127        * wrapup/Makefile.am: Cosmetics.
128
1292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * clock/Makefile.am: Remove all-local: $(ARCH).
132        * console/Makefile.am: Remove all-local: $(ARCH).
133        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
134        * startup/Makefile.am: Remove all-local: $(ARCH).
135        * timer/Makefile.am: Remove all-local: $(ARCH).
136        * wrapup/Makefile.am: Remove all-local: $(ARCH).
137
1382003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Merge-in include/Makefile.am.
141        Reflect changes to bsp.am.
142        * include/Makefile.am: Remove.
143        * configure.ac: Reflect changes above.
144
1452003-09-26      Joel Sherrill <joel@OARcorp.com>
146
147        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
148        references.
149
1502003-09-04      Joel Sherrill <joel@OARcorp.com>
151
152        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
153        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
154        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
155        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
156        changed.
157
1582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved aclocal/.
161
1622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect having moved automake/.
165        * clock/Makefile.am: Reflect having moved automake/.
166        * console/Makefile.am: Reflect having moved automake/.
167        * include/Makefile.am: Reflect having moved automake/.
168        * shmsupp/Makefile.am: Reflect having moved automake/.
169        * startup/Makefile.am: Reflect having moved automake/.
170        * timer/Makefile.am: Reflect having moved automake/.
171        * wrapup/Makefile.am: Reflect having moved automake/.
172
1732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
176
1772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove AC_CONFIG_AUX_DIR.
180
1812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AC_PREREQ(2.57).
188
1892003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
192        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197
1982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201
2022002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
205        changes.
206
2072002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Unconditionally check for CXX (Hack to bug in
210        autoconf > 2.54).
211
2122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Reformat.
215        Add autom4te*cache.
216        Remove autom4te.cache.
217
2182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
226
2272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
230        Remove $(OBJS) from all-local.
231
2322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
235
2362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac:
239        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
240        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
241        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
249
2502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
253
2542001-11-07      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/Makefile.am: Do NOT use the standard bootcard.c.
257        NOTE: With this fix all test including the mptest ran as expected.
258
2592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
262        * configure.in: Remove.
263        * configure.ac: New file, generated from configure.in by autoupdate.
264
2652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * include/Makefile.am: Use 'CLEANFILES ='.
268        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
269
2702001-08-17      Joel Sherrill <joel@OARcorp.com>
271
272        * include/Makefile.am: Include coverhd.h so tmtests will compile.
273
2742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.in: Add bspopts.h.
277        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
278        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
279        * include/bsp.h: Include bspopts.h.
280
2812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
284
2852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
288
2892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
292
2932000-11-01      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
296        and libcsupport.h moved from libc to lib/include/rtems and
297        now must be referenced as <rtems/XXX.h>.   Header file order
298        was cleaned up while doing this.
299
3002000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * bsp_specs: Add qnolinkcmds.
303
3042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
307        Switch to GNU canonicalization.
308
3092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
312        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
313        compile.am
314
3152000-08-10      Joel Sherrill <joel@OARcorp.com>
316
317        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.