summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/ChangeLog
blob: f57a064cab2caa7ea37bef24c11754f112418bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2010-06-07	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* sp09/screen12.c: Update for heap extend changes.

2010-04-03	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp62/init.c, sp65/init.c: #include <unistd.h>.

2010-03-12	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp43/init.c: Readdress use of ctype methods per recommendation from
	D.J. Delorie on the newlib mailing list. We should pass an unsigned
	char into these methods.

2010-03-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add new fatal error for configuring
	unlimited and maximum of 0.
	* spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc,
	spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.

2010-01-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp43/init.c: Fix warning.

2009-12-15	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* sp69/init.c: Fixed warnings.

2009-12-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and
	update.

2009-12-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on
	expired periods. This detected the recently introduced PR1480.

2009-12-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp69/.cvsignore: New file.

2009-12-08	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* Makefile.am, configure.ac: Added a test for rate_monotonic_get_status
	to ensure that all paths are tested.
	* sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.

2009-12-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp31/task1.c: Fixed spacing.

2009-12-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c,
	spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c,
	spwkspace/init.c: Use rtems_test_assert() consistently instead of
	system assert(). rtems_test_assert() is designed to integrate into
	the RTEMS test suite infrastructure.

2009-12-04	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test
	cases. Updated copyright notice.

2009-12-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp25/task1.c: Use PRIuPTR for segment_sizes.

2009-11-30	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* sp68/Makefile.in, sp68/.cvsignore,
	* spintrcritical17/Makefile.in, spintrcritical17/.cvsignore:
	removed unneeded Makefile.in, added cvsignore
	
2009-11-30	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* sp68/init.c, sp68/Makefile.am, sp68/sp68.doc, sp68/sp68.scn,
	spintrcritical17/init.c, spintrcritical17/Makefile.am,
	spintrcritical17/spintrcritical17.doc,
	spintrcritical17/spintrcritical17.scn: New files.
	* Makefile.am, configure.ac: Update for test sp68 and spintrcritical17.
	* sp31/task1.c, sp67/init.c: Changes for new timer server
	implementation.
	* sp52/init.c: The init task must be preemptible to let the timer
	server run.

2009-11-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1460/cpukit
	* sp43/init.c: Change return type on methods accessing portions of
	RTEMS Ids to int. This allows -1 to be return on error.

2009-11-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* spsize/Makefile.am: Fix broken install rule.

2009-11-09	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spprintk/spprintk.scn: Add end of line at end of file.

2009-11-09	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am,
	sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am,
	sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am,
	spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am,
	spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am,
	spfatal09/Makefile.am, spobjgetnext/Makefile.am,
	spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am,
	spwkspace/Makefile.am: Add documentation files for multiple tests.
	* sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc,
	sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc,
	spfatal02/spfatal02.doc, spfatal03/spfatal03.doc,
	spfatal04/spfatal04.doc, spfatal05/spfatal05.doc,
	spfatal06/spfatal06.doc, spfatal07/spfatal07.doc,
	spfatal08/spfatal08.doc, spfatal09/spfatal09.doc,
	spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc,
	spsize/spsize.doc, spwatchdog/spwatchdog.doc,
	spwkspace/spwkspace.doc: New files.

2009-10-30	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp14/asr.c: Remove PRIxrtems_signal_set (moved to tmacros.h).
	Include "tmacros.h".
	* sp63/init.c: Pass UINTPTR_MAX instead of 0xffffffff to 
	_Heap_Allocate for 16bit compliance.
	* sp44/init.c: Another printf format fix.

2009-10-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp37/init.c: Add local prototypes for
	rtems_interrupt_disable, rtems_interrupt_enable,
	rtems_interrupt_flash, rtems_interrupt_is_in_progress.
	* sp43/init.c: Add local prototypes for
	rtems_object_api_minimum_class, rtems_object_api_maximum_class,
	rtems_build_id, rtems_build_name, rtems_object_id_api_maximum,
	rtems_object_id_api_minimum, rtems_object_id_get_api,
	rtems_object_id_get_class, rtems_object_id_get_index,
	rtems_object_id_get_node.
	Spray PRId32's into printf's for 16bit target complianance.
	* sp37/init.c: Add local prototype for
	rtems_interrupt_level_attribute.

2009-10-27	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp29/init.c: Include "tmacros.h".
	Misc. changes related to rtems_intervals.
	* sp14/asr.c: Add PRIxrtems_signal_set.
	Use PRIxrtems_signal_set to print rtems_signal_set's.
	* sp13/task3.c: Use PRIu32 to print "count".
	* sp09/screen12.c: Segment sizes are uintptr_t's.
	* sp09/screen11.c: Use size_t for "size".
	* sp62/init.c: Segment sizes are uintptr_t's.
	* sp25/task1.c: Use PRIuPTR to print segment_size's.
	* sp21/task1.c: Add PRIurtems_device_major_number.
	* sp11/task1.c, sp11/task2.c:
	Use PRIxrtems_event_set to print rtems_event_set's.
	* sp09/screen13.c: Revert previous change.
	Remove broken extraneous line seemingly having crept into in 
	2009-08-10 patch.
	* sp27/init.c: Remove extraneous argument to print.
	* spsize/size.c: Use PRIu32 to print sys_req.
	* sp37/init.c: Add missing argument to printf.
	* sp44/init.c, sp35/priinv.c, sp33/init.c, sp28/init.c,
	sp12/pritask.c, sp34/changepri.c:
	Use PRIdrtems_task_argument to print rtems_task_argument's.

2009-10-27	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp25/task1.c: segment_size is uintptr_t.
	* spfatal06/testcase.h: Add missing return.
	* sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c:
	Duplicate code from rtems_name_to_characters to convert rtems_name's
	into char arrays.
	* sp09/screen13.c: Comment out unused return status.
	* sp63/init.c: Use PRIu32 to print uint32_t's.
	* sp33/init.c: Use PRIu32 to print uint32_t's.
	* sp28/init.c: Use PRIu32 to print uint32_t's.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp31/task1.c: Use PRIdWatchdog_Interval to print
	Watchdog_Interval's.
	* sp20/task1.c, sp32/init.c, spclockget/init.c: Use
	PRIdrtems_interval to print rtems_interval's.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp13/task1.c: Misc. uint32_t fixes.
	* sp20/task1.c: Misc. uint32_t fixes.
	* sp47/init.c: Add PRIXModes_Control, PRIXrtems_mode.
	Use PRIXrtems_mode to print rtems_mode's.
	* sp08/system.h: Add PRIxModes_Control, PRIxrtems_mode.
	Use PRIxrtems_mode to print rtems_mode's.
	* sp19/first.c, sp19/fptask.c, sp19/fptest.h, sp19/inttest.h,
	sp19/task1.c: Add missing PRI*32's.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp34/changepri.c, sp35/priinv.c:
	Use PRIdPriority_Control to print Priority_Control's.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp34/changepri.c, sp59/init.c:
	Use PRIdrtems_task_priority to print rtems_task_priority's.
	* sp07/task1.c, sp07/task2.c, ssp12/pritask.c: 
	Use PRIdrtems_task_priority to print rtems_task_priority's.
	* sp12/system.h:
	Change Priority_Test_driver to use rtems_task_priority argument.
	* sp12/pridrv.c: 
	Change Priority_Test_driver to use rtems_task_priority argument.
	Use PRIdrtems_task_priority to print rtems_task_priority's.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp02/task1.c, sp12/task1.c, sp13/task1.c, sp14/task1.c, sp15/task1.c,
	sp16/task1.c, sp20/task1.c, sp22/init.c, sp22/task1.c, sp23/task1.c,
	sp25/task1.c, sp31/init.c, sp31/task1.c, sp34/changepri.c,
	sp35/priinv.c, sp43/init.c, sp45/init.c, spwatchdog/init.c,
	spwatchdog/task1.c: Use PRIxrtems_id to print rtems_ids.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
	* sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
	* sp63/init.c: Fix _Heap_Resize_block args.
	* sp09/screen09.c: Eliminate unused var warning.

2009-10-24	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp27/init.c, spsize/init.c: Fix prototypes.
	* spwatchdog/task1.c: Remove unused vars.

