summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/ChangeLog
blob: c504862a0237c6d24a5d0b09d51b3fa38e738937 (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
2011-02-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.68, automake-1.11.1.

2011-01-17	Alin Rus <alin.codejunkie@gmail.com>

	* Makefile.am, configure.ac: Add psxaio03/. 
	* psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn
	psxaio03/system.h: New.

2011-01-08	Alin Rus <alin.codejunkie@gmail.com>

	* psxaio02/init.c: Improve aio_cancel() coverage.

2011-01-02	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* psx05/init.c: Spacing.

2010-11-01	Alin Rus <alin.codejunkie@gmail.com>

	* psxaio01/init.c, psxaio02/init.c: Improve coverage.

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

	* psx05/init.c: Check for correct status returned.
	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code
	to exercise path when attempting to lock for reading but there
	is at least one writer blocked waiting for access.

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

	* Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
	sleep() (e.g. interruptible blocking and sleeping) are interruptible
	by signal.
	* psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
	psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.

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

	* psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
	psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
	psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
	psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
	psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
	psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
	psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
	psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
	psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
	psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
	psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
	double space after parenthesis on rtems_test_assert().

2010-10-08	Ralf Corsépius <ralf.corsepius@rtems.org>

	* psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
	guardsize.

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

	* psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
	psxhdrs/pthread40.c: New files.

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

	* Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
	psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
	pthread_attr_setstack, pthread_attr_getguardsize, and
	pthread_attr_setguardsize.
	* psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
	psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.

2010-10-01	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Check for pthread_attr_{get,set}cputime instead of 
	pthread_pthread_attr_{get,set}cputime (Typo).

2010-09-28	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn:
	New files.
	* Makefile.am, configure.ac: Reflect changes above.

2010-08-30	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: AC_CHECK_DECLS([seteuid]).
	* psximfs02/init.c: Provide decl for seteuid if not provided by
	libc.

2010-08-30	Ralf Corsépius <ralf.corsepius@rtems.org>

	* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.

2010-08-26	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
	aio being implemented.

2010-08-19	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
	submission.

2010-08-19	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* psxaio01/.cvsignore, psxaio02/.cvsignore: New files.

2010-08-16	Alin Rus <alin.codejunkie@gmail.com>

	* Makefile.am, configure.ac: Add psxaio01/, psxaio02/.
	* psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn,
	psxaio01/system.h: New. 
	* psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn,
	psxaio02/system.h: New.

2010-08-10	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1598/testing
	* psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
	added to improve coverage of getpwent.c.

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

	PR 1665/testing
	* psximfs02/init.c: Fix uninitialized variable warning.

2010-08-09	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1661/testing
	* psximfs02/init.c: Changes to improve coverage of
	imfs_initsupp.c, by using a bad value for
	CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK

2010-08-09	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1661/testing
	* psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
	psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.

2010-08-09	Ralf Corsépius <ralf.corsepius@rtems.org>

	* psxpasswd02/init.c: Remove unused variable.

2010-08-06	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1654/testing
	* psx13/test.c, psx13/psx13.scn: Test case to improve testing of
	dup2 routine.
	* psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve
	testing of fcntl routine.
	* psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of
	imfs routines.
	* psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of
	imfs routines.
	* psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to
	improve coverage of getpwent.c.

2010-08-06	Ralf Corsépius <ralf.corsepius@rtems.org>

	PR 1652/GCC:
	* psxpipe01/init.c: Expand incomplete initializers triggering
	powerpc-gcc -msdata breakdown.

2010-07-30	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1642/testing
	* psximfs02/init.c, psximfs02/psximfs02.scn,
	psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
	chown() and routines in imfs_debug.c.

2010-07-29	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1642/testing
	* psximfs02/init.c, psximfs02/psximfs02.scn,
	psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
	* configure.ac, Makefile.am: Changes to accommodate psximfs02
	test.

2010-07-29	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1633/testing
	* psximfs01/init.c, psximfs01/psximfs01.scn,
	psximfs01/psximfs01.doc: New cases to exercise
	IMFS_memfile_remove.

2010-07-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add
	test for runnign out of workspace when setting object name as string.

2010-07-27	Vinu Rajashekhar <vinutheraj@gmail.com>

	PR 1629/cpukit
	* psx04/init.c: sigsuspend() was not completely following the POSIX
	specification.

2010-07-19	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1623/testing
	* psx13/test.c, psx13/psx13.scn: New cases to improve coverage of
	utime() and fpathconf().
	* psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve
	coverage of rmdir(), unlink(), mknod(), link(), open(), read(),
	write().
	* psxstat/test.c, psxstat/psxstat.scn: New case to improve
	coverage of readlink().

2010-07-17	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1622/testing
	* psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
	cases to completely cover chroot().

2010-07-16	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* psxfile01/test.c: Avoid NULL pointer access.

2010-07-15	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1617/testing
	* psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to
	exercise_link_r and _unlink_r
	* psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise
	_lstat_r and _stat_r.
	* psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise
	_gettimeofday.

2010-07-16	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* psxstat/test.c: Avoid NULL pointer access.

2010-07-12	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1613/testing
	* psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore,
	psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New
	tests. Improves coverage of fchdir, fchmod, fchown directives.
	* configure.ac, Makefile.am: Changes to accommodate new test.
	* psxstat/test.c, psxstat/psxstat.scn: Added new test case to test
	statvfs routine under libcsupport.

2010-07-09	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1610/testing
	* psx13/test.c, psx13/psx13.scn: Remove the test cases which
	exercise pipe. These are new a new test under psxpipe01/
	* psxpipe01/init.c, psxpipe01/Makefile.am,
	psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
	* Makefile.am, configure.ac: Changes due to addition of new test:
	psxpipe01.

2010-07-08	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1608/testing
	* psxfile01/init.c: Add a simple test case: Open file as read-only
	and attemp to truncate. Improves coverage.

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

	PR 1606/cpukit
	* psxfatal_support/init.c: Remove
	INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.

2010-07-07	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* psxfatal_support/init.c: Print end of test message in case of
	success.  Stop multitasking in the fatal error extension.
	* psxfatal01/psxfatal01.scn, psxfatal02/psxfatal02.scn: Update.

2010-07-06	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* psxtimes01/init.c: Added missing declaration.

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

	* Makefile.am, configure.ac: Add test for various forms of times() and
	getrusage().
	* psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am,
	psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc,
	psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore,
	psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc,
	psxtimes01/psxtimes01.scn: New files.

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

	* psxid01/init.c, psxid01/psxid01.scn: Actually match an entry in
	/etc/passwd and /etc/group.

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

	* psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: Add test
	cases.

2010-07-02	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psx13/test.c: Fix warning.

2010-07-02	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxfile01/test_cat.c: Does not need posix specific macros.

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

	* psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c:
	Remove tests which put NULL entries in file handlers.

2010-07-01	Bharath Suri <bharath.s.jois@gmail.com>

	PR 1598/testing
	* Makefile.am, configure.ac, psxpasswd01/init.c,
	psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing
	for POSIX user database (e.g. /etc/group and /etc/passwd) access
	routines which are implemented in libcsupport/src/getpwent.c.
	* psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c,
	psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.

2010-07-01	Vinu Rajashekhar <vinutheraj@gmail.com>

	PR 1597/cpukit
	* psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn,
	psxstat/test.c: Add lchown() and utimes().

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

	* Makefile.am, configure.ac: Add tests for file lock stubs as well as
	various POSIX methods that access UID, PID, and GID.
	* psxfilelock01/.cvsignore, psxfilelock01/Makefile.am,
	psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc,
	psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore,
	psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc,
	psxid01/psxid01.scn: New files.

2010-06-30	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* psximfs01/init.c: Fix warning introduced.

2010-06-30	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1595/tests
	* psximfs01/init.c: Fix warnings.

2010-06-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null
	pointer.

2010-06-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.

2010-06-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Add test to exercise IMFS behaviour with
	files of maximum sizes.
	* psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c,
	psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.

2010-06-23	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* Makefile.am, configure.ac: Revert accidentally committed patch.

2010-06-23	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am,
	psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
	psxbarrier01/Makefile.am, psxcancel/Makefile.am,
	psxcancel01/Makefile.am, psxchroot01/Makefile.am,
	psxcleanup/Makefile.am, psxcleanup01/Makefile.am,
	psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am,
	psxfatal01/Makefile.am, psxfatal02/Makefile.am,
	psxfile01/Makefile.am, psxintrcritical01/Makefile.am,
	psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am,
	psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
	psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
	psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
	psxsem01/Makefile.am, psxsignal01/Makefile.am,
	psxsignal02/Makefile.am, psxsignal03/Makefile.am,
	psxsignal04/Makefile.am, psxsignal05/Makefile.am,
	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
	psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
	psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally
	committed patch.

2010-06-23	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am,
	psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am,
	psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am,
	psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am,
	psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am,
	psxalarm01/Makefile.am, psxautoinit01/Makefile.am,
	psxautoinit02/Makefile.am, psxbarrier01/Makefile.am,
	psxcancel/Makefile.am, psxcancel01/Makefile.am,
	psxchroot01/Makefile.am, psxcleanup/Makefile.am,
	psxcleanup01/Makefile.am, psxclock/Makefile.am,
	psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am,
	psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c,
	psxfile02/psxfile02.doc, psxfile02/psxfile02.scn,
	psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
	psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
	psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
	psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
	psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
	psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
	psxsem01/Makefile.am, psxsignal01/Makefile.am,
	psxsignal02/Makefile.am, psxsignal03/Makefile.am,
	psxsignal04/Makefile.am, psxsignal05/Makefile.am,
	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
	psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
	psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater
	than number of file descriptors configured.

2010-06-23	Jennifer Averett <Jennifer.Averett@OARcorp.com>

	* psxfile02/psxfile02.doc: Filled in documentation information.

2010-06-23	Jennifer Averett <Jennifer Averett@OARcorp.com>

	* Makefile.am, configure.ac: Added test case for calls that check for
	an unopened file descriptor.
	* psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c,
	psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.

2010-06-22	Jennifer Averett <Jennifer.Averett@OARcorp.com>

	* psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second
	parameter to adjtime NULL.

2010-06-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxfatal_support/init.c: Remove references to ITRON constants.

2010-06-08	Sebastian Huber <Sebastian.Huber@embedded-brains.de>

	* psxfile01/test.c: Update for IMFS API changes.

2010-06-02 	Chris Johns <chrisj@rtems.org>

	* psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
	psxstat/test.c: Update to the new mount API.

2010-05-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Add AC_CHECK_SIZEOF(off_t).
	* include/pmacros.h: Add PRIdoff_t.

2010-05-17	Bharath Suri <bharath.s.jois@gmail.com>

	* psxfile01/test.c, psxfile01/psxfile01.scn: This file now
	exercises the _rename_r in libcsupport. For now, it also
	provides two fsmount_me_h handlers to enable certain error
	checking paths

2010-04-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxfile01/test.c: Add check for errno on chdir(NULL).

2010-04-25	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.

2010-04-25	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
	thread can reliably reach the pthread_join() call.

2010-04-25	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
	rewinddir(NULL) since we are now using newlib's implementation and it
	does not check for NULL. This causes a fault on some targets.

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

	* psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
	psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
	Reflect POSIX changes to sched_param.

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

	* psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
	psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
	psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
	psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
	#include <unistd.h>.

2009-12-28	Shrikant Gaikwad <n3oo3n@gmail.com>

	* psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
	to cover the trivial NULL case for pipe function.

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

	* psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
	and compilation issues. Initial test build was accidentally without
	POSIX enabled.

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

	* include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
	psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
	psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
	psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
	psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
	psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
	psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
	psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
	psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
	psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
	psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
	psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
	psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
	psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
	psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
	psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/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-03	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
	families.
	* psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
	psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.

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

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

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

	PR 1466/tests
	* Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
	psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
	psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
	Add test specifically to test it since it is deprecated as of
	POSIX.1-2008.
	* psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
	psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.

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

	* psxcancel01/init.c: Initialize start time.

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

	* psxmsgq01/init.c, psxsem01/init.c: Add service to check status
	returned by POSIX methods which return a pointer which is -1 on
	error. This eliminated some casts.

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

	* psxenosys/Makefile.am: Add documentation file.
	* psxenosys/psxenosys.doc: New file.

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

	* psxsignal03/init.c: 
	Print sigval.sival_ptr instead of "union sigval".

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

	* psxstat/test.c: Apply PRI* macros to print struct stat fields.
	* psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
	* psxfile01/test.c: Remove obsure #ifdef's.
	Apply PRI* macros to print struct stat fields.

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

	* include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
	TM_DECEMBER to 11 (tm_mon months start with JAN = 0).

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

	* include/pmacros.h: November is the 11th month.

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

	* psxstat/test.c: Remove #ifdef's.
	* psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
	* psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
	if 12MB are too big for a target (16bit compliance).
	* psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
	for 16bit compliance.
	* psx14/init.c: Add local prototypes for 
	rtems_object_api_minimum_class, rtems_object_api_maximum_class.
	Reflect the prototypes having been missing to printf's.

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

	* psxsysconf/init.c: 
	Comment out sysconf(LONG_MAX) check (not useful).
	Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
	16bit compliance.
	* psx11/task.c: Use long for nsecs.
	* psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
	attribute to pthread_condattr_setpshared for 16bit target compliance.

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

	* psxbarrier01/test.c: Include <tmacros.h>

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

	* psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
	psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
	psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
	psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
	psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
	psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
	Use PRIxpthread_t to print pthread_t's.

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

	* psxmsgq02/init.c:
	Remove cast in call to fatal_posix_service_status_errno.
	* psxenosys/init.c: 
	Add missing args in calls to execl, execlp, execle.
	* psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
	* psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
	* psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
	HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
	* configure.ac:
	Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.

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

	* psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
	* psxsysconf/init.c: Use %ld to print *.tv_nsec.
	* psxclock/init.c: Use %ld to print *.tv_nsec.
	* psx06/init.c, psx06/system.h: Misc. warning fixes.

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

	* psxsignal03/init.c: Add missing argument to printf.
	* psxfile01/test.c: Use %zu instead of %d to print size_t's.
	* psxclock/init.c, psxtimer01/psxtimer.c:
	Use PRItime_t to print time_t's.
	* configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
	Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.

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

	* psxtime/test.c: Include <sys/time.h>.
	Conditionally add local prototype for adjtime()
        if sys/time.h doesn't supply it.
	* psx07/init.c: Include <sched.h>, <pthread.h>.
	* psx05/init.c: Include <sched.h>.
	* psx11/init.c, psx09/init.c: Include <sched.h>.
	* psx12/init.c: Include <sched.h>.
	* psxenosys/init.c: Include <pthread.h>.
	Conditionally add local prototype for pthread_atfork()
	if pthread.h doesn't supply it.
	* psxkey01/init.c: Include "test_support.h".

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

	* configure.ac: Check for pthread_atfork in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_atfork() if pthread.h doesn't supply it.
	Include <pthread.h>.

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

	* configure.ac: Check for sys/mman.h.
	Check for mprotect in sys/mman.h.
	* psxenosys/init.c: Conditionally add local prototype for
	mprotect() if sys/mman.h doesn't supply it.

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

	* configure.ac: Check for pthread_rwlock_unlock in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_rwlock_unlock() if pthread.h doesn't supply it.

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

	* psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
	psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
	psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
	psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
	psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c, 
	psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
	psxualarm/init.c: Remove unused vars.
	Add missing prototypes.

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

	* Makefile.am: Build file IO related tests even with POSIX threading is
	disabled.

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>

	* psxtimer01/psxtimer.c: It is not necessarily an error for the time
	remaining to not equal the period.

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

	* psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.

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

	* psxcleanup/system.h: Fix typo.
	* Makefile.am, configure.ac: Add new test for exercising pushing
	and popping a clean up handler without actually executing it.
	* psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
	psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
	psxcleanup01/psxcleanup01.scn: New files.

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

	* Makefile.am, configure.ac: Add new test to ensure that canceling an
	alarm works as defined.
	* psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
	psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.

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

	* psxtimer01/psxtimer.c: Actually pass the pointer we initialized.

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

	* psxtimer01/psxtimer.c: Make sure we have null and not-null as return
	parameter to timer_settime().

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

	* psxtimer01/psxtimer.c: Modify so it passes in a NULL to
	timer_settime() for previous value. We are not using the
	value in this particular case and this path must be exercised.
	* psxtimer01/psxtimer01.scn: Update so it matches output on sis.

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

	* psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
	psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
	cases.

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

	* Makefile.am, configure.ac: Add new test for calling pthread_cancel()
	from an ISR.
	* psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
	psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.

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

	* psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
	deprecated rtems_extension.

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

	* psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
	nanoseconds.

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

	* psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
	getpagesize().

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

	* psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
	psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
	psxsignal04/Makefile.am: Move test cases which needed to be executed
	when POSIX is disabled to psxclock so they will be.

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

	* Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
	test to exercise clock and delay services enabled when POSIX threads
	are disabled. This is split from psx01. POSIX test suite now enabled
	when POSIX threads are disabled so only enable tests which are
	appropriate.
	* psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
	psxclock/psxclock.doc, psxclock/psxclock.scn: New files.

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

	* psx09/init.c, psx09/psx09.scn: Correct test following decision of
	when not to change ssporadic scheduler so it does not touch a task's
	priority when it is holding a mutex or its priority would be impacted
	adversely.

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

	* psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
	for adjusting time (adjtime()) where the time is adjusted by enough
	microseconds that it crosses a second boundary.

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

	* psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
	test to catch more sporadic server cases.

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

	* psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
	remaining pointer.

2009-08-17	

	* psx05/init.c, psx05/psx05.scn: Add test case for initializing
	a recursize mutex.

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

	* psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
	routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
	rtems_clock_get_ticks_per_second().

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

	* psxsignal01/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>

	* psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
	rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).

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

	* Makefile.am, configure.ac: Add test case for user providing their own
	stack to a POSIX thread.
	* psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
	psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.

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

	* psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
	that it hits both failing to allocate memory for the message queue
	name and message buffers.

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

	* psxintrcritical01/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: Add a test to exercise an odd case in
	_POSIX_signals_Clear_signals.
	* psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
	psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.

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

	* psxmsgq04/init.c: Correct typo in configuration so test does as
	intended.

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

	* psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
	Update to handle ENFILE case now that POSIX message queues and
	message queue file descriptors are configured separately and this
	error is possible.

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

	* Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
	psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
	allocating the message buffers for a POSIX message queue.

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

	* psxsignal03/init.c, psxsignal03/psxsignal03.scn,
	psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
	is right. Update both screens.

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

	* Makefile.am, configure.ac, psxsignal03/Makefile.am,
	psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
	variation which focused on real-time signals rather than user
	signals.
	* psxsignal04/.cvsignore, psxsignal04/Makefile.am,
	psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.

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

	* psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
	replenish period of zero.

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

	* Makefile.am, configure.ac: Add new test to account for properly
	handling keys when a thread has non-NULL key value and key has NULL
	destructor and when a thread has NULL key value and key has
	destructor.
	* psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
	psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.

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

	* Makefile.am, configure.ac: Add new test for exercising running out of
	memory while allocating the key pointers.
	* psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
	psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.

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

	* psxmsgq04/init.c: Add call to mq_unlink.

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

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

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

	* Makefile.am, configure.ac: Add test to address cases where a thread
	is waiting on a signal (sigwait) and we send it. Also address case
	where there are too many queued signals.
	* psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
	psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.

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

	* psxsignal02/init.c: Fix spacing.

