source: rtems/testsuites/psxtests/ChangeLog @ 52137b7

4.104.115
Last change on this file since 52137b7 was 52137b7, checked in by Joel Sherrill <joel.sherrill@…>, on 05/05/09 at 13:15:04

2009-05-05 Joel Sherrill <joel.sherrill@…>

  • psxfile01/test.c: Change from int to size_t.
  • Property mode set to 100644
File size: 39.4 KB
Line 
12009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxfile01/test.c: Change from int to size_t.
4
52009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
8        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
9        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
10        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
11        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
12        psxcancel/Makefile.am, psxchroot01/Makefile.am,
13        psxcleanup/Makefile.am, psxenosys/Makefile.am,
14        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
15        psxfile01/Makefile.am, psxkey01/Makefile.am,
16        psxmount/Makefile.am, psxmsgq01/Makefile.am,
17        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
18        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
19        psxsem01/Makefile.am, psxsignal01/Makefile.am,
20        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
21        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
22        psxualarm/Makefile.am: Eliminate _exe_/.exe.
23
242009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
27        with create option so we are sure it will get a control block and
28        proceed to allocate other memory. Clean up screen output.
29
302008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * psx05/init.c: Add parameter to call to sched_get_priority_max().
33
342008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
37        Run all tests successfully with maxixum number of priorities as 16
38        instead of 256. This was done by temporarily modifying the score
39        priority.h maximum. This allowed testing of all API code to ensure
40        that it worked properly with a reduced number of priorities. Most
41        modifications were to switch from hard-coded maximum to using the API
42        provided methods to determine maximum number of priority levels.
43
442008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
47        clock_gettime() NOT by reaching into the SuperCore.
48
492008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * psx01/psx01.scn: Bump version to 4.9.99.0
52
532008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
56        psxfatal_support/system.h: Convert to "bool".
57
582008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
59
60        PR 1296/cpukit.
61        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
62        incorrect repeat interval. This patch fixes the following problems in
63        the test.
64          (1) Adds test for value of it_interval.tv_nsec.
65          (2) Corrects test for absolute timer in past.
66          (3) Modifies test to use different initial and repeat periods.
67          (4) Updates psxtimer01.scn to match results.
68
692008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        PR 1297/cpukit
72        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
73        pointer handling.
74
752008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * psxsem01/init.c: Spacing.
78
792008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
80
81        PR 1293/tests
82        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
83
842008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        PR 1291/cpukit
87        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
88        POSIX services taking relative instead of absolute time for timeouts,
89        these tests were updated.
90
912008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * psxfile01/test.c: truncate on /dev/console now works.
94
952008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
98        requested for initialization task.
99
1002008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
103        like CVS conflict markers.
104
1052008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
108        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
109
1102008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
113
1142008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * psxkey01/task.c: Fix warnings.
117
1182008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
121
1222008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
123
124        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
125        Added tests for failure path coverages. Consolidated methods used in
126        multiple places into support routines.
127        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
128        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
129        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
130
1312008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
134        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
135        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
136        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
137        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
138        Make tmacros.h available to all POSIX tests. Add a clock_settime case
139        for < 1988.
140
1412008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am, configure.ac: New tests.
144        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
145        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
146        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
147        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
148        psxfatal_support/init.c, psxfatal_support/system.h: New files.
149
1502008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
153        portions of Object Services added to API.
154        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
155        psx14/system.h: New files.
156
1572008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
158
159        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
160        pthread_attr_[get|set]clock.
161
1622008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
165        implementation mprotect().
166
1672008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * psxcleanup/.cvsignore: New file.
170
1712008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
172
173        * psxcleanup/system.h: New file.
174
1752008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
176
177        * Makefile.am, configure.ac:
178        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
179        psxcleanup/psxcleanup.scn: New files.
180
1812008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
182
183        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
184        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
185
1862007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
189
1902007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
191
192        * Makefile.am, configure.ac: Added test for ualarm
193        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
194        psxualarm/system.h: New files.
195
1962007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
197
198        * Makefile.am, configure.ac: Added posix signal test
199        * psxsignal01/Makefile.am, psxsignal01/init.c,
200        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
201        psxsignal01/task1.c: New files.
202
2032007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * Makefile.am, configure.ac: Add test for sysconf().
206        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
207        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
208
2092007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * psx01/init.c, psx01/psx01.scn: Add more test cases for
212        sched_rr_get_interval() and sched_get_priority_max().
213
2142007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * psxenosys/init.c: Fix typo.
217
2182007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
221        addition of second POSIX Timer test. Add initial version of
222        psxtimer02 to cover some conditions missed in psxtimer01. More cases
223        left to add.
224        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
225        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
226        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
227        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
228        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
229        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
230
2312007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
234
2352007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
238        functions that return ENOSYS.
239        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
240        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
241
2422007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * psx13/test.c: Fix spelling error.
245
2462007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * psxtime/test.c: Add tests for adjtime().
249
2502007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
251
252        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
253        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
254        cases to improve test coverage.
255
2562007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        PR 1262/filesystem
259        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
260        and writev() including documentation and test case.
261        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
262        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
263
2642007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
267        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
268        test cases so last output line follows END OF pattern. Make sure test
269        case all run. All tests appeared ok on sis.
270
2712007-04-05      Joel Sherrill <joel@OARcorp.com>
272
273        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
274        behavior more closely matching GNU/Linux.
275
2762006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
279        include normal blocking and unblocking on timeout.
280
2812006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * configure.ac: New BUG-REPORT address.
284
2852006-11-17      Joel Sherrill <joel@OARcorp.com>
286
287        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
288        Previously the timeout was not absolute time and checked BEFORE
289        attempting to lock semaphore.
290
2912006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * psxbarrier01/main.c: New file.
294
2952006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
298        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
299        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
300        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
301
3022006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
305        and partial implementation of POSIX rwlocks.
306        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
307        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
308
3092006-10-30      Joel Sherrill <joel@OARcorp.com>
310
311        PR 841/rtems
312        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
313        specification.
314
3152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * configure.ac: Require autoconf-2.60. Require automake-1.10.
318
3192006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
322        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
323        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
324        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
325        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
326        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
327        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
328        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
329        Use rtems_testsdir instead.
330
3312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        * configure.ac: Remove RTEMS_ENABLE_BARE,
334        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
335
3362005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
339        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
340        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
341        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
342        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
343        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
344        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
345        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
346        Convert to using *_PROGRAMS.
347
3482005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * psx01/Makefile.am, psx02/Makefile.am,
351        psx03/Makefile.am, psx04/Makefile.am,
352        psx05/Makefile.am, psx06/Makefile.am,
353        psx07/Makefile.am, psx08/Makefile.am,
354        psx09/Makefile.am, psx10/Makefile.am,
355        psx11/Makefile.am, psx12/Makefile.am,
356        psx13/Makefile.am, psxcancel/Makefile.am,
357        psxchroot01/Makefile.am, psxfile01/Makefile.am,
358        psxmount/Makefile.am, psxmsgq01/Makefile.am,
359        psxreaddir/Makefile.am, psxsem01/Makefile.am,
360        psxstat/Makefile.am, psxtime/Makefile.am,
361        psxtimer/Makefile.am: Rework.
362
3632005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
366        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
367        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
368        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
369        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
370        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
371        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
372        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
373        * psxtests.am: Remove.
374
3752005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
378        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
379        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
380        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
381        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
382        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
383        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
384        psxtime/Makefile.am, psxtimer/Makefile.am:
385        AM_CPPFLAGS += -I..../support/include.
386
3872005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
390
3912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
392
393        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
394        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
395        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
396        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
397        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
398        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
399        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
400        psxstat/Makefile.am: Add ../include/pmacros.h
401        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
402        POSIX_FILES_DIRS.
403        * psxtests.am: Remove LIB_VARIANT.
404
4052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
408        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
409        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
410        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
411        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
412        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
413        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
414        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
415        Remove SRC, PRINT_SRC.
416
4172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
418
419        * Makefile.am: Cleanup.
420
4212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
424        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
425        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
426        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
427        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
428        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
429        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
430        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
431        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
432        Partial conversion to automake.
433
4342005-09-01      Joel Sherrill <joel@OARcorp.com>
435
436        PR 628/rtems
437        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
438        being an error.
439
4402005-04-26      Joel Sherrill <joel@OARcorp.com>
441
442        * psxreaddir/test.c: Eliminate warnings.
443
4442004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * configure.ac: Require automake > 1.9.
447
4482004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
457        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
458        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
459        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
460        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
461        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
462        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
463        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
464        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
465        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
466        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
467        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
468        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
469        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
470        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
471        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
472        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
473
4742004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
477        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
478        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
479        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
480
4812004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
484        to using c99 fixed size types.
485
4862004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
487
488        * Makefile.am: Remove include from SUBDIRS.
489
4902004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
491
492        * include/Makefile.am: Remove.
493        * Makefile.am: Merge-in include/Makefile.am.
494        * configure.ac: Reflect changes above.
495
4962004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Add 2nd arg to RTEMS_TOP.
499
5002004-03-05      Joel Sherrill <joel@OARcorp.com>
501
502        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
503        psxtimer/psxtimer.c: Eliminate warnings and typos.
504
5052004-02-26      Sébastien Barré <sbarre@sdelcc.com>
506
507        PR 582/core
508        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
509        queue test so more of it runs now.
510
5112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
514        Add PRE/TMPINSTALL_FILES to CLEANFILES.
515        * psx02/Makefile.am: Ditto.
516        * psx03/Makefile.am: Ditto.
517        * psx04/Makefile.am: Ditto.
518        * psx05/Makefile.am: Ditto.
519        * psx06/Makefile.am: Ditto.
520        * psx07/Makefile.am: Ditto.
521        * psx08/Makefile.am: Ditto.
522        * psx09/Makefile.am: Ditto.
523        * psx10/Makefile.am: Ditto.
524        * psx11/Makefile.am: Ditto.
525        * psx12/Makefile.am: Ditto.
526        * psx13/Makefile.am: Ditto.
527        * psxcancel/Makefile.am: Ditto.
528        * psxchroot01/Makefile.am: Ditto.
529        * psxfile01/Makefile.am: Ditto.
530        * psxmount/Makefile.am: Ditto.
531        * psxmsgq01/Makefile.am: Ditto.
532        * psxreaddir/Makefile.am: Ditto.
533        * psxsem01/Makefile.am: Ditto.
534        * psxstat/Makefile.am: Ditto.
535        * psxtime/Makefile.am: Ditto.
536        * psxtimer/Makefile.am: Ditto.
537
5382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * psxtests.am: Add dirstamp support.
541
5422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
545
5462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
549
5502003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * psxcancel/Makefile.am: Remove used H_FILES.
553
5542003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * include/Makefile.am: Reformat.
557        * psx01/Makefile.am: Remove all-local: $(ARCH).
558        * psx02/Makefile.am: Remove all-local: $(ARCH).
559        * psx03/Makefile.am: Remove all-local: $(ARCH).
560        * psx04/Makefile.am: Remove all-local: $(ARCH).
561        * psx05/Makefile.am: Remove all-local: $(ARCH).
562        * psx06/Makefile.am: Remove all-local: $(ARCH).
563        * psx07/Makefile.am: Remove all-local: $(ARCH).
564        * psx08/Makefile.am: Remove all-local: $(ARCH).
565        * psx09/Makefile.am: Remove all-local: $(ARCH).
566        * psx10/Makefile.am: Remove all-local: $(ARCH).
567        * psx11/Makefile.am: Remove all-local: $(ARCH).
568        * psx12/Makefile.am: Remove all-local: $(ARCH).
569        * psx13/Makefile.am: Remove all-local: $(ARCH).
570        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
571        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
572        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
573        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
574        * psxmount/Makefile.am: Remove all-local: $(ARCH).
575        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
576        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
577        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
578        * psxstat/Makefile.am: Remove all-local: $(ARCH).
579        * psxtime/Makefile.am: Remove all-local: $(ARCH).
580        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
581
5822003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac: Reflect having moved to testsuites/.
585
5862003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Remove RTEMS_CANONICAL_HOST.
589
5902003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac:Remove RTEMS_CHECK_CPU.
593
5942003-09-15      Jennifer Averett <jennifer@OARcorp.com>
595
596        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
597
5982003-09-04      Joel Sherrill <joel@OARcorp.com>
599
600        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
601        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
602        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
603        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
604        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
605        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
606        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
607        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
608        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
609        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
610        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
611        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
612        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
613        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
614        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
615        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
616        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
617        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
618        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
619        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
620        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
621        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
622        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
623        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
624        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
625        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
626        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
627        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
628        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
629        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
630        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
631        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
632        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
633        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
634        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
635        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
636        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
637        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
638        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
639        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
640        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
641        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
642        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
643        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
644        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
645        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
646        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
647        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
648        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
649        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
650        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
651        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
652        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
653        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
654        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
655        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
656        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
657        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
658        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
659        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
660        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
661        psxtimer/system.h: URL for license changed.
662
6632003-09-04      Joel Sherrill <joel@OARcorp.com>
664
665        PR 462/tests
666        * psxhdrs/Makefile.am: Added ualarm.c
667        * psxhdrs/signal23.c: New file.
668
6692003-09-03      Joel Sherrill <joel@OARcorp.com>
670
671        PR 463/tests
672        PR 465/tests
673        * psxhdrs/Makefile.am: Add new test cases.
674        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
675        psxhdrs/timer07.c: New files.
676
6772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * Makefile.am: Reflect having moved aclocal/.
680
6812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * Makefile.am: Reflect having moved automake/.
684        * include/Makefile.am: Reflect having moved automake/.
685        * psx01/Makefile.am: Reflect having moved automake/.
686        * psx02/Makefile.am: Reflect having moved automake/.
687        * psx03/Makefile.am: Reflect having moved automake/.
688        * psx04/Makefile.am: Reflect having moved automake/.
689        * psx05/Makefile.am: Reflect having moved automake/.
690        * psx06/Makefile.am: Reflect having moved automake/.
691        * psx07/Makefile.am: Reflect having moved automake/.
692        * psx08/Makefile.am: Reflect having moved automake/.
693        * psx09/Makefile.am: Reflect having moved automake/.
694        * psx10/Makefile.am: Reflect having moved automake/.
695        * psx11/Makefile.am: Reflect having moved automake/.
696        * psx12/Makefile.am: Reflect having moved automake/.
697        * psx13/Makefile.am: Reflect having moved automake/.
698        * psxcancel/Makefile.am: Reflect having moved automake/.
699        * psxchroot01/Makefile.am: Reflect having moved automake/.
700        * psxfile01/Makefile.am: Reflect having moved automake/.
701        * psxhdrs/Makefile.am: Reflect having moved automake/.
702        * psxmount/Makefile.am: Reflect having moved automake/.
703        * psxmsgq01/Makefile.am: Reflect having moved automake/.
704        * psxreaddir/Makefile.am: Reflect having moved automake/.
705        * psxsem01/Makefile.am: Reflect having moved automake/.
706        * psxstat/Makefile.am: Reflect having moved automake/.
707        * psxtime/Makefile.am: Reflect having moved automake/.
708        * psxtimer/Makefile.am: Reflect having moved automake/.
709
7102003-08-14      Joel Sherrill <joel@OARcorp.com>
711
712        PR 408/filesystem
713        * psx13/test.c: Added very rudimentary test of sync() service.
714
7152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
718
7192003-06-12      Joel Sherrill <joel@OARcorp.com>
720
721        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
722
7232003-05-29      Joel Sherrill <joel@OARcorp.com>
724
725        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
726        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
727        psxtimer/psxtimer.c: Removed warnings.
728
7292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
732        CC_CFLAGS_DEFAULT (obsolete).
733
7342003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
737        Remove CC_LDFLAGS_PROFILE_V.
738
7392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: Remove AC_CONFIG_AUX_DIR.
742
7432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
746
7472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * configure.ac: AC_PREREQ(2.57).
750
7512002-11-14      Joel Sherrill <joel@OARcorp.com>
752
753        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
754        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
755        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
756        Per PR239 update the IDs in the various screens.
757
7582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * .cvsignore: Reformat.
761        Add autom4te*cache.
762        Remove autom4te.cache.
763
7642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
767        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
768        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
769        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
770        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
771        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
772        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
773        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
774        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
775        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
776        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
777        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
778        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
779        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
780        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
781        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
782        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
783        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
784        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
785        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
786        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
787        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
788        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
789        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
790
7912002-08-01      Joel Sherrill <joel@OARcorp.com>
792
793        * Per PR47 add support for buffered test output.  This involved
794        adding defines to redirect output to a buffer and dump it when
795        full, at "test pause", and at exit.  To avoid problems when redefining
796        exit(), all tests were modified to call rtems_test_exit().
797        Some tests, notable psxtests, had to be modified to include
798        the standard test macro .h file (pmacros.h or tmacros.h) to
799        enable this support.
800        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
801        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
802        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
803        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
804        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
805        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
806        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
807        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
808        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
809        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
810        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
811        psxtime/test.c, psxtimer/psxtimer.c: Modified.
812
8132002-07-05      Joel Sherrill <joel@OARcorp.com>
814
815        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
816        Updated as part of PR164 which reported problems with the RTEMS
817        implementation of pthread_cancel.
818       
8192001-04-26      Joel Sherrill <joel@OARcorp.com>
820
821        * psxmsgq01/init.c: Reflect changes made to address PR81 that
822        reworked POSIX message queues to add a descriptor separate from
823        the underlying message queue.  This allows non-blocking to follow
824        the "open" not the underlying queue.
825 
8262002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * configure.ac: Remove ENABLE_GCC28.
829
8302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * configure.ac:
833        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
834        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
835        * Makefile.am: Remove AUTOMAKE_OPTIONS.
836        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
837        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
838        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
839        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
840        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
841        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
842        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
843        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
844        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
845        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
846        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
847        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
848        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
849        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
850        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
851        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
852        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
853        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
854        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
855        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
856        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
857        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
858        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
859        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
860        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
861
8622001-11-07      Jennifer Averett <jennifer@OARcorp.com>
863
864        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
865        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
866        Since we check permissions before evaluating enough to see if it
867        a regular file or directory, this hack is needed to make the regular
868        file executable.
869
8702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
873        * configure.in: Remove.
874        * configure.ac: New file, generated from configure.in by autoupdate.
875
8762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
879
8802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
883        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
884        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
885        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
886        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
887        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
888        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
889        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
890        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
891        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
892        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
893        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
894        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
895        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
896        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
897        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
898        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
899        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
900        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
901        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
902        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
903        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
904        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
905        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
906
9072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
908
909        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
910        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
911        psxchroot01 test.
912
9132001-05-25      Joel Sherrill <joel@OARcorp.com>
914
915        * Added once version of psxchroot01 test for user review.
916        * psxchroot01: New directory.
917        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
918        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
919        * configure.in, Makefile.am: Modified to reflect above.
920
9212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
922
923        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
924
9252001-04-24      Joel Sherrill <joel@OARcorp.com>
926
927        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
928        open, write, reopen, append twice from Andrew Bythell
929        <abythell@nortelnetworks.com> that tripped an initialization
930        problem in the IMFS.
931
9322001-04-20      Joel Sherrill <joel@OARcorp.com>
933
934        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
935        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
936        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
937        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
938        Various adjustments so test output matches screens more reliably.
939
9402001-01-25      Joel Sherrill <joel@OARcorp.com>
941
942        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
943
9442000-11-17      Jennifer Averett <jennifer@OARcorp.com>
945
946        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
947        to remain consistant across platforms and bsps by forcing
948        a mount point in front of all paths.
949
9502000-11-17      Jennifer Averret <jennifer@OARcorp.com>
951
952        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
953        expected error condition in one case.
954        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
955        readdir() of root of mounted filesystem.  Also corrected the screen
956        file for some mistakes noticed in this effort.
957
9582000-11-13      Joel Sherrill <joel@OARcorp.com>
959
960        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
961
9622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
965
9662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
969
9702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
973        Switch to GNU canonicalization.
974        * psxtests.am: Remove DEFS.
975
9762000-10-24      Joel Sherrill <joel@OARcorp.com>
977
978        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
979        It was formerly incorrectly prototyped in <libio.h>.
980
9812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
984        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
985        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
986        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
987        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
988        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
989        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
990        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
991
9922000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
994        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
995        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
996        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
997        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
998        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
999        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1000
10012000-08-10      Joel Sherrill <joel@OARcorp.com>
1002
1003        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.