2009-10-24	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
	sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
	spobjgetnext/init.c, spprintk/init.c:
	Eliminate unused vars.

2009-10-23	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* spintrcritical06/init.c, spintrcritical15/init.c, sp46/init.c: Fixed
	confdefs.h define typos.

2009-10-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Don't add -ansi -fasm to CFLAGS.

2009-10-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp32/init.c: Lengthen the clock tick and move configuration to the
	bottom of the file.

2009-10-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise when the ticks
	since boot wraps around 0 and the timer server must deal with that
	condition.
	* sp67/.cvsignore, sp67/Makefile.am, sp67/init.c, sp67/sp67.doc,
	sp67/sp67.scn: New files.

2009-10-09	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* sp40/init.c, sp40/sp40.doc, sp40/sp40.scn: New test cases.

2009-10-04	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* spintrcritical09/init.c, spintrcritical10/init.c,
	spintrcritical11/init.c: Fixed potentially infinite loops.
	* sp20/system.h: Increased micro seconds per tick in order to be more
	independent of the console output speed.

2009-10-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c,
	sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c,
	sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86
	at -Os and m68k at -Os. Fix typos.

2009-10-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp54/init.c: Use rtems_build_id to make building Objects_Id
	RTEMS_USE_16_BIT_OBJECT clean.

2009-09-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise when notepads are
	not configured.
	* spnotepad01/.cvsignore, spnotepad01/Makefile.am, spnotepad01/init.c,
	spnotepad01/spnotepad01.doc, spnotepad01/spnotepad01.scn: New files.

2009-09-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp09/screen01.c, sp09/screen02.c, sp09/screen03.c, sp09/screen05.c,
	sp09/screen09.c, sp09/screen14.c, sp09/sp09.scn, sp28/init.c,
	sp28/sp28.scn, sp43/init.c: Add more error cases uncovered by uC5282
	coverage runs.

2009-09-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp09/screen02.c, sp09/screen04.c, sp09/screen07.c, sp09/screen09.c,
	sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/sp09.scn: Add
	some error cases uncovered by uC5282 coverage runs.

2009-09-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp33/init.c, sp33/sp33.scn: Add some barrier error cases uncovered by
	uC5282 coverage runs.

2009-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
	Correct minor issues uncovered on uC5282.

2009-09-26	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
	sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
	Eliminate use of deprecated rtems_extension.

2009-09-25	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
	run when IO speed varies.

2009-09-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
	the intended code.

2009-09-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* configure.ac: Revert accidentally committed lines.

2009-09-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very
	simple priority ceiling case that was previously only tested via the
	POSIX API.
	* sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc,
	sp66/sp66.scn: New files.

2009-09-13	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: Add test
	for Id which is in range for the object class but not allocated yet.

2009-09-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp46/init.c, sp46/sp46.scn: Fix numbering.

2009-09-07	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* spintrcritical_support/intrcritical.c: Fixed timing rountines.

2009-09-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spfatal01/spfatal01.scn, spfatal01/testcase.h,
	spfatal02/spfatal02.scn, spfatal02/testcase.h,
	spfatal03/spfatal03.scn, spfatal03/testcase.h,
	spfatal04/spfatal04.scn, spfatal04/testcase.h,
	spfatal05/spfatal05.scn, spfatal05/testcase.h,
	spfatal06/spfatal06.scn, spfatal06/testcase.h,
	spfatal07/spfatal07.scn, spfatal07/testcase.h,
	spfatal08/spfatal08.scn, spfatal08/testcase.h,
	spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
	spfatal10/spfatal10.scn, spfatal11/Makefile.am,
	spfatal11/spfatal11.scn, spfatal12/Makefile.am,
	spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
	tests use testcase.h and spfatal_support framework. Print test name
	herald in all cases.
	* spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
	New files.
	* spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.

2009-09-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spfatal07/testcase.h: Indicate test is not applicable on some
	architectures.

2009-08-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am: Fix spacing.

2009-08-26	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* spstkalloc/init.c: Changed allocator signature. Functions are now
	static.

2009-08-25	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* sp29/init.c: Fixed return value evaluation.
	* sp59/init.c, sp59/sp59.scn: Added status code assignment. Fixed typos.
	* sp63/init.c: Check return value of _Heap_Initialize().

2009-08-19	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spwatchdog/spwatchdog.scn, spwatchdog/task1.c: Add test for
	_Watchdog_Report() when name is not NULL. This case was covered at
	-Os on erc32 but at -O2 we had more code.

2009-08-18	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp63/init.c, sp63/sp63.scn: Add case for math on size requested
	overflowing on _Heap_Allocate_aligned.

2009-08-18	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn: Add error cases
	for various null parameters.

2009-08-18	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp16/sp16.scn, sp16/task1.c: Fix typo.

2009-08-17	Santosh G Vattam <vattam.santosh@gmail.com>

	* sp65/init.c: Remove stray print.
	* sp65/sp65.doc: Add information on second case.

2009-08-13	Santosh G Vattam <vattam.santosh@gmail.com>

	* sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
	verify that obtaining a priority ceiling mutex when the calling
	task's priority is the same as the priority ceiling is handled
	correctly.

2009-08-12	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/task2.c, sp05/task1.c,
	sp05/task2.c, sp05/task3.c, sp06/task1.c, sp06/task2.c,
	sp09/screen02.c, sp09/screen04.c, sp09/screen06.c, sp09/screen07.c,
	sp09/screen10.c, sp09/screen12.c, sp09/screen13.c, sp09/screen14.c,
	sp11/task1.c, sp11/task2.c, sp12/pridrv.c, sp12/pritask.c,
	sp12/task1.c, sp13/task1.c, sp13/task2.c, sp14/task1.c, sp16/task1.c,
	sp16/task4.c, sp19/fptask.c, sp19/task1.c, sp22/task1.c,
	sp24/task1.c, sp26/task1.c, sp29/init.c, sp30/task1.c, sp31/task1.c,
	sp33/init.c, sp45/init.c, sp46/init.c, sp50/init.c,
	spintrcritical06/init.c, spwatchdog/task1.c: Eliminate test routines
	TICKS_PER_SECOND and get_ticks_per_second() in favor of new
	rtems_clock_get_ticks_per_second().

2009-08-12	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp65/init.c: Add semi-colon to end of rtems_semaphore_create call.
	Change attributes to priority ceiling. Use directive_failed, not
	assert. Configure a semaphore not a region.

2009-08-12	Santosh G Vattam <vattam.santosh@gmail.com>

	* ChangeLog, Makefile.am, configure.ac: Add new test for some core
	mutex cases.
	* sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
	sp65/sp65.scn: New files.

2009-08-12	Santosh G Vattam <vattam.santosh@gmail.com>

	* Makefile.am, configure.ac: Add new test for some core mutex cases.
	* sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc,
	sp65/sp65.scn: New files.

2009-08-11	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical01/init.c, spintrcritical06/init.c: Use 1 millisecond
	per tick.

2009-08-11	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, sp62/init.c, sp64/init.c: Add new test and
	adjust existing for alignment. New test ensures coverage begin and
	end marker methods are exercised so they do not get considered
	unexecuted.
	* spcoverage/.cvsignore, spcoverage/Makefile.am, spcoverage/init.c,
	spcoverage/spcoverage.doc, spcoverage/spcoverage.scn: New files.

2009-08-10	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise legacy
	rtems_clock_get().
	* spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c,
	spclockget/spclockget.doc, spclockget/spclockget.scn: New files.

