source: rtems/testsuites/psxtests/ChangeLog @ a2b8140

4.104.115
Last change on this file since a2b8140 was a2b8140, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 18:30:45

2009-07-29 Joel Sherrill <joel.sherrill@…>

  • psxsignal02/init.c: Fix spacing.
  • Property mode set to 100644
File size: 49.5 KB
Line 
12009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * psxsignal02/init.c: Fix spacing.
4
52009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
6
7        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
8        mq_timedreceive and mq_timedsend conditions. In particular test
9        timeout in the past.
10
112009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
12
13        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
14        with timeout in the past.
15
162009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * psxsignal02/psxsignal02.scn: Fill in screen file.
19
202009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am, configure.ac: Add new test to exercise algorithm to
23        dispatch process wide signals to individual threads.
24        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
25        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
26
272009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am, configure.ac: Add test to exercise interrupt
30        synchronization logic in _POSIX_Timer_Insert_helper that supports
31        POSIX timers.
32        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
33        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
34        psxintrcritical01/psxintrcritical01.scn: New files.
35
362009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
37
38        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
39        multiple cases which complete coverage of thread cancellation.
40        * psxcancel/psxcancel.doc: New file.
41
422009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
45        * psxsem01/system.h: Removed.
46
472009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * psxsem01/init.c: Eliminate warning.
50
512009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * psxcancel/init.c: Clean up.
54
552009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * psxmutexattr01/init.c: Make test optional if tools do not support
58        posix mutex type attribute.
59
602009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, configure.ac: Add new test to exercise error case for
63        when a task is blocked on a condition variable with one mutex and
64        another task attempts to block on the same condition variable with
65        another mutex.
66        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
67        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
68
692009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
72        trylock is unable to obtain the spinlock and that attempting to
73        unlock a spinlock from a thread which did not lock it works as
74        expected.
75        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
76        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
77        New files.
78
792009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * psxspin01/test.c: Remove unnecessary defines.
82
832009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * psx11/init.c: Use explicit scheduler.
86
872009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * Makefile.am, configure.ac: Add test to exercise
90        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
91        toolset enables the feature.
92        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
93        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
94        psxmutexattr01/psxmutexattr01.scn: New files.
95
962009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, configure.ac: Add test for auto initialization of
99        message queues.
100        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
101        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
102        psxautoinit02/psxautoinit02.scn: New files.
103
1042009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am, configure.ac: Add test of pthread mutex auto
107        intialization.
108        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
109        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
110
1112009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
114
1152009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
118        code.
119
1202009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * psx07/init.c: Slight test fix to ensure state of sched_param
123        structure.
124
1252009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
126
127        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
128        obtaining an rwlock and then releasing it twice.
129
1302009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
133
1342009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
137        sigtimedwait(). Update screen file.
138
1392009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
140
141        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
142        obtaining rwlock for write with a timed lock operation when the
143        abstime timeout is in the past.
144
1452009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
148        obtaining rwlock for read with a timed lock operation when the
149        abstime timeout is in the past.
150
1512009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
154        that the assert has been removed in the source.
155
1562009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
159        mode bits being set. This behavior was not POSIX compliant and has
160        been corrected in the filesystem code.
161
1622009-06-18      Chris Johns <chrisj@rtems.org>
163
164        * psx04/task3.c: Declare unions volatile to workaround the H8300
165        gcc bug.
166
1672009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
170        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
171        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
172
1732009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
176        NULL attribute pointer on init.
177
1782009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
181        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
182        Improved so coverage is better.
183
1842009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * psx04/init.c: Correct errors introduced by using different variable
187        for return type when correcting typing warnings.
188
1892009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * Makefile.am, configure.ac: Add new test to provide coverage analysis
192        of the current implementation of getitimer() and setitimer().
193        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
194        psxitimer/psxitimer.scn: New files.
195
1962009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
199        case to improve coverage analysis.
200
2012009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
204        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
205        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
206        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
207        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
208        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
209        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
210
2112009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
214        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
215        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
216        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
217        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
218        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
219        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
220        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
221        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
222        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
223        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
224        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
225        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
226        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
227        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
228        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
229        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
230        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
231        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
232        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
233        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
234        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
235        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
236        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
237        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
238        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
239        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
240        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
241        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
242        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
243        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
244        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
245        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
246        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
247        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
248        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
249        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
250        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
251        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
252        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
253        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
254        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
255        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
256        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
257        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
258        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
259        psxhdrs/timer07.c: Fix warnings.
260
2612009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * psxfile01/test.c: Change from int to size_t.
264
2652009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
268        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
269        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
270        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
271        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
272        psxcancel/Makefile.am, psxchroot01/Makefile.am,
273        psxcleanup/Makefile.am, psxenosys/Makefile.am,
274        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
275        psxfile01/Makefile.am, psxkey01/Makefile.am,
276        psxmount/Makefile.am, psxmsgq01/Makefile.am,
277        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
278        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
279        psxsem01/Makefile.am, psxsignal01/Makefile.am,
280        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
281        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
282        psxualarm/Makefile.am: Eliminate _exe_/.exe.
283
2842009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
287        with create option so we are sure it will get a control block and
288        proceed to allocate other memory. Clean up screen output.
289
2902008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * psx05/init.c: Add parameter to call to sched_get_priority_max().
293
2942008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
297        Run all tests successfully with maxixum number of priorities as 16
298        instead of 256. This was done by temporarily modifying the score
299        priority.h maximum. This allowed testing of all API code to ensure
300        that it worked properly with a reduced number of priorities. Most
301        modifications were to switch from hard-coded maximum to using the API
302        provided methods to determine maximum number of priority levels.
303
3042008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
307        clock_gettime() NOT by reaching into the SuperCore.
308
3092008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * psx01/psx01.scn: Bump version to 4.9.99.0
312
3132008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
316        psxfatal_support/system.h: Convert to "bool".
317
3182008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
319
320        PR 1296/cpukit.
321        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
322        incorrect repeat interval. This patch fixes the following problems in
323        the test.
324          (1) Adds test for value of it_interval.tv_nsec.
325          (2) Corrects test for absolute timer in past.
326          (3) Modifies test to use different initial and repeat periods.
327          (4) Updates psxtimer01.scn to match results.
328
3292008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
330
331        PR 1297/cpukit
332        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
333        pointer handling.
334
3352008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * psxsem01/init.c: Spacing.
338
3392008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
340
341        PR 1293/tests
342        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
343
3442008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        PR 1291/cpukit
347        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
348        POSIX services taking relative instead of absolute time for timeouts,
349        these tests were updated.
350
3512008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
352
353        * psxfile01/test.c: truncate on /dev/console now works.
354
3552008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
356
357        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
358        requested for initialization task.
359
3602008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
361
362        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
363        like CVS conflict markers.
364
3652008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
368        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
369
3702008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
371
372        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
373
3742008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * psxkey01/task.c: Fix warnings.
377
3782008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
381
3822008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
383
384        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
385        Added tests for failure path coverages. Consolidated methods used in
386        multiple places into support routines.
387        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
388        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
389        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
390
3912008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
392
393        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
394        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
395        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
396        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
397        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
398        Make tmacros.h available to all POSIX tests. Add a clock_settime case
399        for < 1988.
400
4012008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
402
403        * Makefile.am, configure.ac: New tests.
404        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
405        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
406        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
407        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
408        psxfatal_support/init.c, psxfatal_support/system.h: New files.
409
4102008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
413        portions of Object Services added to API.
414        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
415        psx14/system.h: New files.
416
4172008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
418
419        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
420        pthread_attr_[get|set]clock.
421
4222008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
423
424        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
425        implementation mprotect().
426
4272008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
428
429        * psxcleanup/.cvsignore: New file.
430
4312008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
432
433        * psxcleanup/system.h: New file.
434
4352008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
436
437        * Makefile.am, configure.ac:
438        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
439        psxcleanup/psxcleanup.scn: New files.
440
4412008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
442
443        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
444        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
445
4462007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
449
4502007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
451
452        * Makefile.am, configure.ac: Added test for ualarm
453        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
454        psxualarm/system.h: New files.
455
4562007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
457
458        * Makefile.am, configure.ac: Added posix signal test
459        * psxsignal01/Makefile.am, psxsignal01/init.c,
460        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
461        psxsignal01/task1.c: New files.
462
4632007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * Makefile.am, configure.ac: Add test for sysconf().
466        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
467        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
468
4692007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
470
471        * psx01/init.c, psx01/psx01.scn: Add more test cases for
472        sched_rr_get_interval() and sched_get_priority_max().
473
4742007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
475
476        * psxenosys/init.c: Fix typo.
477
4782007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
479
480        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
481        addition of second POSIX Timer test. Add initial version of
482        psxtimer02 to cover some conditions missed in psxtimer01. More cases
483        left to add.
484        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
485        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
486        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
487        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
488        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
489        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
490
4912007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
492
493        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
494
4952007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
496
497        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
498        functions that return ENOSYS.
499        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
500        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
501
5022007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
503
504        * psx13/test.c: Fix spelling error.
505
5062007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
507
508        * psxtime/test.c: Add tests for adjtime().
509
5102007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
511
512        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
513        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
514        cases to improve test coverage.
515
5162007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
517
518        PR 1262/filesystem
519        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
520        and writev() including documentation and test case.
521        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
522        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
523
5242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
525
526        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
527        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
528        test cases so last output line follows END OF pattern. Make sure test
529        case all run. All tests appeared ok on sis.
530
5312007-04-05      Joel Sherrill <joel@OARcorp.com>
532
533        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
534        behavior more closely matching GNU/Linux.
535
5362006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
537
538        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
539        include normal blocking and unblocking on timeout.
540
5412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
542
543        * configure.ac: New BUG-REPORT address.
544
5452006-11-17      Joel Sherrill <joel@OARcorp.com>
546
547        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
548        Previously the timeout was not absolute time and checked BEFORE
549        attempting to lock semaphore.
550
5512006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
552
553        * psxbarrier01/main.c: New file.
554
5552006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
556
557        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
558        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
559        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
560        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
561
5622006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
563
564        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
565        and partial implementation of POSIX rwlocks.
566        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
567        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
568
5692006-10-30      Joel Sherrill <joel@OARcorp.com>
570
571        PR 841/rtems
572        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
573        specification.
574
5752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
576
577        * configure.ac: Require autoconf-2.60. Require automake-1.10.
578
5792006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
580
581        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
582        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
583        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
584        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
585        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
586        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
587        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
588        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
589        Use rtems_testsdir instead.
590
5912005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
592
593        * configure.ac: Remove RTEMS_ENABLE_BARE,
594        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
595
5962005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
597
598        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
599        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
600        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
601        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
602        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
603        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
604        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
605        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
606        Convert to using *_PROGRAMS.
607
6082005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * psx01/Makefile.am, psx02/Makefile.am,
611        psx03/Makefile.am, psx04/Makefile.am,
612        psx05/Makefile.am, psx06/Makefile.am,
613        psx07/Makefile.am, psx08/Makefile.am,
614        psx09/Makefile.am, psx10/Makefile.am,
615        psx11/Makefile.am, psx12/Makefile.am,
616        psx13/Makefile.am, psxcancel/Makefile.am,
617        psxchroot01/Makefile.am, psxfile01/Makefile.am,
618        psxmount/Makefile.am, psxmsgq01/Makefile.am,
619        psxreaddir/Makefile.am, psxsem01/Makefile.am,
620        psxstat/Makefile.am, psxtime/Makefile.am,
621        psxtimer/Makefile.am: Rework.
622
6232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
626        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
627        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
628        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
629        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
630        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
631        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
632        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
633        * psxtests.am: Remove.
634
6352005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
638        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
639        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
640        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
641        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
642        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
643        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
644        psxtime/Makefile.am, psxtimer/Makefile.am:
645        AM_CPPFLAGS += -I..../support/include.
646
6472005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
650
6512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
652
653        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
654        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
655        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
656        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
657        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
658        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
659        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
660        psxstat/Makefile.am: Add ../include/pmacros.h
661        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
662        POSIX_FILES_DIRS.
663        * psxtests.am: Remove LIB_VARIANT.
664
6652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
666
667        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
668        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
669        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
670        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
671        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
672        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
673        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
674        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
675        Remove SRC, PRINT_SRC.
676
6772005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
678
679        * Makefile.am: Cleanup.
680
6812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
682
683        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
684        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
685        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
686        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
687        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
688        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
689        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
690        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
691        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
692        Partial conversion to automake.
693
6942005-09-01      Joel Sherrill <joel@OARcorp.com>
695
696        PR 628/rtems
697        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
698        being an error.
699
7002005-04-26      Joel Sherrill <joel@OARcorp.com>
701
702        * psxreaddir/test.c: Eliminate warnings.
703
7042004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
705
706        * configure.ac: Require automake > 1.9.
707
7082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
709
710        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
711        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
712        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
713        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
714        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
715        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
716        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
717        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
718        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
719        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
720        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
721        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
722        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
723        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
724        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
725        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
726        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
727        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
728        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
731        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
732        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
733
7342004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
735
736        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
737        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
738        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
739        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
740
7412004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
742
743        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
744        to using c99 fixed size types.
745
7462004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
747
748        * Makefile.am: Remove include from SUBDIRS.
749
7502004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
751
752        * include/Makefile.am: Remove.
753        * Makefile.am: Merge-in include/Makefile.am.
754        * configure.ac: Reflect changes above.
755
7562004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * configure.ac: Add 2nd arg to RTEMS_TOP.
759
7602004-03-05      Joel Sherrill <joel@OARcorp.com>
761
762        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
763        psxtimer/psxtimer.c: Eliminate warnings and typos.
764
7652004-02-26      Sébastien Barré <sbarre@sdelcc.com>
766
767        PR 582/core
768        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
769        queue test so more of it runs now.
770
7712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
774        Add PRE/TMPINSTALL_FILES to CLEANFILES.
775        * psx02/Makefile.am: Ditto.
776        * psx03/Makefile.am: Ditto.
777        * psx04/Makefile.am: Ditto.
778        * psx05/Makefile.am: Ditto.
779        * psx06/Makefile.am: Ditto.
780        * psx07/Makefile.am: Ditto.
781        * psx08/Makefile.am: Ditto.
782        * psx09/Makefile.am: Ditto.
783        * psx10/Makefile.am: Ditto.
784        * psx11/Makefile.am: Ditto.
785        * psx12/Makefile.am: Ditto.
786        * psx13/Makefile.am: Ditto.
787        * psxcancel/Makefile.am: Ditto.
788        * psxchroot01/Makefile.am: Ditto.
789        * psxfile01/Makefile.am: Ditto.
790        * psxmount/Makefile.am: Ditto.
791        * psxmsgq01/Makefile.am: Ditto.
792        * psxreaddir/Makefile.am: Ditto.
793        * psxsem01/Makefile.am: Ditto.
794        * psxstat/Makefile.am: Ditto.
795        * psxtime/Makefile.am: Ditto.
796        * psxtimer/Makefile.am: Ditto.
797
7982003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * psxtests.am: Add dirstamp support.
801
8022003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
805
8062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
809
8102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * psxcancel/Makefile.am: Remove used H_FILES.
813
8142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * include/Makefile.am: Reformat.
817        * psx01/Makefile.am: Remove all-local: $(ARCH).
818        * psx02/Makefile.am: Remove all-local: $(ARCH).
819        * psx03/Makefile.am: Remove all-local: $(ARCH).
820        * psx04/Makefile.am: Remove all-local: $(ARCH).
821        * psx05/Makefile.am: Remove all-local: $(ARCH).
822        * psx06/Makefile.am: Remove all-local: $(ARCH).
823        * psx07/Makefile.am: Remove all-local: $(ARCH).
824        * psx08/Makefile.am: Remove all-local: $(ARCH).
825        * psx09/Makefile.am: Remove all-local: $(ARCH).
826        * psx10/Makefile.am: Remove all-local: $(ARCH).
827        * psx11/Makefile.am: Remove all-local: $(ARCH).
828        * psx12/Makefile.am: Remove all-local: $(ARCH).
829        * psx13/Makefile.am: Remove all-local: $(ARCH).
830        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
831        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
832        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
833        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
834        * psxmount/Makefile.am: Remove all-local: $(ARCH).
835        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
836        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
837        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
838        * psxstat/Makefile.am: Remove all-local: $(ARCH).
839        * psxtime/Makefile.am: Remove all-local: $(ARCH).
840        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
841
8422003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * configure.ac: Reflect having moved to testsuites/.
845
8462003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * configure.ac: Remove RTEMS_CANONICAL_HOST.
849
8502003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * configure.ac:Remove RTEMS_CHECK_CPU.
853
8542003-09-15      Jennifer Averett <jennifer@OARcorp.com>
855
856        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
857
8582003-09-04      Joel Sherrill <joel@OARcorp.com>
859
860        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
861        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
862        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
863        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
864        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
865        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
866        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
867        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
868        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
869        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
870        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
871        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
872        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
873        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
874        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
875        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
876        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
877        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
878        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
879        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
880        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
881        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
882        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
883        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
884        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
885        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
886        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
887        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
888        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
889        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
890        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
891        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
892        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
893        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
894        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
895        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
896        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
897        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
898        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
899        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
900        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
901        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
902        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
903        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
904        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
905        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
906        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
907        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
908        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
909        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
910        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
911        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
912        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
913        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
914        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
915        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
916        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
917        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
918        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
919        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
920        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
921        psxtimer/system.h: URL for license changed.
922
9232003-09-04      Joel Sherrill <joel@OARcorp.com>
924
925        PR 462/tests
926        * psxhdrs/Makefile.am: Added ualarm.c
927        * psxhdrs/signal23.c: New file.
928
9292003-09-03      Joel Sherrill <joel@OARcorp.com>
930
931        PR 463/tests
932        PR 465/tests
933        * psxhdrs/Makefile.am: Add new test cases.
934        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
935        psxhdrs/timer07.c: New files.
936
9372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * Makefile.am: Reflect having moved aclocal/.
940
9412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * Makefile.am: Reflect having moved automake/.
944        * include/Makefile.am: Reflect having moved automake/.
945        * psx01/Makefile.am: Reflect having moved automake/.
946        * psx02/Makefile.am: Reflect having moved automake/.
947        * psx03/Makefile.am: Reflect having moved automake/.
948        * psx04/Makefile.am: Reflect having moved automake/.
949        * psx05/Makefile.am: Reflect having moved automake/.
950        * psx06/Makefile.am: Reflect having moved automake/.
951        * psx07/Makefile.am: Reflect having moved automake/.
952        * psx08/Makefile.am: Reflect having moved automake/.
953        * psx09/Makefile.am: Reflect having moved automake/.
954        * psx10/Makefile.am: Reflect having moved automake/.
955        * psx11/Makefile.am: Reflect having moved automake/.
956        * psx12/Makefile.am: Reflect having moved automake/.
957        * psx13/Makefile.am: Reflect having moved automake/.
958        * psxcancel/Makefile.am: Reflect having moved automake/.
959        * psxchroot01/Makefile.am: Reflect having moved automake/.
960        * psxfile01/Makefile.am: Reflect having moved automake/.
961        * psxhdrs/Makefile.am: Reflect having moved automake/.
962        * psxmount/Makefile.am: Reflect having moved automake/.
963        * psxmsgq01/Makefile.am: Reflect having moved automake/.
964        * psxreaddir/Makefile.am: Reflect having moved automake/.
965        * psxsem01/Makefile.am: Reflect having moved automake/.
966        * psxstat/Makefile.am: Reflect having moved automake/.
967        * psxtime/Makefile.am: Reflect having moved automake/.
968        * psxtimer/Makefile.am: Reflect having moved automake/.
969
9702003-08-14      Joel Sherrill <joel@OARcorp.com>
971
972        PR 408/filesystem
973        * psx13/test.c: Added very rudimentary test of sync() service.
974
9752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
978
9792003-06-12      Joel Sherrill <joel@OARcorp.com>
980
981        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
982
9832003-05-29      Joel Sherrill <joel@OARcorp.com>
984
985        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
986        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
987        psxtimer/psxtimer.c: Removed warnings.
988
9892003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
992        CC_CFLAGS_DEFAULT (obsolete).
993
9942003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
997        Remove CC_LDFLAGS_PROFILE_V.
998
9992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1002
10032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1006
10072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * configure.ac: AC_PREREQ(2.57).
1010
10112002-11-14      Joel Sherrill <joel@OARcorp.com>
1012
1013        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1014        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1015        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1016        Per PR239 update the IDs in the various screens.
1017
10182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1019
1020        * .cvsignore: Reformat.
1021        Add autom4te*cache.
1022        Remove autom4te.cache.
1023
10242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1027        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1028        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1029        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1030        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1031        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1032        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1033        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1034        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1035        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1036        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1037        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1038        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1039        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1040        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1041        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1042        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1043        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1044        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1045        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1046        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1047        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1048        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1049        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1050
10512002-08-01      Joel Sherrill <joel@OARcorp.com>
1052
1053        * Per PR47 add support for buffered test output.  This involved
1054        adding defines to redirect output to a buffer and dump it when
1055        full, at "test pause", and at exit.  To avoid problems when redefining
1056        exit(), all tests were modified to call rtems_test_exit().
1057        Some tests, notable psxtests, had to be modified to include
1058        the standard test macro .h file (pmacros.h or tmacros.h) to
1059        enable this support.
1060        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1061        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1062        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1063        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1064        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1065        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1066        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1067        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1068        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1069        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1070        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1071        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1072
10732002-07-05      Joel Sherrill <joel@OARcorp.com>
1074
1075        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1076        Updated as part of PR164 which reported problems with the RTEMS
1077        implementation of pthread_cancel.
1078       
10792001-04-26      Joel Sherrill <joel@OARcorp.com>
1080
1081        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1082        reworked POSIX message queues to add a descriptor separate from
1083        the underlying message queue.  This allows non-blocking to follow
1084        the "open" not the underlying queue.
1085 
10862002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1087
1088        * configure.ac: Remove ENABLE_GCC28.
1089
10902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * configure.ac:
1093        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1094        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1095        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1096        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1097        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1098        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1099        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1100        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1101        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1102        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1103        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1108        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1118        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1119        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1120        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1121
11222001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1123
1124        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1125        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1126        Since we check permissions before evaluating enough to see if it
1127        a regular file or directory, this hack is needed to make the regular
1128        file executable.
1129
11302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1133        * configure.in: Remove.
1134        * configure.ac: New file, generated from configure.in by autoupdate.
1135
11362001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1139
11402001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1141
1142        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1143        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1144        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1145        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1146        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1147        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1148        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1149        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1150        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1151        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1152        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1153        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1154        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1155        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1156        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1157        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1158        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1159        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1160        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1161        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1162        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1165        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1166
11672001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1168
1169        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1170        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1171        psxchroot01 test.
1172
11732001-05-25      Joel Sherrill <joel@OARcorp.com>
1174
1175        * Added once version of psxchroot01 test for user review.
1176        * psxchroot01: New directory.
1177        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1178        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1179        * configure.in, Makefile.am: Modified to reflect above.
1180
11812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1182
1183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1184
11852001-04-24      Joel Sherrill <joel@OARcorp.com>
1186
1187        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1188        open, write, reopen, append twice from Andrew Bythell
1189        <abythell@nortelnetworks.com> that tripped an initialization
1190        problem in the IMFS.
1191
11922001-04-20      Joel Sherrill <joel@OARcorp.com>
1193
1194        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1195        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1196        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1197        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1198        Various adjustments so test output matches screens more reliably.
1199
12002001-01-25      Joel Sherrill <joel@OARcorp.com>
1201
1202        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1203
12042000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1205
1206        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1207        to remain consistant across platforms and bsps by forcing
1208        a mount point in front of all paths.
1209
12102000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1211
1212        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1213        expected error condition in one case.
1214        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1215        readdir() of root of mounted filesystem.  Also corrected the screen
1216        file for some mistakes noticed in this effort.
1217
12182000-11-13      Joel Sherrill <joel@OARcorp.com>
1219
1220        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1221
12222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1225
12262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1229
12302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1233        Switch to GNU canonicalization.
1234        * psxtests.am: Remove DEFS.
1235
12362000-10-24      Joel Sherrill <joel@OARcorp.com>
1237
1238        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1239        It was formerly incorrectly prototyped in <libio.h>.
1240
12412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1244        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1245        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1246        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1247        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1248        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1249        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1250        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1251
12522000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1254        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1255        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1256        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1257        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1258        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1259        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1260
12612000-08-10      Joel Sherrill <joel@OARcorp.com>
1262
1263        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.