source: rtems/testsuites/psxtests/ChangeLog @ 19cbe603

4.104.114.95
Last change on this file since 19cbe603 was 19cbe603, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/08 at 15:44:28

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

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