source: rtems/testsuites/psxtests/ChangeLog @ 66c348cb

4.104.114.95
Last change on this file since 66c348cb was 66c348cb, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/08 at 00:45:08

2008-01-31 Joel Sherrill <joel.sherrill@…>

  • include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c, psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c, psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c, psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c, psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
  • Property mode set to 100644
File size: 34.8 KB
Line 
12008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
4        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
5        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
6        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
7        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
8        Make tmacros.h available to all POSIX tests. Add a clock_settime case
9        for < 1988.
10
112008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, configure.ac: New tests.
14        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
15        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
16        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
17        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
18        psxfatal_support/init.c, psxfatal_support/system.h: New files.
19
202008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
23        portions of Object Services added to API.
24        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
25        psx14/system.h: New files.
26
272008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
28
29        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
30        pthread_attr_[get|set]clock.
31
322008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
35        implementation mprotect().
36
372008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * psxcleanup/.cvsignore: New file.
40
412008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
42
43        * psxcleanup/system.h: New file.
44
452008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
46
47        * Makefile.am, configure.ac:
48        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
49        psxcleanup/psxcleanup.scn: New files.
50
512008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
52
53        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
54        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
55
562007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
59
602007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
61
62        * Makefile.am, configure.ac: Added test for ualarm
63        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
64        psxualarm/system.h: New files.
65
662007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
67
68        * Makefile.am, configure.ac: Added posix signal test
69        * psxsignal01/Makefile.am, psxsignal01/init.c,
70        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
71        psxsignal01/task1.c: New files.
72
732007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * Makefile.am, configure.ac: Add test for sysconf().
76        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
77        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
78
792007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * psx01/init.c, psx01/psx01.scn: Add more test cases for
82        sched_rr_get_interval() and sched_get_priority_max().
83
842007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * psxenosys/init.c: Fix typo.
87
882007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
91        addition of second POSIX Timer test. Add initial version of
92        psxtimer02 to cover some conditions missed in psxtimer01. More cases
93        left to add.
94        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
95        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
96        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
97        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
98        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
99        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
100
1012007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
104
1052007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
108        functions that return ENOSYS.
109        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
110        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
111
1122007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * psx13/test.c: Fix spelling error.
115
1162007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * psxtime/test.c: Add tests for adjtime().
119
1202007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
121
122        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
123        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
124        cases to improve test coverage.
125
1262007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        PR 1262/filesystem
129        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
130        and writev() including documentation and test case.
131        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
132        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
133
1342007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
137        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
138        test cases so last output line follows END OF pattern. Make sure test
139        case all run. All tests appeared ok on sis.
140
1412007-04-05      Joel Sherrill <joel@OARcorp.com>
142
143        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
144        behavior more closely matching GNU/Linux.
145
1462006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
149        include normal blocking and unblocking on timeout.
150
1512006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * configure.ac: New BUG-REPORT address.
154
1552006-11-17      Joel Sherrill <joel@OARcorp.com>
156
157        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
158        Previously the timeout was not absolute time and checked BEFORE
159        attempting to lock semaphore.
160
1612006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * psxbarrier01/main.c: New file.
164
1652006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
168        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
169        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
170        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
171
1722006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
175        and partial implementation of POSIX rwlocks.
176        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
177        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
178
1792006-10-30      Joel Sherrill <joel@OARcorp.com>
180
181        PR 841/rtems
182        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
183        specification.
184
1852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * configure.ac: Require autoconf-2.60. Require automake-1.10.
188
1892006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
192        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
193        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
194        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
195        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
196        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
197        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
198        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
199        Use rtems_testsdir instead.
200
2012005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * configure.ac: Remove RTEMS_ENABLE_BARE,
204        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
205
2062005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
209        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
210        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
211        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
212        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
213        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
214        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
215        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
216        Convert to using *_PROGRAMS.
217
2182005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * psx01/Makefile.am, psx02/Makefile.am,
221        psx03/Makefile.am, psx04/Makefile.am,
222        psx05/Makefile.am, psx06/Makefile.am,
223        psx07/Makefile.am, psx08/Makefile.am,
224        psx09/Makefile.am, psx10/Makefile.am,
225        psx11/Makefile.am, psx12/Makefile.am,
226        psx13/Makefile.am, psxcancel/Makefile.am,
227        psxchroot01/Makefile.am, psxfile01/Makefile.am,
228        psxmount/Makefile.am, psxmsgq01/Makefile.am,
229        psxreaddir/Makefile.am, psxsem01/Makefile.am,
230        psxstat/Makefile.am, psxtime/Makefile.am,
231        psxtimer/Makefile.am: Rework.
232
2332005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
236        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
237        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
238        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
239        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
240        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
241        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
242        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
243        * psxtests.am: Remove.
244
2452005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
248        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
249        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
250        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
251        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
252        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
253        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
254        psxtime/Makefile.am, psxtimer/Makefile.am:
255        AM_CPPFLAGS += -I..../support/include.
256
2572005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
260
2612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
264        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
265        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
266        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
267        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
268        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
269        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
270        psxstat/Makefile.am: Add ../include/pmacros.h
271        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
272        POSIX_FILES_DIRS.
273        * psxtests.am: Remove LIB_VARIANT.
274
2752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
278        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
279        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
280        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
281        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
282        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
283        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
284        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
285        Remove SRC, PRINT_SRC.
286
2872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * Makefile.am: Cleanup.
290
2912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
294        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
295        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
296        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
297        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
298        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
299        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
300        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
301        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
302        Partial conversion to automake.
303
3042005-09-01      Joel Sherrill <joel@OARcorp.com>
305
306        PR 628/rtems
307        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
308        being an error.
309
3102005-04-26      Joel Sherrill <joel@OARcorp.com>
311
312        * psxreaddir/test.c: Eliminate warnings.
313
3142004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * configure.ac: Require automake > 1.9.
317
3182004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
328        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
329        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
330        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
331        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
332        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
333        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
334        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
335        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
336        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
337        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
338        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
339        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
340        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
341        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
342        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
343
3442004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
347        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
348        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
349        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
350
3512004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
354        to using c99 fixed size types.
355
3562004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * Makefile.am: Remove include from SUBDIRS.
359
3602004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
361
362        * include/Makefile.am: Remove.
363        * Makefile.am: Merge-in include/Makefile.am.
364        * configure.ac: Reflect changes above.
365
3662004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Add 2nd arg to RTEMS_TOP.
369
3702004-03-05      Joel Sherrill <joel@OARcorp.com>
371
372        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
373        psxtimer/psxtimer.c: Eliminate warnings and typos.
374
3752004-02-26      Sébastien Barré <sbarre@sdelcc.com>
376
377        PR 582/core
378        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
379        queue test so more of it runs now.
380
3812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
384        Add PRE/TMPINSTALL_FILES to CLEANFILES.
385        * psx02/Makefile.am: Ditto.
386        * psx03/Makefile.am: Ditto.
387        * psx04/Makefile.am: Ditto.
388        * psx05/Makefile.am: Ditto.
389        * psx06/Makefile.am: Ditto.
390        * psx07/Makefile.am: Ditto.
391        * psx08/Makefile.am: Ditto.
392        * psx09/Makefile.am: Ditto.
393        * psx10/Makefile.am: Ditto.
394        * psx11/Makefile.am: Ditto.
395        * psx12/Makefile.am: Ditto.
396        * psx13/Makefile.am: Ditto.
397        * psxcancel/Makefile.am: Ditto.
398        * psxchroot01/Makefile.am: Ditto.
399        * psxfile01/Makefile.am: Ditto.
400        * psxmount/Makefile.am: Ditto.
401        * psxmsgq01/Makefile.am: Ditto.
402        * psxreaddir/Makefile.am: Ditto.
403        * psxsem01/Makefile.am: Ditto.
404        * psxstat/Makefile.am: Ditto.
405        * psxtime/Makefile.am: Ditto.
406        * psxtimer/Makefile.am: Ditto.
407
4082003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * psxtests.am: Add dirstamp support.
411
4122003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
415
4162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
419
4202003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * psxcancel/Makefile.am: Remove used H_FILES.
423
4242003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * include/Makefile.am: Reformat.
427        * psx01/Makefile.am: Remove all-local: $(ARCH).
428        * psx02/Makefile.am: Remove all-local: $(ARCH).
429        * psx03/Makefile.am: Remove all-local: $(ARCH).
430        * psx04/Makefile.am: Remove all-local: $(ARCH).
431        * psx05/Makefile.am: Remove all-local: $(ARCH).
432        * psx06/Makefile.am: Remove all-local: $(ARCH).
433        * psx07/Makefile.am: Remove all-local: $(ARCH).
434        * psx08/Makefile.am: Remove all-local: $(ARCH).
435        * psx09/Makefile.am: Remove all-local: $(ARCH).
436        * psx10/Makefile.am: Remove all-local: $(ARCH).
437        * psx11/Makefile.am: Remove all-local: $(ARCH).
438        * psx12/Makefile.am: Remove all-local: $(ARCH).
439        * psx13/Makefile.am: Remove all-local: $(ARCH).
440        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
441        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
442        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
443        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
444        * psxmount/Makefile.am: Remove all-local: $(ARCH).
445        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
446        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
447        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
448        * psxstat/Makefile.am: Remove all-local: $(ARCH).
449        * psxtime/Makefile.am: Remove all-local: $(ARCH).
450        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
451
4522003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Reflect having moved to testsuites/.
455
4562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Remove RTEMS_CANONICAL_HOST.
459
4602003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac:Remove RTEMS_CHECK_CPU.
463
4642003-09-15      Jennifer Averett <jennifer@OARcorp.com>
465
466        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
467
4682003-09-04      Joel Sherrill <joel@OARcorp.com>
469
470        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
471        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
472        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
473        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
474        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
475        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
476        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
477        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
478        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
479        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
480        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
481        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
482        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
483        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
484        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
485        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
486        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
487        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
488        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
489        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
490        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
491        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
492        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
493        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
494        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
495        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
496        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
497        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
498        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
499        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
500        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
501        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
502        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
503        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
504        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
505        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
506        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
507        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
508        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
509        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
510        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
511        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
512        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
513        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
514        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
515        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
516        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
517        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
518        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
519        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
520        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
521        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
522        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
523        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
524        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
525        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
526        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
527        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
528        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
529        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
530        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
531        psxtimer/system.h: URL for license changed.
532
5332003-09-04      Joel Sherrill <joel@OARcorp.com>
534
535        PR 462/tests
536        * psxhdrs/Makefile.am: Added ualarm.c
537        * psxhdrs/signal23.c: New file.
538
5392003-09-03      Joel Sherrill <joel@OARcorp.com>
540
541        PR 463/tests
542        PR 465/tests
543        * psxhdrs/Makefile.am: Add new test cases.
544        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
545        psxhdrs/timer07.c: New files.
546
5472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Reflect having moved aclocal/.
550
5512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Reflect having moved automake/.
554        * include/Makefile.am: Reflect having moved automake/.
555        * psx01/Makefile.am: Reflect having moved automake/.
556        * psx02/Makefile.am: Reflect having moved automake/.
557        * psx03/Makefile.am: Reflect having moved automake/.
558        * psx04/Makefile.am: Reflect having moved automake/.
559        * psx05/Makefile.am: Reflect having moved automake/.
560        * psx06/Makefile.am: Reflect having moved automake/.
561        * psx07/Makefile.am: Reflect having moved automake/.
562        * psx08/Makefile.am: Reflect having moved automake/.
563        * psx09/Makefile.am: Reflect having moved automake/.
564        * psx10/Makefile.am: Reflect having moved automake/.
565        * psx11/Makefile.am: Reflect having moved automake/.
566        * psx12/Makefile.am: Reflect having moved automake/.
567        * psx13/Makefile.am: Reflect having moved automake/.
568        * psxcancel/Makefile.am: Reflect having moved automake/.
569        * psxchroot01/Makefile.am: Reflect having moved automake/.
570        * psxfile01/Makefile.am: Reflect having moved automake/.
571        * psxhdrs/Makefile.am: Reflect having moved automake/.
572        * psxmount/Makefile.am: Reflect having moved automake/.
573        * psxmsgq01/Makefile.am: Reflect having moved automake/.
574        * psxreaddir/Makefile.am: Reflect having moved automake/.
575        * psxsem01/Makefile.am: Reflect having moved automake/.
576        * psxstat/Makefile.am: Reflect having moved automake/.
577        * psxtime/Makefile.am: Reflect having moved automake/.
578        * psxtimer/Makefile.am: Reflect having moved automake/.
579
5802003-08-14      Joel Sherrill <joel@OARcorp.com>
581
582        PR 408/filesystem
583        * psx13/test.c: Added very rudimentary test of sync() service.
584
5852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
588
5892003-06-12      Joel Sherrill <joel@OARcorp.com>
590
591        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
592
5932003-05-29      Joel Sherrill <joel@OARcorp.com>
594
595        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
596        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
597        psxtimer/psxtimer.c: Removed warnings.
598
5992003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
602        CC_CFLAGS_DEFAULT (obsolete).
603
6042003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
607        Remove CC_LDFLAGS_PROFILE_V.
608
6092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Remove AC_CONFIG_AUX_DIR.
612
6132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
616
6172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: AC_PREREQ(2.57).
620
6212002-11-14      Joel Sherrill <joel@OARcorp.com>
622
623        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
624        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
625        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
626        Per PR239 update the IDs in the various screens.
627
6282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * .cvsignore: Reformat.
631        Add autom4te*cache.
632        Remove autom4te.cache.
633
6342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
637        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
638        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
639        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
640        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
641        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
642        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
643        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
644        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
645        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
646        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
647        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
648        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
649        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
650        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
651        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
652        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
653        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
654        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
655        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
656        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
657        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
658        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
659        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
660
6612002-08-01      Joel Sherrill <joel@OARcorp.com>
662
663        * Per PR47 add support for buffered test output.  This involved
664        adding defines to redirect output to a buffer and dump it when
665        full, at "test pause", and at exit.  To avoid problems when redefining
666        exit(), all tests were modified to call rtems_test_exit().
667        Some tests, notable psxtests, had to be modified to include
668        the standard test macro .h file (pmacros.h or tmacros.h) to
669        enable this support.
670        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
671        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
672        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
673        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
674        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
675        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
676        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
677        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
678        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
679        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
680        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
681        psxtime/test.c, psxtimer/psxtimer.c: Modified.
682
6832002-07-05      Joel Sherrill <joel@OARcorp.com>
684
685        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
686        Updated as part of PR164 which reported problems with the RTEMS
687        implementation of pthread_cancel.
688       
6892001-04-26      Joel Sherrill <joel@OARcorp.com>
690
691        * psxmsgq01/init.c: Reflect changes made to address PR81 that
692        reworked POSIX message queues to add a descriptor separate from
693        the underlying message queue.  This allows non-blocking to follow
694        the "open" not the underlying queue.
695 
6962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * configure.ac: Remove ENABLE_GCC28.
699
7002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * configure.ac:
703        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
704        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
705        * Makefile.am: Remove AUTOMAKE_OPTIONS.
706        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
714        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
716        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
717        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
718        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
723        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
724        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
725        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
726        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
727        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
728        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
729        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
730        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
731
7322001-11-07      Jennifer Averett <jennifer@OARcorp.com>
733
734        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
735        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
736        Since we check permissions before evaluating enough to see if it
737        a regular file or directory, this hack is needed to make the regular
738        file executable.
739
7402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
743        * configure.in: Remove.
744        * configure.ac: New file, generated from configure.in by autoupdate.
745
7462001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
749
7502001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
753        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
754        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
755        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
756        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
757        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
758        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
759        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
760        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
761        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
762        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
763        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
764        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
765        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
766        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
767        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
768        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
769        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
770        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
771        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
772        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
773        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
774        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
775        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
776
7772001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
778
779        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
780        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
781        psxchroot01 test.
782
7832001-05-25      Joel Sherrill <joel@OARcorp.com>
784
785        * Added once version of psxchroot01 test for user review.
786        * psxchroot01: New directory.
787        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
788        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
789        * configure.in, Makefile.am: Modified to reflect above.
790
7912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
792
793        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
794
7952001-04-24      Joel Sherrill <joel@OARcorp.com>
796
797        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
798        open, write, reopen, append twice from Andrew Bythell
799        <abythell@nortelnetworks.com> that tripped an initialization
800        problem in the IMFS.
801
8022001-04-20      Joel Sherrill <joel@OARcorp.com>
803
804        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
805        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
806        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
807        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
808        Various adjustments so test output matches screens more reliably.
809
8102001-01-25      Joel Sherrill <joel@OARcorp.com>
811
812        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
813
8142000-11-17      Jennifer Averett <jennifer@OARcorp.com>
815
816        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
817        to remain consistant across platforms and bsps by forcing
818        a mount point in front of all paths.
819
8202000-11-17      Jennifer Averret <jennifer@OARcorp.com>
821
822        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
823        expected error condition in one case.
824        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
825        readdir() of root of mounted filesystem.  Also corrected the screen
826        file for some mistakes noticed in this effort.
827
8282000-11-13      Joel Sherrill <joel@OARcorp.com>
829
830        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
831
8322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
835
8362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
839
8402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
843        Switch to GNU canonicalization.
844        * psxtests.am: Remove DEFS.
845
8462000-10-24      Joel Sherrill <joel@OARcorp.com>
847
848        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
849        It was formerly incorrectly prototyped in <libio.h>.
850
8512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
854        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
855        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
856        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
857        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
858        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
859        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
860        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
861
8622000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
864        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
865        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
866        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
867        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
868        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
869        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
870
8712000-08-10      Joel Sherrill <joel@OARcorp.com>
872
873        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.