source: rtems/c/src/ada-tests/ChangeLog @ 16e8d3d

4.104.114.84.95
Last change on this file since 16e8d3d was 16e8d3d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/07 at 21:58:26

2007-05-23 Joel Sherrill <joel.sherrill@…>

  • support/init.c: Spacing cleanup.
  • Property mode set to 100644
File size: 48.2 KB
Line 
12007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * support/init.c: Spacing cleanup.
4
52007-04-05      Joel Sherrill <joel@OARcorp.com>
6
7        * mptests/mp01/config.h, samples/base_sp/config.h,
8        samples/hello/config.h, samples/ticker/config.h,
9        sptests/sp01/config.h, sptests/sp02/config.h, sptests/sp03/config.h,
10        sptests/sp04/config.h, sptests/sp05/config.h, sptests/sp06/config.h,
11        sptests/sp07/config.h, sptests/sp08/config.h, sptests/sp09/config.h,
12        sptests/sp11/config.h, sptests/sp12/config.h, sptests/sp13/config.h,
13        sptests/sp14/config.h, sptests/sp15/config.h, sptests/sp16/config.h,
14        sptests/sp17/config.h, sptests/sp19/config.h, sptests/sp20/config.h,
15        sptests/sp21/config.h, sptests/sp22/config.h, sptests/sp23/config.h,
16        sptests/sp24/config.h, sptests/sp25/config.h, tmtests/tm01/config.h,
17        tmtests/tm02/config.h, tmtests/tm03/config.h, tmtests/tm04/config.h,
18        tmtests/tm05/config.h, tmtests/tm06/config.h, tmtests/tm07/config.h,
19        tmtests/tm08/config.h, tmtests/tm09/config.h, tmtests/tm10/config.h,
20        tmtests/tm11/config.h, tmtests/tm12/config.h, tmtests/tm13/config.h,
21        tmtests/tm14/config.h, tmtests/tm15/config.h, tmtests/tm16/config.h,
22        tmtests/tm17/config.h, tmtests/tm18/config.h, tmtests/tm19/config.h,
23        tmtests/tm20/config.h, tmtests/tm21/config.h, tmtests/tm22/config.h,
24        tmtests/tm23/config.h, tmtests/tm24/config.h, tmtests/tm25/config.h,
25        tmtests/tm28/config.h, tmtests/tm29/config.h, tmtests/tmck/config.h,
26        tmtests/tmoverhd/config.h: Change all obsoleted
27        CONFIGURE_TEST_NEEDS_XXX configuration constants to
28        CONFIGURE_APPLICATION_NEEDS_XXX.
29
302006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: New BUG-REPORT address.
33
342005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Re-add mptests*Makefile.am.
37        * mptests/Makefile.am: Re-add  mp?? tests.
38
392005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * mptests/mp02/Makefile.am, mptests/mp02/node1/Makefile.am,
42        mptests/mp02/node2/Makefile.am, mptests/mp03/Makefile.am,
43        mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
44        mptests/mp04/Makefile.am, mptests/mp04/node1/Makefile.am,
45        mptests/mp04/node2/Makefile.am, mptests/mp05/Makefile.am,
46        mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
47        mptests/mp06/Makefile.am, mptests/mp06/node1/Makefile.am,
48        mptests/mp06/node2/Makefile.am, mptests/mp07/Makefile.am,
49        mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
50        mptests/mp08/Makefile.am, mptests/mp08/node1/Makefile.am,
51        mptests/mp08/node2/Makefile.am, mptests/mp09/Makefile.am,
52        mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
53        mptests/mp10/Makefile.am, mptests/mp10/node1/Makefile.am,
54        mptests/mp10/node2/Makefile.am, mptests/mp11/Makefile.am,
55        mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
56        mptests/mp12/Makefile.am, mptests/mp12/node1/Makefile.am,
57        mptests/mp12/node2/Makefile.am, mptests/mp13/Makefile.am,
58        mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
59        mptests/mp14/Makefile.am, mptests/mp14/node1/Makefile.am,
60        mptests/mp14/node2/Makefile.am: New.
61
622005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * samples/base_mp/node1/Makefile.am,
65        samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am,
66        samples/hello/Makefile.am, samples/ticker/Makefile.am,
67        sptests/sp01/Makefile.am, sptests/sp02/Makefile.am,
68        sptests/sp03/Makefile.am, sptests/sp04/Makefile.am,
69        sptests/sp05/Makefile.am, sptests/sp06/Makefile.am,
70        sptests/sp07/Makefile.am, sptests/sp08/Makefile.am,
71        sptests/sp09/Makefile.am, sptests/sp11/Makefile.am,
72        sptests/sp12/Makefile.am, sptests/sp13/Makefile.am,
73        sptests/sp14/Makefile.am, sptests/sp15/Makefile.am,
74        sptests/sp16/Makefile.am, sptests/sp17/Makefile.am,
75        sptests/sp19/Makefile.am, sptests/sp20/Makefile.am,
76        sptests/sp21/Makefile.am, sptests/sp22/Makefile.am,
77        sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
78        sptests/sp25/Makefile.am: Add scndir. Install *.scn to scndir.
79
802005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * configure.ac: Add rtems_ada_testsdir.
83        * samples/base_mp/Makefile.am: Remove references to *.scn.
84        * samples/base_mp/node1/base_mp.scn: Remove.
85        * samples/base_mp/node1/base_mp-node1.scn: New.
86        * samples/base_mp/node1/Makefile.am: Eliminate NODE.
87        Reflect having renamed base_mp.scn.
88        * samples/base_mp/node2/base_mp.scn: Remove.
89        * samples/base_mp/node2/base_mp-node2.scn: New.
90        * samples/base_mp/node2/Makefile.am: Eliminate NODE.
91        Reflect having renamed base_mp.scn.
92
932005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Reflect changes to testsuites/automake,
96        testsuites/aclocal.
97
982005-05-06      Joel Sherrill <joel@OARcorp.com>
99
100        * tmtests/tmoverhd/tmtest.adb: Removed warnings.
101
1022005-05-05      Joel Sherrill <joel@OARcorp.com>
103
104        * sptests/sp04/sptest.adb, tmtests/tm02/tmtest.adb,
105        tmtests/tmoverhd/tmtest.adb: Removed warnings.
106
1072005-05-03      Joel Sherrill <joel@OARcorp.com>
108
109        * samples/hello/sptest.adb, sptests/sp03/sptest.adb,
110        sptests/sp04/sptest.adb, sptests/sp05/sptest.adb,
111        sptests/sp07/sptest.adb, sptests/sp13/sptest.adb,
112        sptests/sp14/sptest.adb, sptests/sp20/sptest.adb,
113        sptests/sp24/sptest.adb, tmtests/tm01/tmtest.adb,
114        tmtests/tm02/tmtest.adb, tmtests/tm03/tmtest.adb,
115        tmtests/tm04/tmtest.adb, tmtests/tm05/tmtest.adb,
116        tmtests/tm06/tmtest.adb, tmtests/tm07/tmtest.adb,
117        tmtests/tm08/tmtest.adb, tmtests/tm09/tmtest.adb,
118        tmtests/tm10/tmtest.adb, tmtests/tm11/tmtest.adb,
119        tmtests/tm12/tmtest.adb, tmtests/tm13/tmtest.adb,
120        tmtests/tm14/tmtest.adb, tmtests/tm15/tmtest.adb,
121        tmtests/tm16/tmtest.adb, tmtests/tm17/tmtest.adb,
122        tmtests/tm18/tmtest.adb, tmtests/tm19/tmtest.adb,
123        tmtests/tm20/tmtest.adb, tmtests/tm21/tmtest.adb,
124        tmtests/tm22/tmtest.adb, tmtests/tm23/tmtest.adb,
125        tmtests/tm24/tmtest.adb, tmtests/tm25/tmtest.adb,
126        tmtests/tm28/tmtest.adb, tmtests/tm29/tmtest.adb,
127        tmtests/tmck/tmtest.adb, tmtests/tmoverhd/dummy_rtems.adb,
128        tmtests/tmoverhd/tmtest.adb: Remove warnings.
129
1302005-05-01      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * mptests/mp01/config.h, samples/base_mp/config.h,
133        samples/base_sp/config.h, samples/hello/config.h,
134        samples/ticker/config.h, sptests/sp01/config.h,
135        sptests/sp02/config.h, sptests/sp03/config.h, sptests/sp04/config.h,
136        sptests/sp05/config.h, sptests/sp06/config.h, sptests/sp07/config.h,
137        sptests/sp08/config.h, sptests/sp09/config.h, sptests/sp11/config.h,
138        sptests/sp12/config.h, sptests/sp13/config.h, sptests/sp14/config.h,
139        sptests/sp15/config.h, sptests/sp16/config.h, sptests/sp17/config.h,
140        sptests/sp19/config.h, sptests/sp20/config.h, sptests/sp21/config.h,
141        sptests/sp22/config.h, sptests/sp23/config.h, sptests/sp24/config.h,
142        sptests/sp25/config.h, tmtests/tm01/config.h, tmtests/tm02/config.h,
143        tmtests/tm03/config.h, tmtests/tm04/config.h, tmtests/tm05/config.h,
144        tmtests/tm06/config.h, tmtests/tm07/config.h, tmtests/tm08/config.h,
145        tmtests/tm09/config.h, tmtests/tm10/config.h, tmtests/tm11/config.h,
146        tmtests/tm12/config.h, tmtests/tm13/config.h, tmtests/tm14/config.h,
147        tmtests/tm15/config.h, tmtests/tm16/config.h, tmtests/tm17/config.h,
148        tmtests/tm18/config.h, tmtests/tm19/config.h, tmtests/tm20/config.h,
149        tmtests/tm21/config.h, tmtests/tm22/config.h, tmtests/tm23/config.h,
150        tmtests/tm24/config.h, tmtests/tm25/config.h, tmtests/tm28/config.h,
151        tmtests/tm29/config.h, tmtests/tmck/config.h,
152        tmtests/tmoverhd/config.h: Include <rtems/confdefs.h> instead of
153        <confdefs.h> (obsolete).
154
1552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * configure.ac: Require automake > 1.9.
158
1592004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        * configure.ac: Add 2nd arg to RTEMS_TOP.
162        Unconditionally configure MP-directories.
163        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        Add DIST_SUBDIRS comprising MP-subdirs.
165        * samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
166
1672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
170
1712003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * mptests/mp01/Makefile.am: Cosmetics.
174        * samples/Makefile.am: Cosmetics.
175        * samples/base_mp/Makefile.am: Cosmetics.
176        * samples/base_sp/Makefile.am: Cosmetics.
177        * samples/hello/Makefile.am: Cosmetics.
178        * samples/ticker/Makefile.am: Cosmetics.
179        * support/Makefile.am: Cosmetics.
180        * tmtests/tmoverhd/Makefile.am: Cosmetics.
181
1822003-11-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Reflect having moved tests/.
185        * mptests/Makefile.am: Reflect having moved tests/.
186        * mptests/mp01/Makefile.am: Reflect having moved tests/.
187        * mptests/mp01/node1/Makefile.am: Reflect having moved tests/.
188        * mptests/mp01/node2/Makefile.am: Reflect having moved tests/.
189        * samples/Makefile.am: Reflect having moved tests/.
190        * samples/base_mp/Makefile.am: Reflect having moved tests/.
191        * samples/base_mp/node1/Makefile.am: Reflect having moved tests/.
192        * samples/base_mp/node2/Makefile.am: Reflect having moved tests/.
193        * samples/base_sp/Makefile.am: Reflect having moved tests/.
194        * samples/hello/Makefile.am: Reflect having moved tests/.
195        * samples/ticker/Makefile.am: Reflect having moved tests/.
196        * sptests/Makefile.am: Reflect having moved tests/.
197        * sptests/sp01/Makefile.am: Reflect having moved tests/.
198        * sptests/sp02/Makefile.am: Reflect having moved tests/.
199        * sptests/sp03/Makefile.am: Reflect having moved tests/.
200        * sptests/sp04/Makefile.am: Reflect having moved tests/.
201        * sptests/sp05/Makefile.am: Reflect having moved tests/.
202        * sptests/sp06/Makefile.am: Reflect having moved tests/.
203        * sptests/sp07/Makefile.am: Reflect having moved tests/.
204        * sptests/sp08/Makefile.am: Reflect having moved tests/.
205        * sptests/sp09/Makefile.am: Reflect having moved tests/.
206        * sptests/sp11/Makefile.am: Reflect having moved tests/.
207        * sptests/sp12/Makefile.am: Reflect having moved tests/.
208        * sptests/sp13/Makefile.am: Reflect having moved tests/.
209        * sptests/sp14/Makefile.am: Reflect having moved tests/.
210        * sptests/sp15/Makefile.am: Reflect having moved tests/.
211        * sptests/sp16/Makefile.am: Reflect having moved tests/.
212        * sptests/sp17/Makefile.am: Reflect having moved tests/.
213        * sptests/sp19/Makefile.am: Reflect having moved tests/.
214        * sptests/sp20/Makefile.am: Reflect having moved tests/.
215        * sptests/sp21/Makefile.am: Reflect having moved tests/.
216        * sptests/sp22/Makefile.am: Reflect having moved tests/.
217        * sptests/sp23/Makefile.am: Reflect having moved tests/.
218        * sptests/sp24/Makefile.am: Reflect having moved tests/.
219        * sptests/sp25/Makefile.am: Reflect having moved tests/.
220        * sptests/spsize/Makefile.am: Reflect having moved tests/.
221        * support/Makefile.am: Reflect having moved tests/.
222        * tmtests/Makefile.am: Reflect having moved tests/.
223        * tmtests/tm01/Makefile.am: Reflect having moved tests/.
224        * tmtests/tm02/Makefile.am: Reflect having moved tests/.
225        * tmtests/tm03/Makefile.am: Reflect having moved tests/.
226        * tmtests/tm04/Makefile.am: Reflect having moved tests/.
227        * tmtests/tm05/Makefile.am: Reflect having moved tests/.
228        * tmtests/tm06/Makefile.am: Reflect having moved tests/.
229        * tmtests/tm07/Makefile.am: Reflect having moved tests/.
230        * tmtests/tm08/Makefile.am: Reflect having moved tests/.
231        * tmtests/tm09/Makefile.am: Reflect having moved tests/.
232        * tmtests/tm10/Makefile.am: Reflect having moved tests/.
233        * tmtests/tm11/Makefile.am: Reflect having moved tests/.
234        * tmtests/tm12/Makefile.am: Reflect having moved tests/.
235        * tmtests/tm13/Makefile.am: Reflect having moved tests/.
236        * tmtests/tm14/Makefile.am: Reflect having moved tests/.
237        * tmtests/tm15/Makefile.am: Reflect having moved tests/.
238        * tmtests/tm16/Makefile.am: Reflect having moved tests/.
239        * tmtests/tm17/Makefile.am: Reflect having moved tests/.
240        * tmtests/tm18/Makefile.am: Reflect having moved tests/.
241        * tmtests/tm19/Makefile.am: Reflect having moved tests/.
242        * tmtests/tm20/Makefile.am: Reflect having moved tests/.
243        * tmtests/tm21/Makefile.am: Reflect having moved tests/.
244        * tmtests/tm22/Makefile.am: Reflect having moved tests/.
245        * tmtests/tm23/Makefile.am: Reflect having moved tests/.
246        * tmtests/tm24/Makefile.am: Reflect having moved tests/.
247        * tmtests/tm25/Makefile.am: Reflect having moved tests/.
248        * tmtests/tm28/Makefile.am: Reflect having moved tests/.
249        * tmtests/tm29/Makefile.am: Reflect having moved tests/.
250        * tmtests/tmck/Makefile.am: Reflect having moved tests/.
251        * tmtests/tmoverhd/Makefile.am: Reflect having moved tests/.
252
2532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove RTEMS_CANONICAL_HOST.
256
2572003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Remove RTEMS_CHECK_CPU.
260
2612003-09-04      Joel Sherrill <joel@OARcorp.com>
262
263        * mptests/mp01/config.h, mptests/mp01/mp01.adb,
264        mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
265        mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
266        mptests/mp03/mptest.adb, mptests/mp03/mptest.ads,
267        mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
268        mptests/mp05/mptest.adb, mptests/mp05/mptest.ads,
269        mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
270        mptests/mp07/mptest.adb, mptests/mp07/mptest.ads,
271        mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
272        mptests/mp09/mptest.adb, mptests/mp09/mptest.ads,
273        mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
274        mptests/mp11/mptest.adb, mptests/mp11/mptest.ads,
275        mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
276        mptests/mp13/mptest.adb, mptests/mp13/mptest.ads,
277        mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
278        samples/base_mp/config.h, samples/base_mp/mptest.adb,
279        samples/base_mp/mptest.ads, samples/base_sp/base_sp.adb,
280        samples/base_sp/config.h, samples/base_sp/sptest.adb,
281        samples/base_sp/sptest.ads, samples/hello/config.h,
282        samples/hello/hello.adb, samples/hello/sptest.adb,
283        samples/hello/sptest.ads, samples/ticker/config.h,
284        samples/ticker/sptest.adb, samples/ticker/sptest.ads,
285        samples/ticker/ticker.adb, sptests/sp01/config.h,
286        sptests/sp01/sp01.adb, sptests/sp01/sptest.adb,
287        sptests/sp01/sptest.ads, sptests/sp02/config.h,
288        sptests/sp02/sp02.adb, sptests/sp02/sptest.adb,
289        sptests/sp02/sptest.ads, sptests/sp03/config.h,
290        sptests/sp03/sp03.adb, sptests/sp03/sptest.adb,
291        sptests/sp03/sptest.ads, sptests/sp04/config.h,
292        sptests/sp04/sp04.adb, sptests/sp04/sptest.adb,
293        sptests/sp04/sptest.ads, sptests/sp05/config.h,
294        sptests/sp05/sp05.adb, sptests/sp05/sptest.adb,
295        sptests/sp05/sptest.ads, sptests/sp06/config.h,
296        sptests/sp06/sp06.adb, sptests/sp06/sptest.adb,
297        sptests/sp06/sptest.ads, sptests/sp07/config.h,
298        sptests/sp07/sp07.adb, sptests/sp07/sptest.adb,
299        sptests/sp07/sptest.ads, sptests/sp08/config.h,
300        sptests/sp08/sp08.adb, sptests/sp08/sptest.adb,
301        sptests/sp08/sptest.ads, sptests/sp09/config.h,
302        sptests/sp09/sp09.adb, sptests/sp09/sptest.adb,
303        sptests/sp09/sptest.ads, sptests/sp11/config.h,
304        sptests/sp11/sp11.adb, sptests/sp11/sptest.adb,
305        sptests/sp11/sptest.ads, sptests/sp12/config.h,
306        sptests/sp12/sp12.adb, sptests/sp12/sptest.adb,
307        sptests/sp12/sptest.ads, sptests/sp13/config.h,
308        sptests/sp13/sp13.adb, sptests/sp13/sptest.adb,
309        sptests/sp13/sptest.ads, sptests/sp14/config.h,
310        sptests/sp14/sp14.adb, sptests/sp14/sptest.adb,
311        sptests/sp14/sptest.ads, sptests/sp15/config.h,
312        sptests/sp15/sp15.adb, sptests/sp15/sptest.adb,
313        sptests/sp15/sptest.ads, sptests/sp16/config.h,
314        sptests/sp16/sp16.adb, sptests/sp16/sptest.adb,
315        sptests/sp16/sptest.ads, sptests/sp17/config.h,
316        sptests/sp17/sp17.adb, sptests/sp17/sptest.adb,
317        sptests/sp17/sptest.ads, sptests/sp19/config.h,
318        sptests/sp19/sp19.adb, sptests/sp19/sptest.ads,
319        sptests/sp20/config.h, sptests/sp20/sp20.adb,
320        sptests/sp20/sptest.adb, sptests/sp20/sptest.ads,
321        sptests/sp21/config.h, sptests/sp21/sp21.adb,
322        sptests/sp21/sptest.adb, sptests/sp21/sptest.ads,
323        sptests/sp22/config.h, sptests/sp22/sp22.adb,
324        sptests/sp22/sptest.adb, sptests/sp22/sptest.ads,
325        sptests/sp23/config.h, sptests/sp23/sp23.adb,
326        sptests/sp23/sptest.adb, sptests/sp23/sptest.ads,
327        sptests/sp24/config.h, sptests/sp24/sp24.adb,
328        sptests/sp24/sptest.adb, sptests/sp24/sptest.ads,
329        sptests/sp25/config.h, sptests/sp25/sp25.adb,
330        sptests/sp25/sptest.adb, sptests/sp25/sptest.ads,
331        sptests/spsize/spsize.adb, sptests/spsize/sptest.adb,
332        sptests/spsize/sptest.ads, support/address_io.adb,
333        support/address_io.ads, support/float_io.ads, support/fp.inc,
334        support/integer.inc, support/rtems_calling_overhead.ads,
335        support/status_io.ads, support/test_support.adb,
336        support/test_support.ads, support/time_test_support.adb,
337        support/time_test_support.ads, support/timer_driver.adb,
338        support/timer_driver.ads, support/unsigned32_io.ads,
339        tmtests/tm01/config.h, tmtests/tm01/tm01.adb,
340        tmtests/tm01/tmtest.adb, tmtests/tm01/tmtest.ads,
341        tmtests/tm02/config.h, tmtests/tm02/tm02.adb,
342        tmtests/tm02/tmtest.adb, tmtests/tm02/tmtest.ads,
343        tmtests/tm03/config.h, tmtests/tm03/tm03.adb,
344        tmtests/tm03/tmtest.adb, tmtests/tm03/tmtest.ads,
345        tmtests/tm04/config.h, tmtests/tm04/tm04.adb,
346        tmtests/tm04/tmtest.adb, tmtests/tm04/tmtest.ads,
347        tmtests/tm05/config.h, tmtests/tm05/tm05.adb,
348        tmtests/tm05/tmtest.adb, tmtests/tm05/tmtest.ads,
349        tmtests/tm06/config.h, tmtests/tm06/tm06.adb,
350        tmtests/tm06/tmtest.adb, tmtests/tm06/tmtest.ads,
351        tmtests/tm07/config.h, tmtests/tm07/tm07.adb,
352        tmtests/tm07/tmtest.adb, tmtests/tm07/tmtest.ads,
353        tmtests/tm08/config.h, tmtests/tm08/tm08.adb,
354        tmtests/tm08/tmtest.adb, tmtests/tm08/tmtest.ads,
355        tmtests/tm09/config.h, tmtests/tm09/tm09.adb,
356        tmtests/tm09/tmtest.adb, tmtests/tm09/tmtest.ads,
357        tmtests/tm10/config.h, tmtests/tm10/tm10.adb,
358        tmtests/tm10/tmtest.adb, tmtests/tm10/tmtest.ads,
359        tmtests/tm11/config.h, tmtests/tm11/tm11.adb,
360        tmtests/tm11/tmtest.adb, tmtests/tm11/tmtest.ads,
361        tmtests/tm12/config.h, tmtests/tm12/tm12.adb,
362        tmtests/tm12/tmtest.adb, tmtests/tm12/tmtest.ads,
363        tmtests/tm13/config.h, tmtests/tm13/tm13.adb,
364        tmtests/tm13/tmtest.adb, tmtests/tm13/tmtest.ads,
365        tmtests/tm14/config.h, tmtests/tm14/tm14.adb,
366        tmtests/tm14/tmtest.adb, tmtests/tm14/tmtest.ads,
367        tmtests/tm15/config.h, tmtests/tm15/tm15.adb,
368        tmtests/tm15/tmtest.adb, tmtests/tm15/tmtest.ads,
369        tmtests/tm16/config.h, tmtests/tm16/tm16.adb,
370        tmtests/tm16/tmtest.adb, tmtests/tm16/tmtest.ads,
371        tmtests/tm17/config.h, tmtests/tm17/tm17.adb,
372        tmtests/tm17/tmtest.adb, tmtests/tm17/tmtest.ads,
373        tmtests/tm18/config.h, tmtests/tm18/tm18.adb,
374        tmtests/tm18/tmtest.adb, tmtests/tm18/tmtest.ads,
375        tmtests/tm19/config.h, tmtests/tm19/tm19.adb,
376        tmtests/tm19/tmtest.adb, tmtests/tm19/tmtest.ads,
377        tmtests/tm20/config.h, tmtests/tm20/tm20.adb,
378        tmtests/tm20/tmtest.adb, tmtests/tm20/tmtest.ads,
379        tmtests/tm21/config.h, tmtests/tm21/tm21.adb,
380        tmtests/tm21/tmtest.adb, tmtests/tm21/tmtest.ads,
381        tmtests/tm22/config.h, tmtests/tm22/tm22.adb,
382        tmtests/tm22/tmtest.adb, tmtests/tm22/tmtest.ads,
383        tmtests/tm23/config.h, tmtests/tm23/tm23.adb,
384        tmtests/tm23/tmtest.adb, tmtests/tm23/tmtest.ads,
385        tmtests/tm24/config.h, tmtests/tm24/tm24.adb,
386        tmtests/tm24/tmtest.adb, tmtests/tm24/tmtest.ads,
387        tmtests/tm25/config.h, tmtests/tm25/tm25.adb,
388        tmtests/tm25/tmtest.adb, tmtests/tm25/tmtest.ads,
389        tmtests/tm28/config.h, tmtests/tm28/tm28.adb,
390        tmtests/tm28/tmtest.adb, tmtests/tm28/tmtest.ads,
391        tmtests/tm29/config.h, tmtests/tm29/tm29.adb,
392        tmtests/tm29/tmtest.adb, tmtests/tm29/tmtest.ads,
393        tmtests/tmck/config.h, tmtests/tmck/tmck.adb,
394        tmtests/tmck/tmtest.adb, tmtests/tmck/tmtest.ads,
395        tmtests/tmoverhd/config.h, tmtests/tmoverhd/dummy_rtems.adb,
396        tmtests/tmoverhd/dummy_rtems.ads, tmtests/tmoverhd/tmoverhd.adb,
397        tmtests/tmoverhd/tmtest.adb, tmtests/tmoverhd/tmtest.ads: URL for
398        license changed.
399
4002003-09-04      Joel Sherrill <joel@OARcorp.com>
401
402        * sptests/sp19/sptest.adp, support/init.c: Removed incorrect statement
403        about copyright assignment.
404
4052003-09-04      Joel Sherrill <joel@OARcorp.com>
406
407        * sptests/sp19/sptest.adp, support/init.c: Removed incorrect statement
408        about copyright assignment.
409
4102003-08-20      Joel Sherrill <joel@OARcorp.com>
411
412        * mptests/mp01/config.h, mptests/mp01/mp01.adb,
413        mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
414        mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
415        mptests/mp03/mptest.adb, mptests/mp03/mptest.ads,
416        mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
417        mptests/mp05/mptest.adb, mptests/mp05/mptest.ads,
418        mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
419        mptests/mp07/mptest.adb, mptests/mp07/mptest.ads,
420        mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
421        mptests/mp09/mptest.adb, mptests/mp09/mptest.ads,
422        mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
423        mptests/mp11/mptest.adb, mptests/mp11/mptest.ads,
424        mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
425        mptests/mp13/mptest.adb, mptests/mp13/mptest.ads,
426        mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
427        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
428        samples/base_sp/base_sp.adb, samples/base_sp/config.h,
429        samples/base_sp/sptest.adb, samples/base_sp/sptest.ads,
430        samples/hello/config.h, samples/hello/hello.adb,
431        samples/hello/sptest.adb, samples/hello/sptest.ads,
432        samples/ticker/config.h, samples/ticker/sptest.adb,
433        samples/ticker/sptest.ads, samples/ticker/ticker.adb,
434        sptests/sp01/config.h, sptests/sp01/sp01.adb,
435        sptests/sp01/sptest.adb, sptests/sp01/sptest.ads,
436        sptests/sp02/config.h, sptests/sp02/sp02.adb,
437        sptests/sp02/sptest.adb, sptests/sp02/sptest.ads,
438        sptests/sp03/config.h, sptests/sp03/sp03.adb,
439        sptests/sp03/sptest.adb, sptests/sp03/sptest.ads,
440        sptests/sp04/config.h, sptests/sp04/sp04.adb,
441        sptests/sp04/sptest.adb, sptests/sp04/sptest.ads,
442        sptests/sp05/config.h, sptests/sp05/sp05.adb,
443        sptests/sp05/sptest.adb, sptests/sp05/sptest.ads,
444        sptests/sp06/config.h, sptests/sp06/sp06.adb,
445        sptests/sp06/sptest.adb, sptests/sp06/sptest.ads,
446        sptests/sp07/config.h, sptests/sp07/sp07.adb,
447        sptests/sp07/sptest.adb, sptests/sp07/sptest.ads,
448        sptests/sp08/config.h, sptests/sp08/sp08.adb,
449        sptests/sp08/sptest.adb, sptests/sp08/sptest.ads,
450        sptests/sp09/config.h, sptests/sp09/sp09.adb,
451        sptests/sp09/sptest.adb, sptests/sp09/sptest.ads,
452        sptests/sp11/config.h, sptests/sp11/sp11.adb,
453        sptests/sp11/sptest.adb, sptests/sp11/sptest.ads,
454        sptests/sp12/config.h, sptests/sp12/sp12.adb,
455        sptests/sp12/sptest.adb, sptests/sp12/sptest.ads,
456        sptests/sp13/config.h, sptests/sp13/sp13.adb,
457        sptests/sp13/sptest.adb, sptests/sp13/sptest.ads,
458        sptests/sp14/config.h, sptests/sp14/sp14.adb,
459        sptests/sp14/sptest.adb, sptests/sp14/sptest.ads,
460        sptests/sp15/config.h, sptests/sp15/sp15.adb,
461        sptests/sp15/sptest.adb, sptests/sp15/sptest.ads,
462        sptests/sp16/config.h, sptests/sp16/sp16.adb,
463        sptests/sp16/sptest.adb, sptests/sp16/sptest.ads,
464        sptests/sp17/config.h, sptests/sp17/sp17.adb,
465        sptests/sp17/sptest.adb, sptests/sp17/sptest.ads,
466        sptests/sp19/config.h, sptests/sp19/sp19.adb,
467        sptests/sp19/sptest.ads, sptests/sp20/config.h,
468        sptests/sp20/sp20.adb, sptests/sp20/sptest.adb,
469        sptests/sp20/sptest.ads, sptests/sp21/config.h,
470        sptests/sp21/sp21.adb, sptests/sp21/sptest.adb,
471        sptests/sp21/sptest.ads, sptests/sp22/config.h,
472        sptests/sp22/sp22.adb, sptests/sp22/sptest.adb,
473        sptests/sp22/sptest.ads, sptests/sp23/config.h,
474        sptests/sp23/sp23.adb, sptests/sp23/sptest.adb,
475        sptests/sp23/sptest.ads, sptests/sp24/config.h,
476        sptests/sp24/sp24.adb, sptests/sp24/sptest.adb,
477        sptests/sp24/sptest.ads, sptests/sp25/config.h,
478        sptests/sp25/sp25.adb, sptests/sp25/sptest.adb,
479        sptests/sp25/sptest.ads, sptests/spsize/spsize.adb,
480        sptests/spsize/sptest.adb, sptests/spsize/sptest.ads,
481        support/address_io.adb, support/address_io.ads, support/float_io.ads,
482        support/fp.inc, support/integer.inc,
483        support/rtems_calling_overhead.ads, support/status_io.ads,
484        support/test_support.adb, support/test_support.ads,
485        support/time_test_support.adb, support/time_test_support.ads,
486        support/timer_driver.adb, support/timer_driver.ads,
487        support/unsigned32_io.ads, tmtests/tm01/config.h,
488        tmtests/tm01/tm01.adb, tmtests/tm01/tmtest.adb,
489        tmtests/tm01/tmtest.ads, tmtests/tm02/config.h,
490        tmtests/tm02/tm02.adb, tmtests/tm02/tmtest.adb,
491        tmtests/tm02/tmtest.ads, tmtests/tm03/config.h,
492        tmtests/tm03/tm03.adb, tmtests/tm03/tmtest.adb,
493        tmtests/tm03/tmtest.ads, tmtests/tm04/config.h,
494        tmtests/tm04/tm04.adb, tmtests/tm04/tmtest.adb,
495        tmtests/tm04/tmtest.ads, tmtests/tm05/config.h,
496        tmtests/tm05/tm05.adb, tmtests/tm05/tmtest.adb,
497        tmtests/tm05/tmtest.ads, tmtests/tm06/config.h,
498        tmtests/tm06/tm06.adb, tmtests/tm06/tmtest.adb,
499        tmtests/tm06/tmtest.ads, tmtests/tm07/config.h,
500        tmtests/tm07/tm07.adb, tmtests/tm07/tmtest.adb,
501        tmtests/tm07/tmtest.ads, tmtests/tm08/config.h,
502        tmtests/tm08/tm08.adb, tmtests/tm08/tmtest.adb,
503        tmtests/tm08/tmtest.ads, tmtests/tm09/config.h,
504        tmtests/tm09/tm09.adb, tmtests/tm09/tmtest.adb,
505        tmtests/tm09/tmtest.ads, tmtests/tm10/config.h,
506        tmtests/tm10/tm10.adb, tmtests/tm10/tmtest.adb,
507        tmtests/tm10/tmtest.ads, tmtests/tm11/config.h,
508        tmtests/tm11/tm11.adb, tmtests/tm11/tmtest.adb,
509        tmtests/tm11/tmtest.ads, tmtests/tm12/config.h,
510        tmtests/tm12/tm12.adb, tmtests/tm12/tmtest.adb,
511        tmtests/tm12/tmtest.ads, tmtests/tm13/config.h,
512        tmtests/tm13/tm13.adb, tmtests/tm13/tmtest.adb,
513        tmtests/tm13/tmtest.ads, tmtests/tm14/config.h,
514        tmtests/tm14/tm14.adb, tmtests/tm14/tmtest.adb,
515        tmtests/tm14/tmtest.ads, tmtests/tm15/config.h,
516        tmtests/tm15/tm15.adb, tmtests/tm15/tmtest.adb,
517        tmtests/tm15/tmtest.ads, tmtests/tm16/config.h,
518        tmtests/tm16/tm16.adb, tmtests/tm16/tmtest.adb,
519        tmtests/tm16/tmtest.ads, tmtests/tm17/config.h,
520        tmtests/tm17/tm17.adb, tmtests/tm17/tmtest.adb,
521        tmtests/tm17/tmtest.ads, tmtests/tm18/config.h,
522        tmtests/tm18/tm18.adb, tmtests/tm18/tmtest.adb,
523        tmtests/tm18/tmtest.ads, tmtests/tm19/config.h,
524        tmtests/tm19/tm19.adb, tmtests/tm19/tmtest.adb,
525        tmtests/tm19/tmtest.ads, tmtests/tm20/config.h,
526        tmtests/tm20/tm20.adb, tmtests/tm20/tmtest.adb,
527        tmtests/tm20/tmtest.ads, tmtests/tm21/config.h,
528        tmtests/tm21/tm21.adb, tmtests/tm21/tmtest.adb,
529        tmtests/tm21/tmtest.ads, tmtests/tm22/config.h,
530        tmtests/tm22/tm22.adb, tmtests/tm22/tmtest.adb,
531        tmtests/tm22/tmtest.ads, tmtests/tm23/config.h,
532        tmtests/tm23/tm23.adb, tmtests/tm23/tmtest.adb,
533        tmtests/tm23/tmtest.ads, tmtests/tm24/config.h,
534        tmtests/tm24/tm24.adb, tmtests/tm24/tmtest.adb,
535        tmtests/tm24/tmtest.ads, tmtests/tm25/config.h,
536        tmtests/tm25/tm25.adb, tmtests/tm25/tmtest.adb,
537        tmtests/tm25/tmtest.ads, tmtests/tm28/config.h,
538        tmtests/tm28/tm28.adb, tmtests/tm28/tmtest.adb,
539        tmtests/tm28/tmtest.ads, tmtests/tm29/config.h,
540        tmtests/tm29/tm29.adb, tmtests/tm29/tmtest.adb,
541        tmtests/tm29/tmtest.ads, tmtests/tmck/config.h,
542        tmtests/tmck/tmck.adb, tmtests/tmck/tmtest.adb,
543        tmtests/tmck/tmtest.ads, tmtests/tmoverhd/config.h,
544        tmtests/tmoverhd/dummy_rtems.adb, tmtests/tmoverhd/dummy_rtems.ads,
545        tmtests/tmoverhd/tmoverhd.adb, tmtests/tmoverhd/tmtest.adb,
546        tmtests/tmoverhd/tmtest.ads: Correct copyright statements.
547
5482003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am,
551        mptests/Makefile.am,
552        mptests/mp01/Makefile.am, mptests/mp01/node1/Makefile.am,
553        mptests/mp01/node2/Makefile.am,
554        samples/Makefile.am, samples/base_mp/Makefile.am,
555        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am,
556        samples/base_sp/Makefile.am, samples/hello/Makefile.am,
557        samples/ticker/Makefile.am,
558        sptests/Makefile.am,
559        sptests/sp01/Makefile.am, sptests/sp02/Makefile.am,
560        sptests/sp03/Makefile.am, sptests/sp04/Makefile.am,
561        sptests/sp05/Makefile.am, sptests/sp06/Makefile.am,
562        sptests/sp07/Makefile.am, sptests/sp08/Makefile.am,
563        sptests/sp09/Makefile.am, sptests/sp11/Makefile.am,
564        sptests/sp12/Makefile.am, sptests/sp13/Makefile.am,
565        sptests/sp14/Makefile.am, sptests/sp15/Makefile.am,
566        sptests/sp16/Makefile.am, sptests/sp17/Makefile.am,
567        sptests/sp19/Makefile.am, sptests/sp20/Makefile.am,
568        sptests/sp21/Makefile.am, sptests/sp22/Makefile.am,
569        sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
570        sptests/sp25/Makefile.am, sptests/spsize/Makefile.am,
571        support/Makefile.am,
572        tmtests/Makefile.am,
573        tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am,
574        tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am,
575        tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am,
576        tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am,
577        tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am,
578        tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am,
579        tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am,
580        tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am,
581        tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am,
582        tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am,
583        tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am,
584        tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am,
585        tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am,
586        tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am,
587        tmtests/tmoverhd/Makefile.am:
588        Pick up am-fragments from ../tests/automake.
589
5902003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * aclocal/prog-gnat.m4: New (copied from ../../../aclocal).
593        * Makefile.am: ACLOCAL_AMFLAGS = -I aclocal -I ../tests/aclocal.
594        Don't include */automake/lib.am (Unused).
595
5962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
599
6002003-07-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * ada.am: Add .adp to SUFFIXES.
603        Remove c-compilation rule.
604        * samples/base_sp/Makefile.am: Add init.$(OBJEXT).
605        * samples/hello/Makefile.am: Add init.$(OBJEXT).
606        * samples/ticker/Makefile.am: Add init.$(OBJEXT).
607        * samples/ticker/Makefile.am: Remove VPATH.
608        * sptests/sp01/Makefile.am: Add init.$(OBJEXT).
609        * sptests/sp01/Makefile.am: Don't include */lib.am.
610        * sptests/sp01/Makefile.am: Remove VPATH.
611        * sptests/sp02/Makefile.am: Add init.$(OBJEXT).
612        * sptests/sp02/Makefile.am: Don't include */lib.am.
613        * sptests/sp03/Makefile.am: Add init.$(OBJEXT).
614        * sptests/sp03/Makefile.am: Don't include */lib.am.
615        * sptests/sp04/Makefile.am: Add init.$(OBJEXT).
616        * sptests/sp04/Makefile.am: Don't include */lib.am.
617        * sptests/sp04/Makefile.am: Remove EXPADA.
618        * sptests/sp04/Makefile.am: Remove VPATH.
619        * sptests/sp05/Makefile.am: Add init.$(OBJEXT).
620        * sptests/sp05/Makefile.am: Don't include */lib.am.
621        * sptests/sp06/Makefile.am: Add init.$(OBJEXT).
622        * sptests/sp06/Makefile.am: Don't include */lib.am.
623        * sptests/sp07/Makefile.am: Add init.$(OBJEXT).
624        * sptests/sp07/Makefile.am: Don't include */lib.am.
625        * sptests/sp07/Makefile.am: Remove EXPADA.
626        * sptests/sp08/Makefile.am: Add init.$(OBJEXT).
627        * sptests/sp08/Makefile.am: Don't include */lib.am.
628        * sptests/sp09/Makefile.am: Add init.$(OBJEXT).
629        * sptests/sp09/Makefile.am: Don't include */lib.am.
630        * sptests/sp11/Makefile.am: Add init.$(OBJEXT).
631        * sptests/sp11/Makefile.am: Don't include */lib.am.
632        * sptests/sp12/Makefile.am: Add init.$(OBJEXT).
633        * sptests/sp12/Makefile.am: Don't include */lib.am.
634        * sptests/sp13/Makefile.am: Add init.$(OBJEXT).
635        * sptests/sp13/Makefile.am: Don't include */lib.am.
636        * sptests/sp14/Makefile.am: Add init.$(OBJEXT).
637        * sptests/sp14/Makefile.am: Don't include */lib.am.
638        * sptests/sp15/Makefile.am: Add init.$(OBJEXT).
639        * sptests/sp15/Makefile.am: Don't include */lib.am.
640        * sptests/sp16/Makefile.am: Add init.$(OBJEXT).
641        * sptests/sp16/Makefile.am: Don't include */lib.am.
642        * sptests/sp17/Makefile.am: Add init.$(OBJEXT).
643        * sptests/sp17/Makefile.am: Don't include */lib.am.
644        * sptests/sp19/Makefile.am: Add init.$(OBJEXT).
645        * sptests/sp19/Makefile.am: Don't include */lib.am.
646        * sptests/sp20/Makefile.am: Add init.$(OBJEXT).
647        * sptests/sp20/Makefile.am: Don't include */lib.am.
648        * sptests/sp21/Makefile.am: Add init.$(OBJEXT).
649        * sptests/sp21/Makefile.am: Don't include */lib.am.
650        * sptests/sp22/Makefile.am: Add init.$(OBJEXT).
651        * sptests/sp22/Makefile.am: Don't include */lib.am.
652        * sptests/sp23/Makefile.am: Add init.$(OBJEXT).
653        * sptests/sp23/Makefile.am: Don't include */lib.am.
654        * sptests/sp24/Makefile.am: Add init.$(OBJEXT).
655        * sptests/sp24/Makefile.am: Don't include */lib.am.
656        * sptests/sp25/Makefile.am: Add init.$(OBJEXT).
657        * sptests/sp25/Makefile.am: Don't include */lib.am.
658        * sptests/spsize/Makefile.am: Add init.$(OBJEXT).
659        * sptests/spsize/Makefile.am: Don't include */lib.am.
660        * tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
661        * tmtests/tm01/Makefile.am: Don't include */lib.am.
662        * tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
663        * tmtests/tm02/Makefile.am: Don't include */lib.am.
664        * tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
665        * tmtests/tm03/Makefile.am: Don't include */lib.am.
666        * tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
667        * tmtests/tm04/Makefile.am: Don't include */lib.am.
668        * tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
669        * tmtests/tm05/Makefile.am: Don't include */lib.am.
670        * tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
671        * tmtests/tm06/Makefile.am: Don't include */lib.am.
672        * tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
673        * tmtests/tm07/Makefile.am: Don't include */lib.am.
674        * tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
675        * tmtests/tm08/Makefile.am: Don't include */lib.am.
676        * tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
677        * tmtests/tm09/Makefile.am: Don't include */lib.am.
678        * tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
679        * tmtests/tm10/Makefile.am: Don't include */lib.am.
680        * tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
681        * tmtests/tm11/Makefile.am: Don't include */lib.am.
682        * tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
683        * tmtests/tm12/Makefile.am: Don't include */lib.am.
684        * tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
685        * tmtests/tm13/Makefile.am: Don't include */lib.am.
686        * tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
687        * tmtests/tm14/Makefile.am: Don't include */lib.am.
688        * tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
689        * tmtests/tm15/Makefile.am: Don't include */lib.am.
690        * tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
691        * tmtests/tm16/Makefile.am: Don't include */lib.am.
692        * tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
693        * tmtests/tm17/Makefile.am: Don't include */lib.am.
694        * tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
695        * tmtests/tm18/Makefile.am: Don't include */lib.am.
696        * tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
697        * tmtests/tm19/Makefile.am: Don't include */lib.am.
698        * tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
699        * tmtests/tm20/Makefile.am: Don't include */lib.am.
700        * tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
701        * tmtests/tm21/Makefile.am: Don't include */lib.am.
702        * tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
703        * tmtests/tm22/Makefile.am: Don't include */lib.am.
704        * tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
705        * tmtests/tm23/Makefile.am: Don't include */lib.am.
706        * tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
707        * tmtests/tm24/Makefile.am: Don't include */lib.am.
708        * tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
709        * tmtests/tm25/Makefile.am: Don't include */lib.am.
710        * tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
711        * tmtests/tm28/Makefile.am: Don't include */lib.am.
712        * tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
713        * tmtests/tm29/Makefile.am: Don't include */lib.am.
714        * tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
715        * tmtests/tmck/Makefile.am: Don't include */lib.am.
716        * tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
717        * tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
718
7192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * configure.ac: Remove AC_CONFIG_AUX_DIR.
722
7232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
726
7272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac: AC_PREREQ(2.57).
730
7312003-01-03      Joel Sherrill <joel@OARcorp.com>
732
733        * ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am,
734        sptests/sp01/config.h, sptests/sp04/Makefile.am,
735        sptests/sp04/config.h, support/init.c: Modified build rules slightly
736        so gnat_main is used as the Ada main entry point.  Modified
737        sp01 and sp04 Makefile.am's to compile and link with init.o.
738        The test config.h's specified the Ada application requirements -- not
739        the Classic API ones.
740
7412003-01-03      Joel Sherrill <joel@OARcorp.com>
742
743        * Makefile.am, configure.ac, samples/Makefile.am: Do not configure
744        them unless multiprocessing is enabled.
745
7462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
749
7502002-10-24      Joel Sherrill <joel@OARcorp.com>
751
752        * samples/hello/config.h: Change CONFIGURE_SPTEST to
753        CONFIGURE_APPLICATION to reflect current usage.
754        * support/init.c: Include stdlib.h not unistd.h to remove warning.
755
7562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * .cvsignore: Reformat.
759        Add autom4te*cache.
760        Remove autom4te.cache.
761
7622002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * .cvsignore: Add autom4te.cache.
765
7662002-09-14      Joel Sherrill <joel@OARcorp.com>
767
768        * support/init.c: Included <unistd.h> for exit(2).
769        * support/test_support.adb: Eliminated warnings by commenting out
770        unused variables.
771
7722002-09-13      Joel Sherrill <joel@OARcorp.com>
773
774        * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
775        Now appear to mostly compile.
776
7772002-09-13      Joel Sherrill <joel@OARcorp.com>
778
779        * samples/hello/Makefile.am: Make sure init.c is compiled and
780        included.  This test now runs.
781
7822002-09-07      Joel Sherrill <joel@OARcorp.com>
783
784        * samples/base_mp/config.h: New file previously missed.
785
7862002-09-03      Joel Sherrill <joel@OARcorp.com>
787
788        * base_mp now builds and can be considered a bit of an example for
789        the other mptests.
790        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
791        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
792        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
793        Modified to make compile.
794        * mptests/mp01/node1/mptest-per_node_configuration.adb,
795        mptests/mp01/node2/mptest-per_node_configuration.adb,
796        mptests/mp02/node1/mptest-per_node_configuration.adb,
797        mptests/mp02/node2/mptest-per_node_configuration.adb,
798        mptests/mp03/node1/mptest-per_node_configuration.adb,
799        mptests/mp03/node2/mptest-per_node_configuration.adb,
800        mptests/mp04/node1/mptest-per_node_configuration.adb,
801        mptests/mp04/node2/mptest-per_node_configuration.adb,
802        mptests/mp05/node1/mptest-per_node_configuration.adb,
803        mptests/mp05/node2/mptest-per_node_configuration.adb,
804        mptests/mp06/node1/mptest-per_node_configuration.adb,
805        mptests/mp06/node2/mptest-per_node_configuration.adb,
806        mptests/mp07/node1/mptest-per_node_configuration.adb,
807        mptests/mp07/node2/mptest-per_node_configuration.adb,
808        mptests/mp08/node1/mptest-per_node_configuration.adb,
809        mptests/mp08/node2/mptest-per_node_configuration.adb,
810        mptests/mp09/node1/mptest-per_node_configuration.adb,
811        mptests/mp09/node2/mptest-per_node_configuration.adb,
812        mptests/mp10/node1/mptest-per_node_configuration.adb,
813        mptests/mp10/node2/mptest-per_node_configuration.adb,
814        mptests/mp11/node1/mptest-per_node_configuration.adb,
815        mptests/mp11/node2/mptest-per_node_configuration.adb,
816        mptests/mp12/node1/mptest-per_node_configuration.adb,
817        mptests/mp12/node2/mptest-per_node_configuration.adb,
818        mptests/mp13/node1/mptest-per_node_configuration.adb,
819        mptests/mp13/node2/mptest-per_node_configuration.adb,
820        mptests/mp14/node1/mptest-per_node_configuration.adb,
821        mptests/mp14/node2/mptest-per_node_configuration.adb,
822        samples/base_mp/node1/mptest-per_node_configuration.adb,
823        samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
824        as this information should come from config.h.
825
8262002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * mptests/mp01/node1/.cvsignore: New.
829        * mptests/mp01/node2/.cvsignore: New.
830        * mptests/mp02/node1/.cvsignore: New.
831        * mptests/mp02/node2/.cvsignore: New.
832        * mptests/mp03/node1/.cvsignore: New.
833        * mptests/mp03/node2/.cvsignore: New.
834        * mptests/mp04/node1/.cvsignore: New.
835        * mptests/mp04/node2/.cvsignore: New.
836        * mptests/mp05/node1/.cvsignore: New.
837        * mptests/mp05/node2/.cvsignore: New.
838        * mptests/mp06/node1/.cvsignore: New.
839        * mptests/mp06/node2/.cvsignore: New.
840        * mptests/mp07/node1/.cvsignore: New.
841        * mptests/mp07/node2/.cvsignore: New.
842        * mptests/mp08/node1/.cvsignore: New.
843        * mptests/mp08/node2/.cvsignore: New.
844        * mptests/mp09/node1/.cvsignore: New.
845        * mptests/mp09/node2/.cvsignore: New.
846        * mptests/mp10/node1/.cvsignore: New.
847        * mptests/mp10/node2/.cvsignore: New.
848        * mptests/mp11/node1/.cvsignore: New.
849        * mptests/mp11/node2/.cvsignore: New.
850        * mptests/mp12/node1/.cvsignore: New.
851        * mptests/mp12/node2/.cvsignore: New.
852        * mptests/mp13/node1/.cvsignore: New.
853        * mptests/mp13/node2/.cvsignore: New.
854        * mptests/mp14/node1/.cvsignore: New.
855        * mptests/mp14/node2/.cvsignore: New.
856        * samples/base_mp/node1/.cvsignore: New.
857        * samples/base_mp/node2/.cvsignore: New.
858
8592002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * mptests/Makefile.am: New.
862        * mptests/mp01/Makefile.am: New.
863        * mptests/mp01/node1/Makefile.am: New.
864        * mptests/mp01/node2/Makefile.am: New.
865        * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
866        * samples/base_mp/node1/Makefile.am: New.
867        * samples/base_mp/node2/Makefile.am: New.
868        * configure.ac: Add mptests/mp01. Add samples/base_mp.
869
8702002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * tmtests/tm20/Makefile.am: Remove EXPADA.
873
8742002-08-30      Joel Sherrill <joel@OARcorp.com>
875
876        * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
877
8782002-08-27      Joel Sherrill <joel@OARcorp.com>
879
880        * samples/base_mp/.cvsignore: New file.
881
8822002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * sptests/sp09/Makefile.am: Remove EXPADA.
885        * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
886        * sptests/sp19/Makefile.am: Remove EXPADA.
887        * sptests/sp21/Makefile.am: Remove EXPADA.
888        * sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
889        * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
890        * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
891
8922002-08-27      Joel Sherrill <joel@OARcorp.com>
893
894        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
895        call to RTEMS IO Manager services.
896
8972002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * sptests/sp19/sptest.adp: Fix include paths.
900
9012002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * sptests/sp19/sptest.adb: Remove.
904        * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
905        sptests.adp.
906
9072002-08-27      Joel Sherrill <joel@OARcorp.com>
908
909        * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
910        match corrected prototype.
911
9122002-08-27      Joel Sherrill <joel@OARcorp.com>
913
914        * sptests/sp19/sptest.adp: Added from old Ada implementation.
915
9162002-08-27      Joel Sherrill <joel@OARcorp.com>
917
918        * tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
919
9202002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * sptests/sp09/sptest.adb: Add Result to SCREEN_13.
923        Remove Status from TASK_1.
924        * sptests/sp21/sptest.adb: Add Result to TASK_1.
925        * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
926        * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
927        * configure.ac: Check for m4. Abort if HAS_GNAT = no.
928
9292002-08-26      Joel Sherrill <joel@OARcorp.com>
930
931        * tm27 and tm27 are irrelevant as Ada binding tests.
932        * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
933
9342002-08-26      Joel Sherrill <joel@OARcorp.com>
935
936        * sptests/sp19/sptest.adb: Modified to follow pattern of SP01
937        even though this test is not supported.
938        * sptests/sp19/sp19.adb: New file.
939
9402002-08-26      Joel Sherrill <joel@OARcorp.com>
941
942        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
943        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
944        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
945        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
946        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
947        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
948        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
949        mptests/mp14/mptest.ads: Per PR274, identify the need for the
950        BSP_MPCI package.  It was a trivial dependency and eliminated.
951
9522002-08-26      Joel Sherrill <joel@OARcorp.com>
953
954        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
955        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
956
9572002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
960
9612002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * Makefile.am: Activate tmtests.
964        * configure.ac: Activate tmtests.
965        * samples/base_mp/Makefile.am: Add nodeX subdirs.
966        * sptests/sp01/Makefile.am: Add *.scn.
967        * sptests/sp02/Makefile.am: Add *.scn.
968        * sptests/sp03/Makefile.am: Add *.scn.
969        * sptests/sp04/Makefile.am: Add *.scn.
970        * sptests/sp05/Makefile.am: Add *.scn.
971        * sptests/sp06/Makefile.am: Add *.scn.
972        * sptests/sp07/Makefile.am: Add *.scn.
973        * sptests/sp08/Makefile.am: Add *.scn.
974        * sptests/sp09/Makefile.am: Add *.scn.
975        * sptests/sp11/Makefile.am: Add *.scn.
976        * sptests/sp12/Makefile.am: Add *.scn.
977        * sptests/sp13/Makefile.am: Add *.scn.
978        * sptests/sp14/Makefile.am: Add *.scn.
979        * sptests/sp15/Makefile.am: Add *.scn.
980        * sptests/sp16/Makefile.am: Add *.scn.
981        * sptests/sp17/Makefile.am: Add *.scn.
982        * sptests/sp19/Makefile.am: Add *.scn.
983        * sptests/sp20/Makefile.am: Add *.scn.
984        * sptests/sp21/Makefile.am: Add *.scn.
985        * sptests/sp22/Makefile.am: Add *.scn.
986        * sptests/sp23/Makefile.am: Add *.scn.
987        * sptests/sp24/Makefile.am: Add *.scn.
988        * sptests/sp25/Makefile.am: Add *.scn.
989
9902002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * tmtests/Makefile.am: New.
993        * tmtests/tm01/Makefile.am: New.
994        * tmtests/tm02/Makefile.am: New.
995        * tmtests/tm03/Makefile.am: New.
996        * tmtests/tm04/Makefile.am: New.
997        * tmtests/tm05/Makefile.am: New.
998        * tmtests/tm06/Makefile.am: New.
999        * tmtests/tm07/Makefile.am: New.
1000        * tmtests/tm08/Makefile.am: New.
1001        * tmtests/tm09/Makefile.am: New.
1002        * tmtests/tm10/Makefile.am: New.
1003        * tmtests/tm11/Makefile.am: New.
1004        * tmtests/tm12/Makefile.am: New.
1005        * tmtests/tm13/Makefile.am: New.
1006        * tmtests/tm14/Makefile.am: New.
1007        * tmtests/tm15/Makefile.am: New.
1008        * tmtests/tm16/Makefile.am: New.
1009        * tmtests/tm17/Makefile.am: New.
1010        * tmtests/tm18/Makefile.am: New.
1011        * tmtests/tm19/Makefile.am: New.
1012        * tmtests/tm20/Makefile.am: New.
1013        * tmtests/tm21/Makefile.am: New.
1014        * tmtests/tm22/Makefile.am: New.
1015        * tmtests/tm23/Makefile.am: New.
1016        * tmtests/tm24/Makefile.am: New.
1017        * tmtests/tm25/Makefile.am: New.
1018        * tmtests/tm26/Makefile.am: New.
1019        * tmtests/tm26/tmtest.adb
1020        * tmtests/tm27/Makefile.am: New.
1021        * tmtests/tm28/Makefile.am: New.
1022        * tmtests/tm29/Makefile.am: New.
1023        * tmtests/tmck/Makefile.am: New.
1024        * tmtests/tmoverhd/Makefile.am: New.
1025
10262002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * Makefile.am: New.
1029        * configure.ac: New.
1030        * ada.am: New.
1031        * support/Makefile.am: New.
1032        * samples/Makefile.am: New.
1033        * samples/base_mp/Makefile.am: New.
1034        * samples/base_sp/Makefile.am: New.
1035        * samples/hello/Makefile.am: New.
1036        * samples/ticker/Makefile.am: New.
1037
10382002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * sptests/Makefile.am: New.
1041        * sptests/sp01/Makefile.am: New.
1042        * sptests/sp02/Makefile.am: New.
1043        * sptests/sp03/Makefile.am: New.
1044        * sptests/sp04/Makefile.am: New.
1045        * sptests/sp05/Makefile.am: New.
1046        * sptests/sp06/Makefile.am: New.
1047        * sptests/sp07/Makefile.am: New.
1048        * sptests/sp08/Makefile.am: New.
1049        * sptests/sp09/Makefile.am: New.
1050        * sptests/sp11/Makefile.am: New.
1051        * sptests/sp12/Makefile.am: New.
1052        * sptests/sp13/Makefile.am: New.
1053        * sptests/sp14/Makefile.am: New.
1054        * sptests/sp15/Makefile.am: New.
1055        * sptests/sp16/Makefile.am: New.
1056        * sptests/sp17/Makefile.am: New.
1057        * sptests/sp19/Makefile.am: New.
1058        * sptests/sp20/Makefile.am: New.
1059        * sptests/sp21/Makefile.am: New.
1060        * sptests/sp22/Makefile.am: New.
1061        * sptests/sp23/Makefile.am: New.
1062        * sptests/sp24/Makefile.am: New.
1063        * sptests/sp25/Makefile.am: New.
1064        * sptests/spsize/Makefile.am: New.
1065
10662002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * ChangeLog: New.
1069        * .cvsignore: New.
1070        * mptests/.cvsignore: New.
1071        * mptests/mp01/.cvsignore: New.
1072        * mptests/mp02/.cvsignore: New.
1073        * mptests/mp03/.cvsignore: New.
1074        * mptests/mp04/.cvsignore: New.
1075        * mptests/mp05/.cvsignore: New.
1076        * mptests/mp06/.cvsignore: New.
1077        * mptests/mp07/.cvsignore: New.
1078        * mptests/mp08/.cvsignore: New.
1079        * mptests/mp09/.cvsignore: New.
1080        * mptests/mp10/.cvsignore: New.
1081        * mptests/mp11/.cvsignore: New.
1082        * mptests/mp12/.cvsignore: New.
1083        * mptests/mp13/.cvsignore: New.
1084        * mptests/mp14/.cvsignore: New.
1085        * samples/.cvsignore: New.
1086        * samples/base_sp/.cvsignore: New.
1087        * samples/hello/.cvsignore: New.
1088        * samples/ticker/.cvsignore: New.
1089        * sptests/.cvsignore: New.
1090        * sptests/sp01/.cvsignore: New.
1091        * sptests/sp02/.cvsignore: New.
1092        * sptests/sp03/.cvsignore: New.
1093        * sptests/sp04/.cvsignore: New.
1094        * sptests/sp05/.cvsignore: New.
1095        * sptests/sp06/.cvsignore: New.
1096        * sptests/sp07/.cvsignore: New.
1097        * sptests/sp08/.cvsignore: New.
1098        * sptests/sp09/.cvsignore: New.
1099        * sptests/sp11/.cvsignore: New.
1100        * sptests/sp12/.cvsignore: New.
1101        * sptests/sp13/.cvsignore: New.
1102        * sptests/sp14/.cvsignore: New.
1103        * sptests/sp15/.cvsignore: New.
1104        * sptests/sp16/.cvsignore: New.
1105        * sptests/sp17/.cvsignore: New.
1106        * sptests/sp19/.cvsignore: New.
1107        * sptests/sp20/.cvsignore: New.
1108        * sptests/sp21/.cvsignore: New.
1109        * sptests/sp22/.cvsignore: New.
1110        * sptests/sp23/.cvsignore: New.
1111        * sptests/sp24/.cvsignore: New.
1112        * sptests/sp25/.cvsignore: New.
1113        * sptests/spsize/.cvsignore: New.
1114        * support/.cvsignore: New.
1115        * tmtests/.cvsignore: New.
1116        * tmtests/tm01/.cvsignore: New.
1117        * tmtests/tm02/.cvsignore: New.
1118        * tmtests/tm03/.cvsignore: New.
1119        * tmtests/tm04/.cvsignore: New.
1120        * tmtests/tm05/.cvsignore: New.
1121        * tmtests/tm06/.cvsignore: New.
1122        * tmtests/tm07/.cvsignore: New.
1123        * tmtests/tm08/.cvsignore: New.
1124        * tmtests/tm09/.cvsignore: New.
1125        * tmtests/tm10/.cvsignore: New.
1126        * tmtests/tm11/.cvsignore: New.
1127        * tmtests/tm12/.cvsignore: New.
1128        * tmtests/tm13/.cvsignore: New.
1129        * tmtests/tm14/.cvsignore: New.
1130        * tmtests/tm15/.cvsignore: New.
1131        * tmtests/tm16/.cvsignore: New.
1132        * tmtests/tm17/.cvsignore: New.
1133        * tmtests/tm18/.cvsignore: New.
1134        * tmtests/tm19/.cvsignore: New.
1135        * tmtests/tm20/.cvsignore: New.
1136        * tmtests/tm21/.cvsignore: New.
1137        * tmtests/tm22/.cvsignore: New.
1138        * tmtests/tm23/.cvsignore: New.
1139        * tmtests/tm24/.cvsignore: New.
1140        * tmtests/tm25/.cvsignore: New.
1141        * tmtests/tm26/.cvsignore: New.
1142        * tmtests/tm27/.cvsignore: New.
1143        * tmtests/tm28/.cvsignore: New.
1144        * tmtests/tm29/.cvsignore: New.
1145        * tmtests/tmck/.cvsignore: New.
1146        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.