2009-08-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp04/task1.c, sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn,
	sp38/init.c: Convert calls to legacy routine rtems_clock_get(
	RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().

2009-08-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp01/sp01.scn, sp01/task1.c, sp03/task1.c, sp03/task2.c,
	sp04/task1.c, sp04/tswitch.c, sp09/screen02.c, sp09/screen13.c,
	sp09/screen14.c, sp09/sp09.scn, sp11/sp11.scn, sp11/task1.c,
	sp11/task2.c, sp19/fptask.c, sp19/sp19.scn, sp19/task1.c,
	sp22/prtime.c, sp22/sp22.scn, sp22/task1.c, sp24/sp24.scn,
	sp24/task1.c, sp30/task1.c, sp31/prtime.c, sp31/sp31.scn,
	sp31/task1.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
	spwatchdog/task1.c: Convert calls to legacy routine rtems_clock_get(
	RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).

2009-08-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp28/init.c, sp28/sp28.scn: Update screen. Add a few missing error
	cases.

2009-08-06	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp64/init.c, sp64/sp64.scn: Chris ensured that nothing is moved until
	all memory is successfully allocated. This means the test can
	validate the heap is unchanged on extend failure.

2009-08-06	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical01/init.c, spintrcritical06/init.c,
	spintrcritical08/init.c, spintrcritical13/init.c: Lower microseconds
	per tick so tests run quicker and more reliably hit the intended
	critical section.

2009-08-05	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, sp63/init.c: Add new test for exercising
	when we are unable to allocate the memory needed for an object
	extend. Make sure all is handled properly.
	* sp64/.cvsignore, sp64/Makefile.am, sp64/init.c, sp64/sp64.doc,
	sp64/sp64.scn: New files.

2009-08-01	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp63/init.c: Correct test case two.

2009-08-01	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
	test case to exercise another odd branch not taken.

2009-07-31	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, sp62/init.c: Add new test to ensure a
	particular path is taken through the _Heap_Resize_block code.
	* sp63/.cvsignore, sp63/Makefile.am, sp63/init.c, sp63/sp63.doc,
	sp63/sp63.scn: New files.

2009-07-30	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the
	wrong thing in a cpp macro. Added contents to screen file and add
	documentation file.
	* sp42/sp42.doc: New file.

2009-07-30	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical16/spintrcritical16.doc: Remove junk and typos.

2009-07-30	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical16/init.c: Tinker with test to make it hit the case
	more reliably.

2009-07-29	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise as many cases as
	possible of not being able to allocate memory from the workspace
	during thread creation.
	* sp18/.cvsignore, sp18/Makefile.am, sp18/init.c, sp18/sp18.doc,
	sp18/sp18.scn: New files.

2009-07-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to handle the case where
	a region resize frees enough memory to unblock a task.
	* sp62/.cvsignore, sp62/Makefile.am, sp62/init.c, sp62/sp62.doc,
	sp62/sp62.scn: New files.
	* sp61/init.c: Test does not need regions.

2009-07-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add test case for processing a timeout
	on a thread (that is the thread executing) that has also had its
	request satisfied while it is being enqueued.
	* spintrcritical16/.cvsignore, spintrcritical16/Makefile.am,
	spintrcritical16/init.c, spintrcritical16/spintrcritical16.doc,
	spintrcritical16/spintrcritical16.scn: New files.
	* spintrcritical15/init.c: Remove unused TSR>

2009-07-27	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add test case for a thread timing out on a
	thread queue while another thread is in the process of blocking on
	the same thread queue.
	* spintrcritical15/.cvsignore, spintrcritical15/Makefile.am,
	spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc,
	spintrcritical15/spintrcritical15.scn: New files.

2009-07-25	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: spintrcritical15 not ready yet.

2009-07-24	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
	sp40/sp40.scn: Now verified to hit coverage cases.
	* sp40/sp40.doc: New file.

2009-07-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp40/Makefile.am, sp40/init.c, sp40/sp40.scn: Attempt to write test
	to catch two remaining uncovered cases in rtems_io_register_driver.
	* sp40/system.h: Removed.

2009-07-24	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise odd case in
	rtems_iterate_over_all_threads.
	* sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.doc,
	sp41/sp41.scn: New files.

2009-07-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp36/strict_order_mut.c: Simple binary semaphores cannot have an
	inheritance protocol since there is no holder associated with them.

2009-07-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new tests to exercise cases where a
	timer is scheduled from an ISR while it is being scheduled at the
	task level.
	* spintrcritical13/.cvsignore, spintrcritical13/Makefile.am,
	spintrcritical13/init.c, spintrcritical13/spintrcritical13.doc,
	spintrcritical13/spintrcritical13.scn, spintrcritical14/.cvsignore,
	spintrcritical14/Makefile.am, spintrcritical14/spintrcritical14.doc,
	spintrcritical14/spintrcritical14.scn: New files.

2009-07-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical01/init.c, spintrcritical06/init.c,
	spintrcritical08/init.c, spintrcritical09/init.c: Perform some
	cleanup and make the tests more similar.

2009-07-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical06/init.c: Test now hits forward and reverse cases.

2009-07-22	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical09/init.c, spintrcritical09/spintrcritical09.scn: Make
	test work for case that it is documented to handle.

2009-07-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical10/.cvsignore, spintrcritical10/Makefile.am,
	spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc,
	spintrcritical10/spintrcritical10.scn: New files.

2009-07-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, sp39/init.c, sp39/sp39.scn: Move
	unreliable third case in sp39 to spintrcritical10. New tests to hit
	other event synchronization critical sections.
	* spintrcritical11/.cvsignore, spintrcritical11/Makefile.am,
	spintrcritical11/init.c, spintrcritical11/spintrcritical11.doc,
	spintrcritical11/spintrcritical11.scn, spintrcritical12/.cvsignore,
	spintrcritical12/Makefile.am, spintrcritical12/spintrcritical12.doc,
	spintrcritical12/spintrcritical12.scn: New files.

2009-07-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise Debug Manager.
	* sp10/.cvsignore, sp10/Makefile.am, sp10/init.c, sp10/sp10.doc,
	sp10/sp10.scn: New files.

2009-07-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical06/init.c: Clean up.
	* spintrcritical09/init.c: Adjust clock tick so it works on erc32.
	* spintrcritical09/spintrcritical09.scn: Fill in.

2009-07-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spintrcritical06/init.c: Add comment to indicate test is not finished
	and known to not hit the case.
	* Makefile.am, configure.ac: Add a couple more interrupt critical
	section tests.
	* spintrcritical08/.cvsignore, spintrcritical08/Makefile.am,
	spintrcritical08/init.c, spintrcritical08/spintrcritical08.doc,
	spintrcritical08/spintrcritical08.scn, spintrcritical09/.cvsignore,
	spintrcritical09/Makefile.am, spintrcritical09/init.c,
	spintrcritical09/spintrcritical09.doc,
	spintrcritical09/spintrcritical09.scn: New files.

2009-07-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, spintrcritical06/init.c: Add first attempt
	at hitting interrupt synchronization critical section in thread queue
	enqueue priority for reverse insertions.
	* spintrcritical07/.cvsignore, spintrcritical07/Makefile.am,
	spintrcritical07/spintrcritical07.doc,
	spintrcritical07/spintrcritical07.scn: New files.

2009-07-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add test case for the
	_Thread_queue_Enqueue_priority interrupt critical section where the
	TCB we are using as a current pointer is removed from the thread
	queue when we flash interrupts while searching forward.
	* spintrcritical06/.cvsignore, spintrcritical06/Makefile.am,
	spintrcritical06/init.c, spintrcritical06/spintrcritical06.doc,
	spintrcritical06/spintrcritical06.scn: New files.

2009-07-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical_support/intrcritical.c,
	spintrcritical_support/intrcritical.h: Change prototype of delay
	method to indicate when counter is reset. This can be used to count
	how many iterations we are doing.

2009-07-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add sp60 to exercise case where a task is
	blocked on one period while another expires. Add sp61 which exercises
	the case where a call is made to rtems_shutdown_executive when the
	system is not up.
	* sp60/.cvsignore, sp60/Makefile.am, sp60/init.c, sp60/sp60.doc,
	sp60/sp60.scn, sp61/.cvsignore, sp61/Makefile.am, sp61/init.c,
	sp61/sp61.doc, sp61/sp61.scn: New files.

2009-07-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp04/init.c: To be timesliced, tasks must also me preemptible.

2009-07-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spfatal03/spfatal03.scn, spfatal03/testcase.h: Fix spfatal03 to do
	what it was intended to do.

2009-07-10	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spintrcritical_support/intrcritical.c,
	spintrcritical_support/intrcritical.h: New files.

2009-07-10	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new infrastructure which is more
	reliable about generating cases which hit interrupt critical
	sections. Remove sp41 since it used its own mechanism.
	* spintrcritical01/.cvsignore, spintrcritical01/Makefile.am,
	spintrcritical01/init.c, spintrcritical01/spintrcritical01.doc,
	spintrcritical01/spintrcritical01.scn, spintrcritical02/.cvsignore,
	spintrcritical02/Makefile.am, spintrcritical02/spintrcritical02.doc,
	spintrcritical02/spintrcritical02.scn, spintrcritical03/.cvsignore,
	spintrcritical03/Makefile.am, spintrcritical03/spintrcritical03.doc,
	spintrcritical03/spintrcritical03.scn, spintrcritical04/.cvsignore,
	spintrcritical04/Makefile.am, spintrcritical04/spintrcritical04.doc,
	spintrcritical04/spintrcritical04.scn, spintrcritical05/.cvsignore,
	spintrcritical05/Makefile.am, spintrcritical05/spintrcritical05.doc,
	spintrcritical05/spintrcritical05.scn: New files.
	* sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
	sp41/system.h: Removed.

2009-07-10	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp41/init.c: Remove incorrect comment.

2009-07-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp29/init.c: Simple binary semaphores can not be inherit priority.

2009-07-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp25/init.c: Spacing.

2009-07-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add sp59 to test path through
	_Thread_queue_First_priority where the task's priority was in the
	bottom 1/4 of the range.
	* sp59/.cvsignore, sp59/Makefile.am, sp59/init.c, sp59/sp59.doc,
	sp59/sp59.scn: New files.

2009-07-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add test for Thread Queue extract a thread
	not blocked on a thread queue.
	* spthreadq01/.cvsignore, spthreadq01/Makefile.am, spthreadq01/init.c,
	spthreadq01/spthreadq01.doc, spthreadq01/spthreadq01.scn: New files.

2009-07-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add test for timespec divide by zero.
	* sp58/.cvsignore, sp58/Makefile.am, sp58/init.c, sp58/sp58.doc,
	sp58/sp58.scn: New files.

2009-07-09	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp43/init.c, sp43/sp43.scn: Add test of having the object class
	pointer being null. This does not happen naturally at this time so
	force the point.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp12/sp12.scn: Update screen to reflect priority changes from long
	ago.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c,
	sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated
	as sp27a and test flushing both counting and binary semaphores.
	Reformatted.
	* sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc,
	sp27a/sp27a.scn: New files.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spstkalloc/Makefile.am: Remove unneeded USE_TIMER_SERVER which was
	copied fomr other Makefile.am's.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am,
	sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am,
	spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded
	USE_TIMER_SERVER which was copied fomr other Makefile.am's.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp57/sp57.doc: Correct.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add test of restarting a task which is in
	the middle of a sleep or wake after.
	* sp57/.cvsignore, sp57/Makefile.am, sp57/init.c, sp57/sp57.doc,
	sp57/sp57.scn: New files.

2009-07-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp43/init.c, sp43/sp43.scn: Add more cases for
	rtems_object_get_class_information() to improve coverage.

2009-07-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to verify that when a user
	extension create hook fails, that the error is properly propagated.
	* sp56/.cvsignore, sp56/Makefile.am, sp56/init.c, sp56/sp56.doc,
	sp56/sp56.scn: New files.

2009-07-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp04/sp04.doc, sp04/sp04.scn, sp04/task1.c: Add test of
	rtems_extension_delete.

2009-07-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp09/screen01.c, sp09/sp09.scn: Add test for
	rtems_object_get_classic_name with invalid id.

2009-07-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp02/task1.c: Minor spacing.

2009-07-06	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spfatal12/init.c: Address to heap initialize must be aligned but size
	must be too small.

2009-07-06	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to exercise case when
	broadcasting to a message queue with a pending message.
	* sp55/.cvsignore, sp55/Makefile.am, sp55/init.c, sp55/sp55.doc,
	sp55/sp55.scn: New files.

2009-07-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Remove obsolete test now that the numbered
	spfatal tests appear to cover all fatal error cases.
	* spfatal/.cvsignore, spfatal/Makefile.am, spfatal/README,
	spfatal/fatal.c, spfatal/init.c, spfatal/puterr.c,
	spfatal/spfatal.doc, spfatal/spfatal.scn, spfatal/system.h,
	spfatal/task1.c: Removed.

2009-07-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot
	initialize workspace heap during initialize. Can be caused by
	unaligned address or not enough memory to initialize heap required
	overhead.
	* spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c,
	spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.

2009-07-03	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp54/init.c, sp54/sp54.doc: Add test for Workspace zeroed.

2009-07-03	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp54/init.c, sp54/sp54.doc: Fix typos and comments.

2009-07-02	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spstkalloc/spstkalloc.scn: Update screen.

2009-07-02	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test for user configured stack
	allocator/deallocator. Test both pass and fail cases.
	* spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c,
	spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.

2009-07-02	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spchain/init.c, spchain/spchain.scn: Clean up test.

2009-07-01	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to cover bodies of some chain
	routines whose bodies are not used by RTEMS itself.
	* spchain/.cvsignore, spchain/Makefile.am, spchain/init.c,
	spchain/spchain.doc, spchain/spchain.scn: New files.

2009-07-01	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spwatchdog/init.c, spwatchdog/spwatchdog.scn: Add test case of empty
	chain for coverage.

2009-07-01	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp01/sp01.doc, sp01/task1.c, sp16/sp16.doc, sp16/task5.c: Bypass
	RTEMS_MILLISECONDS_TO_TICKS and RTEMS_MICROSECONDS_TO_TICKS to
	improve coverage.

2009-07-01	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp01/task1.c: Use RTEMS_MILLISECONDS_TO_TICKS to improve coverage.

2009-06-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/init.c,
	spfatal10/spfatal10.doc, spfatal10/spfatal10.scn: New files.

2009-06-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn:
	Enhance spprintk. Add two new fatal error tests to cover
	__assert_func.
	* spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c,
	spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.

2009-06-18	Chris Johns <chrisj@rtems.org>

	* sp35/priinv.c, sp35/priinv.c: Declare unions volatile to
	workaround the H8300 gcc bug.

2009-06-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp54/init.c: Fix spacing.

2009-06-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp02/sp02.doc, sp02/system.h: Update copyright year.

2009-06-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp02/sp02.doc, sp02/system.h: Add test case for configuring the IDLE

2009-06-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add new test.
	* sp54/.cvsignore, sp54/Makefile.am, sp54/init.c, sp54/sp54.doc,
	sp54/sp54.scn: New files.

2009-06-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add sp52 and sp53 based upon bug report
	from Sergio Faustino <sergio.faustino@edisoft.pt> regarding moving
	the time of day forward not making server based timers fire.
	* sp52/.cvsignore, sp52/Makefile.am, sp52/init.c, sp52/sp52.doc,
	sp52/sp52.scn, sp53/.cvsignore, sp53/Makefile.am, sp53/sp53.doc,
	sp53/sp53.scn: New files.

2009-05-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.

2009-05-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1415/cpukit
	* Makefile.am, configure.ac: Add test for very simple priority ceiling
	violation.
	* sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc,
	sp51/sp51.scn: New files.

2009-05-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1413/cpukit
	* Makefile.am, configure.ac: Add test for case where server based
	timers which reinitiated themselves did not get reinserted onto timer
	chain.
	* sp50/.cvsignore, sp50/Makefile.am, sp50/init.c, sp50/sp50.doc,
	sp50/sp50.scn: New files.

2009-05-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1414/cpukit
	* Makefile.am, configure.ac: Tighten math on extraction of index so it
	is harder to trick by passing in a valid id of an incorrect object
	class.
	* sp49/.cvsignore, sp49/Makefile.am, sp49/init.c, sp49/sp49.doc,
	sp49/sp49.scn: New files.

2009-05-19	Chris Johns <chrisj@rtems.org>

	* sp04/tswitch.c: Lower sample count for small memory targets.
	
2009-05-15	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spprintk/init.c: printk() now 100% covered.

2009-05-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spprintk/init.c: More test cases.

2009-05-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen11.c, sp09/sp09.scn: Add case where buffer size is not
	large enough for buffer node overhead.

2009-05-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac, spwatchdog/system.h,
	spwkspace/Makefile.am, spwkspace/init.c: Add shell of test for
	printk. These will help coverage. Simplify spwkspace.
	* spprintk/.cvsignore, spprintk/Makefile.am, spprintk/init.c,
	spprintk/spprintk.scn: New files.
	* spwkspace/system.h: Removed.

2009-05-13	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX
	methods.
	* spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c,
	spwkspace/spwkspace.scn, spwkspace/system.h: New files.

2009-05-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp07/init.c,
	sp12/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c,
	sp15/init.c, sp16/system.h, sp19/fptask.c, sp25/system.h,
	sp26/task1.c, sp27/init.c, sp28/init.c, sp29/init.c, sp31/task1.c,
	sp33/init.c, sp34/changepri.c, sp35/priinv.c, sp37/init.c,
	sp38/init.c, sp39/init.c, sp41/init.c, sp42/init.c, sp43/init.c,
	sp44/init.c, sp45/init.c, sp46/init.c, sp47/init.c, sp48/init.c,
	spfatal03/testcase.h, spfatal05/testcase.h, spfatal06/testcase.h,
	spfatal_support/system.h, spobjgetnext/init.c, spsize/getint.c,
	spsize/size.c: Fix warnings.

2009-05-07	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
	* spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
	spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
	spobjgetnext/system.h: New files.

2009-05-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp25/init.c, sp25/system.h, sp25/task1.c: Reduce size of array from
	64k to 20k. No impact on test behavior.

2009-05-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.

2009-04-20	Santosh G Vattam <vattam.santosh@gmail.com>

	* sp37/init.c, sp37/sp37.scn: Add test case for
	rtems_interrupt_level_attribute body.

2009-04-03	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
	sp33/Makefile.am, sp34/Makefile.am, sp35/Makefile.am,
	sp36/Makefile.am, sp37/Makefile.am, sp38/Makefile.am,
	sp39/Makefile.am, sp40/Makefile.am, sp41/Makefile.am,
	sp42/Makefile.am, sp43/Makefile.am, sp44/Makefile.am,
	sp45/Makefile.am, sp46/Makefile.am, sp47/Makefile.am,
	sp48/Makefile.am, spfatal/Makefile.am,
	spfatal01/Makefile.am, spfatal02/Makefile.am,
	spfatal03/Makefile.am, spfatal04/Makefile.am,
	spfatal05/Makefile.am, spfatal06/Makefile.am,
	spfatal07/Makefile.am, spfatal08/Makefile.am,
	spfatal09/Makefile.am, spsize/Makefile.am,
	spwatchdog/Makefile.am: 
	Eliminate _exe_/.exe.

2009-03-02	Joel Sherrill <joel.sherrill@OARcorp.com>

	PR 1388/cpukit
	* sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores
	allow both priority inherit and ceiling attributes to be set on
	semaphore create. These attributes are mutually exclusive and this
	should be an error.

2009-01-30	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add sp48 which tests that configuring for
	unlimited objects when configured for a unified workspace works as
	expected.
	* sp48/.cvsignore, sp48/Makefile.am, sp48/init.c, sp48/sp48.doc,
	sp48/sp48.scn: New files.

2009-01-21	Nickolay Kolchin <nbkolchin@gmail.com>
	        Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1357/cpukit
	* Makefile.am, configure.ac: Ensure creating a task with no ASR is
	honored.
	* sp47/.cvsignore, sp47/Makefile.am, sp47/init.c, sp47/sp47.doc,
	sp47/sp47.scn: New files.

2009-01-16	Jennifer Averett <jennifer.averett@OARcorp.com>

	* Makefile.am, configure.ac: Add new test to test Watchdog display
	helper routines. These reach into the SuperCore.
	* spwatchdog/.cvsignore, spwatchdog/Makefile.am, spwatchdog/delay.c,
	spwatchdog/init.c, spwatchdog/prtime.c, spwatchdog/spwatchdog.scn,
	spwatchdog/system.h, spwatchdog/task1.c: New files.

2009-01-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp30/task1.c: Cast pointer to id as "void *" rather than task Id.

2009-01-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen11.c,
	sp09/screen12.c, sp09/screen14.c: Use rtems_build_id rather than
	hard-coded hex numbers for bad object Ids.

2009-01-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp15/system.h, sp19/system.h: Array of task names should be of type
	rtems_name not rtems_id. Similarly array of task ids should be
	rtems_id not rtems_name.

2008-12-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spsize/size.c: Eliminate _TOD_Microseconds_per_tick.

2008-12-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, spfatal06/testcase.h,
	spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
	spsize/size.c: Eliminate pointers to API configuration tables in the
	main configuration table. Reference the main configuration table and
	the API configuration tables directly using the confdefs.h version
	rather than obtaining a pointer to it. This eliminated some
	variables, a potential fatal error, some unnecessary default
	configuration structures. Overall, about a 4.5% reduction in the code
	size for minimum and hello on the SPARC.
	* spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
	spfatal10/testcase.h: Removed.

2008-12-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
	sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
	sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
	successfully with maxixum number of priorities as 16 instead of 256.
	This was done by temporarily modifying the score priority.h maximum.
	This allowed testing of all API code to ensure that it worked
	properly with a reduced number of priorities. Most modifications were
	to switch from hard-coded maximum to using the API provided methods
	to determine maximum number of priority levels.

2008-12-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp46/sp46.scn: Add screen missed earlier.

2008-12-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1348/cpukit
	* Makefile.am, configure.ac: Add test of special case of resetting cpu
	usage information while a period is running.
	* sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
	sp46/sp46.scn: New files.

2008-12-03	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp45/init.c: New file.

2008-12-03	Joel Sherrill <joel.sherrill@OARcorp.com>

	PR 1347/cpukit
	* Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
	Rework Timer Server to ensure that the context allows for blocking,
	allocating memory, and acquiring semaphores and mutexes.
	* sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
	New files.

2008-11-25	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp25/system.h: Add warning and temporary m32c conditional until size
	type addressed.

2008-10-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen07.c: Use INT_MAX as number of messages so always
	properly sized and no overflow on constant.
	* sp09/screen10.c: Delay so on targets with simulator idle clock
	tick driver this will work.
	* sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
	byte boundaries rather than two byte boundaries.
	* sp09/screen03.c, sp09/screen14.c: Skip tests which try to
	allocate more memory than size_t holds on m32c.

2008-10-02	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
	sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
	spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
	and Region calls. On 16-bit architectures, size_t can be 16-bits
	which would limit sizes to 64K. Also address constants which
	overflowed on 16-bit integer targets.

2008-10-01	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp43/sp43.scn: Bump version to 4.9.99.0

2008-09-15	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp19/system.h: Use "double" instead of "rtems_double".

2008-09-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.

2008-09-06	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
	sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
	spfatal_support/init.c, spfatal_support/system.h:
	Convert to "bool".

2008-09-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
	declared in a public place.

2008-09-03	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp07/system.h, sp07/tcreate.c: Convert to bool type.

2008-08-15	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp43/init.c: Fix derefence of uninitialized pointer.

2008-08-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spsize/size.c: Make _System_state_Is_multiprocessing unused when
	multiprocessing is not enabled. Saves one more variable from single
	processor configuration.

2008-08-05	Xudong Guan <xudong.guan@criticalsoftware.com>

	PR 1212/cpukit
	* Makefile.am, configure.ac: Time slicing will not happen if the task
	mode is changed from a non-timeslicing mode to timeslicing mode if it
	is done by the executing thread (e.g. in its task body). This change
	includes sp44 to demonstrate the problem and verify the correction.
	* sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.

2008-07-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
	architectures they are not supported on.

2008-07-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().

2008-06-30	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
	  been renamed into __RTEMS_STRICT_ORDER_MUTEX__.

2008-06-05	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp28/init.c: Corrections to configuration.
	* sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
	* spsize/size.c: _ISR_Vector_table only exists on architectures
	which use the Simple Vectored Interrupt Model.

2008-06-02	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spsize/size.c: Convention calls for leading underscore on private
	RTEMS variables.

2008-05-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
	spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
	Refactored and renamed initialization routines to
	rtems_initialize_data_structures, rtems_initialize_before_drivers,
	rtems_initialize_device_drivers, and
	rtems_initialize_start_multitasking. This opened the sequence up so
	that bootcard() could provide a more robust and flexible framework
	which is easier to explain and understand. This also lays the
	groundwork for sharing the division of available memory between the
	RTEMS workspace and heap and the C library initialization across all
	BSPs.

2008-05-07	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp32/init.c: Formatting.

2008-02-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen01.c: Correct test.
	* sp09/screen14.c: Update copyright.
	* sp28/init.c: Correct end of test messages.

2008-02-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.

2008-01-31	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
	sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
	sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
	sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
	sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
	sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
	sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
	spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
	TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
	tests. Add a clock_settime case for < 1988.

2008-01-31	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.

2008-01-31	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
	* sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
	* sp41/sp41.scn: Now has content.
	* sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
	Object Services recently added to API.

2008-01-29	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
	sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
	collection. This changed the name of a few previously public but
	undocumented services and added a some new services.
	* sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
	sp43/system.h: New files.

2008-01-29	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spfatal10/.cvsignore: New file.

2008-01-29	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
	spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
	spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
	New files.

2008-01-28	Jennifer Averett <jennifer.averett@OARcorp.com>

	* Makefile.am, configure.ac: Added fatal error tests
	* spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
	spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
	spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
	spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
	spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
	spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
	spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
	spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
	spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
	spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
	spfatal_support/init.c, spfatal_support/system.h: New files.

2008-01-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
	sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
	test messages.

2008-01-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
	simple type to a union of an unsigned 32 bit integer and a pointer.
	This should help eliminate weird casts between u32 and pointers in
	various places. The APIs now have to explicitly call _u32 or _string
	versions of helper routines. This should also simplify things and
	eliminate the need for ugly casts in some cases.

2008-01-23	Jennifer Averett <jennifer.averett@OARcorp.com>

	* sp42/Makefile.am: New file.

2008-01-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	Add sp42 to exercise thread queue with knowledge of the implementation
	so we can exercise all of the normal paths possible.
	* Makefile.am, configure.ac: Add sp42.
	* sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.

2008-01-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp39/init.c: Add case for long timeout on blocking operation.
	* Makefile.am, configure.ac: Add new test to exercise thread
	queue blokcing synchronization. sp39 and sp41 are very similar.
	* sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
	sp41/system.h: New files.

2008-01-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp39/init.c: Clean up.

2008-01-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp39/init.c: Modify to improve coverage.

2008-01-18	Jennifer Averett <jennifer.averett@OARcorp.com>

	* sp36/strict_order_mut.c:

2008-01-08	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
	driver registration.
	* sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
	sp40/system.h: New files.

2008-01-07	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
	Add test cases for:
	  + message queue create requesting too many message buffers
	    for the available memory
	  + region extend with address inside existing heap
	  + timer server initiate too large a stack, create error
	* sp12/pritask.c, sp12/sp12.scn: Add test cases for:
	  + task set priority while holding resource

2008-01-07	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Added sp38 and sp39.
	* sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
	sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
	sp39/sp39.scn, sp39/system.h: New files.

2007-12-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp36/strict_order_mut.c: New file.

2007-12-21	Xi Yang <hiyangxi@gmail.com>

	* Makefile.am, configure.ac: Add support for proper stacking of
	priority inheritance on mutexes as well as enforce proper order of
	release.
	* sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
	sp36/sp36.scn: New files.

2007-12-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
	directive instead of violating RTEMS internals.

2007-12-19	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
	Add test cases for User Extension Manager to improve code coverage.
	* sp21/task1.c: Fix spelling error.

2007-12-19	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spsize/size.c: Account for previous changes in calculation of MPCI
	receive server stack.

2007-12-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp09/screen07.c, sp09/sp09.scn: Add test for
	rtems_message_queue_broadcast for bad buffer and count pointers.
	* sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
	with bad priority or initiating twice.
	* sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
	it forces a dispatch.
	* sp37/init.c: New file.

2007-12-13	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, configure.ac: Add new tests for interrupt disable,
	enable, flash, and is in progress. These are normally inlines but
	also have bodies for non-C code. This test also exercises the odd
	case of calling clock tick from outside an ISR.
	* sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.

2007-12-13	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
	using notepad with the current task's ID or SELF
	* sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
	test missing test cases for clock_get.

2007-12-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp28/init.c: Add test code for task variables to improve coverage.

2007-12-11	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp21/task1.c: Eliminate copies of the Configuration Table. Use the
	RTEMS provided accessor macros to obtain configuration fields.

2007-12-04	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spsize/size.c: Move interrupt_stack_size field from CPU Table to
	Configuration Table. Eliminate CPU Table from all ports. Delete
	references to CPU Table in all forms.

2007-12-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.

2007-11-27	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
	sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
	sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
	to improve test coverage.

2007-11-27	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
	coverage.

2007-11-06	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp13/system.h: We need 32K of message buffer memory not 32 bytes.

2007-10-18	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
	sp16/sp16.scn: Corrected some minor mistakes and regenerated some
	.scn files.

2007-10-10	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
	commented out and updated the .scn file.

2007-06-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
	buffered test IO.

2007-05-29	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
	rtems_io_unregister_driver did not have any test code.

2007-05-28	Joel Sherrill <joel.sherrill@OARcorp.com>

	* spsize/size.c: Eliminate maximum_drivers configuration parameter
	since it was used to configure a no longer used feature. Device names
	are now part of the filesystem not in a table. This also eliminated
	the variables _IO_Number_of_devices and _IO_Driver_name_table from
	RTEMS as well as the memory allocation used to populate
	_IO_Driver_name_table.

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

	* sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
	CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
	properly.

2007-05-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	* spsize/size.c: Eliminated the variables
	_RTEMS_tasks_User_initialization_tasks and
	_RTEMS_tasks_Number_of_initialization_tasks because they were only
	used in one place after initialized. It was a waste of space.

2007-05-11	Joel Sherrill <joel.sherrill@OARcorp.com>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
	sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
	spsize/size.c: Add optional managers to Makefiles. Clean up test
	cases so last output line follows END OF pattern. Make sure test case
	all run. All tests appeared ok on sis.

2007-04-05	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.

2007-04-05	Joel Sherrill <joel@OARcorp.com>

	* sp34/changepri.c, sp35/priinv.c: Change all obsoleted
	CONFIGURE_TEST_NEEDS_XXX configuration constants to
	CONFIGURE_APPLICATION_NEEDS_XXX.

2007-04-02	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: Eliminate TOD_Ticks_per_second variable.

2007-04-02	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: Convert from Classic API style TOD_Control as
	fundamental time structure to POSIX struct timespec. Add
	clock_get_uptime().

2007-03-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp06/task1.c, sp20/task1.c: Use rtems_task_argument.

2007-03-26	Joel Sherrill <joel@OARcorp.com>

	* sp35/priinv.c: Remove warning.

2007-03-10	Joel Sherrill <joel@OARcorp.com>

	* sp26/system.h: Remove incorrect and duplicate
	CONFIGURE_EXTRA_TASK_STACKS.

2007-03-05	Joel Sherrill <joel@OARcorp.com>

	PR 1222/cpukit
	* Makefile.am, configure.ac: Enhance so that when the prioirity of a
	thread that is blocked on a priority based thread queue is changed,
	that its placement in the queue is reevaluated based upon the new
	priority. This enhancement includes modifications to the SuperCore as
	well as new test cases.
	* sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
	sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
	sp35/sp35.doc, sp35/sp35.scn: New files.

2007-03-05	Joel Sherrill <joel@OARcorp.com>

	* sp26/system.h: Correct memory required for stack sizes.

2007-02-06	Joel Sherrill <joel@OARcorp.com>

	* sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
	sp13/task3.c: Address size_t/uint32_t typing issues in message queue
	tests.

2006-12-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sp33/init.c: Improve barrier test to include normal blocking with
	manual release and unblocking in barrier deletion.

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

	* configure.ac: New BUG-REPORT address.

2006-11-20	Joel Sherrill <joel@OARcorp.com>

	* sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
	and make output more compliant with other tests.

2006-11-17	Joel Sherrill <joel@OARcorp.com>

	* sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
	cases intended on all targets possible with new heap algorithm.

2006-11-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Adding Classic API Barriers.
	* sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
	New files.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.60. Require automake-1.10.

2006-07-11	Ralf Corsépius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
	Use rtems_testsdir instead.

2006-04-05	Joel Sherrill <joel@OARcorp.com>
		Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>

	* spsize/size.c: Victor spotted the problem that
	_MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
	variables and needed to be set to the same value.  I took that
	idea and just removed _Thread_MP_Receive.  All uses are now
	_MPCI_Receive_server_tcb.

2005-11-22	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Remove RTEMS_ENABLE_BARE, 
	BARE_CPU_CFLAGS, BARE_CPU_MODEL.

2005-11-13	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am:
	Convert to use *_PROGRAMS.

2005-11-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am,
	sp03/Makefile.am, sp04/Makefile.am,
	sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am,
	sp09/Makefile.am, sp11/Makefile.am,
	sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am,
	sp16/Makefile.am, sp17/Makefile.am,
	sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am,
	sp23/Makefile.am, sp24/Makefile.am,
	sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am,
	sp29/Makefile.am, sp30/Makefile.am,
	sp31/Makefile.am, sp32/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am: Rework.

2005-11-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
	* sptests.am: Remove.

2005-11-09	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
	sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
	spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.

2005-11-09	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sptests.am: Set project_bspdir=$(PROJECT_ROOT)

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* spsize/Makefile.am: Rename TEST to spsize.
	* spsize/size.scn: Remove.
	* spsize/spsize.scn: New (renamed from size.scn).

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Add spfatal/Makefile.
	* Makefile.am: Add spfatal to DIST_SUBDIRS.
	* sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
	* sptests.am: Remove LIB_VARIANT.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Cleanup.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am:
	Partial conversion to automake.

2005-03-07	Joel Sherrill <joel@OARcorp.com>

	* sp13/task1.c: Removed warnings.

2004-09-29	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: i960 obsoleted and all references removed.

2004-09-24	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Require automake > 1.9.

2004-04-01	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.

2004-04-01	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.

2004-03-30	David Querbach <querbach@realtime.bc.ca>

	PR 595/tests
	* sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
	sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
	supplied buffer due to confusion in the definition of MESSAGE_SIZE.
	Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
	others treat it as a count of longs.

2004-03-30	David Querbach <querbach@realtime.bc.ca>

	PR 596/tests
	* sp32/init.c: A missing definition of TEST_INIT before including
	<tmacros.h> means that buffered output will not work even if selected
	in buffer_test_io.h.

2004-03-30	Ralf Corsepius <ralf.corsepius@rtems.org>

	* sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
	sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
	sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
	sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
	sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
	sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
	sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
	sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
	sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
	spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
	types.

2004-03-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add 2nd arg to RTEMS_TOP.

2004-03-05	Joel Sherrill <joel@OARcorp.com>

	* sp07/buffered_io.c: Remove warning.

2004-01-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* sp02/Makefile.am: Ditto.
	* sp03/Makefile.am: Ditto.
	* sp04/Makefile.am: Ditto.
	* sp05/Makefile.am: Ditto.
	* sp06/Makefile.am: Ditto.
	* sp07/Makefile.am: Ditto.
	* sp08/Makefile.am: Ditto.
	* sp09/Makefile.am: Ditto.
	* sp11/Makefile.am: Ditto.
	* sp12/Makefile.am: Ditto.
	* sp13/Makefile.am: Ditto.
	* sp14/Makefile.am: Ditto.
	* sp15/Makefile.am: Ditto.
	* sp16/Makefile.am: Ditto.
	* sp17/Makefile.am: Ditto.
	* sp19/Makefile.am: Ditto.
	* sp20/Makefile.am: Ditto.
	* sp21/Makefile.am: Ditto.
	* sp22/Makefile.am: Ditto.
	* sp23/Makefile.am: Ditto.
	* sp24/Makefile.am: Ditto.
	* sp25/Makefile.am: Ditto.
	* sp26/Makefile.am: Ditto.
	* sp27/Makefile.am: Ditto.
	* sp28/Makefile.am: Ditto.
	* sp29/Makefile.am: Ditto.
	* sp30/Makefile.am: Ditto.
	* sp31/Makefile.am: Ditto.
	* sp32/Makefile.am: Ditto.
	* spfatal/Makefile.am: Ditto.
	* spsize/Makefile.am: Ditto.

2003-12-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sptests.am: Add dirstamp support.

2003-12-17	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).