2009-07-28	Santosh G Vattam <vattam.santosh@gmail.com>

	* psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
	mq_timedreceive and mq_timedsend conditions. In particular test
	timeout in the past.

2009-07-28	Santosh G Vattam <vattam.santosh@gmail.com>

	* psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
	with timeout in the past.

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

	* psxsignal02/psxsignal02.scn: Fill in screen file.

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

	* Makefile.am, configure.ac: Add new test to exercise algorithm to
	dispatch process wide signals to individual threads.
	* psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
	psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.

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

	* Makefile.am, configure.ac: Add test to exercise interrupt
	synchronization logic in _POSIX_Timer_Insert_helper that supports
	POSIX timers.
	* psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
	psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
	psxintrcritical01/psxintrcritical01.scn: New files.

2009-07-23	Santosh G Vattam <vattam.santosh@gmail.com>

	* psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
	multiple cases which complete coverage of thread cancellation.
	* psxcancel/psxcancel.doc: New file.

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

	* psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
	* psxsem01/system.h: Removed.

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

	* psxsem01/init.c: Eliminate warning.

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

	* psxcancel/init.c: Clean up.

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

	* psxmutexattr01/init.c: Make test optional if tools do not support
	posix mutex type attribute.

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

	* Makefile.am, configure.ac: Add new test to exercise error case for
	when a task is blocked on a condition variable with one mutex and
	another task attempts to block on the same condition variable with
	another mutex.
	* psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
	psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.

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

	* Makefile.am, configure.ac: Add psxspin02 to exercise case where
	trylock is unable to obtain the spinlock and that attempting to
	unlock a spinlock from a thread which did not lock it works as
	expected.
	* psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
	psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
	New files.

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

	* psxspin01/test.c: Remove unnecessary defines.

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

	* psx11/init.c: Use explicit scheduler.

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

	* Makefile.am, configure.ac: Add test to exercise
	pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
	toolset enables the feature.
	* psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
	psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
	psxmutexattr01/psxmutexattr01.scn: New files.

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

	* Makefile.am, configure.ac: Add test for auto initialization of
	message queues.
	* psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
	psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
	psxautoinit02/psxautoinit02.scn: New files.

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

	* Makefile.am, configure.ac: Add test of pthread mutex auto
	intialization.
	* psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
	psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.

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

	* psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.

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

	* psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
	code.

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

	* psx07/init.c: Slight test fix to ensure state of sched_param
	structure.

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

	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
	obtaining an rwlock and then releasing it twice.

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

	* psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.

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

	* psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
	sigtimedwait(). Update screen file.

