source: rtems/testsuites/psxtests/ChangeLog @ afcecbf7

4.104.115
Last change on this file since afcecbf7 was 2ad8f85, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 18:31:20

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

  • Makefile.am, configure.ac: Add test to address cases where a thread is waiting on a signal (sigwait) and we send it. Also address case where there are too many queued signals.
  • psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
  • Property mode set to 100644
File size: 49.9 KB
Line 
12009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: Add test to address cases where a thread
4        is waiting on a signal (sigwait) and we send it. Also address case
5        where there are too many queued signals.
6        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
7        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
8
92009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * psxsignal02/init.c: Fix spacing.
12
132009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
14
15        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
16        mq_timedreceive and mq_timedsend conditions. In particular test
17        timeout in the past.
18
192009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
20
21        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
22        with timeout in the past.
23
242009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * psxsignal02/psxsignal02.scn: Fill in screen file.
27
282009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am, configure.ac: Add new test to exercise algorithm to
31        dispatch process wide signals to individual threads.
32        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
33        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
34
352009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile.am, configure.ac: Add test to exercise interrupt
38        synchronization logic in _POSIX_Timer_Insert_helper that supports
39        POSIX timers.
40        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
41        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
42        psxintrcritical01/psxintrcritical01.scn: New files.
43
442009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
45
46        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
47        multiple cases which complete coverage of thread cancellation.
48        * psxcancel/psxcancel.doc: New file.
49
502009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
53        * psxsem01/system.h: Removed.
54
552009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * psxsem01/init.c: Eliminate warning.
58
592009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * psxcancel/init.c: Clean up.
62
632009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * psxmutexattr01/init.c: Make test optional if tools do not support
66        posix mutex type attribute.
67
682009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, configure.ac: Add new test to exercise error case for
71        when a task is blocked on a condition variable with one mutex and
72        another task attempts to block on the same condition variable with
73        another mutex.
74        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
75        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
76
772009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
80        trylock is unable to obtain the spinlock and that attempting to
81        unlock a spinlock from a thread which did not lock it works as
82        expected.
83        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
84        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
85        New files.
86
872009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * psxspin01/test.c: Remove unnecessary defines.
90
912009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * psx11/init.c: Use explicit scheduler.
94
952009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, configure.ac: Add test to exercise
98        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
99        toolset enables the feature.
100        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
101        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
102        psxmutexattr01/psxmutexattr01.scn: New files.
103
1042009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, configure.ac: Add test for auto initialization of
107        message queues.
108        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
109        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
110        psxautoinit02/psxautoinit02.scn: New files.
111
1122009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * Makefile.am, configure.ac: Add test of pthread mutex auto
115        intialization.
116        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
117        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
118
1192009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
122
1232009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
126        code.
127
1282009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * psx07/init.c: Slight test fix to ensure state of sched_param
131        structure.
132
1332009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
134
135        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
136        obtaining an rwlock and then releasing it twice.
137
1382009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
141
1422009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
145        sigtimedwait(). Update screen file.
146
1472009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
148
149        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
150        obtaining rwlock for write with a timed lock operation when the
151        abstime timeout is in the past.
152
1532009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
156        obtaining rwlock for read with a timed lock operation when the
157        abstime timeout is in the past.
158
1592009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
162        that the assert has been removed in the source.
163
1642009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
167        mode bits being set. This behavior was not POSIX compliant and has
168        been corrected in the filesystem code.
169
1702009-06-18      Chris Johns <chrisj@rtems.org>
171
172        * psx04/task3.c: Declare unions volatile to workaround the H8300
173        gcc bug.
174
1752009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
178        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
179        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
180
1812009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
184        NULL attribute pointer on init.
185
1862009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
189        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
190        Improved so coverage is better.
191
1922009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * psx04/init.c: Correct errors introduced by using different variable
195        for return type when correcting typing warnings.
196
1972009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * Makefile.am, configure.ac: Add new test to provide coverage analysis
200        of the current implementation of getitimer() and setitimer().
201        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
202        psxitimer/psxitimer.scn: New files.
203
2042009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
207        case to improve coverage analysis.
208
2092009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
212        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
213        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
214        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
215        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
216        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
217        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
218
2192009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
222        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
223        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
224        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
225        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
226        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
227        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
228        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
229        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
230        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
231        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
232        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
233        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
234        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
235        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
236        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
237        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
238        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
239        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
240        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
241        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
242        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
243        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
244        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
245        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
246        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
247        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
248        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
249        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
250        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
251        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
252        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
253        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
254        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
255        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
256        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
257        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
258        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
259        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
260        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
261        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
262        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
263        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
264        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
265        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
266        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
267        psxhdrs/timer07.c: Fix warnings.
268
2692009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * psxfile01/test.c: Change from int to size_t.
272
2732009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
276        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
277        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
278        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
279        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
280        psxcancel/Makefile.am, psxchroot01/Makefile.am,
281        psxcleanup/Makefile.am, psxenosys/Makefile.am,
282        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
283        psxfile01/Makefile.am, psxkey01/Makefile.am,
284        psxmount/Makefile.am, psxmsgq01/Makefile.am,
285        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
286        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
287        psxsem01/Makefile.am, psxsignal01/Makefile.am,
288        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
289        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
290        psxualarm/Makefile.am: Eliminate _exe_/.exe.
291
2922009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
295        with create option so we are sure it will get a control block and
296        proceed to allocate other memory. Clean up screen output.
297
2982008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * psx05/init.c: Add parameter to call to sched_get_priority_max().
301
3022008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
305        Run all tests successfully with maxixum number of priorities as 16
306        instead of 256. This was done by temporarily modifying the score
307        priority.h maximum. This allowed testing of all API code to ensure
308        that it worked properly with a reduced number of priorities. Most
309        modifications were to switch from hard-coded maximum to using the API
310        provided methods to determine maximum number of priority levels.
311
3122008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
315        clock_gettime() NOT by reaching into the SuperCore.
316
3172008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * psx01/psx01.scn: Bump version to 4.9.99.0
320
3212008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
322
323        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
324        psxfatal_support/system.h: Convert to "bool".
325
3262008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
327
328        PR 1296/cpukit.
329        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
330        incorrect repeat interval. This patch fixes the following problems in
331        the test.
332          (1) Adds test for value of it_interval.tv_nsec.
333          (2) Corrects test for absolute timer in past.
334          (3) Modifies test to use different initial and repeat periods.
335          (4) Updates psxtimer01.scn to match results.
336
3372008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
338
339        PR 1297/cpukit
340        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
341        pointer handling.
342
3432008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * psxsem01/init.c: Spacing.
346
3472008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
348
349        PR 1293/tests
350        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
351
3522008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        PR 1291/cpukit
355        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
356        POSIX services taking relative instead of absolute time for timeouts,
357        these tests were updated.
358
3592008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * psxfile01/test.c: truncate on /dev/console now works.
362
3632008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
366        requested for initialization task.
367
3682008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
371        like CVS conflict markers.
372
3732008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
374
375        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
376        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
377
3782008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
381
3822008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * psxkey01/task.c: Fix warnings.
385
3862008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
389
3902008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
391
392        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
393        Added tests for failure path coverages. Consolidated methods used in
394        multiple places into support routines.
395        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
396        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
397        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
398
3992008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
400
401        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
402        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
403        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
404        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
405        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
406        Make tmacros.h available to all POSIX tests. Add a clock_settime case
407        for < 1988.
408
4092008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * Makefile.am, configure.ac: New tests.
412        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
413        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
414        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
415        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
416        psxfatal_support/init.c, psxfatal_support/system.h: New files.
417
4182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
419
420        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
421        portions of Object Services added to API.
422        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
423        psx14/system.h: New files.
424
4252008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
426
427        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
428        pthread_attr_[get|set]clock.
429
4302008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
431
432        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
433        implementation mprotect().
434
4352008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
436
437        * psxcleanup/.cvsignore: New file.
438
4392008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
440
441        * psxcleanup/system.h: New file.
442
4432008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
444
445        * Makefile.am, configure.ac:
446        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
447        psxcleanup/psxcleanup.scn: New files.
448
4492008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
450
451        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
452        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
453
4542007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
455
456        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
457
4582007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
459
460        * Makefile.am, configure.ac: Added test for ualarm
461        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
462        psxualarm/system.h: New files.
463
4642007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
465
466        * Makefile.am, configure.ac: Added posix signal test
467        * psxsignal01/Makefile.am, psxsignal01/init.c,
468        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
469        psxsignal01/task1.c: New files.
470
4712007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
472
473        * Makefile.am, configure.ac: Add test for sysconf().
474        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
475        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
476
4772007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
478
479        * psx01/init.c, psx01/psx01.scn: Add more test cases for
480        sched_rr_get_interval() and sched_get_priority_max().
481
4822007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
483
484        * psxenosys/init.c: Fix typo.
485
4862007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
487
488        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
489        addition of second POSIX Timer test. Add initial version of
490        psxtimer02 to cover some conditions missed in psxtimer01. More cases
491        left to add.
492        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
493        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
494        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
495        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
496        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
497        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
498
4992007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
500
501        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
502
5032007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
504
505        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
506        functions that return ENOSYS.
507        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
508        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
509
5102007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
511
512        * psx13/test.c: Fix spelling error.
513
5142007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
515
516        * psxtime/test.c: Add tests for adjtime().
517
5182007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
519
520        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
521        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
522        cases to improve test coverage.
523
5242007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
525
526        PR 1262/filesystem
527        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
528        and writev() including documentation and test case.
529        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
530        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
531
5322007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
533
534        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
535        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
536        test cases so last output line follows END OF pattern. Make sure test
537        case all run. All tests appeared ok on sis.
538
5392007-04-05      Joel Sherrill <joel@OARcorp.com>
540
541        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
542        behavior more closely matching GNU/Linux.
543
5442006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
545
546        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
547        include normal blocking and unblocking on timeout.
548
5492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
550
551        * configure.ac: New BUG-REPORT address.
552
5532006-11-17      Joel Sherrill <joel@OARcorp.com>
554
555        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
556        Previously the timeout was not absolute time and checked BEFORE
557        attempting to lock semaphore.
558
5592006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
560
561        * psxbarrier01/main.c: New file.
562
5632006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
566        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
567        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
568        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
569
5702006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
571
572        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
573        and partial implementation of POSIX rwlocks.
574        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
575        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
576
5772006-10-30      Joel Sherrill <joel@OARcorp.com>
578
579        PR 841/rtems
580        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
581        specification.
582
5832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
584
585        * configure.ac: Require autoconf-2.60. Require automake-1.10.
586
5872006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
588
589        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
590        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
591        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
592        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
593        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
594        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
595        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
596        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
597        Use rtems_testsdir instead.
598
5992005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * configure.ac: Remove RTEMS_ENABLE_BARE,
602        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
603
6042005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
605
606        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
607        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
608        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
609        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
610        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
611        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
612        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
613        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
614        Convert to using *_PROGRAMS.
615
6162005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
617
618        * psx01/Makefile.am, psx02/Makefile.am,
619        psx03/Makefile.am, psx04/Makefile.am,
620        psx05/Makefile.am, psx06/Makefile.am,
621        psx07/Makefile.am, psx08/Makefile.am,
622        psx09/Makefile.am, psx10/Makefile.am,
623        psx11/Makefile.am, psx12/Makefile.am,
624        psx13/Makefile.am, psxcancel/Makefile.am,
625        psxchroot01/Makefile.am, psxfile01/Makefile.am,
626        psxmount/Makefile.am, psxmsgq01/Makefile.am,
627        psxreaddir/Makefile.am, psxsem01/Makefile.am,
628        psxstat/Makefile.am, psxtime/Makefile.am,
629        psxtimer/Makefile.am: Rework.
630
6312005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
634        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
635        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
636        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
637        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
638        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
639        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
640        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
641        * psxtests.am: Remove.
642
6432005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
644
645        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
646        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
647        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
648        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
649        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
650        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
651        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
652        psxtime/Makefile.am, psxtimer/Makefile.am:
653        AM_CPPFLAGS += -I..../support/include.
654
6552005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
656
657        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
658
6592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
660
661        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
662        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
663        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
664        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
665        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
666        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
667        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
668        psxstat/Makefile.am: Add ../include/pmacros.h
669        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
670        POSIX_FILES_DIRS.
671        * psxtests.am: Remove LIB_VARIANT.
672
6732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
674
675        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
676        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
677        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
678        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
679        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
680        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
681        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
682        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
683        Remove SRC, PRINT_SRC.
684
6852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * Makefile.am: Cleanup.
688
6892005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
690
691        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
692        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
693        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
694        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
695        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
696        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
697        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
698        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
699        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
700        Partial conversion to automake.
701
7022005-09-01      Joel Sherrill <joel@OARcorp.com>
703
704        PR 628/rtems
705        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
706        being an error.
707
7082005-04-26      Joel Sherrill <joel@OARcorp.com>
709
710        * psxreaddir/test.c: Eliminate warnings.
711
7122004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
713
714        * configure.ac: Require automake > 1.9.
715
7162004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
717
718        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
719        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
720        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
721        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
722        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
723        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
724        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
725        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
726        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
727        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
728        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
731        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
732        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
733        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
734        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
735        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
736        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
737        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
738        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
739        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
740        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
741
7422004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
745        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
746        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
747        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
748
7492004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
750
751        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
752        to using c99 fixed size types.
753
7542004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * Makefile.am: Remove include from SUBDIRS.
757
7582004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
759
760        * include/Makefile.am: Remove.
761        * Makefile.am: Merge-in include/Makefile.am.
762        * configure.ac: Reflect changes above.
763
7642004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * configure.ac: Add 2nd arg to RTEMS_TOP.
767
7682004-03-05      Joel Sherrill <joel@OARcorp.com>
769
770        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
771        psxtimer/psxtimer.c: Eliminate warnings and typos.
772
7732004-02-26      Sébastien Barré <sbarre@sdelcc.com>
774
775        PR 582/core
776        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
777        queue test so more of it runs now.
778
7792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
782        Add PRE/TMPINSTALL_FILES to CLEANFILES.
783        * psx02/Makefile.am: Ditto.
784        * psx03/Makefile.am: Ditto.
785        * psx04/Makefile.am: Ditto.
786        * psx05/Makefile.am: Ditto.
787        * psx06/Makefile.am: Ditto.
788        * psx07/Makefile.am: Ditto.
789        * psx08/Makefile.am: Ditto.
790        * psx09/Makefile.am: Ditto.
791        * psx10/Makefile.am: Ditto.
792        * psx11/Makefile.am: Ditto.
793        * psx12/Makefile.am: Ditto.
794        * psx13/Makefile.am: Ditto.
795        * psxcancel/Makefile.am: Ditto.
796        * psxchroot01/Makefile.am: Ditto.
797        * psxfile01/Makefile.am: Ditto.
798        * psxmount/Makefile.am: Ditto.
799        * psxmsgq01/Makefile.am: Ditto.
800        * psxreaddir/Makefile.am: Ditto.
801        * psxsem01/Makefile.am: Ditto.
802        * psxstat/Makefile.am: Ditto.
803        * psxtime/Makefile.am: Ditto.
804        * psxtimer/Makefile.am: Ditto.
805
8062003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * psxtests.am: Add dirstamp support.
809
8102003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
813
8142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
817
8182003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * psxcancel/Makefile.am: Remove used H_FILES.
821
8222003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * include/Makefile.am: Reformat.
825        * psx01/Makefile.am: Remove all-local: $(ARCH).
826        * psx02/Makefile.am: Remove all-local: $(ARCH).
827        * psx03/Makefile.am: Remove all-local: $(ARCH).
828        * psx04/Makefile.am: Remove all-local: $(ARCH).
829        * psx05/Makefile.am: Remove all-local: $(ARCH).
830        * psx06/Makefile.am: Remove all-local: $(ARCH).
831        * psx07/Makefile.am: Remove all-local: $(ARCH).
832        * psx08/Makefile.am: Remove all-local: $(ARCH).
833        * psx09/Makefile.am: Remove all-local: $(ARCH).
834        * psx10/Makefile.am: Remove all-local: $(ARCH).
835        * psx11/Makefile.am: Remove all-local: $(ARCH).
836        * psx12/Makefile.am: Remove all-local: $(ARCH).
837        * psx13/Makefile.am: Remove all-local: $(ARCH).
838        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
839        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
840        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
841        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
842        * psxmount/Makefile.am: Remove all-local: $(ARCH).
843        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
844        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
845        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
846        * psxstat/Makefile.am: Remove all-local: $(ARCH).
847        * psxtime/Makefile.am: Remove all-local: $(ARCH).
848        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
849
8502003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * configure.ac: Reflect having moved to testsuites/.
853
8542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * configure.ac: Remove RTEMS_CANONICAL_HOST.
857
8582003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * configure.ac:Remove RTEMS_CHECK_CPU.
861
8622003-09-15      Jennifer Averett <jennifer@OARcorp.com>
863
864        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
865
8662003-09-04      Joel Sherrill <joel@OARcorp.com>
867
868        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
869        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
870        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
871        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
872        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
873        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
874        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
875        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
876        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
877        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
878        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
879        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
880        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
881        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
882        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
883        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
884        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
885        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
886        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
887        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
888        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
889        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
890        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
891        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
892        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
893        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
894        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
895        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
896        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
897        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
898        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
899        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
900        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
901        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
902        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
903        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
904        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
905        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
906        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
907        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
908        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
909        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
910        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
911        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
912        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
913        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
914        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
915        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
916        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
917        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
918        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
919        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
920        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
921        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
922        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
923        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
924        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
925        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
926        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
927        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
928        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
929        psxtimer/system.h: URL for license changed.
930
9312003-09-04      Joel Sherrill <joel@OARcorp.com>
932
933        PR 462/tests
934        * psxhdrs/Makefile.am: Added ualarm.c
935        * psxhdrs/signal23.c: New file.
936
9372003-09-03      Joel Sherrill <joel@OARcorp.com>
938
939        PR 463/tests
940        PR 465/tests
941        * psxhdrs/Makefile.am: Add new test cases.
942        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
943        psxhdrs/timer07.c: New files.
944
9452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * Makefile.am: Reflect having moved aclocal/.
948
9492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * Makefile.am: Reflect having moved automake/.
952        * include/Makefile.am: Reflect having moved automake/.
953        * psx01/Makefile.am: Reflect having moved automake/.
954        * psx02/Makefile.am: Reflect having moved automake/.
955        * psx03/Makefile.am: Reflect having moved automake/.
956        * psx04/Makefile.am: Reflect having moved automake/.
957        * psx05/Makefile.am: Reflect having moved automake/.
958        * psx06/Makefile.am: Reflect having moved automake/.
959        * psx07/Makefile.am: Reflect having moved automake/.
960        * psx08/Makefile.am: Reflect having moved automake/.
961        * psx09/Makefile.am: Reflect having moved automake/.
962        * psx10/Makefile.am: Reflect having moved automake/.
963        * psx11/Makefile.am: Reflect having moved automake/.
964        * psx12/Makefile.am: Reflect having moved automake/.
965        * psx13/Makefile.am: Reflect having moved automake/.
966        * psxcancel/Makefile.am: Reflect having moved automake/.
967        * psxchroot01/Makefile.am: Reflect having moved automake/.
968        * psxfile01/Makefile.am: Reflect having moved automake/.
969        * psxhdrs/Makefile.am: Reflect having moved automake/.
970        * psxmount/Makefile.am: Reflect having moved automake/.
971        * psxmsgq01/Makefile.am: Reflect having moved automake/.
972        * psxreaddir/Makefile.am: Reflect having moved automake/.
973        * psxsem01/Makefile.am: Reflect having moved automake/.
974        * psxstat/Makefile.am: Reflect having moved automake/.
975        * psxtime/Makefile.am: Reflect having moved automake/.
976        * psxtimer/Makefile.am: Reflect having moved automake/.
977
9782003-08-14      Joel Sherrill <joel@OARcorp.com>
979
980        PR 408/filesystem
981        * psx13/test.c: Added very rudimentary test of sync() service.
982
9832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
986
9872003-06-12      Joel Sherrill <joel@OARcorp.com>
988
989        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
990
9912003-05-29      Joel Sherrill <joel@OARcorp.com>
992
993        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
994        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
995        psxtimer/psxtimer.c: Removed warnings.
996
9972003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1000        CC_CFLAGS_DEFAULT (obsolete).
1001
10022003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1005        Remove CC_LDFLAGS_PROFILE_V.
1006
10072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1010
10112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1014
10152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * configure.ac: AC_PREREQ(2.57).
1018
10192002-11-14      Joel Sherrill <joel@OARcorp.com>
1020
1021        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1022        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1023        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1024        Per PR239 update the IDs in the various screens.
1025
10262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * .cvsignore: Reformat.
1029        Add autom4te*cache.
1030        Remove autom4te.cache.
1031
10322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1035        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1036        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1037        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1038        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1039        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1040        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1041        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1042        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1043        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1044        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1045        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1046        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1047        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1048        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1049        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1050        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1051        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1052        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1053        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1054        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1055        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1056        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1057        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1058
10592002-08-01      Joel Sherrill <joel@OARcorp.com>
1060
1061        * Per PR47 add support for buffered test output.  This involved
1062        adding defines to redirect output to a buffer and dump it when
1063        full, at "test pause", and at exit.  To avoid problems when redefining
1064        exit(), all tests were modified to call rtems_test_exit().
1065        Some tests, notable psxtests, had to be modified to include
1066        the standard test macro .h file (pmacros.h or tmacros.h) to
1067        enable this support.
1068        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1069        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1070        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1071        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1072        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1073        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1074        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1075        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1076        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1077        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1078        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1079        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1080
10812002-07-05      Joel Sherrill <joel@OARcorp.com>
1082
1083        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1084        Updated as part of PR164 which reported problems with the RTEMS
1085        implementation of pthread_cancel.
1086       
10872001-04-26      Joel Sherrill <joel@OARcorp.com>
1088
1089        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1090        reworked POSIX message queues to add a descriptor separate from
1091        the underlying message queue.  This allows non-blocking to follow
1092        the "open" not the underlying queue.
1093 
10942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1095
1096        * configure.ac: Remove ENABLE_GCC28.
1097
10982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * configure.ac:
1101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1104        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1105        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1106        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1107        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1108        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1109        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1118        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1119        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1120        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1121        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1122        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1123        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1124        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1125        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1126        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1127        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1128        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1129
11302001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1131
1132        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1133        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1134        Since we check permissions before evaluating enough to see if it
1135        a regular file or directory, this hack is needed to make the regular
1136        file executable.
1137
11382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1141        * configure.in: Remove.
1142        * configure.ac: New file, generated from configure.in by autoupdate.
1143
11442001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1145
1146        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1147
11482001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1151        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1152        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1153        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1154        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1155        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1156        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1157        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1158        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1159        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1160        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1161        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1162        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1165        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1166        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1167        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1168        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1169        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1170        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1171        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1172        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1173        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1174
11752001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1176
1177        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1178        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1179        psxchroot01 test.
1180
11812001-05-25      Joel Sherrill <joel@OARcorp.com>
1182
1183        * Added once version of psxchroot01 test for user review.
1184        * psxchroot01: New directory.
1185        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1186        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1187        * configure.in, Makefile.am: Modified to reflect above.
1188
11892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1190
1191        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1192
11932001-04-24      Joel Sherrill <joel@OARcorp.com>
1194
1195        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1196        open, write, reopen, append twice from Andrew Bythell
1197        <abythell@nortelnetworks.com> that tripped an initialization
1198        problem in the IMFS.
1199
12002001-04-20      Joel Sherrill <joel@OARcorp.com>
1201
1202        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1203        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1204        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1205        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1206        Various adjustments so test output matches screens more reliably.
1207
12082001-01-25      Joel Sherrill <joel@OARcorp.com>
1209
1210        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1211
12122000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1213
1214        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1215        to remain consistant across platforms and bsps by forcing
1216        a mount point in front of all paths.
1217
12182000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1219
1220        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1221        expected error condition in one case.
1222        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1223        readdir() of root of mounted filesystem.  Also corrected the screen
1224        file for some mistakes noticed in this effort.
1225
12262000-11-13      Joel Sherrill <joel@OARcorp.com>
1227
1228        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1229
12302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1233
12342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1237
12382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1241        Switch to GNU canonicalization.
1242        * psxtests.am: Remove DEFS.
1243
12442000-10-24      Joel Sherrill <joel@OARcorp.com>
1245
1246        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1247        It was formerly incorrectly prototyped in <libio.h>.
1248
12492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1250
1251        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1252        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1253        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1254        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1255        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1256        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1257        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1258        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1259
12602000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1262        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1263        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1264        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1265        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1266        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1267        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1268
12692000-08-10      Joel Sherrill <joel@OARcorp.com>
1270
1271        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.