source: rtems/testsuites/psxtests/ChangeLog @ 7b7073e8

4.104.114.95
Last change on this file since 7b7073e8 was 7b7073e8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 03:33:27

2008-09-06 Ralf Corsépius <ralf.corsepius@…>

  • psxcleanup/psxcleanup.c, psxfatal_support/init.c, psxfatal_support/system.h: Convert to "bool".
  • Property mode set to 100644
File size: 37.3 KB
Line 
12008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
4        psxfatal_support/system.h: Convert to "bool".
5
62008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
7
8        PR 1296/cpukit.
9        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
10        incorrect repeat interval. This patch fixes the following problems in
11        the test.
12          (1) Adds test for value of it_interval.tv_nsec.
13          (2) Corrects test for absolute timer in past.
14          (3) Modifies test to use different initial and repeat periods.
15          (4) Updates psxtimer01.scn to match results.
16
172008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        PR 1297/cpukit
20        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
21        pointer handling.
22
232008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * psxsem01/init.c: Spacing.
26
272008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
28
29        PR 1293/tests
30        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
31
322008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        PR 1291/cpukit
35        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
36        POSIX services taking relative instead of absolute time for timeouts,
37        these tests were updated.
38
392008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * psxfile01/test.c: truncate on /dev/console now works.
42
432008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
46        requested for initialization task.
47
482008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
51        like CVS conflict markers.
52
532008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
56        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
57
582008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
61
622008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * psxkey01/task.c: Fix warnings.
65
662008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
69
702008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
71
72        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
73        Added tests for failure path coverages. Consolidated methods used in
74        multiple places into support routines.
75        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
76        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
77        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
78
792008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
82        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
83        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
84        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
85        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
86        Make tmacros.h available to all POSIX tests. Add a clock_settime case
87        for < 1988.
88
892008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am, configure.ac: New tests.
92        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
93        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
94        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
95        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
96        psxfatal_support/init.c, psxfatal_support/system.h: New files.
97
982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
101        portions of Object Services added to API.
102        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
103        psx14/system.h: New files.
104
1052008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
106
107        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
108        pthread_attr_[get|set]clock.
109
1102008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
113        implementation mprotect().
114
1152008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * psxcleanup/.cvsignore: New file.
118
1192008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
120
121        * psxcleanup/system.h: New file.
122
1232008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
124
125        * Makefile.am, configure.ac:
126        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
127        psxcleanup/psxcleanup.scn: New files.
128
1292008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
130
131        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
132        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
133
1342007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
137
1382007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
139
140        * Makefile.am, configure.ac: Added test for ualarm
141        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
142        psxualarm/system.h: New files.
143
1442007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
145
146        * Makefile.am, configure.ac: Added posix signal test
147        * psxsignal01/Makefile.am, psxsignal01/init.c,
148        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
149        psxsignal01/task1.c: New files.
150
1512007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * Makefile.am, configure.ac: Add test for sysconf().
154        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
155        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
156
1572007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * psx01/init.c, psx01/psx01.scn: Add more test cases for
160        sched_rr_get_interval() and sched_get_priority_max().
161
1622007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * psxenosys/init.c: Fix typo.
165
1662007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
169        addition of second POSIX Timer test. Add initial version of
170        psxtimer02 to cover some conditions missed in psxtimer01. More cases
171        left to add.
172        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
173        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
174        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
175        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
176        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
177        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
178
1792007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
182
1832007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
186        functions that return ENOSYS.
187        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
188        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
189
1902007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * psx13/test.c: Fix spelling error.
193
1942007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * psxtime/test.c: Add tests for adjtime().
197
1982007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
199
200        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
201        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
202        cases to improve test coverage.
203
2042007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        PR 1262/filesystem
207        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
208        and writev() including documentation and test case.
209        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
210        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
211
2122007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
215        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
216        test cases so last output line follows END OF pattern. Make sure test
217        case all run. All tests appeared ok on sis.
218
2192007-04-05      Joel Sherrill <joel@OARcorp.com>
220
221        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
222        behavior more closely matching GNU/Linux.
223
2242006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
227        include normal blocking and unblocking on timeout.
228
2292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: New BUG-REPORT address.
232
2332006-11-17      Joel Sherrill <joel@OARcorp.com>
234
235        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
236        Previously the timeout was not absolute time and checked BEFORE
237        attempting to lock semaphore.
238
2392006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * psxbarrier01/main.c: New file.
242
2432006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
246        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
247        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
248        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
249
2502006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
253        and partial implementation of POSIX rwlocks.
254        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
255        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
256
2572006-10-30      Joel Sherrill <joel@OARcorp.com>
258
259        PR 841/rtems
260        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
261        specification.
262
2632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * configure.ac: Require autoconf-2.60. Require automake-1.10.
266
2672006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
270        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
271        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
272        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
273        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
274        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
275        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
276        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
277        Use rtems_testsdir instead.
278
2792005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * configure.ac: Remove RTEMS_ENABLE_BARE,
282        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
283
2842005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
285
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        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
291        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
292        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
293        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
294        Convert to using *_PROGRAMS.
295
2962005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * psx01/Makefile.am, psx02/Makefile.am,
299        psx03/Makefile.am, psx04/Makefile.am,
300        psx05/Makefile.am, psx06/Makefile.am,
301        psx07/Makefile.am, psx08/Makefile.am,
302        psx09/Makefile.am, psx10/Makefile.am,
303        psx11/Makefile.am, psx12/Makefile.am,
304        psx13/Makefile.am, psxcancel/Makefile.am,
305        psxchroot01/Makefile.am, psxfile01/Makefile.am,
306        psxmount/Makefile.am, psxmsgq01/Makefile.am,
307        psxreaddir/Makefile.am, psxsem01/Makefile.am,
308        psxstat/Makefile.am, psxtime/Makefile.am,
309        psxtimer/Makefile.am: Rework.
310
3112005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
314        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
315        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
316        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
317        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
318        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
319        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
320        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
321        * psxtests.am: Remove.
322
3232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
326        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
327        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
328        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
329        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
330        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
331        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
332        psxtime/Makefile.am, psxtimer/Makefile.am:
333        AM_CPPFLAGS += -I..../support/include.
334
3352005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
338
3392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
342        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
343        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
344        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
345        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
346        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
347        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
348        psxstat/Makefile.am: Add ../include/pmacros.h
349        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
350        POSIX_FILES_DIRS.
351        * psxtests.am: Remove LIB_VARIANT.
352
3532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
354
355        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
356        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
357        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
358        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
359        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
360        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
361        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
362        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
363        Remove SRC, PRINT_SRC.
364
3652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * Makefile.am: Cleanup.
368
3692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
372        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
373        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
374        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
375        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
376        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
377        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
378        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
379        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
380        Partial conversion to automake.
381
3822005-09-01      Joel Sherrill <joel@OARcorp.com>
383
384        PR 628/rtems
385        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
386        being an error.
387
3882005-04-26      Joel Sherrill <joel@OARcorp.com>
389
390        * psxreaddir/test.c: Eliminate warnings.
391
3922004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * configure.ac: Require automake > 1.9.
395
3962004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
402        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
403        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
404        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
405        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
406        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
407        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
408        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
409        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
410        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
411        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
412        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
413        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
414        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
415        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
416        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
417        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
418        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
419        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
420        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
421
4222004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
425        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
426        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
427        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
428
4292004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
432        to using c99 fixed size types.
433
4342004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
435
436        * Makefile.am: Remove include from SUBDIRS.
437
4382004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * include/Makefile.am: Remove.
441        * Makefile.am: Merge-in include/Makefile.am.
442        * configure.ac: Reflect changes above.
443
4442004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Add 2nd arg to RTEMS_TOP.
447
4482004-03-05      Joel Sherrill <joel@OARcorp.com>
449
450        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
451        psxtimer/psxtimer.c: Eliminate warnings and typos.
452
4532004-02-26      Sébastien Barré <sbarre@sdelcc.com>
454
455        PR 582/core
456        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
457        queue test so more of it runs now.
458
4592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
462        Add PRE/TMPINSTALL_FILES to CLEANFILES.
463        * psx02/Makefile.am: Ditto.
464        * psx03/Makefile.am: Ditto.
465        * psx04/Makefile.am: Ditto.
466        * psx05/Makefile.am: Ditto.
467        * psx06/Makefile.am: Ditto.
468        * psx07/Makefile.am: Ditto.
469        * psx08/Makefile.am: Ditto.
470        * psx09/Makefile.am: Ditto.
471        * psx10/Makefile.am: Ditto.
472        * psx11/Makefile.am: Ditto.
473        * psx12/Makefile.am: Ditto.
474        * psx13/Makefile.am: Ditto.
475        * psxcancel/Makefile.am: Ditto.
476        * psxchroot01/Makefile.am: Ditto.
477        * psxfile01/Makefile.am: Ditto.
478        * psxmount/Makefile.am: Ditto.
479        * psxmsgq01/Makefile.am: Ditto.
480        * psxreaddir/Makefile.am: Ditto.
481        * psxsem01/Makefile.am: Ditto.
482        * psxstat/Makefile.am: Ditto.
483        * psxtime/Makefile.am: Ditto.
484        * psxtimer/Makefile.am: Ditto.
485
4862003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * psxtests.am: Add dirstamp support.
489
4902003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
493
4942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
497
4982003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * psxcancel/Makefile.am: Remove used H_FILES.
501
5022003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * include/Makefile.am: Reformat.
505        * psx01/Makefile.am: Remove all-local: $(ARCH).
506        * psx02/Makefile.am: Remove all-local: $(ARCH).
507        * psx03/Makefile.am: Remove all-local: $(ARCH).
508        * psx04/Makefile.am: Remove all-local: $(ARCH).
509        * psx05/Makefile.am: Remove all-local: $(ARCH).
510        * psx06/Makefile.am: Remove all-local: $(ARCH).
511        * psx07/Makefile.am: Remove all-local: $(ARCH).
512        * psx08/Makefile.am: Remove all-local: $(ARCH).
513        * psx09/Makefile.am: Remove all-local: $(ARCH).
514        * psx10/Makefile.am: Remove all-local: $(ARCH).
515        * psx11/Makefile.am: Remove all-local: $(ARCH).
516        * psx12/Makefile.am: Remove all-local: $(ARCH).
517        * psx13/Makefile.am: Remove all-local: $(ARCH).
518        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
519        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
520        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
521        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
522        * psxmount/Makefile.am: Remove all-local: $(ARCH).
523        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
524        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
525        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
526        * psxstat/Makefile.am: Remove all-local: $(ARCH).
527        * psxtime/Makefile.am: Remove all-local: $(ARCH).
528        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
529
5302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Reflect having moved to testsuites/.
533
5342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Remove RTEMS_CANONICAL_HOST.
537
5382003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac:Remove RTEMS_CHECK_CPU.
541
5422003-09-15      Jennifer Averett <jennifer@OARcorp.com>
543
544        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
545
5462003-09-04      Joel Sherrill <joel@OARcorp.com>
547
548        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
549        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
550        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
551        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
552        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
553        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
554        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
555        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
556        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
557        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
558        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
559        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
560        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
561        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
562        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
563        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
564        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
565        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
566        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
567        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
568        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
569        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
570        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
571        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
572        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
573        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
574        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
575        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
576        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
577        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
578        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
579        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
580        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
581        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
582        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
583        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
584        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
585        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
586        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
587        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
588        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
589        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
590        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
591        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
592        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
593        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
594        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
595        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
596        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
597        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
598        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
599        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
600        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
601        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
602        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
603        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
604        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
605        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
606        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
607        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
608        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
609        psxtimer/system.h: URL for license changed.
610
6112003-09-04      Joel Sherrill <joel@OARcorp.com>
612
613        PR 462/tests
614        * psxhdrs/Makefile.am: Added ualarm.c
615        * psxhdrs/signal23.c: New file.
616
6172003-09-03      Joel Sherrill <joel@OARcorp.com>
618
619        PR 463/tests
620        PR 465/tests
621        * psxhdrs/Makefile.am: Add new test cases.
622        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
623        psxhdrs/timer07.c: New files.
624
6252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * Makefile.am: Reflect having moved aclocal/.
628
6292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Reflect having moved automake/.
632        * include/Makefile.am: Reflect having moved automake/.
633        * psx01/Makefile.am: Reflect having moved automake/.
634        * psx02/Makefile.am: Reflect having moved automake/.
635        * psx03/Makefile.am: Reflect having moved automake/.
636        * psx04/Makefile.am: Reflect having moved automake/.
637        * psx05/Makefile.am: Reflect having moved automake/.
638        * psx06/Makefile.am: Reflect having moved automake/.
639        * psx07/Makefile.am: Reflect having moved automake/.
640        * psx08/Makefile.am: Reflect having moved automake/.
641        * psx09/Makefile.am: Reflect having moved automake/.
642        * psx10/Makefile.am: Reflect having moved automake/.
643        * psx11/Makefile.am: Reflect having moved automake/.
644        * psx12/Makefile.am: Reflect having moved automake/.
645        * psx13/Makefile.am: Reflect having moved automake/.
646        * psxcancel/Makefile.am: Reflect having moved automake/.
647        * psxchroot01/Makefile.am: Reflect having moved automake/.
648        * psxfile01/Makefile.am: Reflect having moved automake/.
649        * psxhdrs/Makefile.am: Reflect having moved automake/.
650        * psxmount/Makefile.am: Reflect having moved automake/.
651        * psxmsgq01/Makefile.am: Reflect having moved automake/.
652        * psxreaddir/Makefile.am: Reflect having moved automake/.
653        * psxsem01/Makefile.am: Reflect having moved automake/.
654        * psxstat/Makefile.am: Reflect having moved automake/.
655        * psxtime/Makefile.am: Reflect having moved automake/.
656        * psxtimer/Makefile.am: Reflect having moved automake/.
657
6582003-08-14      Joel Sherrill <joel@OARcorp.com>
659
660        PR 408/filesystem
661        * psx13/test.c: Added very rudimentary test of sync() service.
662
6632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
666
6672003-06-12      Joel Sherrill <joel@OARcorp.com>
668
669        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
670
6712003-05-29      Joel Sherrill <joel@OARcorp.com>
672
673        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
674        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
675        psxtimer/psxtimer.c: Removed warnings.
676
6772003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
680        CC_CFLAGS_DEFAULT (obsolete).
681
6822003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
685        Remove CC_LDFLAGS_PROFILE_V.
686
6872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac: Remove AC_CONFIG_AUX_DIR.
690
6912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
694
6952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: AC_PREREQ(2.57).
698
6992002-11-14      Joel Sherrill <joel@OARcorp.com>
700
701        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
702        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
703        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
704        Per PR239 update the IDs in the various screens.
705
7062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * .cvsignore: Reformat.
709        Add autom4te*cache.
710        Remove autom4te.cache.
711
7122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
715        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
716        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
717        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
718        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
719        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
720        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
721        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
722        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
723        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
724        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
725        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
726        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
727        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
728        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
729        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
730        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
731        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
732        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
733        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
734        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
735        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
736        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
737        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
738
7392002-08-01      Joel Sherrill <joel@OARcorp.com>
740
741        * Per PR47 add support for buffered test output.  This involved
742        adding defines to redirect output to a buffer and dump it when
743        full, at "test pause", and at exit.  To avoid problems when redefining
744        exit(), all tests were modified to call rtems_test_exit().
745        Some tests, notable psxtests, had to be modified to include
746        the standard test macro .h file (pmacros.h or tmacros.h) to
747        enable this support.
748        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
749        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
750        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
751        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
752        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
753        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
754        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
755        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
756        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
757        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
758        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
759        psxtime/test.c, psxtimer/psxtimer.c: Modified.
760
7612002-07-05      Joel Sherrill <joel@OARcorp.com>
762
763        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
764        Updated as part of PR164 which reported problems with the RTEMS
765        implementation of pthread_cancel.
766       
7672001-04-26      Joel Sherrill <joel@OARcorp.com>
768
769        * psxmsgq01/init.c: Reflect changes made to address PR81 that
770        reworked POSIX message queues to add a descriptor separate from
771        the underlying message queue.  This allows non-blocking to follow
772        the "open" not the underlying queue.
773 
7742002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * configure.ac: Remove ENABLE_GCC28.
777
7782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * configure.ac:
781        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
782        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
783        * Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
792        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
793        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
794        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
795        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
796        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
797        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
798        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
799        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
800        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
801        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
802        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
803        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
804        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
805        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
806        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
807        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
808        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
809
8102001-11-07      Jennifer Averett <jennifer@OARcorp.com>
811
812        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
813        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
814        Since we check permissions before evaluating enough to see if it
815        a regular file or directory, this hack is needed to make the regular
816        file executable.
817
8182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
821        * configure.in: Remove.
822        * configure.ac: New file, generated from configure.in by autoupdate.
823
8242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
827
8282001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
831        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
832        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
833        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
834        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
835        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
836        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
837        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
838        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
839        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
840        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
841        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
842        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
843        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
844        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
845        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
846        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
847        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
848        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
849        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
850        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
851        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
852        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
853        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
854
8552001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
856
857        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
858        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
859        psxchroot01 test.
860
8612001-05-25      Joel Sherrill <joel@OARcorp.com>
862
863        * Added once version of psxchroot01 test for user review.
864        * psxchroot01: New directory.
865        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
866        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
867        * configure.in, Makefile.am: Modified to reflect above.
868
8692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
870
871        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
872
8732001-04-24      Joel Sherrill <joel@OARcorp.com>
874
875        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
876        open, write, reopen, append twice from Andrew Bythell
877        <abythell@nortelnetworks.com> that tripped an initialization
878        problem in the IMFS.
879
8802001-04-20      Joel Sherrill <joel@OARcorp.com>
881
882        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
883        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
884        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
885        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
886        Various adjustments so test output matches screens more reliably.
887
8882001-01-25      Joel Sherrill <joel@OARcorp.com>
889
890        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
891
8922000-11-17      Jennifer Averett <jennifer@OARcorp.com>
893
894        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
895        to remain consistant across platforms and bsps by forcing
896        a mount point in front of all paths.
897
8982000-11-17      Jennifer Averret <jennifer@OARcorp.com>
899
900        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
901        expected error condition in one case.
902        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
903        readdir() of root of mounted filesystem.  Also corrected the screen
904        file for some mistakes noticed in this effort.
905
9062000-11-13      Joel Sherrill <joel@OARcorp.com>
907
908        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
909
9102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
913
9142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
917
9182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
921        Switch to GNU canonicalization.
922        * psxtests.am: Remove DEFS.
923
9242000-10-24      Joel Sherrill <joel@OARcorp.com>
925
926        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
927        It was formerly incorrectly prototyped in <libio.h>.
928
9292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
932        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
933        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
934        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
935        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
936        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
937        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
938        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
939
9402000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
942        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
943        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
944        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
945        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
946        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
947        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
948
9492000-08-10      Joel Sherrill <joel@OARcorp.com>
950
951        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.