2009-07-01	Santosh G Vattam <vattam.santosh@gmail.com>

	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
	obtaining rwlock for write with a timed lock operation when the 
	abstime timeout is in the past.

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

	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
	obtaining rwlock for read with a timed lock operation when the
	abstime timeout is in the past.

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

	* psx05/init.c, psx05/psx05.scn: Add test case for process scope now
	that the assert has been removed in the source.

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

	* psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
	mode bits being set. This behavior was not POSIX compliant and has
	been corrected in the filesystem code.

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

	* psx04/task3.c: Declare unions volatile to workaround the H8300
	gcc bug.

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

	* Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
	* psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
	psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.

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

	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
	NULL attribute pointer on init.

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

	* psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
	psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
	Improved so coverage is better.

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

	* psx04/init.c: Correct errors introduced by using different variable
	for return type when correcting typing warnings.

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

	* Makefile.am, configure.ac: Add new test to provide coverage analysis
	of the current implementation of getitimer() and setitimer().
	* psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
	psxitimer/psxitimer.scn: New files.

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

	* psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
	case to improve coverage analysis.

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

	* psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
	psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
	psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
	psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
	psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
	psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
	psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.

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

	* psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
	psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
	psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
	psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
	psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
	psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
	psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
	psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
	psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
	psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
	psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
	psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
	psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
	psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
	psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
	psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
	psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
	psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
	psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
	psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
	psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
	psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
	psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
	psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
	psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
	psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
	psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
	psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
	psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
	psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
	psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
	psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
	psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
	psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
	psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
	psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
	psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
	psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
	psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
	psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
	psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
	psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
	psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
	psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
	psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
	psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
	psxhdrs/timer07.c: Fix warnings.

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

	* psxfile01/test.c: Change from int to size_t.

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

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
	psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxcleanup/Makefile.am, psxenosys/Makefile.am,
	psxfatal01/Makefile.am, psxfatal02/Makefile.am,
	psxfile01/Makefile.am, psxkey01/Makefile.am,
	psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
	psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
	psxsem01/Makefile.am, psxsignal01/Makefile.am,
	psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
	psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxualarm/Makefile.am: Eliminate _exe_/.exe.

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

	* psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
	with create option so we are sure it will get a control block and
	proceed to allocate other memory. Clean up screen output.

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

	* psx05/init.c: Add parameter to call to sched_get_priority_max().

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

	* psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/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-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
	clock_gettime() NOT by reaching into the SuperCore.

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

	* psx01/psx01.scn: Bump version to 4.9.99.0

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

	* psxcleanup/psxcleanup.c, psxfatal_support/init.c,
	psxfatal_support/system.h: Convert to "bool".