2003-12-16	Joel Sherrill <joel@OARcorp.com>

	PR 544/tests
	* sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
	sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
	sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
	make tests account for resources and not print at inappropriate
	times.
	* sp07/buffered_io.c: New file.

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

2003-12-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sp01/Makefile.am: Remove all-local: $(ARCH).
	* sp02/Makefile.am: Remove all-local: $(ARCH).
	* sp03/Makefile.am: Remove all-local: $(ARCH).
	* sp04/Makefile.am: Remove all-local: $(ARCH).
	* sp05/Makefile.am: Remove all-local: $(ARCH).
	* sp06/Makefile.am: Remove all-local: $(ARCH).
	* sp07/Makefile.am: Remove all-local: $(ARCH).
	* sp08/Makefile.am: Remove all-local: $(ARCH).
	* sp09/Makefile.am: Remove all-local: $(ARCH).
	* sp11/Makefile.am: Remove all-local: $(ARCH).
	* sp12/Makefile.am: Remove all-local: $(ARCH).
	* sp13/Makefile.am: Remove all-local: $(ARCH).
	* sp14/Makefile.am: Remove all-local: $(ARCH).
	* sp15/Makefile.am: Remove all-local: $(ARCH).
	* sp16/Makefile.am: Remove all-local: $(ARCH).
	* sp17/Makefile.am: Remove all-local: $(ARCH).
	* sp19/Makefile.am: Remove all-local: $(ARCH).
	* sp20/Makefile.am: Remove all-local: $(ARCH).
	* sp21/Makefile.am: Remove all-local: $(ARCH).
	* sp22/Makefile.am: Remove all-local: $(ARCH).
	* sp23/Makefile.am: Remove all-local: $(ARCH).
	* sp24/Makefile.am: Remove all-local: $(ARCH).
	* sp25/Makefile.am: Remove all-local: $(ARCH).
	* sp26/Makefile.am: Remove all-local: $(ARCH).
	* sp27/Makefile.am: Remove all-local: $(ARCH).
	* sp28/Makefile.am: Remove all-local: $(ARCH).
	* sp29/Makefile.am: Remove all-local: $(ARCH).
	* sp30/Makefile.am: Remove all-local: $(ARCH).
	* sp31/Makefile.am: Remove all-local: $(ARCH).
	* sp32/Makefile.am: Remove all-local: $(ARCH).
	* spfatal/Makefile.am: Remove all-local: $(ARCH).
	* spsize/Makefile.am: Remove all-local: $(ARCH).

