source: rtems/testsuites/psxtests/ChangeLog @ b4dd03c

4.104.114.84.95
Last change on this file since b4dd03c was b4dd03c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 12:41:56

2005-11-07 Ralf Corsepius <ralf.corsepius@…>

  • psxtests.am: Remove LIB_VARIANT.
  • Property mode set to 100644
File size: 24.6 KB
Line 
12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * psxtests.am: Remove LIB_VARIANT.
4
52005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
8        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
9        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
10        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
11        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
12        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
13        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
14        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
15        Remove SRC, PRINT_SRC.
16
172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Cleanup.
20
212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
24        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
25        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
26        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
27        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
28        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
29        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
30        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
31        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
32        Partial conversion to automake.
33
342005-09-01      Joel Sherrill <joel@OARcorp.com>
35
36        PR 628/rtems
37        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
38        being an error.
39
402005-04-26      Joel Sherrill <joel@OARcorp.com>
41
42        * psxreaddir/test.c: Eliminate warnings.
43
442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * configure.ac: Require automake > 1.9.
47
482004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
51        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
52        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
53        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
54        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
55        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
56        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
57        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
58        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
59        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
60        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
61        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
62        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
63        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
64        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
65        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
66        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
67        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
68        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
69        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
70        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
71        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
72        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
73
742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
77        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
78        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
79        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
80
812004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
84        to using c99 fixed size types.
85
862004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * Makefile.am: Remove include from SUBDIRS.
89
902004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * include/Makefile.am: Remove.
93        * Makefile.am: Merge-in include/Makefile.am.
94        * configure.ac: Reflect changes above.
95
962004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Add 2nd arg to RTEMS_TOP.
99
1002004-03-05      Joel Sherrill <joel@OARcorp.com>
101
102        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
103        psxtimer/psxtimer.c: Eliminate warnings and typos.
104
1052004-02-26      Sébastien Barré <sbarre@sdelcc.com>
106
107        PR 582/core
108        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
109        queue test so more of it runs now.
110
1112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
114        Add PRE/TMPINSTALL_FILES to CLEANFILES.
115        * psx02/Makefile.am: Ditto.
116        * psx03/Makefile.am: Ditto.
117        * psx04/Makefile.am: Ditto.
118        * psx05/Makefile.am: Ditto.
119        * psx06/Makefile.am: Ditto.
120        * psx07/Makefile.am: Ditto.
121        * psx08/Makefile.am: Ditto.
122        * psx09/Makefile.am: Ditto.
123        * psx10/Makefile.am: Ditto.
124        * psx11/Makefile.am: Ditto.
125        * psx12/Makefile.am: Ditto.
126        * psx13/Makefile.am: Ditto.
127        * psxcancel/Makefile.am: Ditto.
128        * psxchroot01/Makefile.am: Ditto.
129        * psxfile01/Makefile.am: Ditto.
130        * psxmount/Makefile.am: Ditto.
131        * psxmsgq01/Makefile.am: Ditto.
132        * psxreaddir/Makefile.am: Ditto.
133        * psxsem01/Makefile.am: Ditto.
134        * psxstat/Makefile.am: Ditto.
135        * psxtime/Makefile.am: Ditto.
136        * psxtimer/Makefile.am: Ditto.
137
1382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * psxtests.am: Add dirstamp support.
141
1422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
145
1462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
149
1502003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * psxcancel/Makefile.am: Remove used H_FILES.
153
1542003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/Makefile.am: Reformat.
157        * psx01/Makefile.am: Remove all-local: $(ARCH).
158        * psx02/Makefile.am: Remove all-local: $(ARCH).
159        * psx03/Makefile.am: Remove all-local: $(ARCH).
160        * psx04/Makefile.am: Remove all-local: $(ARCH).
161        * psx05/Makefile.am: Remove all-local: $(ARCH).
162        * psx06/Makefile.am: Remove all-local: $(ARCH).
163        * psx07/Makefile.am: Remove all-local: $(ARCH).
164        * psx08/Makefile.am: Remove all-local: $(ARCH).
165        * psx09/Makefile.am: Remove all-local: $(ARCH).
166        * psx10/Makefile.am: Remove all-local: $(ARCH).
167        * psx11/Makefile.am: Remove all-local: $(ARCH).
168        * psx12/Makefile.am: Remove all-local: $(ARCH).
169        * psx13/Makefile.am: Remove all-local: $(ARCH).
170        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
171        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
172        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
173        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
174        * psxmount/Makefile.am: Remove all-local: $(ARCH).
175        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
176        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
177        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
178        * psxstat/Makefile.am: Remove all-local: $(ARCH).
179        * psxtime/Makefile.am: Remove all-local: $(ARCH).
180        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
181
1822003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Reflect having moved to testsuites/.
185
1862003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove RTEMS_CANONICAL_HOST.
189
1902003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac:Remove RTEMS_CHECK_CPU.
193
1942003-09-15      Jennifer Averett <jennifer@OARcorp.com>
195
196        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
197
1982003-09-04      Joel Sherrill <joel@OARcorp.com>
199
200        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
201        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
202        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
203        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
204        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
205        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
206        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
207        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
208        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
209        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
210        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
211        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
212        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
213        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
214        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
215        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
216        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
217        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
218        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
219        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
220        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
221        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
222        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
223        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
224        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
225        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
226        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
227        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
228        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
229        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
230        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
231        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
232        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
233        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
234        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
235        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
236        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
237        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
238        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
239        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
240        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
241        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
242        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
243        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
244        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
245        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
246        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
247        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
248        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
249        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
250        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
251        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
252        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
253        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
254        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
255        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
256        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
257        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
258        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
259        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
260        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
261        psxtimer/system.h: URL for license changed.
262
2632003-09-04      Joel Sherrill <joel@OARcorp.com>
264
265        PR 462/tests
266        * psxhdrs/Makefile.am: Added ualarm.c
267        * psxhdrs/signal23.c: New file.
268
2692003-09-03      Joel Sherrill <joel@OARcorp.com>
270
271        PR 463/tests
272        PR 465/tests
273        * psxhdrs/Makefile.am: Add new test cases.
274        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
275        psxhdrs/timer07.c: New files.
276
2772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Reflect having moved aclocal/.
280
2812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Reflect having moved automake/.
284        * include/Makefile.am: Reflect having moved automake/.
285        * psx01/Makefile.am: Reflect having moved automake/.
286        * psx02/Makefile.am: Reflect having moved automake/.
287        * psx03/Makefile.am: Reflect having moved automake/.
288        * psx04/Makefile.am: Reflect having moved automake/.
289        * psx05/Makefile.am: Reflect having moved automake/.
290        * psx06/Makefile.am: Reflect having moved automake/.
291        * psx07/Makefile.am: Reflect having moved automake/.
292        * psx08/Makefile.am: Reflect having moved automake/.
293        * psx09/Makefile.am: Reflect having moved automake/.
294        * psx10/Makefile.am: Reflect having moved automake/.
295        * psx11/Makefile.am: Reflect having moved automake/.
296        * psx12/Makefile.am: Reflect having moved automake/.
297        * psx13/Makefile.am: Reflect having moved automake/.
298        * psxcancel/Makefile.am: Reflect having moved automake/.
299        * psxchroot01/Makefile.am: Reflect having moved automake/.
300        * psxfile01/Makefile.am: Reflect having moved automake/.
301        * psxhdrs/Makefile.am: Reflect having moved automake/.
302        * psxmount/Makefile.am: Reflect having moved automake/.
303        * psxmsgq01/Makefile.am: Reflect having moved automake/.
304        * psxreaddir/Makefile.am: Reflect having moved automake/.
305        * psxsem01/Makefile.am: Reflect having moved automake/.
306        * psxstat/Makefile.am: Reflect having moved automake/.
307        * psxtime/Makefile.am: Reflect having moved automake/.
308        * psxtimer/Makefile.am: Reflect having moved automake/.
309
3102003-08-14      Joel Sherrill <joel@OARcorp.com>
311
312        PR 408/filesystem
313        * psx13/test.c: Added very rudimentary test of sync() service.
314
3152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
318
3192003-06-12      Joel Sherrill <joel@OARcorp.com>
320
321        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
322
3232003-05-29      Joel Sherrill <joel@OARcorp.com>
324
325        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
326        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
327        psxtimer/psxtimer.c: Removed warnings.
328
3292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
332        CC_CFLAGS_DEFAULT (obsolete).
333
3342003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
337        Remove CC_LDFLAGS_PROFILE_V.
338
3392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Remove AC_CONFIG_AUX_DIR.
342
3432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
346
3472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: AC_PREREQ(2.57).
350
3512002-11-14      Joel Sherrill <joel@OARcorp.com>
352
353        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
354        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
355        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
356        Per PR239 update the IDs in the various screens.
357
3582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * .cvsignore: Reformat.
361        Add autom4te*cache.
362        Remove autom4te.cache.
363
3642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
372        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
373        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
376        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
377        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
378        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
379        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
380        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
381        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
382        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
383        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
384        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
385        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
386        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
387        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
390
3912002-08-01      Joel Sherrill <joel@OARcorp.com>
392
393        * Per PR47 add support for buffered test output.  This involved
394        adding defines to redirect output to a buffer and dump it when
395        full, at "test pause", and at exit.  To avoid problems when redefining
396        exit(), all tests were modified to call rtems_test_exit().
397        Some tests, notable psxtests, had to be modified to include
398        the standard test macro .h file (pmacros.h or tmacros.h) to
399        enable this support.
400        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
401        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
402        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
403        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
404        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
405        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
406        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
407        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
408        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
409        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
410        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
411        psxtime/test.c, psxtimer/psxtimer.c: Modified.
412
4132002-07-05      Joel Sherrill <joel@OARcorp.com>
414
415        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
416        Updated as part of PR164 which reported problems with the RTEMS
417        implementation of pthread_cancel.
418       
4192001-04-26      Joel Sherrill <joel@OARcorp.com>
420
421        * psxmsgq01/init.c: Reflect changes made to address PR81 that
422        reworked POSIX message queues to add a descriptor separate from
423        the underlying message queue.  This allows non-blocking to follow
424        the "open" not the underlying queue.
425 
4262002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Remove ENABLE_GCC28.
429
4302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac:
433        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
434        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
435        * Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
461
4622001-11-07      Jennifer Averett <jennifer@OARcorp.com>
463
464        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
465        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
466        Since we check permissions before evaluating enough to see if it
467        a regular file or directory, this hack is needed to make the regular
468        file executable.
469
4702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
473        * configure.in: Remove.
474        * configure.ac: New file, generated from configure.in by autoupdate.
475
4762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
479
4802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
483        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
484        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
485        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
486        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
487        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
488        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
489        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
490        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
491        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
492        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
493        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
494        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
495        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
496        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
497        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
498        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
499        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
500        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
501        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
502        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
503        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
504        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
505        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
506
5072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
508
509        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
510        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
511        psxchroot01 test.
512
5132001-05-25      Joel Sherrill <joel@OARcorp.com>
514
515        * Added once version of psxchroot01 test for user review.
516        * psxchroot01: New directory.
517        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
518        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
519        * configure.in, Makefile.am: Modified to reflect above.
520
5212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
522
523        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
524
5252001-04-24      Joel Sherrill <joel@OARcorp.com>
526
527        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
528        open, write, reopen, append twice from Andrew Bythell
529        <abythell@nortelnetworks.com> that tripped an initialization
530        problem in the IMFS.
531
5322001-04-20      Joel Sherrill <joel@OARcorp.com>
533
534        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
535        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
536        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
537        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
538        Various adjustments so test output matches screens more reliably.
539
5402001-01-25      Joel Sherrill <joel@OARcorp.com>
541
542        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
543
5442000-11-17      Jennifer Averett <jennifer@OARcorp.com>
545
546        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
547        to remain consistant across platforms and bsps by forcing
548        a mount point in front of all paths.
549
5502000-11-17      Jennifer Averret <jennifer@OARcorp.com>
551
552        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
553        expected error condition in one case.
554        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
555        readdir() of root of mounted filesystem.  Also corrected the screen
556        file for some mistakes noticed in this effort.
557
5582000-11-13      Joel Sherrill <joel@OARcorp.com>
559
560        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
561
5622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
565
5662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
569
5702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
573        Switch to GNU canonicalization.
574        * psxtests.am: Remove DEFS.
575
5762000-10-24      Joel Sherrill <joel@OARcorp.com>
577
578        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
579        It was formerly incorrectly prototyped in <libio.h>.
580
5812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
584        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
585        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
586        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
587        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
588        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
589        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
590        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
591
5922000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
594        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
595        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
596        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
597        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
598        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
599        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
600
6012000-08-10      Joel Sherrill <joel@OARcorp.com>
602
603        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.