2008-08-19	Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>

	PR 1296/cpukit.
	* psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
	incorrect repeat interval. This patch fixes the following problems in
	the test.
	  (1) Adds test for value of it_interval.tv_nsec.
	  (2) Corrects test for absolute timer in past.
	  (3) Modifies test to use different initial and repeat periods.
	  (4) Updates psxtimer01.scn to match results.

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

	PR 1297/cpukit
	* psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
	pointer handling.

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

	* psxsem01/init.c: Spacing.

2008-08-04	Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>

	PR 1293/tests
	* psx10/init.c: Make sure we do not let tv_nsec go to -1.

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

	PR 1291/cpukit
	* psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
	POSIX services taking relative instead of absolute time for timeouts,
	these tests were updated.

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

	* psxfile01/test.c: truncate on /dev/console now works.

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

	* psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
	requested for initialization task.

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

	* psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
	like CVS conflict markers.

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

	* psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
	CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.

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

	* psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.

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

	* psxkey01/task.c: Fix warnings.

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

	* psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.

2008-02-04	Jennifer Averett <jennifer.averett@OARcorp.com>

	* Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
	Added tests for failure path coverages. Consolidated methods used in
	multiple places into support routines.
	* psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
	psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
	psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.

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

	* include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
	psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
	psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
	psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
	psxstat/main.c, psxtime/main.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>

	* Makefile.am, configure.ac: New tests.
	* psxfatal01/.cvsignore, psxfatal01/Makefile.am,
	psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
	psxfatal02/.cvsignore, psxfatal02/Makefile.am,
	psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
	psxfatal_support/init.c, psxfatal_support/system.h: New files.

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

	* Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
	portions of Object Services added to API.
	* psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
	psx14/system.h: New files.

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

	* psx07/init.c, psx07/system.h: Test cleanup and added testing for
	pthread_attr_[get|set]clock.

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

	* psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
	implementation mprotect().

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

	* psxcleanup/.cvsignore: New file.

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

	* psxcleanup/system.h: New file.

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

	* Makefile.am, configure.ac:
	* psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
	psxcleanup/psxcleanup.scn: New files.

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

	* psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
	psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:

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

	* psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.