2003-11-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Reflect having moved to testsuites/.

2003-10-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CANONICAL_HOST.

2003-10-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:Remove RTEMS_CHECK_CPU.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
	sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
	sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
	sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
	sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
	sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
	sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
	sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
	sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
	sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
	sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
	sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
	sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
	sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
	sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
	sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
	sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
	sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
	sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
	sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
	sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
	sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
	sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
	sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
	sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
	sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
	sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
	sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
	sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
	sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
	sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
	sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
	sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
	sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
	sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
	sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
	sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
	sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
	sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
	sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
	sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
	spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
	spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
	spsize/size.c, spsize/system.h: URL for license changed.

2003-08-18	Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>

	PR 458/tests
	* sp30/task1.c: Correct indexing problem.

2003-08-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved aclocal/.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.
	* sp01/Makefile.am: Reflect having moved automake/.
	* sp02/Makefile.am: Reflect having moved automake/.
	* sp03/Makefile.am: Reflect having moved automake/.
	* sp04/Makefile.am: Reflect having moved automake/.
	* sp05/Makefile.am: Reflect having moved automake/.
	* sp06/Makefile.am: Reflect having moved automake/.
	* sp07/Makefile.am: Reflect having moved automake/.
	* sp08/Makefile.am: Reflect having moved automake/.
	* sp09/Makefile.am: Reflect having moved automake/.
	* sp11/Makefile.am: Reflect having moved automake/.
	* sp12/Makefile.am: Reflect having moved automake/.
	* sp13/Makefile.am: Reflect having moved automake/.
	* sp14/Makefile.am: Reflect having moved automake/.
	* sp15/Makefile.am: Reflect having moved automake/.
	* sp16/Makefile.am: Reflect having moved automake/.
	* sp17/Makefile.am: Reflect having moved automake/.
	* sp19/Makefile.am: Reflect having moved automake/.
	* sp20/Makefile.am: Reflect having moved automake/.
	* sp21/Makefile.am: Reflect having moved automake/.
	* sp22/Makefile.am: Reflect having moved automake/.
	* sp23/Makefile.am: Reflect having moved automake/.
	* sp24/Makefile.am: Reflect having moved automake/.
	* sp25/Makefile.am: Reflect having moved automake/.
	* sp26/Makefile.am: Reflect having moved automake/.
	* sp27/Makefile.am: Reflect having moved automake/.
	* sp28/Makefile.am: Reflect having moved automake/.
	* sp29/Makefile.am: Reflect having moved automake/.
	* sp30/Makefile.am: Reflect having moved automake/.
	* sp31/Makefile.am: Reflect having moved automake/.
	* sp32/Makefile.am: Reflect having moved automake/.
	* spfatal/Makefile.am: Reflect having moved automake/.
	* spsize/Makefile.am: Reflect having moved automake/.

