source: rtems/testsuites/psxtests/ChangeLog @ ce05fa6

4.9
Last change on this file since ce05fa6 was ce05fa6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/11 at 20:00:01

2011-08-21 Joel Sherrill <joel.sherrilL@…>

PR 1890/cpukit

  • psxmsgq01/init.c: POSIX says msg_prio is allowed to be NULL.
  • Property mode set to 100644
File size: 38.3 KB
Line 
12011-08-21      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        PR 1890/cpukit
4        * psxmsgq01/init.c: POSIX says msg_prio is allowed to be NULL.
5
62011-07-31      Joel Sherrill <joel.sherrilL@OARcorp.com>
7
8        PR 1855/cpukit
9        * Makefile.am, configure.ac, psx16/Makefile.am: Correct signal
10        processing during pthread_join. We are supposed to unblock the thread
11        waiting on a pthread_join(), dispatch the signal handler, account for
12        it potentially overwriting errno, and then have the thread return to
13        blocking within pthread_join().
14        * psxeintr_join/.cvsignore, psxeintr_join/Makefile.am,
15        psxeintr_join/init.c, psxeintr_join/psxeintr_join.doc,
16        psxeintr_join/psxeintr_join.scn: New files.
17
182011-07-31      Joel Sherrill <joel.sherrilL@OARcorp.com>
19
20        PR 1867/cpukit
21        * Makefile.am, configure.ac, psx12/task.c, psxrwlock01/test.c: Correct
22        implementation of pthread_exit() and pthread_join() to support the
23        case where a thread is joinable but calls pthread_exit() before a
24        thread has attempted to join.
25        * psx16/.cvsignore, psx16/Makefile.am, psx16/init.c, psx16/psx16.doc,
26        psx16/psx16.scn: New files.
27
282008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
31        psxfatal_support/system.h: Convert to "bool".
32
332008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
34
35        PR 1296/cpukit.
36        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
37        incorrect repeat interval. This patch fixes the following problems in
38        the test.
39          (1) Adds test for value of it_interval.tv_nsec.
40          (2) Corrects test for absolute timer in past.
41          (3) Modifies test to use different initial and repeat periods.
42          (4) Updates psxtimer01.scn to match results.
43
442008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        PR 1297/cpukit
47        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
48        pointer handling.
49
502008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * psxsem01/init.c: Spacing.
53
542008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
55
56        PR 1293/tests
57        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
58
592008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        PR 1291/cpukit
62        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
63        POSIX services taking relative instead of absolute time for timeouts,
64        these tests were updated.
65
662008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * psxfile01/test.c: truncate on /dev/console now works.
69
702008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
73        requested for initialization task.
74
752008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
78        like CVS conflict markers.
79
802008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
83        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
84
852008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
88
892008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * psxkey01/task.c: Fix warnings.
92
932008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
96
972008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
98
99        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
100        Added tests for failure path coverages. Consolidated methods used in
101        multiple places into support routines.
102        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
103        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
104        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
105
1062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
109        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
110        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
111        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
112        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
113        Make tmacros.h available to all POSIX tests. Add a clock_settime case
114        for < 1988.
115
1162008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, configure.ac: New tests.
119        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
120        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
121        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
122        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
123        psxfatal_support/init.c, psxfatal_support/system.h: New files.
124
1252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
128        portions of Object Services added to API.
129        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
130        psx14/system.h: New files.
131
1322008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
133
134        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
135        pthread_attr_[get|set]clock.
136
1372008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
140        implementation mprotect().
141
1422008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * psxcleanup/.cvsignore: New file.
145
1462008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
147
148        * psxcleanup/system.h: New file.
149
1502008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
151
152        * Makefile.am, configure.ac:
153        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
154        psxcleanup/psxcleanup.scn: New files.
155
1562008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
157
158        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
159        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
160
1612007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
164
1652007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
166
167        * Makefile.am, configure.ac: Added test for ualarm
168        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
169        psxualarm/system.h: New files.
170
1712007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
172
173        * Makefile.am, configure.ac: Added posix signal test
174        * psxsignal01/Makefile.am, psxsignal01/init.c,
175        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
176        psxsignal01/task1.c: New files.
177
1782007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * Makefile.am, configure.ac: Add test for sysconf().
181        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
182        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
183
1842007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * psx01/init.c, psx01/psx01.scn: Add more test cases for
187        sched_rr_get_interval() and sched_get_priority_max().
188
1892007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * psxenosys/init.c: Fix typo.
192
1932007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
196        addition of second POSIX Timer test. Add initial version of
197        psxtimer02 to cover some conditions missed in psxtimer01. More cases
198        left to add.
199        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
200        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
201        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
202        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
203        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
204        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
205
2062007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
209
2102007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
213        functions that return ENOSYS.
214        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
215        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
216
2172007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * psx13/test.c: Fix spelling error.
220
2212007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * psxtime/test.c: Add tests for adjtime().
224
2252007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
226
227        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
228        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
229        cases to improve test coverage.
230
2312007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        PR 1262/filesystem
234        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
235        and writev() including documentation and test case.
236        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
237        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
238
2392007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
242        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
243        test cases so last output line follows END OF pattern. Make sure test
244        case all run. All tests appeared ok on sis.
245
2462007-04-05      Joel Sherrill <joel@OARcorp.com>
247
248        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
249        behavior more closely matching GNU/Linux.
250
2512006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
254        include normal blocking and unblocking on timeout.
255
2562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * configure.ac: New BUG-REPORT address.
259
2602006-11-17      Joel Sherrill <joel@OARcorp.com>
261
262        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
263        Previously the timeout was not absolute time and checked BEFORE
264        attempting to lock semaphore.
265
2662006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * psxbarrier01/main.c: New file.
269
2702006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
273        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
274        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
275        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
276
2772006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
280        and partial implementation of POSIX rwlocks.
281        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
282        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
283
2842006-10-30      Joel Sherrill <joel@OARcorp.com>
285
286        PR 841/rtems
287        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
288        specification.
289
2902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * configure.ac: Require autoconf-2.60. Require automake-1.10.
293
2942006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
297        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
298        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
299        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
300        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
301        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
302        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
303        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
304        Use rtems_testsdir instead.
305
3062005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * configure.ac: Remove RTEMS_ENABLE_BARE,
309        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
310
3112005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
314        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
315        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
316        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
317        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
318        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
319        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
320        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
321        Convert to using *_PROGRAMS.
322
3232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * psx01/Makefile.am, psx02/Makefile.am,
326        psx03/Makefile.am, psx04/Makefile.am,
327        psx05/Makefile.am, psx06/Makefile.am,
328        psx07/Makefile.am, psx08/Makefile.am,
329        psx09/Makefile.am, psx10/Makefile.am,
330        psx11/Makefile.am, psx12/Makefile.am,
331        psx13/Makefile.am, psxcancel/Makefile.am,
332        psxchroot01/Makefile.am, psxfile01/Makefile.am,
333        psxmount/Makefile.am, psxmsgq01/Makefile.am,
334        psxreaddir/Makefile.am, psxsem01/Makefile.am,
335        psxstat/Makefile.am, psxtime/Makefile.am,
336        psxtimer/Makefile.am: Rework.
337
3382005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
341        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
342        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
343        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
344        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
345        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
346        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
347        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
348        * psxtests.am: Remove.
349
3502005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
353        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
354        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
355        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
356        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
357        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
358        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
359        psxtime/Makefile.am, psxtimer/Makefile.am:
360        AM_CPPFLAGS += -I..../support/include.
361
3622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
365
3662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
369        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
370        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
371        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
372        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
373        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
374        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
375        psxstat/Makefile.am: Add ../include/pmacros.h
376        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
377        POSIX_FILES_DIRS.
378        * psxtests.am: Remove LIB_VARIANT.
379
3802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
383        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
384        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
385        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
386        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
387        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
388        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
389        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
390        Remove SRC, PRINT_SRC.
391
3922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * Makefile.am: Cleanup.
395
3962005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
399        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
400        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
401        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
402        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
403        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
404        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
405        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
406        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
407        Partial conversion to automake.
408
4092005-09-01      Joel Sherrill <joel@OARcorp.com>
410
411        PR 628/rtems
412        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
413        being an error.
414
4152005-04-26      Joel Sherrill <joel@OARcorp.com>
416
417        * psxreaddir/test.c: Eliminate warnings.
418
4192004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
420
421        * configure.ac: Require automake > 1.9.
422
4232004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
424
425        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
426        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
427        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
428        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
429        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
430        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
431        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
432        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
433        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
434        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
435        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
436        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
437        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
438        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
439        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
440        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
441        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
442        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
443        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
444        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
445        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
446        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448
4492004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
452        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
453        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
454        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
455
4562004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
459        to using c99 fixed size types.
460
4612004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * Makefile.am: Remove include from SUBDIRS.
464
4652004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * include/Makefile.am: Remove.
468        * Makefile.am: Merge-in include/Makefile.am.
469        * configure.ac: Reflect changes above.
470
4712004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Add 2nd arg to RTEMS_TOP.
474
4752004-03-05      Joel Sherrill <joel@OARcorp.com>
476
477        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
478        psxtimer/psxtimer.c: Eliminate warnings and typos.
479
4802004-02-26      Sébastien Barré <sbarre@sdelcc.com>
481
482        PR 582/core
483        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
484        queue test so more of it runs now.
485
4862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
489        Add PRE/TMPINSTALL_FILES to CLEANFILES.
490        * psx02/Makefile.am: Ditto.
491        * psx03/Makefile.am: Ditto.
492        * psx04/Makefile.am: Ditto.
493        * psx05/Makefile.am: Ditto.
494        * psx06/Makefile.am: Ditto.
495        * psx07/Makefile.am: Ditto.
496        * psx08/Makefile.am: Ditto.
497        * psx09/Makefile.am: Ditto.
498        * psx10/Makefile.am: Ditto.
499        * psx11/Makefile.am: Ditto.
500        * psx12/Makefile.am: Ditto.
501        * psx13/Makefile.am: Ditto.
502        * psxcancel/Makefile.am: Ditto.
503        * psxchroot01/Makefile.am: Ditto.
504        * psxfile01/Makefile.am: Ditto.
505        * psxmount/Makefile.am: Ditto.
506        * psxmsgq01/Makefile.am: Ditto.
507        * psxreaddir/Makefile.am: Ditto.
508        * psxsem01/Makefile.am: Ditto.
509        * psxstat/Makefile.am: Ditto.
510        * psxtime/Makefile.am: Ditto.
511        * psxtimer/Makefile.am: Ditto.
512
5132003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * psxtests.am: Add dirstamp support.
516
5172003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
520
5212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
524
5252003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * psxcancel/Makefile.am: Remove used H_FILES.
528
5292003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Reformat.
532        * psx01/Makefile.am: Remove all-local: $(ARCH).
533        * psx02/Makefile.am: Remove all-local: $(ARCH).
534        * psx03/Makefile.am: Remove all-local: $(ARCH).
535        * psx04/Makefile.am: Remove all-local: $(ARCH).
536        * psx05/Makefile.am: Remove all-local: $(ARCH).
537        * psx06/Makefile.am: Remove all-local: $(ARCH).
538        * psx07/Makefile.am: Remove all-local: $(ARCH).
539        * psx08/Makefile.am: Remove all-local: $(ARCH).
540        * psx09/Makefile.am: Remove all-local: $(ARCH).
541        * psx10/Makefile.am: Remove all-local: $(ARCH).
542        * psx11/Makefile.am: Remove all-local: $(ARCH).
543        * psx12/Makefile.am: Remove all-local: $(ARCH).
544        * psx13/Makefile.am: Remove all-local: $(ARCH).
545        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
546        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
547        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
548        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
549        * psxmount/Makefile.am: Remove all-local: $(ARCH).
550        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
551        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
552        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
553        * psxstat/Makefile.am: Remove all-local: $(ARCH).
554        * psxtime/Makefile.am: Remove all-local: $(ARCH).
555        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
556
5572003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Reflect having moved to testsuites/.
560
5612003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac: Remove RTEMS_CANONICAL_HOST.
564
5652003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac:Remove RTEMS_CHECK_CPU.
568
5692003-09-15      Jennifer Averett <jennifer@OARcorp.com>
570
571        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
572
5732003-09-04      Joel Sherrill <joel@OARcorp.com>
574
575        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
576        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
577        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
578        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
579        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
580        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
581        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
582        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
583        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
584        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
585        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
586        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
587        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
588        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
589        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
590        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
591        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
592        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
593        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
594        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
595        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
596        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
597        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
598        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
599        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
600        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
601        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
602        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
603        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
604        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
605        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
606        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
607        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
608        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
609        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
610        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
611        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
612        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
613        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
614        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
615        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
616        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
617        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
618        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
619        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
620        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
621        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
622        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
623        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
624        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
625        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
626        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
627        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
628        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
629        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
630        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
631        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
632        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
633        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
634        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
635        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
636        psxtimer/system.h: URL for license changed.
637
6382003-09-04      Joel Sherrill <joel@OARcorp.com>
639
640        PR 462/tests
641        * psxhdrs/Makefile.am: Added ualarm.c
642        * psxhdrs/signal23.c: New file.
643
6442003-09-03      Joel Sherrill <joel@OARcorp.com>
645
646        PR 463/tests
647        PR 465/tests
648        * psxhdrs/Makefile.am: Add new test cases.
649        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
650        psxhdrs/timer07.c: New files.
651
6522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am: Reflect having moved aclocal/.
655
6562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am: Reflect having moved automake/.
659        * include/Makefile.am: Reflect having moved automake/.
660        * psx01/Makefile.am: Reflect having moved automake/.
661        * psx02/Makefile.am: Reflect having moved automake/.
662        * psx03/Makefile.am: Reflect having moved automake/.
663        * psx04/Makefile.am: Reflect having moved automake/.
664        * psx05/Makefile.am: Reflect having moved automake/.
665        * psx06/Makefile.am: Reflect having moved automake/.
666        * psx07/Makefile.am: Reflect having moved automake/.
667        * psx08/Makefile.am: Reflect having moved automake/.
668        * psx09/Makefile.am: Reflect having moved automake/.
669        * psx10/Makefile.am: Reflect having moved automake/.
670        * psx11/Makefile.am: Reflect having moved automake/.
671        * psx12/Makefile.am: Reflect having moved automake/.
672        * psx13/Makefile.am: Reflect having moved automake/.
673        * psxcancel/Makefile.am: Reflect having moved automake/.
674        * psxchroot01/Makefile.am: Reflect having moved automake/.
675        * psxfile01/Makefile.am: Reflect having moved automake/.
676        * psxhdrs/Makefile.am: Reflect having moved automake/.
677        * psxmount/Makefile.am: Reflect having moved automake/.
678        * psxmsgq01/Makefile.am: Reflect having moved automake/.
679        * psxreaddir/Makefile.am: Reflect having moved automake/.
680        * psxsem01/Makefile.am: Reflect having moved automake/.
681        * psxstat/Makefile.am: Reflect having moved automake/.
682        * psxtime/Makefile.am: Reflect having moved automake/.
683        * psxtimer/Makefile.am: Reflect having moved automake/.
684
6852003-08-14      Joel Sherrill <joel@OARcorp.com>
686
687        PR 408/filesystem
688        * psx13/test.c: Added very rudimentary test of sync() service.
689
6902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
693
6942003-06-12      Joel Sherrill <joel@OARcorp.com>
695
696        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
697
6982003-05-29      Joel Sherrill <joel@OARcorp.com>
699
700        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
701        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
702        psxtimer/psxtimer.c: Removed warnings.
703
7042003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
707        CC_CFLAGS_DEFAULT (obsolete).
708
7092003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
712        Remove CC_LDFLAGS_PROFILE_V.
713
7142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: Remove AC_CONFIG_AUX_DIR.
717
7182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
721
7222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * configure.ac: AC_PREREQ(2.57).
725
7262002-11-14      Joel Sherrill <joel@OARcorp.com>
727
728        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
729        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
730        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
731        Per PR239 update the IDs in the various screens.
732
7332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * .cvsignore: Reformat.
736        Add autom4te*cache.
737        Remove autom4te.cache.
738
7392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
742        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
743        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
744        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
745        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
746        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
747        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
748        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
749        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
750        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
751        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
752        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
753        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
754        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
755        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
756        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
757        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
758        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
759        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
760        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
761        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
762        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
763        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
764        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
765
7662002-08-01      Joel Sherrill <joel@OARcorp.com>
767
768        * Per PR47 add support for buffered test output.  This involved
769        adding defines to redirect output to a buffer and dump it when
770        full, at "test pause", and at exit.  To avoid problems when redefining
771        exit(), all tests were modified to call rtems_test_exit().
772        Some tests, notable psxtests, had to be modified to include
773        the standard test macro .h file (pmacros.h or tmacros.h) to
774        enable this support.
775        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
776        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
777        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
778        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
779        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
780        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
781        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
782        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
783        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
784        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
785        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
786        psxtime/test.c, psxtimer/psxtimer.c: Modified.
787
7882002-07-05      Joel Sherrill <joel@OARcorp.com>
789
790        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
791        Updated as part of PR164 which reported problems with the RTEMS
792        implementation of pthread_cancel.
793       
7942001-04-26      Joel Sherrill <joel@OARcorp.com>
795
796        * psxmsgq01/init.c: Reflect changes made to address PR81 that
797        reworked POSIX message queues to add a descriptor separate from
798        the underlying message queue.  This allows non-blocking to follow
799        the "open" not the underlying queue.
800 
8012002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * configure.ac: Remove ENABLE_GCC28.
804
8052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * configure.ac:
808        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
809        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
810        * Makefile.am: Remove AUTOMAKE_OPTIONS.
811        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
812        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
813        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
814        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
815        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
816        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
817        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
818        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
819        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
820        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
821        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
822        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
823        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
824        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
825        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
826        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
827        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
828        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
829        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
830        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
831        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
832        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
833        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
834        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
835        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
836
8372001-11-07      Jennifer Averett <jennifer@OARcorp.com>
838
839        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
840        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
841        Since we check permissions before evaluating enough to see if it
842        a regular file or directory, this hack is needed to make the regular
843        file executable.
844
8452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
848        * configure.in: Remove.
849        * configure.ac: New file, generated from configure.in by autoupdate.
850
8512001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
854
8552001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
858        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
859        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
860        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
861        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
862        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
863        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
864        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
865        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
866        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
867        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
868        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
869        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
870        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
871        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
872        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
873        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
874        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
875        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
876        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
877        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
878        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
879        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
880        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
881
8822001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
883
884        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
885        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
886        psxchroot01 test.
887
8882001-05-25      Joel Sherrill <joel@OARcorp.com>
889
890        * Added once version of psxchroot01 test for user review.
891        * psxchroot01: New directory.
892        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
893        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
894        * configure.in, Makefile.am: Modified to reflect above.
895
8962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
897
898        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
899
9002001-04-24      Joel Sherrill <joel@OARcorp.com>
901
902        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
903        open, write, reopen, append twice from Andrew Bythell
904        <abythell@nortelnetworks.com> that tripped an initialization
905        problem in the IMFS.
906
9072001-04-20      Joel Sherrill <joel@OARcorp.com>
908
909        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
910        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
911        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
912        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
913        Various adjustments so test output matches screens more reliably.
914
9152001-01-25      Joel Sherrill <joel@OARcorp.com>
916
917        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
918
9192000-11-17      Jennifer Averett <jennifer@OARcorp.com>
920
921        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
922        to remain consistant across platforms and bsps by forcing
923        a mount point in front of all paths.
924
9252000-11-17      Jennifer Averret <jennifer@OARcorp.com>
926
927        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
928        expected error condition in one case.
929        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
930        readdir() of root of mounted filesystem.  Also corrected the screen
931        file for some mistakes noticed in this effort.
932
9332000-11-13      Joel Sherrill <joel@OARcorp.com>
934
935        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
936
9372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
940
9412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
944
9452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
948        Switch to GNU canonicalization.
949        * psxtests.am: Remove DEFS.
950
9512000-10-24      Joel Sherrill <joel@OARcorp.com>
952
953        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
954        It was formerly incorrectly prototyped in <libio.h>.
955
9562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
959        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
960        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
961        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
962        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
963        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
964        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
965        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
966
9672000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
969        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
970        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
971        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
972        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
973        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
974        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
975
9762000-08-10      Joel Sherrill <joel@OARcorp.com>
977
978        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.