source: rtems/testsuites/psxtests/ChangeLog @ 302f5fa

4.104.114.84.95
Last change on this file since 302f5fa was 302f5fa, checked in by Joel Sherrill <joel.sherrill@…>, on 10/30/06 at 22:22:00

2006-10-30 Joel Sherrill <joel@…>

PR 841/rtems

  • psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
  • Property mode set to 100644
File size: 28.5 KB
Line 
12006-10-30      Joel Sherrill <joel@OARcorp.com>
2
3        PR 841/rtems
4        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
5        specification.
6
72006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Require autoconf-2.60. Require automake-1.10.
10
112006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
14        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
15        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
16        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
17        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
18        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
19        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
20        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
21        Use rtems_testsdir instead.
22
232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Remove RTEMS_ENABLE_BARE,
26        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
27
282005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
31        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
32        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
33        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
34        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
35        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
36        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
37        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
38        Convert to using *_PROGRAMS.
39
402005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * psx01/Makefile.am, psx02/Makefile.am,
43        psx03/Makefile.am, psx04/Makefile.am,
44        psx05/Makefile.am, psx06/Makefile.am,
45        psx07/Makefile.am, psx08/Makefile.am,
46        psx09/Makefile.am, psx10/Makefile.am,
47        psx11/Makefile.am, psx12/Makefile.am,
48        psx13/Makefile.am, psxcancel/Makefile.am,
49        psxchroot01/Makefile.am, psxfile01/Makefile.am,
50        psxmount/Makefile.am, psxmsgq01/Makefile.am,
51        psxreaddir/Makefile.am, psxsem01/Makefile.am,
52        psxstat/Makefile.am, psxtime/Makefile.am,
53        psxtimer/Makefile.am: Rework.
54
552005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
58        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
59        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
60        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
61        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
62        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
63        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
64        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
65        * psxtests.am: Remove.
66
672005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
70        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
71        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
72        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
73        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
74        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
75        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
76        psxtime/Makefile.am, psxtimer/Makefile.am:
77        AM_CPPFLAGS += -I..../support/include.
78
792005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
82
832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
86        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
87        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
88        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
89        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
90        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
91        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
92        psxstat/Makefile.am: Add ../include/pmacros.h
93        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
94        POSIX_FILES_DIRS.
95        * psxtests.am: Remove LIB_VARIANT.
96
972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
100        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
101        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
102        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
103        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
104        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
105        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
106        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
107        Remove SRC, PRINT_SRC.
108
1092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Cleanup.
112
1132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
116        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
117        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
118        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
119        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
120        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
121        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
122        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
123        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
124        Partial conversion to automake.
125
1262005-09-01      Joel Sherrill <joel@OARcorp.com>
127
128        PR 628/rtems
129        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
130        being an error.
131
1322005-04-26      Joel Sherrill <joel@OARcorp.com>
133
134        * psxreaddir/test.c: Eliminate warnings.
135
1362004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * configure.ac: Require automake > 1.9.
139
1402004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
143        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
144        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
145        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
146        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
147        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
148        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
149        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
150        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
151        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
152        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
153        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
154        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
155        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
156        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
157        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
158        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
159        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
160        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
161        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
162        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
163        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
164        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
165
1662004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
169        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
170        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
171        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
172
1732004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
176        to using c99 fixed size types.
177
1782004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Remove include from SUBDIRS.
181
1822004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * include/Makefile.am: Remove.
185        * Makefile.am: Merge-in include/Makefile.am.
186        * configure.ac: Reflect changes above.
187
1882004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Add 2nd arg to RTEMS_TOP.
191
1922004-03-05      Joel Sherrill <joel@OARcorp.com>
193
194        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
195        psxtimer/psxtimer.c: Eliminate warnings and typos.
196
1972004-02-26      Sébastien Barré <sbarre@sdelcc.com>
198
199        PR 582/core
200        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
201        queue test so more of it runs now.
202
2032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
206        Add PRE/TMPINSTALL_FILES to CLEANFILES.
207        * psx02/Makefile.am: Ditto.
208        * psx03/Makefile.am: Ditto.
209        * psx04/Makefile.am: Ditto.
210        * psx05/Makefile.am: Ditto.
211        * psx06/Makefile.am: Ditto.
212        * psx07/Makefile.am: Ditto.
213        * psx08/Makefile.am: Ditto.
214        * psx09/Makefile.am: Ditto.
215        * psx10/Makefile.am: Ditto.
216        * psx11/Makefile.am: Ditto.
217        * psx12/Makefile.am: Ditto.
218        * psx13/Makefile.am: Ditto.
219        * psxcancel/Makefile.am: Ditto.
220        * psxchroot01/Makefile.am: Ditto.
221        * psxfile01/Makefile.am: Ditto.
222        * psxmount/Makefile.am: Ditto.
223        * psxmsgq01/Makefile.am: Ditto.
224        * psxreaddir/Makefile.am: Ditto.
225        * psxsem01/Makefile.am: Ditto.
226        * psxstat/Makefile.am: Ditto.
227        * psxtime/Makefile.am: Ditto.
228        * psxtimer/Makefile.am: Ditto.
229
2302003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * psxtests.am: Add dirstamp support.
233
2342003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
237
2382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
241
2422003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * psxcancel/Makefile.am: Remove used H_FILES.
245
2462003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * include/Makefile.am: Reformat.
249        * psx01/Makefile.am: Remove all-local: $(ARCH).
250        * psx02/Makefile.am: Remove all-local: $(ARCH).
251        * psx03/Makefile.am: Remove all-local: $(ARCH).
252        * psx04/Makefile.am: Remove all-local: $(ARCH).
253        * psx05/Makefile.am: Remove all-local: $(ARCH).
254        * psx06/Makefile.am: Remove all-local: $(ARCH).
255        * psx07/Makefile.am: Remove all-local: $(ARCH).
256        * psx08/Makefile.am: Remove all-local: $(ARCH).
257        * psx09/Makefile.am: Remove all-local: $(ARCH).
258        * psx10/Makefile.am: Remove all-local: $(ARCH).
259        * psx11/Makefile.am: Remove all-local: $(ARCH).
260        * psx12/Makefile.am: Remove all-local: $(ARCH).
261        * psx13/Makefile.am: Remove all-local: $(ARCH).
262        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
263        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
264        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
265        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
266        * psxmount/Makefile.am: Remove all-local: $(ARCH).
267        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
268        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
269        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
270        * psxstat/Makefile.am: Remove all-local: $(ARCH).
271        * psxtime/Makefile.am: Remove all-local: $(ARCH).
272        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
273
2742003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Reflect having moved to testsuites/.
277
2782003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Remove RTEMS_CANONICAL_HOST.
281
2822003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac:Remove RTEMS_CHECK_CPU.
285
2862003-09-15      Jennifer Averett <jennifer@OARcorp.com>
287
288        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
289
2902003-09-04      Joel Sherrill <joel@OARcorp.com>
291
292        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
293        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
294        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
295        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
296        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
297        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
298        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
299        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
300        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
301        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
302        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
303        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
304        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
305        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
306        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
307        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
308        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
309        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
310        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
311        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
312        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
313        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
314        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
315        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
316        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
317        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
318        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
319        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
320        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
321        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
322        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
323        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
324        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
325        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
326        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
327        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
328        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
329        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
330        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
331        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
332        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
333        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
334        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
335        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
336        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
337        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
338        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
339        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
340        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
341        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
342        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
343        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
344        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
345        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
346        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
347        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
348        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
349        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
350        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
351        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
352        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
353        psxtimer/system.h: URL for license changed.
354
3552003-09-04      Joel Sherrill <joel@OARcorp.com>
356
357        PR 462/tests
358        * psxhdrs/Makefile.am: Added ualarm.c
359        * psxhdrs/signal23.c: New file.
360
3612003-09-03      Joel Sherrill <joel@OARcorp.com>
362
363        PR 463/tests
364        PR 465/tests
365        * psxhdrs/Makefile.am: Add new test cases.
366        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
367        psxhdrs/timer07.c: New files.
368
3692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Reflect having moved aclocal/.
372
3732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Reflect having moved automake/.
376        * include/Makefile.am: Reflect having moved automake/.
377        * psx01/Makefile.am: Reflect having moved automake/.
378        * psx02/Makefile.am: Reflect having moved automake/.
379        * psx03/Makefile.am: Reflect having moved automake/.
380        * psx04/Makefile.am: Reflect having moved automake/.
381        * psx05/Makefile.am: Reflect having moved automake/.
382        * psx06/Makefile.am: Reflect having moved automake/.
383        * psx07/Makefile.am: Reflect having moved automake/.
384        * psx08/Makefile.am: Reflect having moved automake/.
385        * psx09/Makefile.am: Reflect having moved automake/.
386        * psx10/Makefile.am: Reflect having moved automake/.
387        * psx11/Makefile.am: Reflect having moved automake/.
388        * psx12/Makefile.am: Reflect having moved automake/.
389        * psx13/Makefile.am: Reflect having moved automake/.
390        * psxcancel/Makefile.am: Reflect having moved automake/.
391        * psxchroot01/Makefile.am: Reflect having moved automake/.
392        * psxfile01/Makefile.am: Reflect having moved automake/.
393        * psxhdrs/Makefile.am: Reflect having moved automake/.
394        * psxmount/Makefile.am: Reflect having moved automake/.
395        * psxmsgq01/Makefile.am: Reflect having moved automake/.
396        * psxreaddir/Makefile.am: Reflect having moved automake/.
397        * psxsem01/Makefile.am: Reflect having moved automake/.
398        * psxstat/Makefile.am: Reflect having moved automake/.
399        * psxtime/Makefile.am: Reflect having moved automake/.
400        * psxtimer/Makefile.am: Reflect having moved automake/.
401
4022003-08-14      Joel Sherrill <joel@OARcorp.com>
403
404        PR 408/filesystem
405        * psx13/test.c: Added very rudimentary test of sync() service.
406
4072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
410
4112003-06-12      Joel Sherrill <joel@OARcorp.com>
412
413        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
414
4152003-05-29      Joel Sherrill <joel@OARcorp.com>
416
417        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
418        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
419        psxtimer/psxtimer.c: Removed warnings.
420
4212003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
424        CC_CFLAGS_DEFAULT (obsolete).
425
4262003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
429        Remove CC_LDFLAGS_PROFILE_V.
430
4312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Remove AC_CONFIG_AUX_DIR.
434
4352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
438
4392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: AC_PREREQ(2.57).
442
4432002-11-14      Joel Sherrill <joel@OARcorp.com>
444
445        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
446        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
447        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
448        Per PR239 update the IDs in the various screens.
449
4502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * .cvsignore: Reformat.
453        Add autom4te*cache.
454        Remove autom4te.cache.
455
4562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
466        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
471        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
476        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
477        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
478        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
479        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
482
4832002-08-01      Joel Sherrill <joel@OARcorp.com>
484
485        * Per PR47 add support for buffered test output.  This involved
486        adding defines to redirect output to a buffer and dump it when
487        full, at "test pause", and at exit.  To avoid problems when redefining
488        exit(), all tests were modified to call rtems_test_exit().
489        Some tests, notable psxtests, had to be modified to include
490        the standard test macro .h file (pmacros.h or tmacros.h) to
491        enable this support.
492        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
493        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
494        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
495        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
496        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
497        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
498        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
499        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
500        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
501        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
502        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
503        psxtime/test.c, psxtimer/psxtimer.c: Modified.
504
5052002-07-05      Joel Sherrill <joel@OARcorp.com>
506
507        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
508        Updated as part of PR164 which reported problems with the RTEMS
509        implementation of pthread_cancel.
510       
5112001-04-26      Joel Sherrill <joel@OARcorp.com>
512
513        * psxmsgq01/init.c: Reflect changes made to address PR81 that
514        reworked POSIX message queues to add a descriptor separate from
515        the underlying message queue.  This allows non-blocking to follow
516        the "open" not the underlying queue.
517 
5182002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Remove ENABLE_GCC28.
521
5222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.ac:
525        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
526        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
527        * Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
553
5542001-11-07      Jennifer Averett <jennifer@OARcorp.com>
555
556        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
557        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
558        Since we check permissions before evaluating enough to see if it
559        a regular file or directory, this hack is needed to make the regular
560        file executable.
561
5622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
565        * configure.in: Remove.
566        * configure.ac: New file, generated from configure.in by autoupdate.
567
5682001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
571
5722001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
575        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
576        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
577        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
578        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
579        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
580        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
581        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
582        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
583        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
584        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
585        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
586        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
587        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
588        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
589        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
590        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
591        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
592        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
593        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
594        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
595        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
596        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
597        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
598
5992001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
600
601        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
602        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
603        psxchroot01 test.
604
6052001-05-25      Joel Sherrill <joel@OARcorp.com>
606
607        * Added once version of psxchroot01 test for user review.
608        * psxchroot01: New directory.
609        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
610        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
611        * configure.in, Makefile.am: Modified to reflect above.
612
6132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
614
615        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
616
6172001-04-24      Joel Sherrill <joel@OARcorp.com>
618
619        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
620        open, write, reopen, append twice from Andrew Bythell
621        <abythell@nortelnetworks.com> that tripped an initialization
622        problem in the IMFS.
623
6242001-04-20      Joel Sherrill <joel@OARcorp.com>
625
626        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
627        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
628        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
629        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
630        Various adjustments so test output matches screens more reliably.
631
6322001-01-25      Joel Sherrill <joel@OARcorp.com>
633
634        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
635
6362000-11-17      Jennifer Averett <jennifer@OARcorp.com>
637
638        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
639        to remain consistant across platforms and bsps by forcing
640        a mount point in front of all paths.
641
6422000-11-17      Jennifer Averret <jennifer@OARcorp.com>
643
644        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
645        expected error condition in one case.
646        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
647        readdir() of root of mounted filesystem.  Also corrected the screen
648        file for some mistakes noticed in this effort.
649
6502000-11-13      Joel Sherrill <joel@OARcorp.com>
651
652        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
653
6542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
657
6582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
661
6622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
665        Switch to GNU canonicalization.
666        * psxtests.am: Remove DEFS.
667
6682000-10-24      Joel Sherrill <joel@OARcorp.com>
669
670        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
671        It was formerly incorrectly prototyped in <libio.h>.
672
6732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
676        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
677        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
678        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
679        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
680        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
681        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
682        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
683
6842000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
686        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
687        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
688        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
689        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
690        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
691        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
692
6932000-08-10      Joel Sherrill <joel@OARcorp.com>
694
695        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.