2007-12-20	Jennifer Averett <jennifer.averett@OARcorp.com>

	* Makefile.am, configure.ac: Added test for ualarm
	* psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
	psxualarm/system.h: New files.

2007-12-19	Jennifer Averett <jennifer.averett@OARcorp.com>

	* Makefile.am, configure.ac: Added posix signal test
	* psxsignal01/Makefile.am, psxsignal01/init.c,
	psxsignal01/psxsignal01.scn, psxsignal01/system.h,
	psxsignal01/task1.c: New files.

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

	* Makefile.am, configure.ac: Add test for sysconf().
	* psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
	psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.

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

	* psx01/init.c, psx01/psx01.scn: Add more test cases for
	sched_rr_get_interval() and sched_get_priority_max().

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

	* psxenosys/init.c: Fix typo.

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

	* Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
	addition of second POSIX Timer test. Add initial version of
	psxtimer02 to cover some conditions missed in psxtimer01. More cases
	left to add.
	* psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
	psxtimer01/psxtimer01.scn, psxtimer01/system.h,
	psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
	psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
	* psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
	psxtimer/psxtimer.scn, psxtimer/system.h: Removed.

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

	* psx01/init.c, psx01/psx01.scn: Add usleep() test.

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

	* Makefile.am, configure.ac: New test to cover all RTEMS POSIX
	functions that return ENOSYS.
	* psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
	psxenosys/psxenosys.scn, psxenosys/system.h: New files.

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

	* psx13/test.c: Fix spelling error.

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

	* psxtime/test.c: Add tests for adjtime().

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

	* psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
	psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
	cases to improve test coverage.

