source: rtems/testsuites/psxtests/ChangeLog @ 05153a1

4.104.114.84.95
Last change on this file since 05153a1 was 0fdaca2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:14:37

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
  • psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
  • psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
  • psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
  • Property mode set to 100644
File size: 21.3 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
4        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
5        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
6        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
7
82004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
11        to using c99 fixed size types.
12
132004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * Makefile.am: Remove include from SUBDIRS.
16
172004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * include/Makefile.am: Remove.
20        * Makefile.am: Merge-in include/Makefile.am.
21        * configure.ac: Reflect changes above.
22
232004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Add 2nd arg to RTEMS_TOP.
26
272004-03-05      Joel Sherrill <joel@OARcorp.com>
28
29        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
30        psxtimer/psxtimer.c: Eliminate warnings and typos.
31
322004-02-26      Sébastien Barré <sbarre@sdelcc.com>
33
34        PR 582/core
35        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
36        queue test so more of it runs now.
37
382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
41        Add PRE/TMPINSTALL_FILES to CLEANFILES.
42        * psx02/Makefile.am: Ditto.
43        * psx03/Makefile.am: Ditto.
44        * psx04/Makefile.am: Ditto.
45        * psx05/Makefile.am: Ditto.
46        * psx06/Makefile.am: Ditto.
47        * psx07/Makefile.am: Ditto.
48        * psx08/Makefile.am: Ditto.
49        * psx09/Makefile.am: Ditto.
50        * psx10/Makefile.am: Ditto.
51        * psx11/Makefile.am: Ditto.
52        * psx12/Makefile.am: Ditto.
53        * psx13/Makefile.am: Ditto.
54        * psxcancel/Makefile.am: Ditto.
55        * psxchroot01/Makefile.am: Ditto.
56        * psxfile01/Makefile.am: Ditto.
57        * psxmount/Makefile.am: Ditto.
58        * psxmsgq01/Makefile.am: Ditto.
59        * psxreaddir/Makefile.am: Ditto.
60        * psxsem01/Makefile.am: Ditto.
61        * psxstat/Makefile.am: Ditto.
62        * psxtime/Makefile.am: Ditto.
63        * psxtimer/Makefile.am: Ditto.
64
652003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * psxtests.am: Add dirstamp support.
68
692003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * psxcancel/Makefile.am: Remove used H_FILES.
80
812003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * include/Makefile.am: Reformat.
84        * psx01/Makefile.am: Remove all-local: $(ARCH).
85        * psx02/Makefile.am: Remove all-local: $(ARCH).
86        * psx03/Makefile.am: Remove all-local: $(ARCH).
87        * psx04/Makefile.am: Remove all-local: $(ARCH).
88        * psx05/Makefile.am: Remove all-local: $(ARCH).
89        * psx06/Makefile.am: Remove all-local: $(ARCH).
90        * psx07/Makefile.am: Remove all-local: $(ARCH).
91        * psx08/Makefile.am: Remove all-local: $(ARCH).
92        * psx09/Makefile.am: Remove all-local: $(ARCH).
93        * psx10/Makefile.am: Remove all-local: $(ARCH).
94        * psx11/Makefile.am: Remove all-local: $(ARCH).
95        * psx12/Makefile.am: Remove all-local: $(ARCH).
96        * psx13/Makefile.am: Remove all-local: $(ARCH).
97        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
98        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
99        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
100        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
101        * psxmount/Makefile.am: Remove all-local: $(ARCH).
102        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
103        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
104        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
105        * psxstat/Makefile.am: Remove all-local: $(ARCH).
106        * psxtime/Makefile.am: Remove all-local: $(ARCH).
107        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
108
1092003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Reflect having moved to testsuites/.
112
1132003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove RTEMS_CANONICAL_HOST.
116
1172003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac:Remove RTEMS_CHECK_CPU.
120
1212003-09-15      Jennifer Averett <jennifer@OARcorp.com>
122
123        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
124
1252003-09-04      Joel Sherrill <joel@OARcorp.com>
126
127        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
128        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
129        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
130        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
131        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
132        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
133        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
134        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
135        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
136        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
137        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
138        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
139        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
140        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
141        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
142        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
143        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
144        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
145        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
146        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
147        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
148        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
149        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
150        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
151        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
152        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
153        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
154        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
155        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
156        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
157        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
158        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
159        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
160        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
161        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
162        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
163        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
164        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
165        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
166        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
167        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
168        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
169        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
170        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
171        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
172        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
173        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
174        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
175        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
176        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
177        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
178        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
179        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
180        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
181        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
182        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
183        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
184        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
185        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
186        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
187        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
188        psxtimer/system.h: URL for license changed.
189
1902003-09-04      Joel Sherrill <joel@OARcorp.com>
191
192        PR 462/tests
193        * psxhdrs/Makefile.am: Added ualarm.c
194        * psxhdrs/signal23.c: New file.
195
1962003-09-03      Joel Sherrill <joel@OARcorp.com>
197
198        PR 463/tests
199        PR 465/tests
200        * psxhdrs/Makefile.am: Add new test cases.
201        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
202        psxhdrs/timer07.c: New files.
203
2042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved aclocal/.
207
2082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved automake/.
211        * include/Makefile.am: Reflect having moved automake/.
212        * psx01/Makefile.am: Reflect having moved automake/.
213        * psx02/Makefile.am: Reflect having moved automake/.
214        * psx03/Makefile.am: Reflect having moved automake/.
215        * psx04/Makefile.am: Reflect having moved automake/.
216        * psx05/Makefile.am: Reflect having moved automake/.
217        * psx06/Makefile.am: Reflect having moved automake/.
218        * psx07/Makefile.am: Reflect having moved automake/.
219        * psx08/Makefile.am: Reflect having moved automake/.
220        * psx09/Makefile.am: Reflect having moved automake/.
221        * psx10/Makefile.am: Reflect having moved automake/.
222        * psx11/Makefile.am: Reflect having moved automake/.
223        * psx12/Makefile.am: Reflect having moved automake/.
224        * psx13/Makefile.am: Reflect having moved automake/.
225        * psxcancel/Makefile.am: Reflect having moved automake/.
226        * psxchroot01/Makefile.am: Reflect having moved automake/.
227        * psxfile01/Makefile.am: Reflect having moved automake/.
228        * psxhdrs/Makefile.am: Reflect having moved automake/.
229        * psxmount/Makefile.am: Reflect having moved automake/.
230        * psxmsgq01/Makefile.am: Reflect having moved automake/.
231        * psxreaddir/Makefile.am: Reflect having moved automake/.
232        * psxsem01/Makefile.am: Reflect having moved automake/.
233        * psxstat/Makefile.am: Reflect having moved automake/.
234        * psxtime/Makefile.am: Reflect having moved automake/.
235        * psxtimer/Makefile.am: Reflect having moved automake/.
236
2372003-08-14      Joel Sherrill <joel@OARcorp.com>
238
239        PR 408/filesystem
240        * psx13/test.c: Added very rudimentary test of sync() service.
241
2422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
245
2462003-06-12      Joel Sherrill <joel@OARcorp.com>
247
248        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
249
2502003-05-29      Joel Sherrill <joel@OARcorp.com>
251
252        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
253        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
254        psxtimer/psxtimer.c: Removed warnings.
255
2562003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
259        CC_CFLAGS_DEFAULT (obsolete).
260
2612003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
264        Remove CC_LDFLAGS_PROFILE_V.
265
2662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove AC_CONFIG_AUX_DIR.
269
2702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AC_PREREQ(2.57).
277
2782002-11-14      Joel Sherrill <joel@OARcorp.com>
279
280        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
281        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
282        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
283        Per PR239 update the IDs in the various screens.
284
2852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * .cvsignore: Reformat.
288        Add autom4te*cache.
289        Remove autom4te.cache.
290
2912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
317
3182002-08-01      Joel Sherrill <joel@OARcorp.com>
319
320        * Per PR47 add support for buffered test output.  This involved
321        adding defines to redirect output to a buffer and dump it when
322        full, at "test pause", and at exit.  To avoid problems when redefining
323        exit(), all tests were modified to call rtems_test_exit().
324        Some tests, notable psxtests, had to be modified to include
325        the standard test macro .h file (pmacros.h or tmacros.h) to
326        enable this support.
327        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
328        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
329        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
330        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
331        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
332        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
333        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
334        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
335        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
336        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
337        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
338        psxtime/test.c, psxtimer/psxtimer.c: Modified.
339
3402002-07-05      Joel Sherrill <joel@OARcorp.com>
341
342        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
343        Updated as part of PR164 which reported problems with the RTEMS
344        implementation of pthread_cancel.
345       
3462001-04-26      Joel Sherrill <joel@OARcorp.com>
347
348        * psxmsgq01/init.c: Reflect changes made to address PR81 that
349        reworked POSIX message queues to add a descriptor separate from
350        the underlying message queue.  This allows non-blocking to follow
351        the "open" not the underlying queue.
352 
3532002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Remove ENABLE_GCC28.
356
3572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac:
360        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
361        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
362        * Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
388
3892001-11-07      Jennifer Averett <jennifer@OARcorp.com>
390
391        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
392        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
393        Since we check permissions before evaluating enough to see if it
394        a regular file or directory, this hack is needed to make the regular
395        file executable.
396
3972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
400        * configure.in: Remove.
401        * configure.ac: New file, generated from configure.in by autoupdate.
402
4032001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
406
4072001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
410        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
411        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
412        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
413        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
414        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
415        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
416        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
417        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
418        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
419        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
420        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
421        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
422        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
423        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
424        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
425        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
426        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
427        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
428        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
429        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
430        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
431        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
432        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
433
4342001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
435
436        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
437        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
438        psxchroot01 test.
439
4402001-05-25      Joel Sherrill <joel@OARcorp.com>
441
442        * Added once version of psxchroot01 test for user review.
443        * psxchroot01: New directory.
444        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
445        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
446        * configure.in, Makefile.am: Modified to reflect above.
447
4482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
449
450        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
451
4522001-04-24      Joel Sherrill <joel@OARcorp.com>
453
454        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
455        open, write, reopen, append twice from Andrew Bythell
456        <abythell@nortelnetworks.com> that tripped an initialization
457        problem in the IMFS.
458
4592001-04-20      Joel Sherrill <joel@OARcorp.com>
460
461        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
462        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
463        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
464        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
465        Various adjustments so test output matches screens more reliably.
466
4672001-01-25      Joel Sherrill <joel@OARcorp.com>
468
469        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
470
4712000-11-17      Jennifer Averett <jennifer@OARcorp.com>
472
473        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
474        to remain consistant across platforms and bsps by forcing
475        a mount point in front of all paths.
476
4772000-11-17      Jennifer Averret <jennifer@OARcorp.com>
478
479        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
480        expected error condition in one case.
481        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
482        readdir() of root of mounted filesystem.  Also corrected the screen
483        file for some mistakes noticed in this effort.
484
4852000-11-13      Joel Sherrill <joel@OARcorp.com>
486
487        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
488
4892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
492
4932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
496
4972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
500        Switch to GNU canonicalization.
501        * psxtests.am: Remove DEFS.
502
5032000-10-24      Joel Sherrill <joel@OARcorp.com>
504
505        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
506        It was formerly incorrectly prototyped in <libio.h>.
507
5082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
511        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
512        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
513        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
514        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
515        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
516        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
517        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
518
5192000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
521        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
522        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
523        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
524        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
525        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
526        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
527
5282000-08-10      Joel Sherrill <joel@OARcorp.com>
529
530        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.