source: rtems/testsuites/psxtests/ChangeLog @ 3c0c898

4.104.114.84.95
Last change on this file since 3c0c898 was 3c0c898, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/04 at 15:51:13

2004-03-05 Joel Sherrill <joel@…>

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