2007-09-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	PR 1262/filesystem
	* Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
	and writev() including documentation and test case.
	* psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
	psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.

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

	* psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
	psxtimer/psxtimer.scn: 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>

	* psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
	behavior more closely matching GNU/Linux.

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

	* psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
	include normal blocking and unblocking on timeout.

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

	* configure.ac: New BUG-REPORT address.

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

	* psxsem01/init.c: Account for change in POSIX semaphore time handling.
	Previously the timeout was not absolute time and checked BEFORE
	attempting to lock semaphore.

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

	* psxbarrier01/main.c: New file.

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

	* psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
	psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
	psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
	psxspin01/psxspin01.scn, psxspin01/test.c: New files.

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

	* Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
	and partial implementation of POSIX rwlocks.
	* psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
	psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.

2006-10-30	Joel Sherrill <joel@OARcorp.com>

	PR 841/rtems
	* psxsem01/init.c: Make sem_timedwait more conformant to Open Group
	specification.

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>

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
	Use rtems_testsdir instead.

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>

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
	psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
	Convert to using *_PROGRAMS.

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

	* psx01/Makefile.am, psx02/Makefile.am,
	psx03/Makefile.am, psx04/Makefile.am,
	psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am,
	psx09/Makefile.am, psx10/Makefile.am,
	psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am,
	psxchroot01/Makefile.am, psxfile01/Makefile.am,
	psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am,
	psxtimer/Makefile.am: Rework.

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

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
	* psxtests.am: Remove.

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

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am: 
	AM_CPPFLAGS += -I..../support/include.

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

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

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

	* psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
	psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
	psxstat/Makefile.am: Add ../include/pmacros.h
	* Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
	POSIX_FILES_DIRS.
	* psxtests.am: Remove LIB_VARIANT.

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

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
	psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/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>

	* psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
	psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
	psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
	psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
	Partial conversion to automake.