2003-08-14	Joel Sherrill <joel@OARcorp.com>

	* sp02/task1.c: Added ID to name lookup service and changed name of
	id/name translation status code. This propagated to multiple
	functions. The user API service added was rtems_object_id_to_name()

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

2003-05-29	Joel Sherrill <joel@OARcorp.com>

	* sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.

2003-05-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove CC_CFLAGS_DEBUG_V.
	CC_CFLAGS_DEFAULT (obsolete).

2003-05-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove CC_CFLAGS_PROFILE_V.
	Remove CC_LDFLAGS_PROFILE_V.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2002-11-14	Joel Sherrill <joel@OARcorp.com>

	* sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
	sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
	update the IDs in the screens.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-09-14	Joel Sherrill <joel@OARcorp.com>

	* sp32/.cvsignore: New file.

2002-09-14	Aaron J. Grier <aaron@frye.com>

	* PR271 was not applicable against the current source but included
	a nice test that Joel decided to add to the tree as sp32.
	* sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
	* Makefile.am, configure.ac: Modified to reflect addition.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sp01/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp02/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp03/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp04/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp05/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp06/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp07/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp08/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp09/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp11/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp12/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp13/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp14/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp15/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp16/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp17/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp19/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp20/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp21/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp22/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp23/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp24/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp25/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp26/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp27/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp28/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp29/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp30/Makefile.am: Use $(OBJEXT) instead of .o.
	* sp31/Makefile.am: Use $(OBJEXT) instead of .o.
	* spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
	* spsize/Makefile.am: Use $(OBJEXT) instead of .o.

