source: rtems/testsuites/psxtests/ChangeLog @ 81fed4b

4.104.114.95
Last change on this file since 81fed4b was 920343e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/08 at 23:42:50

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

  • 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.
  • Property mode set to 100644
File size: 34.3 KB
Line 
12008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: New tests.
4        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
5        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
6        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
7        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
8        psxfatal_support/init.c, psxfatal_support/system.h: New files.
9
102008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
13        portions of Object Services added to API.
14        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
15        psx14/system.h: New files.
16
172008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
18
19        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
20        pthread_attr_[get|set]clock.
21
222008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
25        implementation mprotect().
26
272008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * psxcleanup/.cvsignore: New file.
30
312008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
32
33        * psxcleanup/system.h: New file.
34
352008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
36
37        * Makefile.am, configure.ac:
38        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
39        psxcleanup/psxcleanup.scn: New files.
40
412008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
42
43        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
44        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
45
462007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
49
502007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
51
52        * Makefile.am, configure.ac: Added test for ualarm
53        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
54        psxualarm/system.h: New files.
55
562007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
57
58        * Makefile.am, configure.ac: Added posix signal test
59        * psxsignal01/Makefile.am, psxsignal01/init.c,
60        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
61        psxsignal01/task1.c: New files.
62
632007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am, configure.ac: Add test for sysconf().
66        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
67        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
68
692007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * psx01/init.c, psx01/psx01.scn: Add more test cases for
72        sched_rr_get_interval() and sched_get_priority_max().
73
742007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * psxenosys/init.c: Fix typo.
77
782007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
81        addition of second POSIX Timer test. Add initial version of
82        psxtimer02 to cover some conditions missed in psxtimer01. More cases
83        left to add.
84        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
85        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
86        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
87        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
88        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
89        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
90
912007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
94
952007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
98        functions that return ENOSYS.
99        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
100        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
101
1022007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * psx13/test.c: Fix spelling error.
105
1062007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * psxtime/test.c: Add tests for adjtime().
109
1102007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
111
112        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
113        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
114        cases to improve test coverage.
115
1162007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        PR 1262/filesystem
119        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
120        and writev() including documentation and test case.
121        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
122        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
123
1242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
127        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
128        test cases so last output line follows END OF pattern. Make sure test
129        case all run. All tests appeared ok on sis.
130
1312007-04-05      Joel Sherrill <joel@OARcorp.com>
132
133        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
134        behavior more closely matching GNU/Linux.
135
1362006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
139        include normal blocking and unblocking on timeout.
140
1412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: New BUG-REPORT address.
144
1452006-11-17      Joel Sherrill <joel@OARcorp.com>
146
147        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
148        Previously the timeout was not absolute time and checked BEFORE
149        attempting to lock semaphore.
150
1512006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * psxbarrier01/main.c: New file.
154
1552006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
158        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
159        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
160        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
161
1622006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
165        and partial implementation of POSIX rwlocks.
166        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
167        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
168
1692006-10-30      Joel Sherrill <joel@OARcorp.com>
170
171        PR 841/rtems
172        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
173        specification.
174
1752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * configure.ac: Require autoconf-2.60. Require automake-1.10.
178
1792006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
182        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
183        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
184        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
185        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
186        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
187        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
188        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
189        Use rtems_testsdir instead.
190
1912005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Remove RTEMS_ENABLE_BARE,
194        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
195
1962005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
199        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
200        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
201        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
202        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
203        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
204        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
205        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
206        Convert to using *_PROGRAMS.
207
2082005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * psx01/Makefile.am, psx02/Makefile.am,
211        psx03/Makefile.am, psx04/Makefile.am,
212        psx05/Makefile.am, psx06/Makefile.am,
213        psx07/Makefile.am, psx08/Makefile.am,
214        psx09/Makefile.am, psx10/Makefile.am,
215        psx11/Makefile.am, psx12/Makefile.am,
216        psx13/Makefile.am, psxcancel/Makefile.am,
217        psxchroot01/Makefile.am, psxfile01/Makefile.am,
218        psxmount/Makefile.am, psxmsgq01/Makefile.am,
219        psxreaddir/Makefile.am, psxsem01/Makefile.am,
220        psxstat/Makefile.am, psxtime/Makefile.am,
221        psxtimer/Makefile.am: Rework.
222
2232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
226        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
227        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
228        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
229        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
230        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
231        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
232        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
233        * psxtests.am: Remove.
234
2352005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
238        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
239        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
240        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
241        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
242        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
243        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
244        psxtime/Makefile.am, psxtimer/Makefile.am:
245        AM_CPPFLAGS += -I..../support/include.
246
2472005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
250
2512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
254        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
255        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
256        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
257        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
258        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
259        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
260        psxstat/Makefile.am: Add ../include/pmacros.h
261        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
262        POSIX_FILES_DIRS.
263        * psxtests.am: Remove LIB_VARIANT.
264
2652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
268        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
269        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
270        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
271        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
272        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
273        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
274        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
275        Remove SRC, PRINT_SRC.
276
2772005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * Makefile.am: Cleanup.
280
2812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
284        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
285        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
286        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
287        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
288        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
289        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
290        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
291        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
292        Partial conversion to automake.
293
2942005-09-01      Joel Sherrill <joel@OARcorp.com>
295
296        PR 628/rtems
297        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
298        being an error.
299
3002005-04-26      Joel Sherrill <joel@OARcorp.com>
301
302        * psxreaddir/test.c: Eliminate warnings.
303
3042004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * configure.ac: Require automake > 1.9.
307
3082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
313        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
314        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
315        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
316        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
317        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
318        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
319        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
320        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
329        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
333
3342004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
337        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
338        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
339        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
340
3412004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
344        to using c99 fixed size types.
345
3462004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
347
348        * Makefile.am: Remove include from SUBDIRS.
349
3502004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * include/Makefile.am: Remove.
353        * Makefile.am: Merge-in include/Makefile.am.
354        * configure.ac: Reflect changes above.
355
3562004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Add 2nd arg to RTEMS_TOP.
359
3602004-03-05      Joel Sherrill <joel@OARcorp.com>
361
362        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
363        psxtimer/psxtimer.c: Eliminate warnings and typos.
364
3652004-02-26      Sébastien Barré <sbarre@sdelcc.com>
366
367        PR 582/core
368        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
369        queue test so more of it runs now.
370
3712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
374        Add PRE/TMPINSTALL_FILES to CLEANFILES.
375        * psx02/Makefile.am: Ditto.
376        * psx03/Makefile.am: Ditto.
377        * psx04/Makefile.am: Ditto.
378        * psx05/Makefile.am: Ditto.
379        * psx06/Makefile.am: Ditto.
380        * psx07/Makefile.am: Ditto.
381        * psx08/Makefile.am: Ditto.
382        * psx09/Makefile.am: Ditto.
383        * psx10/Makefile.am: Ditto.
384        * psx11/Makefile.am: Ditto.
385        * psx12/Makefile.am: Ditto.
386        * psx13/Makefile.am: Ditto.
387        * psxcancel/Makefile.am: Ditto.
388        * psxchroot01/Makefile.am: Ditto.
389        * psxfile01/Makefile.am: Ditto.
390        * psxmount/Makefile.am: Ditto.
391        * psxmsgq01/Makefile.am: Ditto.
392        * psxreaddir/Makefile.am: Ditto.
393        * psxsem01/Makefile.am: Ditto.
394        * psxstat/Makefile.am: Ditto.
395        * psxtime/Makefile.am: Ditto.
396        * psxtimer/Makefile.am: Ditto.
397
3982003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * psxtests.am: Add dirstamp support.
401
4022003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
405
4062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
409
4102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * psxcancel/Makefile.am: Remove used H_FILES.
413
4142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * include/Makefile.am: Reformat.
417        * psx01/Makefile.am: Remove all-local: $(ARCH).
418        * psx02/Makefile.am: Remove all-local: $(ARCH).
419        * psx03/Makefile.am: Remove all-local: $(ARCH).
420        * psx04/Makefile.am: Remove all-local: $(ARCH).
421        * psx05/Makefile.am: Remove all-local: $(ARCH).
422        * psx06/Makefile.am: Remove all-local: $(ARCH).
423        * psx07/Makefile.am: Remove all-local: $(ARCH).
424        * psx08/Makefile.am: Remove all-local: $(ARCH).
425        * psx09/Makefile.am: Remove all-local: $(ARCH).
426        * psx10/Makefile.am: Remove all-local: $(ARCH).
427        * psx11/Makefile.am: Remove all-local: $(ARCH).
428        * psx12/Makefile.am: Remove all-local: $(ARCH).
429        * psx13/Makefile.am: Remove all-local: $(ARCH).
430        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
431        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
432        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
433        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
434        * psxmount/Makefile.am: Remove all-local: $(ARCH).
435        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
436        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
437        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
438        * psxstat/Makefile.am: Remove all-local: $(ARCH).
439        * psxtime/Makefile.am: Remove all-local: $(ARCH).
440        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
441
4422003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Reflect having moved to testsuites/.
445
4462003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Remove RTEMS_CANONICAL_HOST.
449
4502003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac:Remove RTEMS_CHECK_CPU.
453
4542003-09-15      Jennifer Averett <jennifer@OARcorp.com>
455
456        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
457
4582003-09-04      Joel Sherrill <joel@OARcorp.com>
459
460        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
461        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
462        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
463        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
464        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
465        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
466        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
467        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
468        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
469        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
470        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
471        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
472        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
473        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
474        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
475        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
476        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
477        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
478        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
479        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
480        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
481        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
482        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
483        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
484        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
485        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
486        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
487        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
488        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
489        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
490        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
491        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
492        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
493        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
494        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
495        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
496        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
497        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
498        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
499        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
500        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
501        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
502        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
503        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
504        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
505        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
506        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
507        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
508        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
509        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
510        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
511        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
512        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
513        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
514        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
515        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
516        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
517        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
518        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
519        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
520        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
521        psxtimer/system.h: URL for license changed.
522
5232003-09-04      Joel Sherrill <joel@OARcorp.com>
524
525        PR 462/tests
526        * psxhdrs/Makefile.am: Added ualarm.c
527        * psxhdrs/signal23.c: New file.
528
5292003-09-03      Joel Sherrill <joel@OARcorp.com>
530
531        PR 463/tests
532        PR 465/tests
533        * psxhdrs/Makefile.am: Add new test cases.
534        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
535        psxhdrs/timer07.c: New files.
536
5372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: Reflect having moved aclocal/.
540
5412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Reflect having moved automake/.
544        * include/Makefile.am: Reflect having moved automake/.
545        * psx01/Makefile.am: Reflect having moved automake/.
546        * psx02/Makefile.am: Reflect having moved automake/.
547        * psx03/Makefile.am: Reflect having moved automake/.
548        * psx04/Makefile.am: Reflect having moved automake/.
549        * psx05/Makefile.am: Reflect having moved automake/.
550        * psx06/Makefile.am: Reflect having moved automake/.
551        * psx07/Makefile.am: Reflect having moved automake/.
552        * psx08/Makefile.am: Reflect having moved automake/.
553        * psx09/Makefile.am: Reflect having moved automake/.
554        * psx10/Makefile.am: Reflect having moved automake/.
555        * psx11/Makefile.am: Reflect having moved automake/.
556        * psx12/Makefile.am: Reflect having moved automake/.
557        * psx13/Makefile.am: Reflect having moved automake/.
558        * psxcancel/Makefile.am: Reflect having moved automake/.
559        * psxchroot01/Makefile.am: Reflect having moved automake/.
560        * psxfile01/Makefile.am: Reflect having moved automake/.
561        * psxhdrs/Makefile.am: Reflect having moved automake/.
562        * psxmount/Makefile.am: Reflect having moved automake/.
563        * psxmsgq01/Makefile.am: Reflect having moved automake/.
564        * psxreaddir/Makefile.am: Reflect having moved automake/.
565        * psxsem01/Makefile.am: Reflect having moved automake/.
566        * psxstat/Makefile.am: Reflect having moved automake/.
567        * psxtime/Makefile.am: Reflect having moved automake/.
568        * psxtimer/Makefile.am: Reflect having moved automake/.
569
5702003-08-14      Joel Sherrill <joel@OARcorp.com>
571
572        PR 408/filesystem
573        * psx13/test.c: Added very rudimentary test of sync() service.
574
5752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
578
5792003-06-12      Joel Sherrill <joel@OARcorp.com>
580
581        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
582
5832003-05-29      Joel Sherrill <joel@OARcorp.com>
584
585        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
586        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
587        psxtimer/psxtimer.c: Removed warnings.
588
5892003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
592        CC_CFLAGS_DEFAULT (obsolete).
593
5942003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
597        Remove CC_LDFLAGS_PROFILE_V.
598
5992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: Remove AC_CONFIG_AUX_DIR.
602
6032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
606
6072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac: AC_PREREQ(2.57).
610
6112002-11-14      Joel Sherrill <joel@OARcorp.com>
612
613        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
614        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
615        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
616        Per PR239 update the IDs in the various screens.
617
6182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * .cvsignore: Reformat.
621        Add autom4te*cache.
622        Remove autom4te.cache.
623
6242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
627        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
628        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
629        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
630        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
631        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
632        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
633        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
634        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
635        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
636        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
637        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
638        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
639        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
640        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
641        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
642        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
643        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
644        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
645        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
646        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
647        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
648        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
649        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
650
6512002-08-01      Joel Sherrill <joel@OARcorp.com>
652
653        * Per PR47 add support for buffered test output.  This involved
654        adding defines to redirect output to a buffer and dump it when
655        full, at "test pause", and at exit.  To avoid problems when redefining
656        exit(), all tests were modified to call rtems_test_exit().
657        Some tests, notable psxtests, had to be modified to include
658        the standard test macro .h file (pmacros.h or tmacros.h) to
659        enable this support.
660        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
661        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
662        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
663        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
664        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
665        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
666        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
667        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
668        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
669        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
670        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
671        psxtime/test.c, psxtimer/psxtimer.c: Modified.
672
6732002-07-05      Joel Sherrill <joel@OARcorp.com>
674
675        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
676        Updated as part of PR164 which reported problems with the RTEMS
677        implementation of pthread_cancel.
678       
6792001-04-26      Joel Sherrill <joel@OARcorp.com>
680
681        * psxmsgq01/init.c: Reflect changes made to address PR81 that
682        reworked POSIX message queues to add a descriptor separate from
683        the underlying message queue.  This allows non-blocking to follow
684        the "open" not the underlying queue.
685 
6862002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * configure.ac: Remove ENABLE_GCC28.
689
6902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * configure.ac:
693        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
694        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
695        * Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
706        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
714        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
716        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
717        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
718        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
721
7222001-11-07      Jennifer Averett <jennifer@OARcorp.com>
723
724        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
725        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
726        Since we check permissions before evaluating enough to see if it
727        a regular file or directory, this hack is needed to make the regular
728        file executable.
729
7302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
733        * configure.in: Remove.
734        * configure.ac: New file, generated from configure.in by autoupdate.
735
7362001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
739
7402001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
743        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
744        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
745        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
746        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
747        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
748        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
749        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
750        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
751        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
752        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
753        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
754        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
755        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
756        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
757        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
758        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
759        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
760        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
761        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
762        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
763        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
764        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
765        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
766
7672001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
768
769        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
770        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
771        psxchroot01 test.
772
7732001-05-25      Joel Sherrill <joel@OARcorp.com>
774
775        * Added once version of psxchroot01 test for user review.
776        * psxchroot01: New directory.
777        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
778        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
779        * configure.in, Makefile.am: Modified to reflect above.
780
7812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
782
783        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
784
7852001-04-24      Joel Sherrill <joel@OARcorp.com>
786
787        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
788        open, write, reopen, append twice from Andrew Bythell
789        <abythell@nortelnetworks.com> that tripped an initialization
790        problem in the IMFS.
791
7922001-04-20      Joel Sherrill <joel@OARcorp.com>
793
794        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
795        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
796        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
797        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
798        Various adjustments so test output matches screens more reliably.
799
8002001-01-25      Joel Sherrill <joel@OARcorp.com>
801
802        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
803
8042000-11-17      Jennifer Averett <jennifer@OARcorp.com>
805
806        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
807        to remain consistant across platforms and bsps by forcing
808        a mount point in front of all paths.
809
8102000-11-17      Jennifer Averret <jennifer@OARcorp.com>
811
812        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
813        expected error condition in one case.
814        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
815        readdir() of root of mounted filesystem.  Also corrected the screen
816        file for some mistakes noticed in this effort.
817
8182000-11-13      Joel Sherrill <joel@OARcorp.com>
819
820        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
821
8222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
825
8262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
829
8302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
833        Switch to GNU canonicalization.
834        * psxtests.am: Remove DEFS.
835
8362000-10-24      Joel Sherrill <joel@OARcorp.com>
837
838        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
839        It was formerly incorrectly prototyped in <libio.h>.
840
8412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
844        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
845        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
846        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
847        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
848        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
849        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
850        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
851
8522000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
854        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
855        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
856        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
857        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
858        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
859        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
860
8612000-08-10      Joel Sherrill <joel@OARcorp.com>
862
863        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.