source: rtems/testsuites/psxtests/ChangeLog @ 78ef0dc

4.104.114.84.95
Last change on this file since 78ef0dc was 6965fc4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/04 at 11:16:17

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

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