source: rtems/testsuites/psxtests/ChangeLog @ 8571262

4.104.114.95
Last change on this file since 8571262 was 8571262, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/08 at 15:35:41

2008-01-23 Joel Sherrill <joel.sherrill@…>

  • psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub implementation mprotect().
  • Property mode set to 100644
File size: 33.5 KB
Line 
12008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
4        implementation mprotect().
5
62008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * psxcleanup/.cvsignore: New file.
9
102008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
11
12        * psxcleanup/system.h: New file.
13
142008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
15
16        * Makefile.am, configure.ac:
17        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
18        psxcleanup/psxcleanup.scn: New files.
19
202008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
21
22        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
23        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
24
252007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
28
292007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
30
31        * Makefile.am, configure.ac: Added test for ualarm
32        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
33        psxualarm/system.h: New files.
34
352007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
36
37        * Makefile.am, configure.ac: Added posix signal test
38        * psxsignal01/Makefile.am, psxsignal01/init.c,
39        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
40        psxsignal01/task1.c: New files.
41
422007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * Makefile.am, configure.ac: Add test for sysconf().
45        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
46        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
47
482007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * psx01/init.c, psx01/psx01.scn: Add more test cases for
51        sched_rr_get_interval() and sched_get_priority_max().
52
532007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * psxenosys/init.c: Fix typo.
56
572007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
60        addition of second POSIX Timer test. Add initial version of
61        psxtimer02 to cover some conditions missed in psxtimer01. More cases
62        left to add.
63        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
64        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
65        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
66        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
67        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
68        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
69
702007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
73
742007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
77        functions that return ENOSYS.
78        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
79        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
80
812007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * psx13/test.c: Fix spelling error.
84
852007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * psxtime/test.c: Add tests for adjtime().
88
892007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
90
91        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
92        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
93        cases to improve test coverage.
94
952007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        PR 1262/filesystem
98        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
99        and writev() including documentation and test case.
100        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
101        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
102
1032007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
106        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
107        test cases so last output line follows END OF pattern. Make sure test
108        case all run. All tests appeared ok on sis.
109
1102007-04-05      Joel Sherrill <joel@OARcorp.com>
111
112        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
113        behavior more closely matching GNU/Linux.
114
1152006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
118        include normal blocking and unblocking on timeout.
119
1202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * configure.ac: New BUG-REPORT address.
123
1242006-11-17      Joel Sherrill <joel@OARcorp.com>
125
126        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
127        Previously the timeout was not absolute time and checked BEFORE
128        attempting to lock semaphore.
129
1302006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * psxbarrier01/main.c: New file.
133
1342006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
137        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
138        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
139        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
140
1412006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
144        and partial implementation of POSIX rwlocks.
145        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
146        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
147
1482006-10-30      Joel Sherrill <joel@OARcorp.com>
149
150        PR 841/rtems
151        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
152        specification.
153
1542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Require autoconf-2.60. Require automake-1.10.
157
1582006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
161        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
162        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
163        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
164        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
165        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
166        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
167        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
168        Use rtems_testsdir instead.
169
1702005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Remove RTEMS_ENABLE_BARE,
173        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
174
1752005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
178        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
179        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
180        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
181        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
182        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
183        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
184        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
185        Convert to using *_PROGRAMS.
186
1872005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * psx01/Makefile.am, psx02/Makefile.am,
190        psx03/Makefile.am, psx04/Makefile.am,
191        psx05/Makefile.am, psx06/Makefile.am,
192        psx07/Makefile.am, psx08/Makefile.am,
193        psx09/Makefile.am, psx10/Makefile.am,
194        psx11/Makefile.am, psx12/Makefile.am,
195        psx13/Makefile.am, psxcancel/Makefile.am,
196        psxchroot01/Makefile.am, psxfile01/Makefile.am,
197        psxmount/Makefile.am, psxmsgq01/Makefile.am,
198        psxreaddir/Makefile.am, psxsem01/Makefile.am,
199        psxstat/Makefile.am, psxtime/Makefile.am,
200        psxtimer/Makefile.am: Rework.
201
2022005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
205        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
206        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
207        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
208        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
209        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
210        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
211        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
212        * psxtests.am: Remove.
213
2142005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
217        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
218        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
219        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
220        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
221        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
222        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
223        psxtime/Makefile.am, psxtimer/Makefile.am:
224        AM_CPPFLAGS += -I..../support/include.
225
2262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
229
2302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
233        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
234        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
235        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
236        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
237        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
238        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
239        psxstat/Makefile.am: Add ../include/pmacros.h
240        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
241        POSIX_FILES_DIRS.
242        * psxtests.am: Remove LIB_VARIANT.
243
2442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
245
246        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
247        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
248        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
249        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
250        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
251        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
252        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
253        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
254        Remove SRC, PRINT_SRC.
255
2562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Cleanup.
259
2602005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
263        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
264        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
265        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
266        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
267        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
268        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
269        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
270        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
271        Partial conversion to automake.
272
2732005-09-01      Joel Sherrill <joel@OARcorp.com>
274
275        PR 628/rtems
276        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
277        being an error.
278
2792005-04-26      Joel Sherrill <joel@OARcorp.com>
280
281        * psxreaddir/test.c: Eliminate warnings.
282
2832004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Require automake > 1.9.
286
2872004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
290        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
291        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
292        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
293        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
294        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
295        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
296        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
297        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
298        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
299        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
300        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
302        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
303        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
304        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
305        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
306        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
308        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
309        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
310        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
311        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
312
3132004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
316        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
317        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
318        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
319
3202004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
323        to using c99 fixed size types.
324
3252004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * Makefile.am: Remove include from SUBDIRS.
328
3292004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * include/Makefile.am: Remove.
332        * Makefile.am: Merge-in include/Makefile.am.
333        * configure.ac: Reflect changes above.
334
3352004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Add 2nd arg to RTEMS_TOP.
338
3392004-03-05      Joel Sherrill <joel@OARcorp.com>
340
341        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
342        psxtimer/psxtimer.c: Eliminate warnings and typos.
343
3442004-02-26      Sébastien Barré <sbarre@sdelcc.com>
345
346        PR 582/core
347        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
348        queue test so more of it runs now.
349
3502004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
353        Add PRE/TMPINSTALL_FILES to CLEANFILES.
354        * psx02/Makefile.am: Ditto.
355        * psx03/Makefile.am: Ditto.
356        * psx04/Makefile.am: Ditto.
357        * psx05/Makefile.am: Ditto.
358        * psx06/Makefile.am: Ditto.
359        * psx07/Makefile.am: Ditto.
360        * psx08/Makefile.am: Ditto.
361        * psx09/Makefile.am: Ditto.
362        * psx10/Makefile.am: Ditto.
363        * psx11/Makefile.am: Ditto.
364        * psx12/Makefile.am: Ditto.
365        * psx13/Makefile.am: Ditto.
366        * psxcancel/Makefile.am: Ditto.
367        * psxchroot01/Makefile.am: Ditto.
368        * psxfile01/Makefile.am: Ditto.
369        * psxmount/Makefile.am: Ditto.
370        * psxmsgq01/Makefile.am: Ditto.
371        * psxreaddir/Makefile.am: Ditto.
372        * psxsem01/Makefile.am: Ditto.
373        * psxstat/Makefile.am: Ditto.
374        * psxtime/Makefile.am: Ditto.
375        * psxtimer/Makefile.am: Ditto.
376
3772003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * psxtests.am: Add dirstamp support.
380
3812003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
384
3852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
388
3892003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * psxcancel/Makefile.am: Remove used H_FILES.
392
3932003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * include/Makefile.am: Reformat.
396        * psx01/Makefile.am: Remove all-local: $(ARCH).
397        * psx02/Makefile.am: Remove all-local: $(ARCH).
398        * psx03/Makefile.am: Remove all-local: $(ARCH).
399        * psx04/Makefile.am: Remove all-local: $(ARCH).
400        * psx05/Makefile.am: Remove all-local: $(ARCH).
401        * psx06/Makefile.am: Remove all-local: $(ARCH).
402        * psx07/Makefile.am: Remove all-local: $(ARCH).
403        * psx08/Makefile.am: Remove all-local: $(ARCH).
404        * psx09/Makefile.am: Remove all-local: $(ARCH).
405        * psx10/Makefile.am: Remove all-local: $(ARCH).
406        * psx11/Makefile.am: Remove all-local: $(ARCH).
407        * psx12/Makefile.am: Remove all-local: $(ARCH).
408        * psx13/Makefile.am: Remove all-local: $(ARCH).
409        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
410        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
411        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
412        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
413        * psxmount/Makefile.am: Remove all-local: $(ARCH).
414        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
415        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
416        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
417        * psxstat/Makefile.am: Remove all-local: $(ARCH).
418        * psxtime/Makefile.am: Remove all-local: $(ARCH).
419        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
420
4212003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Reflect having moved to testsuites/.
424
4252003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Remove RTEMS_CANONICAL_HOST.
428
4292003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac:Remove RTEMS_CHECK_CPU.
432
4332003-09-15      Jennifer Averett <jennifer@OARcorp.com>
434
435        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
436
4372003-09-04      Joel Sherrill <joel@OARcorp.com>
438
439        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
440        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
441        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
442        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
443        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
444        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
445        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
446        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
447        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
448        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
449        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
450        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
451        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
452        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
453        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
454        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
455        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
456        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
457        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
458        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
459        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
460        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
461        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
462        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
463        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
464        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
465        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
466        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
467        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
468        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
469        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
470        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
471        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
472        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
473        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
474        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
475        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
476        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
477        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
478        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
479        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
480        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
481        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
482        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
483        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
484        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
485        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
486        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
487        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
488        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
489        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
490        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
491        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
492        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
493        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
494        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
495        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
496        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
497        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
498        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
499        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
500        psxtimer/system.h: URL for license changed.
501
5022003-09-04      Joel Sherrill <joel@OARcorp.com>
503
504        PR 462/tests
505        * psxhdrs/Makefile.am: Added ualarm.c
506        * psxhdrs/signal23.c: New file.
507
5082003-09-03      Joel Sherrill <joel@OARcorp.com>
509
510        PR 463/tests
511        PR 465/tests
512        * psxhdrs/Makefile.am: Add new test cases.
513        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
514        psxhdrs/timer07.c: New files.
515
5162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * Makefile.am: Reflect having moved aclocal/.
519
5202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Makefile.am: Reflect having moved automake/.
523        * include/Makefile.am: Reflect having moved automake/.
524        * psx01/Makefile.am: Reflect having moved automake/.
525        * psx02/Makefile.am: Reflect having moved automake/.
526        * psx03/Makefile.am: Reflect having moved automake/.
527        * psx04/Makefile.am: Reflect having moved automake/.
528        * psx05/Makefile.am: Reflect having moved automake/.
529        * psx06/Makefile.am: Reflect having moved automake/.
530        * psx07/Makefile.am: Reflect having moved automake/.
531        * psx08/Makefile.am: Reflect having moved automake/.
532        * psx09/Makefile.am: Reflect having moved automake/.
533        * psx10/Makefile.am: Reflect having moved automake/.
534        * psx11/Makefile.am: Reflect having moved automake/.
535        * psx12/Makefile.am: Reflect having moved automake/.
536        * psx13/Makefile.am: Reflect having moved automake/.
537        * psxcancel/Makefile.am: Reflect having moved automake/.
538        * psxchroot01/Makefile.am: Reflect having moved automake/.
539        * psxfile01/Makefile.am: Reflect having moved automake/.
540        * psxhdrs/Makefile.am: Reflect having moved automake/.
541        * psxmount/Makefile.am: Reflect having moved automake/.
542        * psxmsgq01/Makefile.am: Reflect having moved automake/.
543        * psxreaddir/Makefile.am: Reflect having moved automake/.
544        * psxsem01/Makefile.am: Reflect having moved automake/.
545        * psxstat/Makefile.am: Reflect having moved automake/.
546        * psxtime/Makefile.am: Reflect having moved automake/.
547        * psxtimer/Makefile.am: Reflect having moved automake/.
548
5492003-08-14      Joel Sherrill <joel@OARcorp.com>
550
551        PR 408/filesystem
552        * psx13/test.c: Added very rudimentary test of sync() service.
553
5542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
557
5582003-06-12      Joel Sherrill <joel@OARcorp.com>
559
560        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
561
5622003-05-29      Joel Sherrill <joel@OARcorp.com>
563
564        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
565        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
566        psxtimer/psxtimer.c: Removed warnings.
567
5682003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
571        CC_CFLAGS_DEFAULT (obsolete).
572
5732003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
576        Remove CC_LDFLAGS_PROFILE_V.
577
5782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Remove AC_CONFIG_AUX_DIR.
581
5822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
585
5862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: AC_PREREQ(2.57).
589
5902002-11-14      Joel Sherrill <joel@OARcorp.com>
591
592        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
593        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
594        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
595        Per PR239 update the IDs in the various screens.
596
5972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * .cvsignore: Reformat.
600        Add autom4te*cache.
601        Remove autom4te.cache.
602
6032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
606        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
607        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
608        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
609        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
610        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
611        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
612        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
613        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
614        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
615        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
616        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
617        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
618        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
619        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
620        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
621        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
622        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
623        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
624        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
625        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
626        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
627        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
628        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
629
6302002-08-01      Joel Sherrill <joel@OARcorp.com>
631
632        * Per PR47 add support for buffered test output.  This involved
633        adding defines to redirect output to a buffer and dump it when
634        full, at "test pause", and at exit.  To avoid problems when redefining
635        exit(), all tests were modified to call rtems_test_exit().
636        Some tests, notable psxtests, had to be modified to include
637        the standard test macro .h file (pmacros.h or tmacros.h) to
638        enable this support.
639        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
640        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
641        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
642        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
643        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
644        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
645        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
646        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
647        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
648        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
649        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
650        psxtime/test.c, psxtimer/psxtimer.c: Modified.
651
6522002-07-05      Joel Sherrill <joel@OARcorp.com>
653
654        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
655        Updated as part of PR164 which reported problems with the RTEMS
656        implementation of pthread_cancel.
657       
6582001-04-26      Joel Sherrill <joel@OARcorp.com>
659
660        * psxmsgq01/init.c: Reflect changes made to address PR81 that
661        reworked POSIX message queues to add a descriptor separate from
662        the underlying message queue.  This allows non-blocking to follow
663        the "open" not the underlying queue.
664 
6652002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: Remove ENABLE_GCC28.
668
6692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac:
672        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
673        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
674        * Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
700
7012001-11-07      Jennifer Averett <jennifer@OARcorp.com>
702
703        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
704        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
705        Since we check permissions before evaluating enough to see if it
706        a regular file or directory, this hack is needed to make the regular
707        file executable.
708
7092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
712        * configure.in: Remove.
713        * configure.ac: New file, generated from configure.in by autoupdate.
714
7152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
718
7192001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
722        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
723        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
724        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
725        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
726        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
727        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
728        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
729        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
730        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
731        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
732        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
733        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
734        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
735        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
736        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
737        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
738        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
739        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
740        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
741        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
742        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
743        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
744        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
745
7462001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
747
748        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
749        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
750        psxchroot01 test.
751
7522001-05-25      Joel Sherrill <joel@OARcorp.com>
753
754        * Added once version of psxchroot01 test for user review.
755        * psxchroot01: New directory.
756        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
757        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
758        * configure.in, Makefile.am: Modified to reflect above.
759
7602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
761
762        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
763
7642001-04-24      Joel Sherrill <joel@OARcorp.com>
765
766        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
767        open, write, reopen, append twice from Andrew Bythell
768        <abythell@nortelnetworks.com> that tripped an initialization
769        problem in the IMFS.
770
7712001-04-20      Joel Sherrill <joel@OARcorp.com>
772
773        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
774        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
775        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
776        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
777        Various adjustments so test output matches screens more reliably.
778
7792001-01-25      Joel Sherrill <joel@OARcorp.com>
780
781        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
782
7832000-11-17      Jennifer Averett <jennifer@OARcorp.com>
784
785        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
786        to remain consistant across platforms and bsps by forcing
787        a mount point in front of all paths.
788
7892000-11-17      Jennifer Averret <jennifer@OARcorp.com>
790
791        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
792        expected error condition in one case.
793        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
794        readdir() of root of mounted filesystem.  Also corrected the screen
795        file for some mistakes noticed in this effort.
796
7972000-11-13      Joel Sherrill <joel@OARcorp.com>
798
799        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
800
8012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
804
8052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
808
8092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
812        Switch to GNU canonicalization.
813        * psxtests.am: Remove DEFS.
814
8152000-10-24      Joel Sherrill <joel@OARcorp.com>
816
817        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
818        It was formerly incorrectly prototyped in <libio.h>.
819
8202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
823        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
824        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
825        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
826        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
827        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
828        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
829        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
830
8312000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
833        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
834        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
835        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
836        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
837        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
838        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
839
8402000-08-10      Joel Sherrill <joel@OARcorp.com>
841
842        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.