source: rtems/testsuites/psxtests/ChangeLog @ 3f4dce3

4.104.114.95
Last change on this file since 3f4dce3 was 3f4dce3, checked in by Joel Sherrill <joel.sherrill@…>, on 02/22/08 at 19:34:14

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

  • psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
  • Property mode set to 100644
File size: 35.5 KB
Line 
12008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
4
52008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * psxkey01/task.c: Fix warnings.
8
92008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
12
132008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
14
15        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
16        Added tests for failure path coverages. Consolidated methods used in
17        multiple places into support routines.
18        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
19        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
20        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
21
222008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
25        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
26        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
27        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
28        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
29        Make tmacros.h available to all POSIX tests. Add a clock_settime case
30        for < 1988.
31
322008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * Makefile.am, configure.ac: New tests.
35        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
36        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
37        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
38        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
39        psxfatal_support/init.c, psxfatal_support/system.h: New files.
40
412008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
44        portions of Object Services added to API.
45        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
46        psx14/system.h: New files.
47
482008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
49
50        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
51        pthread_attr_[get|set]clock.
52
532008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
56        implementation mprotect().
57
582008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * psxcleanup/.cvsignore: New file.
61
622008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
63
64        * psxcleanup/system.h: New file.
65
662008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
67
68        * Makefile.am, configure.ac:
69        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
70        psxcleanup/psxcleanup.scn: New files.
71
722008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
73
74        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
75        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
76
772007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
80
812007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
82
83        * Makefile.am, configure.ac: Added test for ualarm
84        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
85        psxualarm/system.h: New files.
86
872007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
88
89        * Makefile.am, configure.ac: Added posix signal test
90        * psxsignal01/Makefile.am, psxsignal01/init.c,
91        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
92        psxsignal01/task1.c: New files.
93
942007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * Makefile.am, configure.ac: Add test for sysconf().
97        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
98        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
99
1002007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * psx01/init.c, psx01/psx01.scn: Add more test cases for
103        sched_rr_get_interval() and sched_get_priority_max().
104
1052007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * psxenosys/init.c: Fix typo.
108
1092007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
112        addition of second POSIX Timer test. Add initial version of
113        psxtimer02 to cover some conditions missed in psxtimer01. More cases
114        left to add.
115        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
116        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
117        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
118        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
119        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
120        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
121
1222007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
125
1262007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
129        functions that return ENOSYS.
130        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
131        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
132
1332007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * psx13/test.c: Fix spelling error.
136
1372007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * psxtime/test.c: Add tests for adjtime().
140
1412007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
142
143        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
144        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
145        cases to improve test coverage.
146
1472007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        PR 1262/filesystem
150        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
151        and writev() including documentation and test case.
152        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
153        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
154
1552007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
158        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
159        test cases so last output line follows END OF pattern. Make sure test
160        case all run. All tests appeared ok on sis.
161
1622007-04-05      Joel Sherrill <joel@OARcorp.com>
163
164        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
165        behavior more closely matching GNU/Linux.
166
1672006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
170        include normal blocking and unblocking on timeout.
171
1722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * configure.ac: New BUG-REPORT address.
175
1762006-11-17      Joel Sherrill <joel@OARcorp.com>
177
178        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
179        Previously the timeout was not absolute time and checked BEFORE
180        attempting to lock semaphore.
181
1822006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * psxbarrier01/main.c: New file.
185
1862006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
189        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
190        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
191        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
192
1932006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
196        and partial implementation of POSIX rwlocks.
197        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
198        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
199
2002006-10-30      Joel Sherrill <joel@OARcorp.com>
201
202        PR 841/rtems
203        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
204        specification.
205
2062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * configure.ac: Require autoconf-2.60. Require automake-1.10.
209
2102006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
213        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
214        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
215        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
216        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
217        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
218        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
219        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
220        Use rtems_testsdir instead.
221
2222005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * configure.ac: Remove RTEMS_ENABLE_BARE,
225        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
226
2272005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
230        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
231        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
232        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
233        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
234        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
235        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
236        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
237        Convert to using *_PROGRAMS.
238
2392005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * psx01/Makefile.am, psx02/Makefile.am,
242        psx03/Makefile.am, psx04/Makefile.am,
243        psx05/Makefile.am, psx06/Makefile.am,
244        psx07/Makefile.am, psx08/Makefile.am,
245        psx09/Makefile.am, psx10/Makefile.am,
246        psx11/Makefile.am, psx12/Makefile.am,
247        psx13/Makefile.am, psxcancel/Makefile.am,
248        psxchroot01/Makefile.am, psxfile01/Makefile.am,
249        psxmount/Makefile.am, psxmsgq01/Makefile.am,
250        psxreaddir/Makefile.am, psxsem01/Makefile.am,
251        psxstat/Makefile.am, psxtime/Makefile.am,
252        psxtimer/Makefile.am: Rework.
253
2542005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
257        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
258        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
259        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
260        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
261        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
262        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
263        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
264        * psxtests.am: Remove.
265
2662005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
269        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
270        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
271        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
272        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
273        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
274        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
275        psxtime/Makefile.am, psxtimer/Makefile.am:
276        AM_CPPFLAGS += -I..../support/include.
277
2782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
281
2822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
285        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
286        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
287        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
288        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
289        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
290        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
291        psxstat/Makefile.am: Add ../include/pmacros.h
292        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
293        POSIX_FILES_DIRS.
294        * psxtests.am: Remove LIB_VARIANT.
295
2962005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
299        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
300        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
301        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
302        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
303        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
304        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
305        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
306        Remove SRC, PRINT_SRC.
307
3082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * Makefile.am: Cleanup.
311
3122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
315        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
316        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
317        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
318        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
319        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
320        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
321        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
322        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
323        Partial conversion to automake.
324
3252005-09-01      Joel Sherrill <joel@OARcorp.com>
326
327        PR 628/rtems
328        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
329        being an error.
330
3312005-04-26      Joel Sherrill <joel@OARcorp.com>
332
333        * psxreaddir/test.c: Eliminate warnings.
334
3352004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * configure.ac: Require automake > 1.9.
338
3392004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
342        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
343        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
344        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
345        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
346        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
347        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
348        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
349        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
350        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
351        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
352        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
353        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
354        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
355        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
356        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
357        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
358        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
359        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
360        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
361        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
362        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
363        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
364
3652004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
368        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
369        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
370        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
371
3722004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
375        to using c99 fixed size types.
376
3772004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
378
379        * Makefile.am: Remove include from SUBDIRS.
380
3812004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * include/Makefile.am: Remove.
384        * Makefile.am: Merge-in include/Makefile.am.
385        * configure.ac: Reflect changes above.
386
3872004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Add 2nd arg to RTEMS_TOP.
390
3912004-03-05      Joel Sherrill <joel@OARcorp.com>
392
393        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
394        psxtimer/psxtimer.c: Eliminate warnings and typos.
395
3962004-02-26      Sébastien Barré <sbarre@sdelcc.com>
397
398        PR 582/core
399        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
400        queue test so more of it runs now.
401
4022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
405        Add PRE/TMPINSTALL_FILES to CLEANFILES.
406        * psx02/Makefile.am: Ditto.
407        * psx03/Makefile.am: Ditto.
408        * psx04/Makefile.am: Ditto.
409        * psx05/Makefile.am: Ditto.
410        * psx06/Makefile.am: Ditto.
411        * psx07/Makefile.am: Ditto.
412        * psx08/Makefile.am: Ditto.
413        * psx09/Makefile.am: Ditto.
414        * psx10/Makefile.am: Ditto.
415        * psx11/Makefile.am: Ditto.
416        * psx12/Makefile.am: Ditto.
417        * psx13/Makefile.am: Ditto.
418        * psxcancel/Makefile.am: Ditto.
419        * psxchroot01/Makefile.am: Ditto.
420        * psxfile01/Makefile.am: Ditto.
421        * psxmount/Makefile.am: Ditto.
422        * psxmsgq01/Makefile.am: Ditto.
423        * psxreaddir/Makefile.am: Ditto.
424        * psxsem01/Makefile.am: Ditto.
425        * psxstat/Makefile.am: Ditto.
426        * psxtime/Makefile.am: Ditto.
427        * psxtimer/Makefile.am: Ditto.
428
4292003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * psxtests.am: Add dirstamp support.
432
4332003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
436
4372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
440
4412003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * psxcancel/Makefile.am: Remove used H_FILES.
444
4452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * include/Makefile.am: Reformat.
448        * psx01/Makefile.am: Remove all-local: $(ARCH).
449        * psx02/Makefile.am: Remove all-local: $(ARCH).
450        * psx03/Makefile.am: Remove all-local: $(ARCH).
451        * psx04/Makefile.am: Remove all-local: $(ARCH).
452        * psx05/Makefile.am: Remove all-local: $(ARCH).
453        * psx06/Makefile.am: Remove all-local: $(ARCH).
454        * psx07/Makefile.am: Remove all-local: $(ARCH).
455        * psx08/Makefile.am: Remove all-local: $(ARCH).
456        * psx09/Makefile.am: Remove all-local: $(ARCH).
457        * psx10/Makefile.am: Remove all-local: $(ARCH).
458        * psx11/Makefile.am: Remove all-local: $(ARCH).
459        * psx12/Makefile.am: Remove all-local: $(ARCH).
460        * psx13/Makefile.am: Remove all-local: $(ARCH).
461        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
462        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
463        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
464        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
465        * psxmount/Makefile.am: Remove all-local: $(ARCH).
466        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
467        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
468        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
469        * psxstat/Makefile.am: Remove all-local: $(ARCH).
470        * psxtime/Makefile.am: Remove all-local: $(ARCH).
471        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
472
4732003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Reflect having moved to testsuites/.
476
4772003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Remove RTEMS_CANONICAL_HOST.
480
4812003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac:Remove RTEMS_CHECK_CPU.
484
4852003-09-15      Jennifer Averett <jennifer@OARcorp.com>
486
487        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
488
4892003-09-04      Joel Sherrill <joel@OARcorp.com>
490
491        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
492        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
493        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
494        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
495        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
496        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
497        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
498        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
499        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
500        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
501        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
502        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
503        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
504        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
505        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
506        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
507        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
508        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
509        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
510        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
511        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
512        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
513        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
514        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
515        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
516        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
517        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
518        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
519        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
520        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
521        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
522        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
523        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
524        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
525        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
526        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
527        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
528        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
529        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
530        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
531        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
532        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
533        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
534        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
535        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
536        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
537        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
538        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
539        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
540        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
541        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
542        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
543        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
544        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
545        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
546        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
547        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
548        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
549        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
550        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
551        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
552        psxtimer/system.h: URL for license changed.
553
5542003-09-04      Joel Sherrill <joel@OARcorp.com>
555
556        PR 462/tests
557        * psxhdrs/Makefile.am: Added ualarm.c
558        * psxhdrs/signal23.c: New file.
559
5602003-09-03      Joel Sherrill <joel@OARcorp.com>
561
562        PR 463/tests
563        PR 465/tests
564        * psxhdrs/Makefile.am: Add new test cases.
565        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
566        psxhdrs/timer07.c: New files.
567
5682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * Makefile.am: Reflect having moved aclocal/.
571
5722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * Makefile.am: Reflect having moved automake/.
575        * include/Makefile.am: Reflect having moved automake/.
576        * psx01/Makefile.am: Reflect having moved automake/.
577        * psx02/Makefile.am: Reflect having moved automake/.
578        * psx03/Makefile.am: Reflect having moved automake/.
579        * psx04/Makefile.am: Reflect having moved automake/.
580        * psx05/Makefile.am: Reflect having moved automake/.
581        * psx06/Makefile.am: Reflect having moved automake/.
582        * psx07/Makefile.am: Reflect having moved automake/.
583        * psx08/Makefile.am: Reflect having moved automake/.
584        * psx09/Makefile.am: Reflect having moved automake/.
585        * psx10/Makefile.am: Reflect having moved automake/.
586        * psx11/Makefile.am: Reflect having moved automake/.
587        * psx12/Makefile.am: Reflect having moved automake/.
588        * psx13/Makefile.am: Reflect having moved automake/.
589        * psxcancel/Makefile.am: Reflect having moved automake/.
590        * psxchroot01/Makefile.am: Reflect having moved automake/.
591        * psxfile01/Makefile.am: Reflect having moved automake/.
592        * psxhdrs/Makefile.am: Reflect having moved automake/.
593        * psxmount/Makefile.am: Reflect having moved automake/.
594        * psxmsgq01/Makefile.am: Reflect having moved automake/.
595        * psxreaddir/Makefile.am: Reflect having moved automake/.
596        * psxsem01/Makefile.am: Reflect having moved automake/.
597        * psxstat/Makefile.am: Reflect having moved automake/.
598        * psxtime/Makefile.am: Reflect having moved automake/.
599        * psxtimer/Makefile.am: Reflect having moved automake/.
600
6012003-08-14      Joel Sherrill <joel@OARcorp.com>
602
603        PR 408/filesystem
604        * psx13/test.c: Added very rudimentary test of sync() service.
605
6062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
609
6102003-06-12      Joel Sherrill <joel@OARcorp.com>
611
612        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
613
6142003-05-29      Joel Sherrill <joel@OARcorp.com>
615
616        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
617        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
618        psxtimer/psxtimer.c: Removed warnings.
619
6202003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
623        CC_CFLAGS_DEFAULT (obsolete).
624
6252003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
628        Remove CC_LDFLAGS_PROFILE_V.
629
6302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * configure.ac: Remove AC_CONFIG_AUX_DIR.
633
6342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
637
6382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac: AC_PREREQ(2.57).
641
6422002-11-14      Joel Sherrill <joel@OARcorp.com>
643
644        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
645        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
646        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
647        Per PR239 update the IDs in the various screens.
648
6492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * .cvsignore: Reformat.
652        Add autom4te*cache.
653        Remove autom4te.cache.
654
6552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
658        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
659        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
660        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
661        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
662        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
663        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
664        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
665        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
666        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
667        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
668        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
669        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
670        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
671        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
672        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
673        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
674        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
675        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
676        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
677        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
678        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
679        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
680        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
681
6822002-08-01      Joel Sherrill <joel@OARcorp.com>
683
684        * Per PR47 add support for buffered test output.  This involved
685        adding defines to redirect output to a buffer and dump it when
686        full, at "test pause", and at exit.  To avoid problems when redefining
687        exit(), all tests were modified to call rtems_test_exit().
688        Some tests, notable psxtests, had to be modified to include
689        the standard test macro .h file (pmacros.h or tmacros.h) to
690        enable this support.
691        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
692        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
693        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
694        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
695        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
696        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
697        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
698        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
699        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
700        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
701        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
702        psxtime/test.c, psxtimer/psxtimer.c: Modified.
703
7042002-07-05      Joel Sherrill <joel@OARcorp.com>
705
706        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
707        Updated as part of PR164 which reported problems with the RTEMS
708        implementation of pthread_cancel.
709       
7102001-04-26      Joel Sherrill <joel@OARcorp.com>
711
712        * psxmsgq01/init.c: Reflect changes made to address PR81 that
713        reworked POSIX message queues to add a descriptor separate from
714        the underlying message queue.  This allows non-blocking to follow
715        the "open" not the underlying queue.
716 
7172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * configure.ac: Remove ENABLE_GCC28.
720
7212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * configure.ac:
724        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
725        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
726        * Makefile.am: Remove AUTOMAKE_OPTIONS.
727        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
728        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
729        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
730        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
731        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
732        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
733        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
734        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
735        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
736        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
737        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
740        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
741        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
742        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
743        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
747        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
748        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
749        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
750        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
751        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
752
7532001-11-07      Jennifer Averett <jennifer@OARcorp.com>
754
755        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
756        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
757        Since we check permissions before evaluating enough to see if it
758        a regular file or directory, this hack is needed to make the regular
759        file executable.
760
7612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
764        * configure.in: Remove.
765        * configure.ac: New file, generated from configure.in by autoupdate.
766
7672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
770
7712001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
774        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
775        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
776        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
777        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
778        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
779        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
780        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
781        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
782        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
783        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
784        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
785        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
786        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
787        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
788        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
789        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
790        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
791        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
792        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
793        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
794        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
795        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
796        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
797
7982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
799
800        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
801        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
802        psxchroot01 test.
803
8042001-05-25      Joel Sherrill <joel@OARcorp.com>
805
806        * Added once version of psxchroot01 test for user review.
807        * psxchroot01: New directory.
808        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
809        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
810        * configure.in, Makefile.am: Modified to reflect above.
811
8122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
813
814        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
815
8162001-04-24      Joel Sherrill <joel@OARcorp.com>
817
818        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
819        open, write, reopen, append twice from Andrew Bythell
820        <abythell@nortelnetworks.com> that tripped an initialization
821        problem in the IMFS.
822
8232001-04-20      Joel Sherrill <joel@OARcorp.com>
824
825        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
826        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
827        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
828        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
829        Various adjustments so test output matches screens more reliably.
830
8312001-01-25      Joel Sherrill <joel@OARcorp.com>
832
833        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
834
8352000-11-17      Jennifer Averett <jennifer@OARcorp.com>
836
837        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
838        to remain consistant across platforms and bsps by forcing
839        a mount point in front of all paths.
840
8412000-11-17      Jennifer Averret <jennifer@OARcorp.com>
842
843        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
844        expected error condition in one case.
845        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
846        readdir() of root of mounted filesystem.  Also corrected the screen
847        file for some mistakes noticed in this effort.
848
8492000-11-13      Joel Sherrill <joel@OARcorp.com>
850
851        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
852
8532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
856
8572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
860
8612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
864        Switch to GNU canonicalization.
865        * psxtests.am: Remove DEFS.
866
8672000-10-24      Joel Sherrill <joel@OARcorp.com>
868
869        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
870        It was formerly incorrectly prototyped in <libio.h>.
871
8722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
875        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
876        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
877        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
878        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
879        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
880        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
881        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
882
8832000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
885        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
886        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
887        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
888        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
889        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
890        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
891
8922000-08-10      Joel Sherrill <joel@OARcorp.com>
893
894        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.