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

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 9.1 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * Makefile.am: Build main.o for !HAS_CXX.
9        Set EXEEXT = <empty> (Workaround to a bug in automake).
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
14        * startup/exit.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
15        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
16        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
17
182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * clock/clock.c, include/bsp.h, shmsupp/cause_intr.c,
21        shmsupp/getcfg.c, shmsupp/lock.c, startup/bspstart.c: Convert to
22        using c99 fixed size types.
23
242004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect changes to bsp.am.
27        Preinstall dist_project_lib*.
28
292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect changes to bsp.am.
32
332004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
36
372004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
40        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
41        wrapup/Makefile.am. Use automake compilation rules.
42        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
43        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
44        * configure.ac: Reflect changes above.
45
462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
49        Add RTEMS_PROG_CCAS.
50
512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add PREINSTALL_DIRS.
54
552004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * startup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
58        Add PRE/TMPINSTALL_FILES to CLEANFILES.
59
602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Eliminate $(LIB).
63        Use noinst_DATA to trigger building libbsp.a.
64
652003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Remove GENERIC_FILES.
68
692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
76
772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
80
812003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * startup/Makefile.am: Add custom compilation rule for
84        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
85
862003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/Makefile.am: Misc cleanups and fixes.
89        * wrapup/Makefile.am: Misc cleanups and fixes.
90
912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add preinstallation dirstamp support.
94        * clock/Makefile.am: Cosmetics.
95        * console/Makefile.am: Cosmetics.
96        * shmsupp/Makefile.am: Cosmetics.
97        * startup/Makefile.am: Cosmetics.
98        * timer/Makefile.am: Cosmetics.
99        * wrapup/Makefile.am: Cosmetics.
100
1012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am: Remove all-local: $(ARCH).
104        * console/Makefile.am: Remove all-local: $(ARCH).
105        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
106        * startup/Makefile.am: Remove all-local: $(ARCH).
107        * timer/Makefile.am: Remove all-local: $(ARCH).
108        * wrapup/Makefile.am: Remove all-local: $(ARCH).
109
1102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Merge-in include/Makefile.am.
113        Reflect changes to bsp.am.
114        * include/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172003-09-26      Joel Sherrill <joel@OARcorp.com>
118
119        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
120        references.
121
1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
124        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
125        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
126        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
127        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
128        changed.
129
1302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved aclocal/.
133
1342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved automake/.
137        * clock/Makefile.am: Reflect having moved automake/.
138        * console/Makefile.am: Reflect having moved automake/.
139        * include/Makefile.am: Reflect having moved automake/.
140        * shmsupp/Makefile.am: Reflect having moved automake/.
141        * startup/Makefile.am: Reflect having moved automake/.
142        * timer/Makefile.am: Reflect having moved automake/.
143        * wrapup/Makefile.am: Reflect having moved automake/.
144
1452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
148
1492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove AC_CONFIG_AUX_DIR.
152
1532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
156
1572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: AC_PREREQ(2.57).
160
1612003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
164        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169
1702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173
1742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
177        changes.
178
1792002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Unconditionally check for CXX (Hack to bug in
182        autoconf > 2.54).
183
1842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Reformat.
187        Add autom4te*cache.
188        Remove autom4te.cache.
189
1902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
202        Remove $(OBJS) from all-local.
203
2042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
207
2082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac:
211        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
212        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
213        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
221
2222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
225
2262001-11-07      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/Makefile.am: Do NOT use the standard bootcard.c.
229        NOTE: With this fix all test including the mptest ran as expected.
230
2312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
234        * configure.in: Remove.
235        * configure.ac: New file, generated from configure.in by autoupdate.
236
2372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * include/Makefile.am: Use 'CLEANFILES ='.
240        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
241
2422001-08-17      Joel Sherrill <joel@OARcorp.com>
243
244        * include/Makefile.am: Include coverhd.h so tmtests will compile.
245
2462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.in: Add bspopts.h.
249        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
250        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
251        * include/bsp.h: Include bspopts.h.
252
2532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
254
255        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
256
2572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
260
2612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
264
2652000-11-01      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
268        and libcsupport.h moved from libc to lib/include/rtems and
269        now must be referenced as <rtems/XXX.h>.   Header file order
270        was cleaned up while doing this.
271
2722000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * bsp_specs: Add qnolinkcmds.
275
2762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
279        Switch to GNU canonicalization.
280
2812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
284        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
285        compile.am
286
2872000-08-10      Joel Sherrill <joel@OARcorp.com>
288
289        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.