2005-09-01	Joel Sherrill <joel@OARcorp.com>

	PR 628/rtems
	* psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
	being an error.

2005-04-26	Joel Sherrill <joel@OARcorp.com>

	* psxreaddir/test.c: Eliminate warnings.

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

	* configure.ac: Require automake > 1.9.

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

	* psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.

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

	* psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
	* psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
	* psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
	* psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.

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

	* psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
	to using c99 fixed size types.

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

	* Makefile.am: Remove include from SUBDIRS.

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

	* include/Makefile.am: Remove.
	* Makefile.am: Merge-in include/Makefile.am.
	* configure.ac: Reflect changes above.

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>

	* psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
	psxtimer/psxtimer.c: Eliminate warnings and typos.

2004-02-26	Sébastien Barré <sbarre@sdelcc.com>

	PR 582/core
	* psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
	queue test so more of it runs now.

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

	* psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* psx02/Makefile.am: Ditto.
	* psx03/Makefile.am: Ditto.
	* psx04/Makefile.am: Ditto.
	* psx05/Makefile.am: Ditto.
	* psx06/Makefile.am: Ditto.
	* psx07/Makefile.am: Ditto.
	* psx08/Makefile.am: Ditto.
	* psx09/Makefile.am: Ditto.
	* psx10/Makefile.am: Ditto.
	* psx11/Makefile.am: Ditto.
	* psx12/Makefile.am: Ditto.
	* psx13/Makefile.am: Ditto.
	* psxcancel/Makefile.am: Ditto.
	* psxchroot01/Makefile.am: Ditto.
	* psxfile01/Makefile.am: Ditto.
	* psxmount/Makefile.am: Ditto.
	* psxmsgq01/Makefile.am: Ditto.
	* psxreaddir/Makefile.am: Ditto.
	* psxsem01/Makefile.am: Ditto.
	* psxstat/Makefile.am: Ditto.
	* psxtime/Makefile.am: Ditto.
	* psxtimer/Makefile.am: Ditto.

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

	* psxtests.am: Add dirstamp support.

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

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

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

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

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

	* psxcancel/Makefile.am: Remove used H_FILES.

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

	* include/Makefile.am: Reformat.
	* psx01/Makefile.am: Remove all-local: $(ARCH).
	* psx02/Makefile.am: Remove all-local: $(ARCH).
	* psx03/Makefile.am: Remove all-local: $(ARCH).
	* psx04/Makefile.am: Remove all-local: $(ARCH).
	* psx05/Makefile.am: Remove all-local: $(ARCH).
	* psx06/Makefile.am: Remove all-local: $(ARCH).
	* psx07/Makefile.am: Remove all-local: $(ARCH).
	* psx08/Makefile.am: Remove all-local: $(ARCH).
	* psx09/Makefile.am: Remove all-local: $(ARCH).
	* psx10/Makefile.am: Remove all-local: $(ARCH).
	* psx11/Makefile.am: Remove all-local: $(ARCH).
	* psx12/Makefile.am: Remove all-local: $(ARCH).
	* psx13/Makefile.am: Remove all-local: $(ARCH).
	* psxcancel/Makefile.am: Remove all-local: $(ARCH).
	* psxchroot01/Makefile.am: Remove all-local: $(ARCH).
	* psxfile01/Makefile.am: Remove all-local: $(ARCH).
	* psxhdrs/Makefile.am: Remove all-local: $(ARCH).
	* psxmount/Makefile.am: Remove all-local: $(ARCH).
	* psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
	* psxreaddir/Makefile.am: Remove all-local: $(ARCH).
	* psxsem01/Makefile.am: Remove all-local: $(ARCH).
	* psxstat/Makefile.am: Remove all-local: $(ARCH).
	* psxtime/Makefile.am: Remove all-local: $(ARCH).
	* psxtimer/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-15	Jennifer Averett <jennifer@OARcorp.com>

	* psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation

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

	* psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
	psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
	psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
	psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
	psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
	psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
	psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
	psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
	psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
	psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
	psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
	psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
	psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
	psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
	psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
	psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
	psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
	psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
	psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
	psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
	psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
	psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
	psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
	psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
	psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
	psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
	psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
	psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
	psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
	psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
	psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
	psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
	psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
	psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
	psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
	psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
	psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
	psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
	psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
	psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
	psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
	psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
	psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
	psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
	psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
	psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
	psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
	psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
	psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
	psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
	psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
	psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
	psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
	psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
	psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
	psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
	psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
	psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
	psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
	psxtimer/system.h: URL for license changed.

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

	PR 462/tests
	* psxhdrs/Makefile.am: Added ualarm.c
	* psxhdrs/signal23.c: New file.

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

	PR 463/tests
	PR 465/tests
	* psxhdrs/Makefile.am: Add new test cases.
	* psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
	psxhdrs/timer07.c: New files.

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/.
	* include/Makefile.am: Reflect having moved automake/.
	* psx01/Makefile.am: Reflect having moved automake/.
	* psx02/Makefile.am: Reflect having moved automake/.
	* psx03/Makefile.am: Reflect having moved automake/.
	* psx04/Makefile.am: Reflect having moved automake/.
	* psx05/Makefile.am: Reflect having moved automake/.
	* psx06/Makefile.am: Reflect having moved automake/.
	* psx07/Makefile.am: Reflect having moved automake/.
	* psx08/Makefile.am: Reflect having moved automake/.
	* psx09/Makefile.am: Reflect having moved automake/.
	* psx10/Makefile.am: Reflect having moved automake/.
	* psx11/Makefile.am: Reflect having moved automake/.
	* psx12/Makefile.am: Reflect having moved automake/.
	* psx13/Makefile.am: Reflect having moved automake/.
	* psxcancel/Makefile.am: Reflect having moved automake/.
	* psxchroot01/Makefile.am: Reflect having moved automake/.
	* psxfile01/Makefile.am: Reflect having moved automake/.
	* psxhdrs/Makefile.am: Reflect having moved automake/.
	* psxmount/Makefile.am: Reflect having moved automake/.
	* psxmsgq01/Makefile.am: Reflect having moved automake/.
	* psxreaddir/Makefile.am: Reflect having moved automake/.
	* psxsem01/Makefile.am: Reflect having moved automake/.
	* psxstat/Makefile.am: Reflect having moved automake/.
	* psxtime/Makefile.am: Reflect having moved automake/.
	* psxtimer/Makefile.am: Reflect having moved automake/.

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

	PR 408/filesystem
	* psx13/test.c: Added very rudimentary test of sync() service.

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

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

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

	* psxchroot01/test.c, psxreaddir/test.c: Removed warnings.

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

	* psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
	psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
	psxtimer/psxtimer.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>

	* psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
	psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
	psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
	Per PR239 update the IDs in the various screens.

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

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

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

	* psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* psxtimer/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.
	* include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
	psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
	psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
	psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
	psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
	psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
	psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
	psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
	psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
	psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
	psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
	psxtime/test.c, psxtimer/psxtimer.c: Modified.

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

	* psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
	Updated as part of PR164 which reported problems with the RTEMS
	implementation of pthread_cancel.
	