2002-08-01	Joel Sherrill <joel@OARcorp.com>

	* Per PR47 add support for buffered test output.  This involved
	adding defines to redirect output to a buffer and dump it when
	full, at "test pause", and at exit.  To avoid problems when redefining
	exit(), all tests were modified to call rtems_test_exit().
	Some tests, notable psxtests, had to be modified to include 
	the standard test macro .h file (pmacros.h or tmacros.h) to
	enable this support.
	* sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
	sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
	sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
	sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
	sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
	sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
	sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.

2002-07-30	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: Don't reference the RTEMS allocated interrupt
	stack if the port doesn't configure using it.

2002-07-04	Joel Sherrill <joel@OARcorp.com>

	* Jump table for single entry point removed.
	* spsize/size.c:  Modified to reflect above.

2002-07-01	Joel Sherrill <joel@OARcorp.com>

	* sp29/init.c: Corrected definitions for task stack usage.

2002-07-01	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: _Thread_queue_Extract_table removed.

2001-05-17	Joel Sherrill <joel@OARcorp.com>

	* sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
	number of staticly configured device drivers.

2001-05-14	Joel Sherrill <joel@OARcorp.com>

	* sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
	than the configured number of drivers.
 
2002-04-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove ENABLE_GCC28.

2001-04-04	Joel Sherrill <joel@OARcorp.com>

	* spsize/size.c: Reflect SPARC modifcation to get rid of 
	NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
 
