source: rtems/testsuites/psxtests/ChangeLog @ decb0759

4.104.114.95
Last change on this file since decb0759 was decb0759, checked in by Joel Sherrill <joel.sherrill@…>, on 08/04/08 at 14:39:45

2008-08-04 Tim FitzGeorge? <tim.fitzgeorge@…>

PR 1293/tests

  • psx10/init.c: Make sure we do not let tv_nsec go to -1.
  • Property mode set to 100644
File size: 36.5 KB
Line 
12008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
2
3        PR 1293/tests
4        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
5
62008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        PR 1291/cpukit
9        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
10        POSIX services taking relative instead of absolute time for timeouts,
11        these tests were updated.
12
132008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * psxfile01/test.c: truncate on /dev/console now works.
16
172008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
20        requested for initialization task.
21
222008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
25        like CVS conflict markers.
26
272008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
30        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
31
322008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
35
362008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * psxkey01/task.c: Fix warnings.
39
402008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
43
442008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
45
46        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
47        Added tests for failure path coverages. Consolidated methods used in
48        multiple places into support routines.
49        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
50        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
51        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
52
532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
56        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
57        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
58        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
59        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
60        Make tmacros.h available to all POSIX tests. Add a clock_settime case
61        for < 1988.
62
632008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am, configure.ac: New tests.
66        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
67        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
68        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
69        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
70        psxfatal_support/init.c, psxfatal_support/system.h: New files.
71
722008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
75        portions of Object Services added to API.
76        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
77        psx14/system.h: New files.
78
792008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
80
81        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
82        pthread_attr_[get|set]clock.
83
842008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
87        implementation mprotect().
88
892008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * psxcleanup/.cvsignore: New file.
92
932008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
94
95        * psxcleanup/system.h: New file.
96
972008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
98
99        * Makefile.am, configure.ac:
100        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
101        psxcleanup/psxcleanup.scn: New files.
102
1032008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
104
105        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
106        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
107
1082007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
111
1122007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
113
114        * Makefile.am, configure.ac: Added test for ualarm
115        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
116        psxualarm/system.h: New files.
117
1182007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
119
120        * Makefile.am, configure.ac: Added posix signal test
121        * psxsignal01/Makefile.am, psxsignal01/init.c,
122        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
123        psxsignal01/task1.c: New files.
124
1252007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am, configure.ac: Add test for sysconf().
128        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
129        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
130
1312007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * psx01/init.c, psx01/psx01.scn: Add more test cases for
134        sched_rr_get_interval() and sched_get_priority_max().
135
1362007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * psxenosys/init.c: Fix typo.
139
1402007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
143        addition of second POSIX Timer test. Add initial version of
144        psxtimer02 to cover some conditions missed in psxtimer01. More cases
145        left to add.
146        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
147        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
148        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
149        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
150        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
151        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
152
1532007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
156
1572007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
160        functions that return ENOSYS.
161        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
162        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
163
1642007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * psx13/test.c: Fix spelling error.
167
1682007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * psxtime/test.c: Add tests for adjtime().
171
1722007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
173
174        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
175        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
176        cases to improve test coverage.
177
1782007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        PR 1262/filesystem
181        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
182        and writev() including documentation and test case.
183        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
184        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
185
1862007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
189        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
190        test cases so last output line follows END OF pattern. Make sure test
191        case all run. All tests appeared ok on sis.
192
1932007-04-05      Joel Sherrill <joel@OARcorp.com>
194
195        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
196        behavior more closely matching GNU/Linux.
197
1982006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
201        include normal blocking and unblocking on timeout.
202
2032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: New BUG-REPORT address.
206
2072006-11-17      Joel Sherrill <joel@OARcorp.com>
208
209        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
210        Previously the timeout was not absolute time and checked BEFORE
211        attempting to lock semaphore.
212
2132006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * psxbarrier01/main.c: New file.
216
2172006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
220        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
221        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
222        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
223
2242006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
227        and partial implementation of POSIX rwlocks.
228        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
229        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
230
2312006-10-30      Joel Sherrill <joel@OARcorp.com>
232
233        PR 841/rtems
234        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
235        specification.
236
2372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Require autoconf-2.60. Require automake-1.10.
240
2412006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
244        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
245        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
246        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
247        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
248        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
249        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
250        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
251        Use rtems_testsdir instead.
252
2532005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * configure.ac: Remove RTEMS_ENABLE_BARE,
256        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
257
2582005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
261        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
262        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
263        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
264        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
265        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
266        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
267        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
268        Convert to using *_PROGRAMS.
269
2702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * psx01/Makefile.am, psx02/Makefile.am,
273        psx03/Makefile.am, psx04/Makefile.am,
274        psx05/Makefile.am, psx06/Makefile.am,
275        psx07/Makefile.am, psx08/Makefile.am,
276        psx09/Makefile.am, psx10/Makefile.am,
277        psx11/Makefile.am, psx12/Makefile.am,
278        psx13/Makefile.am, psxcancel/Makefile.am,
279        psxchroot01/Makefile.am, psxfile01/Makefile.am,
280        psxmount/Makefile.am, psxmsgq01/Makefile.am,
281        psxreaddir/Makefile.am, psxsem01/Makefile.am,
282        psxstat/Makefile.am, psxtime/Makefile.am,
283        psxtimer/Makefile.am: Rework.
284
2852005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
288        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
289        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
290        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
291        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
292        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
293        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
294        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
295        * psxtests.am: Remove.
296
2972005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
300        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
301        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
302        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
303        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
304        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
305        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
306        psxtime/Makefile.am, psxtimer/Makefile.am:
307        AM_CPPFLAGS += -I..../support/include.
308
3092005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
312
3132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
316        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
317        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
318        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
319        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
320        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
321        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
322        psxstat/Makefile.am: Add ../include/pmacros.h
323        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
324        POSIX_FILES_DIRS.
325        * psxtests.am: Remove LIB_VARIANT.
326
3272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
330        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
331        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
332        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
333        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
334        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
335        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
336        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
337        Remove SRC, PRINT_SRC.
338
3392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * Makefile.am: Cleanup.
342
3432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
346        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
347        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
348        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
349        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
350        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
351        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
352        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
353        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
354        Partial conversion to automake.
355
3562005-09-01      Joel Sherrill <joel@OARcorp.com>
357
358        PR 628/rtems
359        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
360        being an error.
361
3622005-04-26      Joel Sherrill <joel@OARcorp.com>
363
364        * psxreaddir/test.c: Eliminate warnings.
365
3662004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * configure.ac: Require automake > 1.9.
369
3702004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
373        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
374        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
382        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
391        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
393        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
394        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
395
3962004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
399        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
400        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
401        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
402
4032004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
406        to using c99 fixed size types.
407
4082004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * Makefile.am: Remove include from SUBDIRS.
411
4122004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * include/Makefile.am: Remove.
415        * Makefile.am: Merge-in include/Makefile.am.
416        * configure.ac: Reflect changes above.
417
4182004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Add 2nd arg to RTEMS_TOP.
421
4222004-03-05      Joel Sherrill <joel@OARcorp.com>
423
424        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
425        psxtimer/psxtimer.c: Eliminate warnings and typos.
426
4272004-02-26      Sébastien Barré <sbarre@sdelcc.com>
428
429        PR 582/core
430        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
431        queue test so more of it runs now.
432
4332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
436        Add PRE/TMPINSTALL_FILES to CLEANFILES.
437        * psx02/Makefile.am: Ditto.
438        * psx03/Makefile.am: Ditto.
439        * psx04/Makefile.am: Ditto.
440        * psx05/Makefile.am: Ditto.
441        * psx06/Makefile.am: Ditto.
442        * psx07/Makefile.am: Ditto.
443        * psx08/Makefile.am: Ditto.
444        * psx09/Makefile.am: Ditto.
445        * psx10/Makefile.am: Ditto.
446        * psx11/Makefile.am: Ditto.
447        * psx12/Makefile.am: Ditto.
448        * psx13/Makefile.am: Ditto.
449        * psxcancel/Makefile.am: Ditto.
450        * psxchroot01/Makefile.am: Ditto.
451        * psxfile01/Makefile.am: Ditto.
452        * psxmount/Makefile.am: Ditto.
453        * psxmsgq01/Makefile.am: Ditto.
454        * psxreaddir/Makefile.am: Ditto.
455        * psxsem01/Makefile.am: Ditto.
456        * psxstat/Makefile.am: Ditto.
457        * psxtime/Makefile.am: Ditto.
458        * psxtimer/Makefile.am: Ditto.
459
4602003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * psxtests.am: Add dirstamp support.
463
4642003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
467
4682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
471
4722003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * psxcancel/Makefile.am: Remove used H_FILES.
475
4762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * include/Makefile.am: Reformat.
479        * psx01/Makefile.am: Remove all-local: $(ARCH).
480        * psx02/Makefile.am: Remove all-local: $(ARCH).
481        * psx03/Makefile.am: Remove all-local: $(ARCH).
482        * psx04/Makefile.am: Remove all-local: $(ARCH).
483        * psx05/Makefile.am: Remove all-local: $(ARCH).
484        * psx06/Makefile.am: Remove all-local: $(ARCH).
485        * psx07/Makefile.am: Remove all-local: $(ARCH).
486        * psx08/Makefile.am: Remove all-local: $(ARCH).
487        * psx09/Makefile.am: Remove all-local: $(ARCH).
488        * psx10/Makefile.am: Remove all-local: $(ARCH).
489        * psx11/Makefile.am: Remove all-local: $(ARCH).
490        * psx12/Makefile.am: Remove all-local: $(ARCH).
491        * psx13/Makefile.am: Remove all-local: $(ARCH).
492        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
493        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
494        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
495        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
496        * psxmount/Makefile.am: Remove all-local: $(ARCH).
497        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
498        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
499        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
500        * psxstat/Makefile.am: Remove all-local: $(ARCH).
501        * psxtime/Makefile.am: Remove all-local: $(ARCH).
502        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
503
5042003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Reflect having moved to testsuites/.
507
5082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Remove RTEMS_CANONICAL_HOST.
511
5122003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac:Remove RTEMS_CHECK_CPU.
515
5162003-09-15      Jennifer Averett <jennifer@OARcorp.com>
517
518        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
519
5202003-09-04      Joel Sherrill <joel@OARcorp.com>
521
522        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
523        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
524        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
525        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
526        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
527        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
528        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
529        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
530        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
531        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
532        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
533        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
534        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
535        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
536        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
537        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
538        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
539        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
540        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
541        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
542        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
543        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
544        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
545        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
546        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
547        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
548        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
549        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
550        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
551        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
552        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
553        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
554        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
555        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
556        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
557        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
558        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
559        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
560        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
561        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
562        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
563        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
564        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
565        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
566        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
567        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
568        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
569        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
570        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
571        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
572        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
573        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
574        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
575        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
576        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
577        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
578        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
579        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
580        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
581        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
582        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
583        psxtimer/system.h: URL for license changed.
584
5852003-09-04      Joel Sherrill <joel@OARcorp.com>
586
587        PR 462/tests
588        * psxhdrs/Makefile.am: Added ualarm.c
589        * psxhdrs/signal23.c: New file.
590
5912003-09-03      Joel Sherrill <joel@OARcorp.com>
592
593        PR 463/tests
594        PR 465/tests
595        * psxhdrs/Makefile.am: Add new test cases.
596        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
597        psxhdrs/timer07.c: New files.
598
5992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: Reflect having moved aclocal/.
602
6032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * Makefile.am: Reflect having moved automake/.
606        * include/Makefile.am: Reflect having moved automake/.
607        * psx01/Makefile.am: Reflect having moved automake/.
608        * psx02/Makefile.am: Reflect having moved automake/.
609        * psx03/Makefile.am: Reflect having moved automake/.
610        * psx04/Makefile.am: Reflect having moved automake/.
611        * psx05/Makefile.am: Reflect having moved automake/.
612        * psx06/Makefile.am: Reflect having moved automake/.
613        * psx07/Makefile.am: Reflect having moved automake/.
614        * psx08/Makefile.am: Reflect having moved automake/.
615        * psx09/Makefile.am: Reflect having moved automake/.
616        * psx10/Makefile.am: Reflect having moved automake/.
617        * psx11/Makefile.am: Reflect having moved automake/.
618        * psx12/Makefile.am: Reflect having moved automake/.
619        * psx13/Makefile.am: Reflect having moved automake/.
620        * psxcancel/Makefile.am: Reflect having moved automake/.
621        * psxchroot01/Makefile.am: Reflect having moved automake/.
622        * psxfile01/Makefile.am: Reflect having moved automake/.
623        * psxhdrs/Makefile.am: Reflect having moved automake/.
624        * psxmount/Makefile.am: Reflect having moved automake/.
625        * psxmsgq01/Makefile.am: Reflect having moved automake/.
626        * psxreaddir/Makefile.am: Reflect having moved automake/.
627        * psxsem01/Makefile.am: Reflect having moved automake/.
628        * psxstat/Makefile.am: Reflect having moved automake/.
629        * psxtime/Makefile.am: Reflect having moved automake/.
630        * psxtimer/Makefile.am: Reflect having moved automake/.
631
6322003-08-14      Joel Sherrill <joel@OARcorp.com>
633
634        PR 408/filesystem
635        * psx13/test.c: Added very rudimentary test of sync() service.
636
6372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
640
6412003-06-12      Joel Sherrill <joel@OARcorp.com>
642
643        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
644
6452003-05-29      Joel Sherrill <joel@OARcorp.com>
646
647        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
648        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
649        psxtimer/psxtimer.c: Removed warnings.
650
6512003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
654        CC_CFLAGS_DEFAULT (obsolete).
655
6562003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
659        Remove CC_LDFLAGS_PROFILE_V.
660
6612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * configure.ac: Remove AC_CONFIG_AUX_DIR.
664
6652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
668
6692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: AC_PREREQ(2.57).
672
6732002-11-14      Joel Sherrill <joel@OARcorp.com>
674
675        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
676        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
677        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
678        Per PR239 update the IDs in the various screens.
679
6802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * .cvsignore: Reformat.
683        Add autom4te*cache.
684        Remove autom4te.cache.
685
6862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
689        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
690        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
691        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
692        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
693        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
694        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
695        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
696        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
697        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
698        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
699        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
700        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
701        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
702        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
703        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
704        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
705        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
706        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
707        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
708        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
709        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
710        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
711        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
712
7132002-08-01      Joel Sherrill <joel@OARcorp.com>
714
715        * Per PR47 add support for buffered test output.  This involved
716        adding defines to redirect output to a buffer and dump it when
717        full, at "test pause", and at exit.  To avoid problems when redefining
718        exit(), all tests were modified to call rtems_test_exit().
719        Some tests, notable psxtests, had to be modified to include
720        the standard test macro .h file (pmacros.h or tmacros.h) to
721        enable this support.
722        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
723        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
724        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
725        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
726        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
727        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
728        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
729        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
730        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
731        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
732        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
733        psxtime/test.c, psxtimer/psxtimer.c: Modified.
734
7352002-07-05      Joel Sherrill <joel@OARcorp.com>
736
737        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
738        Updated as part of PR164 which reported problems with the RTEMS
739        implementation of pthread_cancel.
740       
7412001-04-26      Joel Sherrill <joel@OARcorp.com>
742
743        * psxmsgq01/init.c: Reflect changes made to address PR81 that
744        reworked POSIX message queues to add a descriptor separate from
745        the underlying message queue.  This allows non-blocking to follow
746        the "open" not the underlying queue.
747 
7482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * configure.ac: Remove ENABLE_GCC28.
751
7522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * configure.ac:
755        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
756        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
757        * Makefile.am: Remove AUTOMAKE_OPTIONS.
758        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
759        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
760        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
766        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
767        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
770        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
771        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
772        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
774        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
775        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
776        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
777        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
778        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
779        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
780        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
781        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
783
7842001-11-07      Jennifer Averett <jennifer@OARcorp.com>
785
786        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
787        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
788        Since we check permissions before evaluating enough to see if it
789        a regular file or directory, this hack is needed to make the regular
790        file executable.
791
7922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
795        * configure.in: Remove.
796        * configure.ac: New file, generated from configure.in by autoupdate.
797
7982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
801
8022001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
805        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
806        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
807        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
808        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
809        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
810        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
811        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
812        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
813        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
814        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
815        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
816        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
817        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
818        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
819        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
820        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
821        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
822        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
823        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
824        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
825        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
826        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
827        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
828
8292001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
830
831        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
832        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
833        psxchroot01 test.
834
8352001-05-25      Joel Sherrill <joel@OARcorp.com>
836
837        * Added once version of psxchroot01 test for user review.
838        * psxchroot01: New directory.
839        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
840        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
841        * configure.in, Makefile.am: Modified to reflect above.
842
8432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
844
845        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
846
8472001-04-24      Joel Sherrill <joel@OARcorp.com>
848
849        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
850        open, write, reopen, append twice from Andrew Bythell
851        <abythell@nortelnetworks.com> that tripped an initialization
852        problem in the IMFS.
853
8542001-04-20      Joel Sherrill <joel@OARcorp.com>
855
856        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
857        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
858        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
859        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
860        Various adjustments so test output matches screens more reliably.
861
8622001-01-25      Joel Sherrill <joel@OARcorp.com>
863
864        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
865
8662000-11-17      Jennifer Averett <jennifer@OARcorp.com>
867
868        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
869        to remain consistant across platforms and bsps by forcing
870        a mount point in front of all paths.
871
8722000-11-17      Jennifer Averret <jennifer@OARcorp.com>
873
874        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
875        expected error condition in one case.
876        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
877        readdir() of root of mounted filesystem.  Also corrected the screen
878        file for some mistakes noticed in this effort.
879
8802000-11-13      Joel Sherrill <joel@OARcorp.com>
881
882        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
883
8842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
887
8882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
891
8922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
895        Switch to GNU canonicalization.
896        * psxtests.am: Remove DEFS.
897
8982000-10-24      Joel Sherrill <joel@OARcorp.com>
899
900        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
901        It was formerly incorrectly prototyped in <libio.h>.
902
9032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
906        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
907        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
908        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
909        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
910        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
911        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
912        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
913
9142000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
916        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
917        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
918        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
919        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
920        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
921        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
922
9232000-08-10      Joel Sherrill <joel@OARcorp.com>
924
925        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.