source: rtems/testsuites/psxtests/ChangeLog @ 8728969

4.104.114.95
Last change on this file since 8728969 was 8728969, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/07 at 16:56:21

2007-12-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: New test to cover all RTEMS POSIX functions that return ENOSYS.
  • psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c, psxenosys/psxenosys.scn, psxenosys/system.h: New files.
  • Property mode set to 100644
File size: 31.1 KB
Line 
12007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
4        functions that return ENOSYS.
5        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
6        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
7
82007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
9
10        * psx13/test.c: Fix spelling error.
11
122007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * psxtime/test.c: Add tests for adjtime().
15
162007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
17
18        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
19        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
20        cases to improve test coverage.
21
222007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        PR 1262/filesystem
25        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
26        and writev() including documentation and test case.
27        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
28        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
29
302007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
33        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
34        test cases so last output line follows END OF pattern. Make sure test
35        case all run. All tests appeared ok on sis.
36
372007-04-05      Joel Sherrill <joel@OARcorp.com>
38
39        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
40        behavior more closely matching GNU/Linux.
41
422006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
45        include normal blocking and unblocking on timeout.
46
472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: New BUG-REPORT address.
50
512006-11-17      Joel Sherrill <joel@OARcorp.com>
52
53        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
54        Previously the timeout was not absolute time and checked BEFORE
55        attempting to lock semaphore.
56
572006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * psxbarrier01/main.c: New file.
60
612006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
64        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
65        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
66        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
67
682006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
71        and partial implementation of POSIX rwlocks.
72        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
73        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
74
752006-10-30      Joel Sherrill <joel@OARcorp.com>
76
77        PR 841/rtems
78        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
79        specification.
80
812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Require autoconf-2.60. Require automake-1.10.
84
852006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
86
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        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
92        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
93        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
94        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
95        Use rtems_testsdir instead.
96
972005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * configure.ac: Remove RTEMS_ENABLE_BARE,
100        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
101
1022005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
105        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
106        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
107        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
108        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
109        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
110        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
111        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
112        Convert to using *_PROGRAMS.
113
1142005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * psx01/Makefile.am, psx02/Makefile.am,
117        psx03/Makefile.am, psx04/Makefile.am,
118        psx05/Makefile.am, psx06/Makefile.am,
119        psx07/Makefile.am, psx08/Makefile.am,
120        psx09/Makefile.am, psx10/Makefile.am,
121        psx11/Makefile.am, psx12/Makefile.am,
122        psx13/Makefile.am, psxcancel/Makefile.am,
123        psxchroot01/Makefile.am, psxfile01/Makefile.am,
124        psxmount/Makefile.am, psxmsgq01/Makefile.am,
125        psxreaddir/Makefile.am, psxsem01/Makefile.am,
126        psxstat/Makefile.am, psxtime/Makefile.am,
127        psxtimer/Makefile.am: Rework.
128
1292005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
132        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
133        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
134        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
135        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
136        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
137        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
138        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
139        * psxtests.am: Remove.
140
1412005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
144        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
145        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
146        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
147        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
148        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
149        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
150        psxtime/Makefile.am, psxtimer/Makefile.am:
151        AM_CPPFLAGS += -I..../support/include.
152
1532005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
156
1572005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
160        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
161        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
162        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
163        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
164        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
165        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
166        psxstat/Makefile.am: Add ../include/pmacros.h
167        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
168        POSIX_FILES_DIRS.
169        * psxtests.am: Remove LIB_VARIANT.
170
1712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
174        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
175        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
176        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
177        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
178        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
179        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
180        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
181        Remove SRC, PRINT_SRC.
182
1832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Cleanup.
186
1872005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
190        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
191        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
192        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
193        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
194        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
195        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
196        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
197        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
198        Partial conversion to automake.
199
2002005-09-01      Joel Sherrill <joel@OARcorp.com>
201
202        PR 628/rtems
203        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
204        being an error.
205
2062005-04-26      Joel Sherrill <joel@OARcorp.com>
207
208        * psxreaddir/test.c: Eliminate warnings.
209
2102004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Require automake > 1.9.
213
2142004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
217        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
218        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
219        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
220        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
221        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
222        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
223        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
224        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
225        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
226        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
227        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
228        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
229        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
230        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
231        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
232        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
233        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
234        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
235        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
236        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
237        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
238        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
239
2402004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
243        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
244        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
245        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
246
2472004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
250        to using c99 fixed size types.
251
2522004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Remove include from SUBDIRS.
255
2562004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * include/Makefile.am: Remove.
259        * Makefile.am: Merge-in include/Makefile.am.
260        * configure.ac: Reflect changes above.
261
2622004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Add 2nd arg to RTEMS_TOP.
265
2662004-03-05      Joel Sherrill <joel@OARcorp.com>
267
268        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
269        psxtimer/psxtimer.c: Eliminate warnings and typos.
270
2712004-02-26      Sébastien Barré <sbarre@sdelcc.com>
272
273        PR 582/core
274        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
275        queue test so more of it runs now.
276
2772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
280        Add PRE/TMPINSTALL_FILES to CLEANFILES.
281        * psx02/Makefile.am: Ditto.
282        * psx03/Makefile.am: Ditto.
283        * psx04/Makefile.am: Ditto.
284        * psx05/Makefile.am: Ditto.
285        * psx06/Makefile.am: Ditto.
286        * psx07/Makefile.am: Ditto.
287        * psx08/Makefile.am: Ditto.
288        * psx09/Makefile.am: Ditto.
289        * psx10/Makefile.am: Ditto.
290        * psx11/Makefile.am: Ditto.
291        * psx12/Makefile.am: Ditto.
292        * psx13/Makefile.am: Ditto.
293        * psxcancel/Makefile.am: Ditto.
294        * psxchroot01/Makefile.am: Ditto.
295        * psxfile01/Makefile.am: Ditto.
296        * psxmount/Makefile.am: Ditto.
297        * psxmsgq01/Makefile.am: Ditto.
298        * psxreaddir/Makefile.am: Ditto.
299        * psxsem01/Makefile.am: Ditto.
300        * psxstat/Makefile.am: Ditto.
301        * psxtime/Makefile.am: Ditto.
302        * psxtimer/Makefile.am: Ditto.
303
3042003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * psxtests.am: Add dirstamp support.
307
3082003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
311
3122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
315
3162003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * psxcancel/Makefile.am: Remove used H_FILES.
319
3202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * include/Makefile.am: Reformat.
323        * psx01/Makefile.am: Remove all-local: $(ARCH).
324        * psx02/Makefile.am: Remove all-local: $(ARCH).
325        * psx03/Makefile.am: Remove all-local: $(ARCH).
326        * psx04/Makefile.am: Remove all-local: $(ARCH).
327        * psx05/Makefile.am: Remove all-local: $(ARCH).
328        * psx06/Makefile.am: Remove all-local: $(ARCH).
329        * psx07/Makefile.am: Remove all-local: $(ARCH).
330        * psx08/Makefile.am: Remove all-local: $(ARCH).
331        * psx09/Makefile.am: Remove all-local: $(ARCH).
332        * psx10/Makefile.am: Remove all-local: $(ARCH).
333        * psx11/Makefile.am: Remove all-local: $(ARCH).
334        * psx12/Makefile.am: Remove all-local: $(ARCH).
335        * psx13/Makefile.am: Remove all-local: $(ARCH).
336        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
337        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
338        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
339        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
340        * psxmount/Makefile.am: Remove all-local: $(ARCH).
341        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
342        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
343        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
344        * psxstat/Makefile.am: Remove all-local: $(ARCH).
345        * psxtime/Makefile.am: Remove all-local: $(ARCH).
346        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
347
3482003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Reflect having moved to testsuites/.
351
3522003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Remove RTEMS_CANONICAL_HOST.
355
3562003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac:Remove RTEMS_CHECK_CPU.
359
3602003-09-15      Jennifer Averett <jennifer@OARcorp.com>
361
362        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
363
3642003-09-04      Joel Sherrill <joel@OARcorp.com>
365
366        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
367        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
368        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
369        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
370        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
371        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
372        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
373        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
374        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
375        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
376        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
377        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
378        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
379        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
380        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
381        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
382        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
383        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
384        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
385        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
386        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
387        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
388        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
389        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
390        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
391        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
392        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
393        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
394        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
395        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
396        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
397        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
398        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
399        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
400        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
401        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
402        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
403        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
404        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
405        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
406        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
407        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
408        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
409        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
410        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
411        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
412        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
413        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
414        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
415        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
416        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
417        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
418        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
419        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
420        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
421        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
422        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
423        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
424        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
425        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
426        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
427        psxtimer/system.h: URL for license changed.
428
4292003-09-04      Joel Sherrill <joel@OARcorp.com>
430
431        PR 462/tests
432        * psxhdrs/Makefile.am: Added ualarm.c
433        * psxhdrs/signal23.c: New file.
434
4352003-09-03      Joel Sherrill <joel@OARcorp.com>
436
437        PR 463/tests
438        PR 465/tests
439        * psxhdrs/Makefile.am: Add new test cases.
440        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
441        psxhdrs/timer07.c: New files.
442
4432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Reflect having moved aclocal/.
446
4472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Reflect having moved automake/.
450        * include/Makefile.am: Reflect having moved automake/.
451        * psx01/Makefile.am: Reflect having moved automake/.
452        * psx02/Makefile.am: Reflect having moved automake/.
453        * psx03/Makefile.am: Reflect having moved automake/.
454        * psx04/Makefile.am: Reflect having moved automake/.
455        * psx05/Makefile.am: Reflect having moved automake/.
456        * psx06/Makefile.am: Reflect having moved automake/.
457        * psx07/Makefile.am: Reflect having moved automake/.
458        * psx08/Makefile.am: Reflect having moved automake/.
459        * psx09/Makefile.am: Reflect having moved automake/.
460        * psx10/Makefile.am: Reflect having moved automake/.
461        * psx11/Makefile.am: Reflect having moved automake/.
462        * psx12/Makefile.am: Reflect having moved automake/.
463        * psx13/Makefile.am: Reflect having moved automake/.
464        * psxcancel/Makefile.am: Reflect having moved automake/.
465        * psxchroot01/Makefile.am: Reflect having moved automake/.
466        * psxfile01/Makefile.am: Reflect having moved automake/.
467        * psxhdrs/Makefile.am: Reflect having moved automake/.
468        * psxmount/Makefile.am: Reflect having moved automake/.
469        * psxmsgq01/Makefile.am: Reflect having moved automake/.
470        * psxreaddir/Makefile.am: Reflect having moved automake/.
471        * psxsem01/Makefile.am: Reflect having moved automake/.
472        * psxstat/Makefile.am: Reflect having moved automake/.
473        * psxtime/Makefile.am: Reflect having moved automake/.
474        * psxtimer/Makefile.am: Reflect having moved automake/.
475
4762003-08-14      Joel Sherrill <joel@OARcorp.com>
477
478        PR 408/filesystem
479        * psx13/test.c: Added very rudimentary test of sync() service.
480
4812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
484
4852003-06-12      Joel Sherrill <joel@OARcorp.com>
486
487        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
488
4892003-05-29      Joel Sherrill <joel@OARcorp.com>
490
491        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
492        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
493        psxtimer/psxtimer.c: Removed warnings.
494
4952003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
498        CC_CFLAGS_DEFAULT (obsolete).
499
5002003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
503        Remove CC_LDFLAGS_PROFILE_V.
504
5052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Remove AC_CONFIG_AUX_DIR.
508
5092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
512
5132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: AC_PREREQ(2.57).
516
5172002-11-14      Joel Sherrill <joel@OARcorp.com>
518
519        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
520        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
521        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
522        Per PR239 update the IDs in the various screens.
523
5242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * .cvsignore: Reformat.
527        Add autom4te*cache.
528        Remove autom4te.cache.
529
5302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
533        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
534        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
535        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
536        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
537        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
538        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
539        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
540        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
541        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
542        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
543        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
544        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
556
5572002-08-01      Joel Sherrill <joel@OARcorp.com>
558
559        * Per PR47 add support for buffered test output.  This involved
560        adding defines to redirect output to a buffer and dump it when
561        full, at "test pause", and at exit.  To avoid problems when redefining
562        exit(), all tests were modified to call rtems_test_exit().
563        Some tests, notable psxtests, had to be modified to include
564        the standard test macro .h file (pmacros.h or tmacros.h) to
565        enable this support.
566        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
567        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
568        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
569        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
570        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
571        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
572        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
573        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
574        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
575        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
576        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
577        psxtime/test.c, psxtimer/psxtimer.c: Modified.
578
5792002-07-05      Joel Sherrill <joel@OARcorp.com>
580
581        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
582        Updated as part of PR164 which reported problems with the RTEMS
583        implementation of pthread_cancel.
584       
5852001-04-26      Joel Sherrill <joel@OARcorp.com>
586
587        * psxmsgq01/init.c: Reflect changes made to address PR81 that
588        reworked POSIX message queues to add a descriptor separate from
589        the underlying message queue.  This allows non-blocking to follow
590        the "open" not the underlying queue.
591 
5922002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Remove ENABLE_GCC28.
595
5962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac:
599        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
600        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
601        * Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
607        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
608        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
609        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
610        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
611        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
612        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
613        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
614        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
615        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
616        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
617        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
618        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
619        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
620        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
626        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
627
6282001-11-07      Jennifer Averett <jennifer@OARcorp.com>
629
630        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
631        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
632        Since we check permissions before evaluating enough to see if it
633        a regular file or directory, this hack is needed to make the regular
634        file executable.
635
6362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
639        * configure.in: Remove.
640        * configure.ac: New file, generated from configure.in by autoupdate.
641
6422001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
645
6462001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
649        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
650        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
651        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
652        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
653        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
654        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
655        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
656        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
657        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
658        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
659        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
660        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
661        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
662        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
663        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
664        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
665        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
666        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
667        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
668        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
669        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
670        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
671        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
672
6732001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
674
675        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
676        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
677        psxchroot01 test.
678
6792001-05-25      Joel Sherrill <joel@OARcorp.com>
680
681        * Added once version of psxchroot01 test for user review.
682        * psxchroot01: New directory.
683        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
684        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
685        * configure.in, Makefile.am: Modified to reflect above.
686
6872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
688
689        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
690
6912001-04-24      Joel Sherrill <joel@OARcorp.com>
692
693        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
694        open, write, reopen, append twice from Andrew Bythell
695        <abythell@nortelnetworks.com> that tripped an initialization
696        problem in the IMFS.
697
6982001-04-20      Joel Sherrill <joel@OARcorp.com>
699
700        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
701        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
702        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
703        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
704        Various adjustments so test output matches screens more reliably.
705
7062001-01-25      Joel Sherrill <joel@OARcorp.com>
707
708        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
709
7102000-11-17      Jennifer Averett <jennifer@OARcorp.com>
711
712        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
713        to remain consistant across platforms and bsps by forcing
714        a mount point in front of all paths.
715
7162000-11-17      Jennifer Averret <jennifer@OARcorp.com>
717
718        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
719        expected error condition in one case.
720        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
721        readdir() of root of mounted filesystem.  Also corrected the screen
722        file for some mistakes noticed in this effort.
723
7242000-11-13      Joel Sherrill <joel@OARcorp.com>
725
726        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
727
7282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
731
7322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
735
7362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
739        Switch to GNU canonicalization.
740        * psxtests.am: Remove DEFS.
741
7422000-10-24      Joel Sherrill <joel@OARcorp.com>
743
744        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
745        It was formerly incorrectly prototyped in <libio.h>.
746
7472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
750        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
751        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
752        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
753        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
754        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
755        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
756        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
757
7582000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
760        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
761        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
762        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
763        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
764        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
765        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
766
7672000-08-10      Joel Sherrill <joel@OARcorp.com>
768
769        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.