2001-03-29	Joel Sherrill <joel@OARcorp.com>

	* Per PR147 addressed problems when reseting and inserting a timer
	into a timer chain that did not honor time passage since the last
	time the timer server was scheduled and the new insertion.
	* sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.

2001-03-28	Joel Sherrill <joel@OARcorp.com>

	* Side-effect of PR132.
	* sp21/system.h: Now must explicitly request NULL driver.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.

2002-03-20	Chris Johns <ccj@acm.org>

	* PR145.
	* sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
	in system (e.g. driver tasks).  Also exit on minimum number of
	switches not precise number.

2001-01-29	Joel Sherrill <joel@OARcorp.com>

	* Fixed bug where resetting a timer that was not at the head
	of one of the task timer chains resulted in the Timer Server
	task waking up too far in the future.
	* Added rtems_timer_get_information() directive to support testing.
	* sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
	above condition.

2001-01-22	Joel Sherrill <joel@OARcorp.com>

	* sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
	because priority added as argument to rtems_timer_initiate_server().

2001-01-16	Joel Sherrill <joel@OARcorp.com>

	* Added tests for task-based timers.  This included the new tests
	sp30 and sp31.
	* Makefile.am, configure.ac: Modified to reflect new tests and files.
	* sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
	for task-based timer services.
	* sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
	sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
	sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
	sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
	sp31/task1.c: New files.

2001-11-01	Joel Sherrill <joel@OARcorp.com>

	* sp26/system.h: Properly account for stack memory used by
	this test. Reported by Jerry Needell <jerry.needell@unh.edu>
	and processed as PR78.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-09-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.

2001-09-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sp20/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp02/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp19/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp11/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp25/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp04/Makefile.am: include leaf.am instead of leaf.cfg.
	* spsize/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp01/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp16/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp05/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp09/Makefile.am: include leaf.am instead of leaf.cfg.
	* spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp06/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp23/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp28/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp03/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp29/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp13/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp27/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp14/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp07/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp15/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp17/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp22/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp12/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp26/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp21/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp24/Makefile.am: include leaf.am instead of leaf.cfg.
	* sp08/Makefile.am: include leaf.am instead of leaf.cfg.

2001-08-16	Joel Sherrill <joel@OARcorp.com>

	* sp20/system.h: Account for extra task stacks properly.

2001-08-16	Joel Sherrill <joel@OARcorp.com>

	* sp13/sp13.scn: Id in screen had wrong class field value.
	* sp13/system.h: Account for message buffer memory.
	* sp13/task2.c: Remove unnecessary check for failure.

2001-05-10	Ralf Corsepius	<corsepiu@faw.uni-ulm.de>

	* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

2001-04-20	Joel Sherrill <joel@OARcorp.com>

	* sp298/sp28.scn: Minor adjustment so test output matches the screen
	file.

2001-02-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* spsize/size.c: Use #if !defined(RTEMS_UNIX).

2001-01-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sp21/Makefile.am: Remove libtest.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

2000-10-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* sptests.am: Remove DEFS.

2000-09-29	Joel Sherrill <joel@OARcorp.com>

	* sp20/sp20.scn: Corrected to reflect new addition.
	* sp20/system.h: Removed comment reflecting history.

2000-09-29	Stephan Merker <merker@decrc.abb.de>

	* sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
	Added new task to test sequence of altering a period's length
	while it is still active.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
	sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
	sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
	spfatal/Makefile.am, spsize/Makefile.am: Include compile.am

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.