source: rtems/testsuites/psxtests/ChangeLog @ 5abf63d

4.104.115
Last change on this file since 5abf63d was 5abf63d, checked in by Joel Sherrill <joel.sherrill@…>, on 12/14/08 at 18:41:18

2008-12-14 Joel Sherrill <joel.sherrill@…>

  • psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c: Run all tests successfully with maxixum number of priorities as 16 instead of 256. This was done by temporarily modifying the score priority.h maximum. This allowed testing of all API code to ensure that it worked properly with a reduced number of priorities. Most modifications were to switch from hard-coded maximum to using the API provided methods to determine maximum number of priority levels.
  • Property mode set to 100644
File size: 38.1 KB
Line 
12008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
4        Run all tests successfully with maxixum number of priorities as 16
5        instead of 256. This was done by temporarily modifying the score
6        priority.h maximum. This allowed testing of all API code to ensure
7        that it worked properly with a reduced number of priorities. Most
8        modifications were to switch from hard-coded maximum to using the API
9        provided methods to determine maximum number of priority levels.
10
112008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
14        clock_gettime() NOT by reaching into the SuperCore.
15
162008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * psx01/psx01.scn: Bump version to 4.9.99.0
19
202008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
23        psxfatal_support/system.h: Convert to "bool".
24
252008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
26
27        PR 1296/cpukit.
28        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
29        incorrect repeat interval. This patch fixes the following problems in
30        the test.
31          (1) Adds test for value of it_interval.tv_nsec.
32          (2) Corrects test for absolute timer in past.
33          (3) Modifies test to use different initial and repeat periods.
34          (4) Updates psxtimer01.scn to match results.
35
362008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        PR 1297/cpukit
39        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
40        pointer handling.
41
422008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * psxsem01/init.c: Spacing.
45
462008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
47
48        PR 1293/tests
49        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
50
512008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        PR 1291/cpukit
54        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
55        POSIX services taking relative instead of absolute time for timeouts,
56        these tests were updated.
57
582008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * psxfile01/test.c: truncate on /dev/console now works.
61
622008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
65        requested for initialization task.
66
672008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
70        like CVS conflict markers.
71
722008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
75        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
76
772008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
80
812008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * psxkey01/task.c: Fix warnings.
84
852008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
88
892008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
90
91        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
92        Added tests for failure path coverages. Consolidated methods used in
93        multiple places into support routines.
94        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
95        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
96        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
97
982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
101        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
102        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
103        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
104        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
105        Make tmacros.h available to all POSIX tests. Add a clock_settime case
106        for < 1988.
107
1082008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * Makefile.am, configure.ac: New tests.
111        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
112        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
113        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
114        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
115        psxfatal_support/init.c, psxfatal_support/system.h: New files.
116
1172008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
120        portions of Object Services added to API.
121        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
122        psx14/system.h: New files.
123
1242008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
125
126        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
127        pthread_attr_[get|set]clock.
128
1292008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
132        implementation mprotect().
133
1342008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * psxcleanup/.cvsignore: New file.
137
1382008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
139
140        * psxcleanup/system.h: New file.
141
1422008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
143
144        * Makefile.am, configure.ac:
145        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
146        psxcleanup/psxcleanup.scn: New files.
147
1482008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
149
150        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
151        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
152
1532007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
156
1572007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
158
159        * Makefile.am, configure.ac: Added test for ualarm
160        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
161        psxualarm/system.h: New files.
162
1632007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
164
165        * Makefile.am, configure.ac: Added posix signal test
166        * psxsignal01/Makefile.am, psxsignal01/init.c,
167        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
168        psxsignal01/task1.c: New files.
169
1702007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, configure.ac: Add test for sysconf().
173        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
174        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
175
1762007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * psx01/init.c, psx01/psx01.scn: Add more test cases for
179        sched_rr_get_interval() and sched_get_priority_max().
180
1812007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * psxenosys/init.c: Fix typo.
184
1852007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
188        addition of second POSIX Timer test. Add initial version of
189        psxtimer02 to cover some conditions missed in psxtimer01. More cases
190        left to add.
191        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
192        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
193        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
194        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
195        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
196        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
197
1982007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
201
2022007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
205        functions that return ENOSYS.
206        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
207        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
208
2092007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * psx13/test.c: Fix spelling error.
212
2132007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * psxtime/test.c: Add tests for adjtime().
216
2172007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
218
219        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
220        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
221        cases to improve test coverage.
222
2232007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        PR 1262/filesystem
226        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
227        and writev() including documentation and test case.
228        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
229        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
230
2312007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
234        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
235        test cases so last output line follows END OF pattern. Make sure test
236        case all run. All tests appeared ok on sis.
237
2382007-04-05      Joel Sherrill <joel@OARcorp.com>
239
240        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
241        behavior more closely matching GNU/Linux.
242
2432006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
246        include normal blocking and unblocking on timeout.
247
2482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * configure.ac: New BUG-REPORT address.
251
2522006-11-17      Joel Sherrill <joel@OARcorp.com>
253
254        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
255        Previously the timeout was not absolute time and checked BEFORE
256        attempting to lock semaphore.
257
2582006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * psxbarrier01/main.c: New file.
261
2622006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
265        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
266        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
267        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
268
2692006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
272        and partial implementation of POSIX rwlocks.
273        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
274        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
275
2762006-10-30      Joel Sherrill <joel@OARcorp.com>
277
278        PR 841/rtems
279        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
280        specification.
281
2822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * configure.ac: Require autoconf-2.60. Require automake-1.10.
285
2862006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
289        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
290        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
291        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
292        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
293        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
294        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
295        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
296        Use rtems_testsdir instead.
297
2982005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * configure.ac: Remove RTEMS_ENABLE_BARE,
301        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
302
3032005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
306        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
307        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
308        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
309        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
310        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
311        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
312        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
313        Convert to using *_PROGRAMS.
314
3152005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * psx01/Makefile.am, psx02/Makefile.am,
318        psx03/Makefile.am, psx04/Makefile.am,
319        psx05/Makefile.am, psx06/Makefile.am,
320        psx07/Makefile.am, psx08/Makefile.am,
321        psx09/Makefile.am, psx10/Makefile.am,
322        psx11/Makefile.am, psx12/Makefile.am,
323        psx13/Makefile.am, psxcancel/Makefile.am,
324        psxchroot01/Makefile.am, psxfile01/Makefile.am,
325        psxmount/Makefile.am, psxmsgq01/Makefile.am,
326        psxreaddir/Makefile.am, psxsem01/Makefile.am,
327        psxstat/Makefile.am, psxtime/Makefile.am,
328        psxtimer/Makefile.am: Rework.
329
3302005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
333        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
334        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
335        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
336        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
337        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
338        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
339        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
340        * psxtests.am: Remove.
341
3422005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
345        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
346        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
347        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
348        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
349        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
350        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
351        psxtime/Makefile.am, psxtimer/Makefile.am:
352        AM_CPPFLAGS += -I..../support/include.
353
3542005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
357
3582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
361        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
362        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
363        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
364        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
365        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
366        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
367        psxstat/Makefile.am: Add ../include/pmacros.h
368        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
369        POSIX_FILES_DIRS.
370        * psxtests.am: Remove LIB_VARIANT.
371
3722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
375        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
376        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
377        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
378        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
379        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
380        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
381        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
382        Remove SRC, PRINT_SRC.
383
3842005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * Makefile.am: Cleanup.
387
3882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
391        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
392        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
393        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
394        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
395        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
396        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
397        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
398        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
399        Partial conversion to automake.
400
4012005-09-01      Joel Sherrill <joel@OARcorp.com>
402
403        PR 628/rtems
404        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
405        being an error.
406
4072005-04-26      Joel Sherrill <joel@OARcorp.com>
408
409        * psxreaddir/test.c: Eliminate warnings.
410
4112004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * configure.ac: Require automake > 1.9.
414
4152004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
418        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
419        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
420        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
421        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
422        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
423        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
424        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
425        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
426        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
427        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
428        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
429        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
430        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
431        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
432        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
433        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
434        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
435        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
436        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
437        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
438        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
439        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
440
4412004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
442
443        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
444        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
445        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
446        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
447
4482004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
451        to using c99 fixed size types.
452
4532004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * Makefile.am: Remove include from SUBDIRS.
456
4572004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * include/Makefile.am: Remove.
460        * Makefile.am: Merge-in include/Makefile.am.
461        * configure.ac: Reflect changes above.
462
4632004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Add 2nd arg to RTEMS_TOP.
466
4672004-03-05      Joel Sherrill <joel@OARcorp.com>
468
469        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
470        psxtimer/psxtimer.c: Eliminate warnings and typos.
471
4722004-02-26      Sébastien Barré <sbarre@sdelcc.com>
473
474        PR 582/core
475        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
476        queue test so more of it runs now.
477
4782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
481        Add PRE/TMPINSTALL_FILES to CLEANFILES.
482        * psx02/Makefile.am: Ditto.
483        * psx03/Makefile.am: Ditto.
484        * psx04/Makefile.am: Ditto.
485        * psx05/Makefile.am: Ditto.
486        * psx06/Makefile.am: Ditto.
487        * psx07/Makefile.am: Ditto.
488        * psx08/Makefile.am: Ditto.
489        * psx09/Makefile.am: Ditto.
490        * psx10/Makefile.am: Ditto.
491        * psx11/Makefile.am: Ditto.
492        * psx12/Makefile.am: Ditto.
493        * psx13/Makefile.am: Ditto.
494        * psxcancel/Makefile.am: Ditto.
495        * psxchroot01/Makefile.am: Ditto.
496        * psxfile01/Makefile.am: Ditto.
497        * psxmount/Makefile.am: Ditto.
498        * psxmsgq01/Makefile.am: Ditto.
499        * psxreaddir/Makefile.am: Ditto.
500        * psxsem01/Makefile.am: Ditto.
501        * psxstat/Makefile.am: Ditto.
502        * psxtime/Makefile.am: Ditto.
503        * psxtimer/Makefile.am: Ditto.
504
5052003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * psxtests.am: Add dirstamp support.
508
5092003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
512
5132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
516
5172003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * psxcancel/Makefile.am: Remove used H_FILES.
520
5212003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * include/Makefile.am: Reformat.
524        * psx01/Makefile.am: Remove all-local: $(ARCH).
525        * psx02/Makefile.am: Remove all-local: $(ARCH).
526        * psx03/Makefile.am: Remove all-local: $(ARCH).
527        * psx04/Makefile.am: Remove all-local: $(ARCH).
528        * psx05/Makefile.am: Remove all-local: $(ARCH).
529        * psx06/Makefile.am: Remove all-local: $(ARCH).
530        * psx07/Makefile.am: Remove all-local: $(ARCH).
531        * psx08/Makefile.am: Remove all-local: $(ARCH).
532        * psx09/Makefile.am: Remove all-local: $(ARCH).
533        * psx10/Makefile.am: Remove all-local: $(ARCH).
534        * psx11/Makefile.am: Remove all-local: $(ARCH).
535        * psx12/Makefile.am: Remove all-local: $(ARCH).
536        * psx13/Makefile.am: Remove all-local: $(ARCH).
537        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
538        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
539        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
540        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
541        * psxmount/Makefile.am: Remove all-local: $(ARCH).
542        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
543        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
544        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
545        * psxstat/Makefile.am: Remove all-local: $(ARCH).
546        * psxtime/Makefile.am: Remove all-local: $(ARCH).
547        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
548
5492003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Reflect having moved to testsuites/.
552
5532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Remove RTEMS_CANONICAL_HOST.
556
5572003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac:Remove RTEMS_CHECK_CPU.
560
5612003-09-15      Jennifer Averett <jennifer@OARcorp.com>
562
563        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
564
5652003-09-04      Joel Sherrill <joel@OARcorp.com>
566
567        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
568        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
569        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
570        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
571        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
572        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
573        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
574        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
575        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
576        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
577        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
578        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
579        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
580        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
581        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
582        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
583        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
584        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
585        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
586        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
587        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
588        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
589        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
590        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
591        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
592        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
593        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
594        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
595        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
596        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
597        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
598        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
599        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
600        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
601        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
602        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
603        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
604        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
605        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
606        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
607        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
608        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
609        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
610        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
611        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
612        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
613        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
614        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
615        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
616        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
617        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
618        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
619        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
620        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
621        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
622        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
623        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
624        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
625        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
626        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
627        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
628        psxtimer/system.h: URL for license changed.
629
6302003-09-04      Joel Sherrill <joel@OARcorp.com>
631
632        PR 462/tests
633        * psxhdrs/Makefile.am: Added ualarm.c
634        * psxhdrs/signal23.c: New file.
635
6362003-09-03      Joel Sherrill <joel@OARcorp.com>
637
638        PR 463/tests
639        PR 465/tests
640        * psxhdrs/Makefile.am: Add new test cases.
641        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
642        psxhdrs/timer07.c: New files.
643
6442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * Makefile.am: Reflect having moved aclocal/.
647
6482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * Makefile.am: Reflect having moved automake/.
651        * include/Makefile.am: Reflect having moved automake/.
652        * psx01/Makefile.am: Reflect having moved automake/.
653        * psx02/Makefile.am: Reflect having moved automake/.
654        * psx03/Makefile.am: Reflect having moved automake/.
655        * psx04/Makefile.am: Reflect having moved automake/.
656        * psx05/Makefile.am: Reflect having moved automake/.
657        * psx06/Makefile.am: Reflect having moved automake/.
658        * psx07/Makefile.am: Reflect having moved automake/.
659        * psx08/Makefile.am: Reflect having moved automake/.
660        * psx09/Makefile.am: Reflect having moved automake/.
661        * psx10/Makefile.am: Reflect having moved automake/.
662        * psx11/Makefile.am: Reflect having moved automake/.
663        * psx12/Makefile.am: Reflect having moved automake/.
664        * psx13/Makefile.am: Reflect having moved automake/.
665        * psxcancel/Makefile.am: Reflect having moved automake/.
666        * psxchroot01/Makefile.am: Reflect having moved automake/.
667        * psxfile01/Makefile.am: Reflect having moved automake/.
668        * psxhdrs/Makefile.am: Reflect having moved automake/.
669        * psxmount/Makefile.am: Reflect having moved automake/.
670        * psxmsgq01/Makefile.am: Reflect having moved automake/.
671        * psxreaddir/Makefile.am: Reflect having moved automake/.
672        * psxsem01/Makefile.am: Reflect having moved automake/.
673        * psxstat/Makefile.am: Reflect having moved automake/.
674        * psxtime/Makefile.am: Reflect having moved automake/.
675        * psxtimer/Makefile.am: Reflect having moved automake/.
676
6772003-08-14      Joel Sherrill <joel@OARcorp.com>
678
679        PR 408/filesystem
680        * psx13/test.c: Added very rudimentary test of sync() service.
681
6822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
685
6862003-06-12      Joel Sherrill <joel@OARcorp.com>
687
688        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
689
6902003-05-29      Joel Sherrill <joel@OARcorp.com>
691
692        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
693        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
694        psxtimer/psxtimer.c: Removed warnings.
695
6962003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
699        CC_CFLAGS_DEFAULT (obsolete).
700
7012003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
704        Remove CC_LDFLAGS_PROFILE_V.
705
7062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Remove AC_CONFIG_AUX_DIR.
709
7102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
713
7142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: AC_PREREQ(2.57).
717
7182002-11-14      Joel Sherrill <joel@OARcorp.com>
719
720        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
721        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
722        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
723        Per PR239 update the IDs in the various screens.
724
7252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * .cvsignore: Reformat.
728        Add autom4te*cache.
729        Remove autom4te.cache.
730
7312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
734        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
735        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
736        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
737        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
738        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
739        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
740        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
741        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
742        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
743        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
744        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
745        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
746        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
747        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
748        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
749        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
750        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
751        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
752        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
753        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
754        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
755        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
756        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
757
7582002-08-01      Joel Sherrill <joel@OARcorp.com>
759
760        * Per PR47 add support for buffered test output.  This involved
761        adding defines to redirect output to a buffer and dump it when
762        full, at "test pause", and at exit.  To avoid problems when redefining
763        exit(), all tests were modified to call rtems_test_exit().
764        Some tests, notable psxtests, had to be modified to include
765        the standard test macro .h file (pmacros.h or tmacros.h) to
766        enable this support.
767        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
768        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
769        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
770        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
771        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
772        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
773        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
774        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
775        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
776        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
777        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
778        psxtime/test.c, psxtimer/psxtimer.c: Modified.
779
7802002-07-05      Joel Sherrill <joel@OARcorp.com>
781
782        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
783        Updated as part of PR164 which reported problems with the RTEMS
784        implementation of pthread_cancel.
785       
7862001-04-26      Joel Sherrill <joel@OARcorp.com>
787
788        * psxmsgq01/init.c: Reflect changes made to address PR81 that
789        reworked POSIX message queues to add a descriptor separate from
790        the underlying message queue.  This allows non-blocking to follow
791        the "open" not the underlying queue.
792 
7932002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac: Remove ENABLE_GCC28.
796
7972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * configure.ac:
800        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
801        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
802        * Makefile.am: Remove AUTOMAKE_OPTIONS.
803        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
804        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
805        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
806        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
807        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
808        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
809        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
810        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
811        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
812        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
813        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
814        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
815        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
816        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
817        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
818        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
819        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
820        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
821        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
822        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
823        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
824        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
825        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
826        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
827        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
828
8292001-11-07      Jennifer Averett <jennifer@OARcorp.com>
830
831        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
832        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
833        Since we check permissions before evaluating enough to see if it
834        a regular file or directory, this hack is needed to make the regular
835        file executable.
836
8372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
840        * configure.in: Remove.
841        * configure.ac: New file, generated from configure.in by autoupdate.
842
8432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
846
8472001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
850        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
851        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
852        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
853        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
854        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
855        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
856        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
857        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
858        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
859        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
860        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
861        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
862        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
863        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
864        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
865        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
866        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
867        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
868        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
869        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
870        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
871        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
872        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
873
8742001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
875
876        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
877        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
878        psxchroot01 test.
879
8802001-05-25      Joel Sherrill <joel@OARcorp.com>
881
882        * Added once version of psxchroot01 test for user review.
883        * psxchroot01: New directory.
884        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
885        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
886        * configure.in, Makefile.am: Modified to reflect above.
887
8882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
889
890        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
891
8922001-04-24      Joel Sherrill <joel@OARcorp.com>
893
894        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
895        open, write, reopen, append twice from Andrew Bythell
896        <abythell@nortelnetworks.com> that tripped an initialization
897        problem in the IMFS.
898
8992001-04-20      Joel Sherrill <joel@OARcorp.com>
900
901        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
902        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
903        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
904        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
905        Various adjustments so test output matches screens more reliably.
906
9072001-01-25      Joel Sherrill <joel@OARcorp.com>
908
909        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
910
9112000-11-17      Jennifer Averett <jennifer@OARcorp.com>
912
913        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
914        to remain consistant across platforms and bsps by forcing
915        a mount point in front of all paths.
916
9172000-11-17      Jennifer Averret <jennifer@OARcorp.com>
918
919        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
920        expected error condition in one case.
921        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
922        readdir() of root of mounted filesystem.  Also corrected the screen
923        file for some mistakes noticed in this effort.
924
9252000-11-13      Joel Sherrill <joel@OARcorp.com>
926
927        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
928
9292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
932
9332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
936
9372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
940        Switch to GNU canonicalization.
941        * psxtests.am: Remove DEFS.
942
9432000-10-24      Joel Sherrill <joel@OARcorp.com>
944
945        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
946        It was formerly incorrectly prototyped in <libio.h>.
947
9482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
951        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
952        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
953        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
954        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
955        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
956        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
957        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
958
9592000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
961        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
962        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
963        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
964        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
965        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
966        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
967
9682000-08-10      Joel Sherrill <joel@OARcorp.com>
969
970        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.