2001-04-26	Joel Sherrill <joel@OARcorp.com>

	* psxmsgq01/init.c: Reflect changes made to address PR81 that
	reworked POSIX message queues to add a descriptor separate from
	the underlying message queue.  This allows non-blocking to follow
	the "open" not the underlying queue.
 
2002-04-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove ENABLE_GCC28.

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]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-11-07	Jennifer Averett <jennifer@OARcorp.com>

	Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
	* psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
	Since we check permissions before evaluating enough to see if it
	a regular file or directory, this hack is needed to make the regular
	file executable.

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>

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

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

	* psx01/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx11/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx02/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx13/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx07/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx10/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx08/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx05/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx09/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx12/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
	* psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx03/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx04/Makefile.am: include leaf.am instead of leaf.cfg.
	* psx06/Makefile.am: include leaf.am instead of leaf.cfg.

2001-08-09	Fernando-Ruiz Casas <correo@fernando-ruiz.com>

	* psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
	psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
	psxchroot01 test.

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

 	* Added once version of psxchroot01 test for user review.
	* psxchroot01: New directory.
	* psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
	psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
	* configure.in, Makefile.am: Modified to reflect above.

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

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

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

 	* psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for 
	open, write, reopen, append twice from Andrew Bythell
	<abythell@nortelnetworks.com> that tripped an initialization
	problem in the IMFS.

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

	* psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
	psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn, 
	psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
	psxtime/psxtime.scn, psxtimer/psxtimer.scn:
	Various adjustments so test output matches screens more reliably.

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

	* psx01/psx01.scn: Corrected to reflect clock_getres() now working.

2000-11-17	Jennifer Averett <jennifer@OARcorp.com>

	* psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
	to remain consistant across platforms and bsps by forcing
	a mount point in front of all paths.

2000-11-17	Jennifer Averret <jennifer@OARcorp.com>

	* psxmount/test.c, psxmount/psxmount.scn: Improve output to report
	expected error condition in one case.
	* psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
	readdir() of root of mounted filesystem.  Also corrected the screen
	file for some mistakes noticed in this effort.

2000-11-13	Joel Sherrill <joel@OARcorp.com>

	* psxmount/psxmount.scn, psxmount/test.c: Correct spelling.

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.
	* psxtests.am: Remove DEFS.

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

	* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
	It was formerly incorrectly prototyped in <libio.h>.

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

	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
	psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
	psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
	psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am

2000-08-31	Ralf Corsepius <corsepiu@faw.uni-ulm.de>
	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
	psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
	psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
	Use AM_CPPFLAGS += instead of AM_CPPFLAGS =

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

	* ChangeLog: New file.