source: rtems/testsuites/psxtests/ChangeLog @ e63b79d

4.104.115
Last change on this file since e63b79d was 0376d08, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 20:27:27

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

  • psxmsgq04/init.c: Add call to mq_unlink.
  • Property mode set to 100644
File size: 50.2 KB
Line 
12009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxmsgq04/init.c: Add call to mq_unlink.
4
52009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, configure.ac: Add shell of new test.
8        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
9        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
10
112009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, configure.ac: Add test to address cases where a thread
14        is waiting on a signal (sigwait) and we send it. Also address case
15        where there are too many queued signals.
16        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
17        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
18
192009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * psxsignal02/init.c: Fix spacing.
22
232009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
24
25        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
26        mq_timedreceive and mq_timedsend conditions. In particular test
27        timeout in the past.
28
292009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
30
31        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
32        with timeout in the past.
33
342009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * psxsignal02/psxsignal02.scn: Fill in screen file.
37
382009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, configure.ac: Add new test to exercise algorithm to
41        dispatch process wide signals to individual threads.
42        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
43        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
44
452009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile.am, configure.ac: Add test to exercise interrupt
48        synchronization logic in _POSIX_Timer_Insert_helper that supports
49        POSIX timers.
50        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
51        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
52        psxintrcritical01/psxintrcritical01.scn: New files.
53
542009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
55
56        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
57        multiple cases which complete coverage of thread cancellation.
58        * psxcancel/psxcancel.doc: New file.
59
602009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
63        * psxsem01/system.h: Removed.
64
652009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * psxsem01/init.c: Eliminate warning.
68
692009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * psxcancel/init.c: Clean up.
72
732009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * psxmutexattr01/init.c: Make test optional if tools do not support
76        posix mutex type attribute.
77
782009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, configure.ac: Add new test to exercise error case for
81        when a task is blocked on a condition variable with one mutex and
82        another task attempts to block on the same condition variable with
83        another mutex.
84        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
85        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
86
872009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
90        trylock is unable to obtain the spinlock and that attempting to
91        unlock a spinlock from a thread which did not lock it works as
92        expected.
93        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
94        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
95        New files.
96
972009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * psxspin01/test.c: Remove unnecessary defines.
100
1012009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * psx11/init.c: Use explicit scheduler.
104
1052009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am, configure.ac: Add test to exercise
108        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
109        toolset enables the feature.
110        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
111        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
112        psxmutexattr01/psxmutexattr01.scn: New files.
113
1142009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * Makefile.am, configure.ac: Add test for auto initialization of
117        message queues.
118        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
119        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
120        psxautoinit02/psxautoinit02.scn: New files.
121
1222009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile.am, configure.ac: Add test of pthread mutex auto
125        intialization.
126        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
127        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
128
1292009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
132
1332009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
136        code.
137
1382009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * psx07/init.c: Slight test fix to ensure state of sched_param
141        structure.
142
1432009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
144
145        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
146        obtaining an rwlock and then releasing it twice.
147
1482009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
151
1522009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
155        sigtimedwait(). Update screen file.
156
1572009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
158
159        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
160        obtaining rwlock for write with a timed lock operation when the
161        abstime timeout is in the past.
162
1632009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
166        obtaining rwlock for read with a timed lock operation when the
167        abstime timeout is in the past.
168
1692009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
172        that the assert has been removed in the source.
173
1742009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
177        mode bits being set. This behavior was not POSIX compliant and has
178        been corrected in the filesystem code.
179
1802009-06-18      Chris Johns <chrisj@rtems.org>
181
182        * psx04/task3.c: Declare unions volatile to workaround the H8300
183        gcc bug.
184
1852009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
188        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
189        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
190
1912009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
194        NULL attribute pointer on init.
195
1962009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
199        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
200        Improved so coverage is better.
201
2022009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * psx04/init.c: Correct errors introduced by using different variable
205        for return type when correcting typing warnings.
206
2072009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * Makefile.am, configure.ac: Add new test to provide coverage analysis
210        of the current implementation of getitimer() and setitimer().
211        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
212        psxitimer/psxitimer.scn: New files.
213
2142009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
217        case to improve coverage analysis.
218
2192009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
222        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
223        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
224        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
225        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
226        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
227        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
228
2292009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
232        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
233        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
234        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
235        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
236        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
237        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
238        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
239        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
240        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
241        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
242        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
243        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
244        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
245        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
246        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
247        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
248        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
249        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
250        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
251        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
252        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
253        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
254        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
255        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
256        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
257        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
258        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
259        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
260        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
261        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
262        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
263        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
264        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
265        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
266        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
267        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
268        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
269        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
270        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
271        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
272        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
273        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
274        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
275        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
276        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
277        psxhdrs/timer07.c: Fix warnings.
278
2792009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * psxfile01/test.c: Change from int to size_t.
282
2832009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
286        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
287        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
288        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
289        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
290        psxcancel/Makefile.am, psxchroot01/Makefile.am,
291        psxcleanup/Makefile.am, psxenosys/Makefile.am,
292        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
293        psxfile01/Makefile.am, psxkey01/Makefile.am,
294        psxmount/Makefile.am, psxmsgq01/Makefile.am,
295        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
296        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
297        psxsem01/Makefile.am, psxsignal01/Makefile.am,
298        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
299        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
300        psxualarm/Makefile.am: Eliminate _exe_/.exe.
301
3022009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
305        with create option so we are sure it will get a control block and
306        proceed to allocate other memory. Clean up screen output.
307
3082008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * psx05/init.c: Add parameter to call to sched_get_priority_max().
311
3122008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
315        Run all tests successfully with maxixum number of priorities as 16
316        instead of 256. This was done by temporarily modifying the score
317        priority.h maximum. This allowed testing of all API code to ensure
318        that it worked properly with a reduced number of priorities. Most
319        modifications were to switch from hard-coded maximum to using the API
320        provided methods to determine maximum number of priority levels.
321
3222008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
325        clock_gettime() NOT by reaching into the SuperCore.
326
3272008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * psx01/psx01.scn: Bump version to 4.9.99.0
330
3312008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
332
333        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
334        psxfatal_support/system.h: Convert to "bool".
335
3362008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
337
338        PR 1296/cpukit.
339        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
340        incorrect repeat interval. This patch fixes the following problems in
341        the test.
342          (1) Adds test for value of it_interval.tv_nsec.
343          (2) Corrects test for absolute timer in past.
344          (3) Modifies test to use different initial and repeat periods.
345          (4) Updates psxtimer01.scn to match results.
346
3472008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        PR 1297/cpukit
350        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
351        pointer handling.
352
3532008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * psxsem01/init.c: Spacing.
356
3572008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
358
359        PR 1293/tests
360        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
361
3622008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        PR 1291/cpukit
365        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
366        POSIX services taking relative instead of absolute time for timeouts,
367        these tests were updated.
368
3692008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * psxfile01/test.c: truncate on /dev/console now works.
372
3732008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
374
375        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
376        requested for initialization task.
377
3782008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
381        like CVS conflict markers.
382
3832008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
386        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
387
3882008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
389
390        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
391
3922008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * psxkey01/task.c: Fix warnings.
395
3962008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
397
398        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
399
4002008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
401
402        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
403        Added tests for failure path coverages. Consolidated methods used in
404        multiple places into support routines.
405        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
406        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
407        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
408
4092008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
412        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
413        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
414        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
415        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
416        Make tmacros.h available to all POSIX tests. Add a clock_settime case
417        for < 1988.
418
4192008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
420
421        * Makefile.am, configure.ac: New tests.
422        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
423        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
424        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
425        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
426        psxfatal_support/init.c, psxfatal_support/system.h: New files.
427
4282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
431        portions of Object Services added to API.
432        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
433        psx14/system.h: New files.
434
4352008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
436
437        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
438        pthread_attr_[get|set]clock.
439
4402008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
441
442        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
443        implementation mprotect().
444
4452008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * psxcleanup/.cvsignore: New file.
448
4492008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
450
451        * psxcleanup/system.h: New file.
452
4532008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
454
455        * Makefile.am, configure.ac:
456        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
457        psxcleanup/psxcleanup.scn: New files.
458
4592008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
460
461        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
462        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
463
4642007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
465
466        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
467
4682007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
469
470        * Makefile.am, configure.ac: Added test for ualarm
471        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
472        psxualarm/system.h: New files.
473
4742007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
475
476        * Makefile.am, configure.ac: Added posix signal test
477        * psxsignal01/Makefile.am, psxsignal01/init.c,
478        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
479        psxsignal01/task1.c: New files.
480
4812007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
482
483        * Makefile.am, configure.ac: Add test for sysconf().
484        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
485        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
486
4872007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
488
489        * psx01/init.c, psx01/psx01.scn: Add more test cases for
490        sched_rr_get_interval() and sched_get_priority_max().
491
4922007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
493
494        * psxenosys/init.c: Fix typo.
495
4962007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
497
498        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
499        addition of second POSIX Timer test. Add initial version of
500        psxtimer02 to cover some conditions missed in psxtimer01. More cases
501        left to add.
502        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
503        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
504        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
505        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
506        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
507        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
508
5092007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
510
511        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
512
5132007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
514
515        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
516        functions that return ENOSYS.
517        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
518        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
519
5202007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
521
522        * psx13/test.c: Fix spelling error.
523
5242007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
525
526        * psxtime/test.c: Add tests for adjtime().
527
5282007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
529
530        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
531        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
532        cases to improve test coverage.
533
5342007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
535
536        PR 1262/filesystem
537        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
538        and writev() including documentation and test case.
539        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
540        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
541
5422007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
543
544        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
545        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
546        test cases so last output line follows END OF pattern. Make sure test
547        case all run. All tests appeared ok on sis.
548
5492007-04-05      Joel Sherrill <joel@OARcorp.com>
550
551        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
552        behavior more closely matching GNU/Linux.
553
5542006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
555
556        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
557        include normal blocking and unblocking on timeout.
558
5592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
560
561        * configure.ac: New BUG-REPORT address.
562
5632006-11-17      Joel Sherrill <joel@OARcorp.com>
564
565        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
566        Previously the timeout was not absolute time and checked BEFORE
567        attempting to lock semaphore.
568
5692006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
570
571        * psxbarrier01/main.c: New file.
572
5732006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
576        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
577        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
578        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
579
5802006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
583        and partial implementation of POSIX rwlocks.
584        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
585        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
586
5872006-10-30      Joel Sherrill <joel@OARcorp.com>
588
589        PR 841/rtems
590        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
591        specification.
592
5932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
594
595        * configure.ac: Require autoconf-2.60. Require automake-1.10.
596
5972006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
598
599        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
600        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
601        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
602        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
603        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
604        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
605        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
606        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
607        Use rtems_testsdir instead.
608
6092005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * configure.ac: Remove RTEMS_ENABLE_BARE,
612        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
613
6142005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
615
616        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
617        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
618        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
619        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
620        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
621        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
622        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
623        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
624        Convert to using *_PROGRAMS.
625
6262005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * psx01/Makefile.am, psx02/Makefile.am,
629        psx03/Makefile.am, psx04/Makefile.am,
630        psx05/Makefile.am, psx06/Makefile.am,
631        psx07/Makefile.am, psx08/Makefile.am,
632        psx09/Makefile.am, psx10/Makefile.am,
633        psx11/Makefile.am, psx12/Makefile.am,
634        psx13/Makefile.am, psxcancel/Makefile.am,
635        psxchroot01/Makefile.am, psxfile01/Makefile.am,
636        psxmount/Makefile.am, psxmsgq01/Makefile.am,
637        psxreaddir/Makefile.am, psxsem01/Makefile.am,
638        psxstat/Makefile.am, psxtime/Makefile.am,
639        psxtimer/Makefile.am: Rework.
640
6412005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
642
643        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
644        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
645        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
646        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
647        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
648        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
649        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
650        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
651        * psxtests.am: Remove.
652
6532005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
654
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        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
660        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
661        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
662        psxtime/Makefile.am, psxtimer/Makefile.am:
663        AM_CPPFLAGS += -I..../support/include.
664
6652005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
666
667        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
668
6692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
672        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
673        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
674        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
675        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
676        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
677        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
678        psxstat/Makefile.am: Add ../include/pmacros.h
679        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
680        POSIX_FILES_DIRS.
681        * psxtests.am: Remove LIB_VARIANT.
682
6832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
684
685        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
686        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
687        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
688        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
689        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
690        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
691        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
692        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
693        Remove SRC, PRINT_SRC.
694
6952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * Makefile.am: Cleanup.
698
6992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
700
701        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
702        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
703        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
704        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
705        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
706        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
707        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
708        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
709        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
710        Partial conversion to automake.
711
7122005-09-01      Joel Sherrill <joel@OARcorp.com>
713
714        PR 628/rtems
715        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
716        being an error.
717
7182005-04-26      Joel Sherrill <joel@OARcorp.com>
719
720        * psxreaddir/test.c: Eliminate warnings.
721
7222004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
723
724        * configure.ac: Require automake > 1.9.
725
7262004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
727
728        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
731        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
732        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
733        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
734        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
735        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
736        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
737        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
738        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
739        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
740        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
741        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
742        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
743        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
744        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
745        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
746        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
747        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
748        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
749        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
750        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
751
7522004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
753
754        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
755        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
756        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
757        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
758
7592004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
760
761        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
762        to using c99 fixed size types.
763
7642004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
765
766        * Makefile.am: Remove include from SUBDIRS.
767
7682004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
769
770        * include/Makefile.am: Remove.
771        * Makefile.am: Merge-in include/Makefile.am.
772        * configure.ac: Reflect changes above.
773
7742004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * configure.ac: Add 2nd arg to RTEMS_TOP.
777
7782004-03-05      Joel Sherrill <joel@OARcorp.com>
779
780        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
781        psxtimer/psxtimer.c: Eliminate warnings and typos.
782
7832004-02-26      Sébastien Barré <sbarre@sdelcc.com>
784
785        PR 582/core
786        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
787        queue test so more of it runs now.
788
7892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
792        Add PRE/TMPINSTALL_FILES to CLEANFILES.
793        * psx02/Makefile.am: Ditto.
794        * psx03/Makefile.am: Ditto.
795        * psx04/Makefile.am: Ditto.
796        * psx05/Makefile.am: Ditto.
797        * psx06/Makefile.am: Ditto.
798        * psx07/Makefile.am: Ditto.
799        * psx08/Makefile.am: Ditto.
800        * psx09/Makefile.am: Ditto.
801        * psx10/Makefile.am: Ditto.
802        * psx11/Makefile.am: Ditto.
803        * psx12/Makefile.am: Ditto.
804        * psx13/Makefile.am: Ditto.
805        * psxcancel/Makefile.am: Ditto.
806        * psxchroot01/Makefile.am: Ditto.
807        * psxfile01/Makefile.am: Ditto.
808        * psxmount/Makefile.am: Ditto.
809        * psxmsgq01/Makefile.am: Ditto.
810        * psxreaddir/Makefile.am: Ditto.
811        * psxsem01/Makefile.am: Ditto.
812        * psxstat/Makefile.am: Ditto.
813        * psxtime/Makefile.am: Ditto.
814        * psxtimer/Makefile.am: Ditto.
815
8162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * psxtests.am: Add dirstamp support.
819
8202003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
823
8242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
827
8282003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * psxcancel/Makefile.am: Remove used H_FILES.
831
8322003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * include/Makefile.am: Reformat.
835        * psx01/Makefile.am: Remove all-local: $(ARCH).
836        * psx02/Makefile.am: Remove all-local: $(ARCH).
837        * psx03/Makefile.am: Remove all-local: $(ARCH).
838        * psx04/Makefile.am: Remove all-local: $(ARCH).
839        * psx05/Makefile.am: Remove all-local: $(ARCH).
840        * psx06/Makefile.am: Remove all-local: $(ARCH).
841        * psx07/Makefile.am: Remove all-local: $(ARCH).
842        * psx08/Makefile.am: Remove all-local: $(ARCH).
843        * psx09/Makefile.am: Remove all-local: $(ARCH).
844        * psx10/Makefile.am: Remove all-local: $(ARCH).
845        * psx11/Makefile.am: Remove all-local: $(ARCH).
846        * psx12/Makefile.am: Remove all-local: $(ARCH).
847        * psx13/Makefile.am: Remove all-local: $(ARCH).
848        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
849        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
850        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
851        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
852        * psxmount/Makefile.am: Remove all-local: $(ARCH).
853        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
854        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
855        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
856        * psxstat/Makefile.am: Remove all-local: $(ARCH).
857        * psxtime/Makefile.am: Remove all-local: $(ARCH).
858        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
859
8602003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * configure.ac: Reflect having moved to testsuites/.
863
8642003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * configure.ac: Remove RTEMS_CANONICAL_HOST.
867
8682003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * configure.ac:Remove RTEMS_CHECK_CPU.
871
8722003-09-15      Jennifer Averett <jennifer@OARcorp.com>
873
874        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
875
8762003-09-04      Joel Sherrill <joel@OARcorp.com>
877
878        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
879        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
880        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
881        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
882        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
883        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
884        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
885        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
886        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
887        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
888        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
889        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
890        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
891        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
892        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
893        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
894        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
895        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
896        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
897        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
898        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
899        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
900        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
901        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
902        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
903        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
904        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
905        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
906        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
907        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
908        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
909        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
910        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
911        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
912        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
913        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
914        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
915        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
916        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
917        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
918        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
919        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
920        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
921        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
922        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
923        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
924        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
925        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
926        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
927        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
928        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
929        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
930        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
931        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
932        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
933        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
934        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
935        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
936        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
937        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
938        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
939        psxtimer/system.h: URL for license changed.
940
9412003-09-04      Joel Sherrill <joel@OARcorp.com>
942
943        PR 462/tests
944        * psxhdrs/Makefile.am: Added ualarm.c
945        * psxhdrs/signal23.c: New file.
946
9472003-09-03      Joel Sherrill <joel@OARcorp.com>
948
949        PR 463/tests
950        PR 465/tests
951        * psxhdrs/Makefile.am: Add new test cases.
952        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
953        psxhdrs/timer07.c: New files.
954
9552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * Makefile.am: Reflect having moved aclocal/.
958
9592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
960
961        * Makefile.am: Reflect having moved automake/.
962        * include/Makefile.am: Reflect having moved automake/.
963        * psx01/Makefile.am: Reflect having moved automake/.
964        * psx02/Makefile.am: Reflect having moved automake/.
965        * psx03/Makefile.am: Reflect having moved automake/.
966        * psx04/Makefile.am: Reflect having moved automake/.
967        * psx05/Makefile.am: Reflect having moved automake/.
968        * psx06/Makefile.am: Reflect having moved automake/.
969        * psx07/Makefile.am: Reflect having moved automake/.
970        * psx08/Makefile.am: Reflect having moved automake/.
971        * psx09/Makefile.am: Reflect having moved automake/.
972        * psx10/Makefile.am: Reflect having moved automake/.
973        * psx11/Makefile.am: Reflect having moved automake/.
974        * psx12/Makefile.am: Reflect having moved automake/.
975        * psx13/Makefile.am: Reflect having moved automake/.
976        * psxcancel/Makefile.am: Reflect having moved automake/.
977        * psxchroot01/Makefile.am: Reflect having moved automake/.
978        * psxfile01/Makefile.am: Reflect having moved automake/.
979        * psxhdrs/Makefile.am: Reflect having moved automake/.
980        * psxmount/Makefile.am: Reflect having moved automake/.
981        * psxmsgq01/Makefile.am: Reflect having moved automake/.
982        * psxreaddir/Makefile.am: Reflect having moved automake/.
983        * psxsem01/Makefile.am: Reflect having moved automake/.
984        * psxstat/Makefile.am: Reflect having moved automake/.
985        * psxtime/Makefile.am: Reflect having moved automake/.
986        * psxtimer/Makefile.am: Reflect having moved automake/.
987
9882003-08-14      Joel Sherrill <joel@OARcorp.com>
989
990        PR 408/filesystem
991        * psx13/test.c: Added very rudimentary test of sync() service.
992
9932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
996
9972003-06-12      Joel Sherrill <joel@OARcorp.com>
998
999        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1000
10012003-05-29      Joel Sherrill <joel@OARcorp.com>
1002
1003        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1004        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1005        psxtimer/psxtimer.c: Removed warnings.
1006
10072003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1010        CC_CFLAGS_DEFAULT (obsolete).
1011
10122003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1015        Remove CC_LDFLAGS_PROFILE_V.
1016
10172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1020
10212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1024
10252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * configure.ac: AC_PREREQ(2.57).
1028
10292002-11-14      Joel Sherrill <joel@OARcorp.com>
1030
1031        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1032        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1033        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1034        Per PR239 update the IDs in the various screens.
1035
10362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * .cvsignore: Reformat.
1039        Add autom4te*cache.
1040        Remove autom4te.cache.
1041
10422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1045        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1046        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1047        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1048        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1049        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1050        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1051        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1052        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1053        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1054        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1055        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1056        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1057        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1058        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1059        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1060        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1061        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1062        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1063        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1064        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1065        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1066        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1067        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1068
10692002-08-01      Joel Sherrill <joel@OARcorp.com>
1070
1071        * Per PR47 add support for buffered test output.  This involved
1072        adding defines to redirect output to a buffer and dump it when
1073        full, at "test pause", and at exit.  To avoid problems when redefining
1074        exit(), all tests were modified to call rtems_test_exit().
1075        Some tests, notable psxtests, had to be modified to include
1076        the standard test macro .h file (pmacros.h or tmacros.h) to
1077        enable this support.
1078        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1079        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1080        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1081        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1082        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1083        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1084        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1085        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1086        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1087        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1088        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1089        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1090
10912002-07-05      Joel Sherrill <joel@OARcorp.com>
1092
1093        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1094        Updated as part of PR164 which reported problems with the RTEMS
1095        implementation of pthread_cancel.
1096       
10972001-04-26      Joel Sherrill <joel@OARcorp.com>
1098
1099        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1100        reworked POSIX message queues to add a descriptor separate from
1101        the underlying message queue.  This allows non-blocking to follow
1102        the "open" not the underlying queue.
1103 
11042002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * configure.ac: Remove ENABLE_GCC28.
1107
11082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * configure.ac:
1111        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1112        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1118        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1119        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1120        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1121        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1122        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1123        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1124        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1125        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1126        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1127        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1128        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1129        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1130        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1131        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1132        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1133        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1134        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1135        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1136        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1137        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1138        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1139
11402001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1141
1142        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1143        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1144        Since we check permissions before evaluating enough to see if it
1145        a regular file or directory, this hack is needed to make the regular
1146        file executable.
1147
11482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1151        * configure.in: Remove.
1152        * configure.ac: New file, generated from configure.in by autoupdate.
1153
11542001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1157
11582001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1161        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1162        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1165        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1166        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1167        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1168        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1169        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1170        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1171        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1172        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1173        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1174        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1175        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1176        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1177        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1178        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1179        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1180        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1181        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1182        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1183        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1184
11852001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1186
1187        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1188        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1189        psxchroot01 test.
1190
11912001-05-25      Joel Sherrill <joel@OARcorp.com>
1192
1193        * Added once version of psxchroot01 test for user review.
1194        * psxchroot01: New directory.
1195        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1196        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1197        * configure.in, Makefile.am: Modified to reflect above.
1198
11992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1200
1201        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1202
12032001-04-24      Joel Sherrill <joel@OARcorp.com>
1204
1205        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1206        open, write, reopen, append twice from Andrew Bythell
1207        <abythell@nortelnetworks.com> that tripped an initialization
1208        problem in the IMFS.
1209
12102001-04-20      Joel Sherrill <joel@OARcorp.com>
1211
1212        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1213        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1214        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1215        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1216        Various adjustments so test output matches screens more reliably.
1217
12182001-01-25      Joel Sherrill <joel@OARcorp.com>
1219
1220        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1221
12222000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1223
1224        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1225        to remain consistant across platforms and bsps by forcing
1226        a mount point in front of all paths.
1227
12282000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1229
1230        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1231        expected error condition in one case.
1232        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1233        readdir() of root of mounted filesystem.  Also corrected the screen
1234        file for some mistakes noticed in this effort.
1235
12362000-11-13      Joel Sherrill <joel@OARcorp.com>
1237
1238        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1239
12402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1243
12442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1247
12482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1251        Switch to GNU canonicalization.
1252        * psxtests.am: Remove DEFS.
1253
12542000-10-24      Joel Sherrill <joel@OARcorp.com>
1255
1256        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1257        It was formerly incorrectly prototyped in <libio.h>.
1258
12592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
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, psx12/Makefile.am,
1265        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1266        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1267        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1268        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1269
12702000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1272        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1273        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1274        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1275        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1276        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1277        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1278
12792000-08-10      Joel Sherrill <joel@OARcorp.com>
1280
1281        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.