source: rtems/testsuites/psxtests/ChangeLog @ 2317457

4.104.115
Last change on this file since 2317457 was 2317457, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/09 at 17:52:53

2009-12-08 Joel Sherrill <joel.sherrill@…>

  • include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c, psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c, psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
  • Property mode set to 100644
File size: 65.7 KB
Line 
12009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
4        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
5        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
6        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
7        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
8        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
9        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
10        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
11        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
12        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
13        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
14        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
15        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
16        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
17        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
18        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
19        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
20        Use rtems_test_assert() consistently instead of system assert().
21        rtems_test_assert() is designed to integrate into the RTEMS test
22        suite infrastructure.
23
242009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
27        families.
28        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
29        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
30
312009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        PR 1460/cpukit
34        * psx14/init.c: Change return type on methods accessing portions of
35        RTEMS Ids to int. This allows -1 to be return on error.
36
372009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        PR 1466/tests
40        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
41        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
42        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
43        Add test specifically to test it since it is deprecated as of
44        POSIX.1-2008.
45        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
46        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
47
482009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * psxcancel01/init.c: Initialize start time.
51
522009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
55        returned by POSIX methods which return a pointer which is -1 on
56        error. This eliminated some casts.
57
582009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * psxenosys/Makefile.am: Add documentation file.
61        * psxenosys/psxenosys.doc: New file.
62
632009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * psxsignal03/init.c:
66        Print sigval.sival_ptr instead of "union sigval".
67
682009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
71        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
72        * psxfile01/test.c: Remove obsure #ifdef's.
73        Apply PRI* macros to print struct stat fields.
74
752009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
78        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
79
802009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * include/pmacros.h: November is the 11th month.
83
842009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * psxstat/test.c: Remove #ifdef's.
87        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
88        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
89        if 12MB are too big for a target (16bit compliance).
90        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
91        for 16bit compliance.
92        * psx14/init.c: Add local prototypes for
93        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
94        Reflect the prototypes having been missing to printf's.
95
962009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * psxsysconf/init.c:
99        Comment out sysconf(LONG_MAX) check (not useful).
100        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
101        16bit compliance.
102        * psx11/task.c: Use long for nsecs.
103        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
104        attribute to pthread_condattr_setpshared for 16bit target compliance.
105
1062009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * psxbarrier01/test.c: Include <tmacros.h>
109
1102009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
113        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
114        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
115        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
116        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
117        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
118        Use PRIxpthread_t to print pthread_t's.
119
1202009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * psxmsgq02/init.c:
123        Remove cast in call to fatal_posix_service_status_errno.
124        * psxenosys/init.c:
125        Add missing args in calls to execl, execlp, execle.
126        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
127        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
128        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
129        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
130        * configure.ac:
131        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
132
1332009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
136        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
137        * psxclock/init.c: Use %ld to print *.tv_nsec.
138        * psx06/init.c, psx06/system.h: Misc. warning fixes.
139
1402009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * psxsignal03/init.c: Add missing argument to printf.
143        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
144        * psxclock/init.c, psxtimer01/psxtimer.c:
145        Use PRItime_t to print time_t's.
146        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
147        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
148
1492009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * psxtime/test.c: Include <sys/time.h>.
152        Conditionally add local prototype for adjtime()
153        if sys/time.h doesn't supply it.
154        * psx07/init.c: Include <sched.h>, <pthread.h>.
155        * psx05/init.c: Include <sched.h>.
156        * psx11/init.c, psx09/init.c: Include <sched.h>.
157        * psx12/init.c: Include <sched.h>.
158        * psxenosys/init.c: Include <pthread.h>.
159        Conditionally add local prototype for pthread_atfork()
160        if pthread.h doesn't supply it.
161        * psxkey01/init.c: Include "test_support.h".
162
1632009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * configure.ac: Check for pthread_atfork in pthread.h.
166        * psxrwlock01/test.c: Conditionally add local prototype for
167        pthread_atfork() if pthread.h doesn't supply it.
168        Include <pthread.h>.
169
1702009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Check for sys/mman.h.
173        Check for mprotect in sys/mman.h.
174        * psxenosys/init.c: Conditionally add local prototype for
175        mprotect() if sys/mman.h doesn't supply it.
176
1772009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
180        * psxrwlock01/test.c: Conditionally add local prototype for
181        pthread_rwlock_unlock() if pthread.h doesn't supply it.
182
1832009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
186        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
187        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
188        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
189        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
190        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
191        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
192        psxualarm/init.c: Remove unused vars.
193        Add missing prototypes.
194
1952009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * Makefile.am: Build file IO related tests even with POSIX threading is
198        disabled.
199
2002009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * configure.ac: Don't add -ansi -fasm to CFLAGS.
203
2042009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
207        remaining to not equal the period.
208
2092009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
212
2132009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * psxcleanup/system.h: Fix typo.
216        * Makefile.am, configure.ac: Add new test for exercising pushing
217        and popping a clean up handler without actually executing it.
218        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
219        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
220        psxcleanup01/psxcleanup01.scn: New files.
221
2222009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * Makefile.am, configure.ac: Add new test to ensure that canceling an
225        alarm works as defined.
226        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
227        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
228
2292009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
232
2332009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
236        parameter to timer_settime().
237
2382009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
241        timer_settime() for previous value. We are not using the
242        value in this particular case and this path must be exercised.
243        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
244
2452009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
248        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
249        cases.
250
2512009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
254        from an ISR.
255        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
256        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
257
2582009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
261        deprecated rtems_extension.
262
2632009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
266        nanoseconds.
267
2682009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
271        getpagesize().
272
2732009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
276        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
277        psxsignal04/Makefile.am: Move test cases which needed to be executed
278        when POSIX is disabled to psxclock so they will be.
279
2802009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
283        test to exercise clock and delay services enabled when POSIX threads
284        are disabled. This is split from psx01. POSIX test suite now enabled
285        when POSIX threads are disabled so only enable tests which are
286        appropriate.
287        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
288        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
289
2902009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
293        when not to change ssporadic scheduler so it does not touch a task's
294        priority when it is holding a mutex or its priority would be impacted
295        adversely.
296
2972009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
298
299        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
300        for adjusting time (adjtime()) where the time is adjusted by enough
301        microseconds that it crosses a second boundary.
302
3032009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
304
305        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
306        test to catch more sporadic server cases.
307
3082009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
311        remaining pointer.
312
3132009-08-17     
314
315        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
316        a recursize mutex.
317
3182009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
321        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
322        rtems_clock_get_ticks_per_second().
323
3242009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
327        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
328
3292009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
330
331        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
332        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
333
3342009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * Makefile.am, configure.ac: Add test case for user providing their own
337        stack to a POSIX thread.
338        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
339        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
340
3412009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
342
343        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
344        that it hits both failing to allocate memory for the message queue
345        name and message buffers.
346
3472009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
350        quicker and more reliably hit the intended critical section.
351
3522009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
353
354        * Makefile.am, configure.ac: Add a test to exercise an odd case in
355        _POSIX_signals_Clear_signals.
356        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
357        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
358
3592009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * psxmsgq04/init.c: Correct typo in configuration so test does as
362        intended.
363
3642009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
367        Update to handle ENFILE case now that POSIX message queues and
368        message queue file descriptors are configured separately and this
369        error is possible.
370
3712009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
372
373        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
374        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
375        allocating the message buffers for a POSIX message queue.
376
3772009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
378
379        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
380        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
381        is right. Update both screens.
382
3832009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
386        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
387        variation which focused on real-time signals rather than user
388        signals.
389        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
390        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
391
3922009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
395        replenish period of zero.
396
3972009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
398
399        * Makefile.am, configure.ac: Add new test to account for properly
400        handling keys when a thread has non-NULL key value and key has NULL
401        destructor and when a thread has NULL key value and key has
402        destructor.
403        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
404        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
405
4062009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
407
408        * Makefile.am, configure.ac: Add new test for exercising running out of
409        memory while allocating the key pointers.
410        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
411        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
412
4132009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
414
415        * psxmsgq04/init.c: Add call to mq_unlink.
416
4172009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
418
419        * Makefile.am, configure.ac: Add shell of new test.
420        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
421        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
422
4232009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * Makefile.am, configure.ac: Add test to address cases where a thread
426        is waiting on a signal (sigwait) and we send it. Also address case
427        where there are too many queued signals.
428        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
429        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
430
4312009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
432
433        * psxsignal02/init.c: Fix spacing.
434
4352009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
436
437        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
438        mq_timedreceive and mq_timedsend conditions. In particular test
439        timeout in the past.
440
4412009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
442
443        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
444        with timeout in the past.
445
4462009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
447
448        * psxsignal02/psxsignal02.scn: Fill in screen file.
449
4502009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * Makefile.am, configure.ac: Add new test to exercise algorithm to
453        dispatch process wide signals to individual threads.
454        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
455        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
456
4572009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
458
459        * Makefile.am, configure.ac: Add test to exercise interrupt
460        synchronization logic in _POSIX_Timer_Insert_helper that supports
461        POSIX timers.
462        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
463        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
464        psxintrcritical01/psxintrcritical01.scn: New files.
465
4662009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
467
468        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
469        multiple cases which complete coverage of thread cancellation.
470        * psxcancel/psxcancel.doc: New file.
471
4722009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
473
474        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
475        * psxsem01/system.h: Removed.
476
4772009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * psxsem01/init.c: Eliminate warning.
480
4812009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
482
483        * psxcancel/init.c: Clean up.
484
4852009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * psxmutexattr01/init.c: Make test optional if tools do not support
488        posix mutex type attribute.
489
4902009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
491
492        * Makefile.am, configure.ac: Add new test to exercise error case for
493        when a task is blocked on a condition variable with one mutex and
494        another task attempts to block on the same condition variable with
495        another mutex.
496        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
497        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
498
4992009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
502        trylock is unable to obtain the spinlock and that attempting to
503        unlock a spinlock from a thread which did not lock it works as
504        expected.
505        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
506        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
507        New files.
508
5092009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * psxspin01/test.c: Remove unnecessary defines.
512
5132009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
514
515        * psx11/init.c: Use explicit scheduler.
516
5172009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
518
519        * Makefile.am, configure.ac: Add test to exercise
520        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
521        toolset enables the feature.
522        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
523        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
524        psxmutexattr01/psxmutexattr01.scn: New files.
525
5262009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
527
528        * Makefile.am, configure.ac: Add test for auto initialization of
529        message queues.
530        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
531        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
532        psxautoinit02/psxautoinit02.scn: New files.
533
5342009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
535
536        * Makefile.am, configure.ac: Add test of pthread mutex auto
537        intialization.
538        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
539        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
540
5412009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
542
543        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
544
5452009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
546
547        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
548        code.
549
5502009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
551
552        * psx07/init.c: Slight test fix to ensure state of sched_param
553        structure.
554
5552009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
556
557        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
558        obtaining an rwlock and then releasing it twice.
559
5602009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
563
5642009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
565
566        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
567        sigtimedwait(). Update screen file.
568
5692009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
570
571        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
572        obtaining rwlock for write with a timed lock operation when the
573        abstime timeout is in the past.
574
5752009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
576
577        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
578        obtaining rwlock for read with a timed lock operation when the
579        abstime timeout is in the past.
580
5812009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
582
583        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
584        that the assert has been removed in the source.
585
5862009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
587
588        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
589        mode bits being set. This behavior was not POSIX compliant and has
590        been corrected in the filesystem code.
591
5922009-06-18      Chris Johns <chrisj@rtems.org>
593
594        * psx04/task3.c: Declare unions volatile to workaround the H8300
595        gcc bug.
596
5972009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
598
599        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
600        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
601        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
602
6032009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
604
605        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
606        NULL attribute pointer on init.
607
6082009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
609
610        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
611        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
612        Improved so coverage is better.
613
6142009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
615
616        * psx04/init.c: Correct errors introduced by using different variable
617        for return type when correcting typing warnings.
618
6192009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
620
621        * Makefile.am, configure.ac: Add new test to provide coverage analysis
622        of the current implementation of getitimer() and setitimer().
623        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
624        psxitimer/psxitimer.scn: New files.
625
6262009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
629        case to improve coverage analysis.
630
6312009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
632
633        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
634        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
635        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
636        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
637        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
638        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
639        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
640
6412009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
642
643        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
644        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
645        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
646        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
647        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
648        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
649        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
650        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
651        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
652        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
653        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
654        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
655        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
656        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
657        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
658        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
659        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
660        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
661        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
662        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
663        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
664        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
665        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
666        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
667        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
668        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
669        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
670        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
671        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
672        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
673        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
674        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
675        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
676        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
677        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
678        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
679        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
680        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
681        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
682        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
683        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
684        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
685        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
686        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
687        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
688        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
689        psxhdrs/timer07.c: Fix warnings.
690
6912009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
692
693        * psxfile01/test.c: Change from int to size_t.
694
6952009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
696
697        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
698        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
699        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
700        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
701        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
702        psxcancel/Makefile.am, psxchroot01/Makefile.am,
703        psxcleanup/Makefile.am, psxenosys/Makefile.am,
704        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
705        psxfile01/Makefile.am, psxkey01/Makefile.am,
706        psxmount/Makefile.am, psxmsgq01/Makefile.am,
707        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
708        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
709        psxsem01/Makefile.am, psxsignal01/Makefile.am,
710        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
711        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
712        psxualarm/Makefile.am: Eliminate _exe_/.exe.
713
7142009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
715
716        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
717        with create option so we are sure it will get a control block and
718        proceed to allocate other memory. Clean up screen output.
719
7202008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
721
722        * psx05/init.c: Add parameter to call to sched_get_priority_max().
723
7242008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
725
726        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
727        Run all tests successfully with maxixum number of priorities as 16
728        instead of 256. This was done by temporarily modifying the score
729        priority.h maximum. This allowed testing of all API code to ensure
730        that it worked properly with a reduced number of priorities. Most
731        modifications were to switch from hard-coded maximum to using the API
732        provided methods to determine maximum number of priority levels.
733
7342008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
735
736        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
737        clock_gettime() NOT by reaching into the SuperCore.
738
7392008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
740
741        * psx01/psx01.scn: Bump version to 4.9.99.0
742
7432008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
744
745        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
746        psxfatal_support/system.h: Convert to "bool".
747
7482008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
749
750        PR 1296/cpukit.
751        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
752        incorrect repeat interval. This patch fixes the following problems in
753        the test.
754          (1) Adds test for value of it_interval.tv_nsec.
755          (2) Corrects test for absolute timer in past.
756          (3) Modifies test to use different initial and repeat periods.
757          (4) Updates psxtimer01.scn to match results.
758
7592008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
760
761        PR 1297/cpukit
762        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
763        pointer handling.
764
7652008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
766
767        * psxsem01/init.c: Spacing.
768
7692008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
770
771        PR 1293/tests
772        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
773
7742008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
775
776        PR 1291/cpukit
777        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
778        POSIX services taking relative instead of absolute time for timeouts,
779        these tests were updated.
780
7812008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
782
783        * psxfile01/test.c: truncate on /dev/console now works.
784
7852008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
786
787        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
788        requested for initialization task.
789
7902008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
793        like CVS conflict markers.
794
7952008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
796
797        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
798        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
799
8002008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
801
802        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
803
8042008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
805
806        * psxkey01/task.c: Fix warnings.
807
8082008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
811
8122008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
813
814        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
815        Added tests for failure path coverages. Consolidated methods used in
816        multiple places into support routines.
817        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
818        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
819        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
820
8212008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
822
823        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
824        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
825        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
826        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
827        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
828        Make tmacros.h available to all POSIX tests. Add a clock_settime case
829        for < 1988.
830
8312008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
832
833        * Makefile.am, configure.ac: New tests.
834        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
835        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
836        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
837        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
838        psxfatal_support/init.c, psxfatal_support/system.h: New files.
839
8402008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
841
842        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
843        portions of Object Services added to API.
844        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
845        psx14/system.h: New files.
846
8472008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
848
849        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
850        pthread_attr_[get|set]clock.
851
8522008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
853
854        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
855        implementation mprotect().
856
8572008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
858
859        * psxcleanup/.cvsignore: New file.
860
8612008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
862
863        * psxcleanup/system.h: New file.
864
8652008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
866
867        * Makefile.am, configure.ac:
868        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
869        psxcleanup/psxcleanup.scn: New files.
870
8712008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
872
873        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
874        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
875
8762007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
877
878        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
879
8802007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
881
882        * Makefile.am, configure.ac: Added test for ualarm
883        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
884        psxualarm/system.h: New files.
885
8862007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
887
888        * Makefile.am, configure.ac: Added posix signal test
889        * psxsignal01/Makefile.am, psxsignal01/init.c,
890        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
891        psxsignal01/task1.c: New files.
892
8932007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
894
895        * Makefile.am, configure.ac: Add test for sysconf().
896        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
897        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
898
8992007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
900
901        * psx01/init.c, psx01/psx01.scn: Add more test cases for
902        sched_rr_get_interval() and sched_get_priority_max().
903
9042007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
905
906        * psxenosys/init.c: Fix typo.
907
9082007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
909
910        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
911        addition of second POSIX Timer test. Add initial version of
912        psxtimer02 to cover some conditions missed in psxtimer01. More cases
913        left to add.
914        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
915        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
916        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
917        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
918        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
919        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
920
9212007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
922
923        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
924
9252007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
926
927        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
928        functions that return ENOSYS.
929        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
930        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
931
9322007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
933
934        * psx13/test.c: Fix spelling error.
935
9362007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
937
938        * psxtime/test.c: Add tests for adjtime().
939
9402007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
941
942        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
943        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
944        cases to improve test coverage.
945
9462007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
947
948        PR 1262/filesystem
949        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
950        and writev() including documentation and test case.
951        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
952        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
953
9542007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
955
956        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
957        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
958        test cases so last output line follows END OF pattern. Make sure test
959        case all run. All tests appeared ok on sis.
960
9612007-04-05      Joel Sherrill <joel@OARcorp.com>
962
963        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
964        behavior more closely matching GNU/Linux.
965
9662006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
967
968        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
969        include normal blocking and unblocking on timeout.
970
9712006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
972
973        * configure.ac: New BUG-REPORT address.
974
9752006-11-17      Joel Sherrill <joel@OARcorp.com>
976
977        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
978        Previously the timeout was not absolute time and checked BEFORE
979        attempting to lock semaphore.
980
9812006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
982
983        * psxbarrier01/main.c: New file.
984
9852006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
986
987        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
988        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
989        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
990        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
991
9922006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
993
994        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
995        and partial implementation of POSIX rwlocks.
996        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
997        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
998
9992006-10-30      Joel Sherrill <joel@OARcorp.com>
1000
1001        PR 841/rtems
1002        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1003        specification.
1004
10052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1006
1007        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1008
10092006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1010
1011        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1012        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1013        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1014        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1015        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1016        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1017        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1018        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1019        Use rtems_testsdir instead.
1020
10212005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1022
1023        * configure.ac: Remove RTEMS_ENABLE_BARE,
1024        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1025
10262005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1027
1028        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1029        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1030        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1031        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1032        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1033        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1034        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1035        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1036        Convert to using *_PROGRAMS.
1037
10382005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1039
1040        * psx01/Makefile.am, psx02/Makefile.am,
1041        psx03/Makefile.am, psx04/Makefile.am,
1042        psx05/Makefile.am, psx06/Makefile.am,
1043        psx07/Makefile.am, psx08/Makefile.am,
1044        psx09/Makefile.am, psx10/Makefile.am,
1045        psx11/Makefile.am, psx12/Makefile.am,
1046        psx13/Makefile.am, psxcancel/Makefile.am,
1047        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1048        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1049        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1050        psxstat/Makefile.am, psxtime/Makefile.am,
1051        psxtimer/Makefile.am: Rework.
1052
10532005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1054
1055        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1056        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1057        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1058        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1059        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1060        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1061        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1062        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1063        * psxtests.am: Remove.
1064
10652005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1066
1067        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1068        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1069        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1070        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1071        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1072        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1073        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1074        psxtime/Makefile.am, psxtimer/Makefile.am:
1075        AM_CPPFLAGS += -I..../support/include.
1076
10772005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1078
1079        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1080
10812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1082
1083        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1084        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1085        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1086        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1087        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1088        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1089        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1090        psxstat/Makefile.am: Add ../include/pmacros.h
1091        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1092        POSIX_FILES_DIRS.
1093        * psxtests.am: Remove LIB_VARIANT.
1094
10952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1096
1097        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1098        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1099        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1100        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1101        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1102        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1103        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1104        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1105        Remove SRC, PRINT_SRC.
1106
11072005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1108
1109        * Makefile.am: Cleanup.
1110
11112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1112
1113        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1114        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1115        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1116        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1117        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1118        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1119        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1120        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1121        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1122        Partial conversion to automake.
1123
11242005-09-01      Joel Sherrill <joel@OARcorp.com>
1125
1126        PR 628/rtems
1127        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1128        being an error.
1129
11302005-04-26      Joel Sherrill <joel@OARcorp.com>
1131
1132        * psxreaddir/test.c: Eliminate warnings.
1133
11342004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1135
1136        * configure.ac: Require automake > 1.9.
1137
11382004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1139
1140        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1141        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1142        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1143        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1144        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1145        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1146        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1147        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1148        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1149        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1150        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1151        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1152        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1153        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1154        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1155        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1156        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1157        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1158        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1159        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1160        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1161        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1162        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1163
11642004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1165
1166        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1167        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1168        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1169        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1170
11712004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1172
1173        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1174        to using c99 fixed size types.
1175
11762004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1177
1178        * Makefile.am: Remove include from SUBDIRS.
1179
11802004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1181
1182        * include/Makefile.am: Remove.
1183        * Makefile.am: Merge-in include/Makefile.am.
1184        * configure.ac: Reflect changes above.
1185
11862004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * configure.ac: Add 2nd arg to RTEMS_TOP.
1189
11902004-03-05      Joel Sherrill <joel@OARcorp.com>
1191
1192        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1193        psxtimer/psxtimer.c: Eliminate warnings and typos.
1194
11952004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1196
1197        PR 582/core
1198        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1199        queue test so more of it runs now.
1200
12012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1202
1203        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1204        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1205        * psx02/Makefile.am: Ditto.
1206        * psx03/Makefile.am: Ditto.
1207        * psx04/Makefile.am: Ditto.
1208        * psx05/Makefile.am: Ditto.
1209        * psx06/Makefile.am: Ditto.
1210        * psx07/Makefile.am: Ditto.
1211        * psx08/Makefile.am: Ditto.
1212        * psx09/Makefile.am: Ditto.
1213        * psx10/Makefile.am: Ditto.
1214        * psx11/Makefile.am: Ditto.
1215        * psx12/Makefile.am: Ditto.
1216        * psx13/Makefile.am: Ditto.
1217        * psxcancel/Makefile.am: Ditto.
1218        * psxchroot01/Makefile.am: Ditto.
1219        * psxfile01/Makefile.am: Ditto.
1220        * psxmount/Makefile.am: Ditto.
1221        * psxmsgq01/Makefile.am: Ditto.
1222        * psxreaddir/Makefile.am: Ditto.
1223        * psxsem01/Makefile.am: Ditto.
1224        * psxstat/Makefile.am: Ditto.
1225        * psxtime/Makefile.am: Ditto.
1226        * psxtimer/Makefile.am: Ditto.
1227
12282003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230        * psxtests.am: Add dirstamp support.
1231
12322003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1233
1234        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1235
12362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1237
1238        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1239
12402003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * psxcancel/Makefile.am: Remove used H_FILES.
1243
12442003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * include/Makefile.am: Reformat.
1247        * psx01/Makefile.am: Remove all-local: $(ARCH).
1248        * psx02/Makefile.am: Remove all-local: $(ARCH).
1249        * psx03/Makefile.am: Remove all-local: $(ARCH).
1250        * psx04/Makefile.am: Remove all-local: $(ARCH).
1251        * psx05/Makefile.am: Remove all-local: $(ARCH).
1252        * psx06/Makefile.am: Remove all-local: $(ARCH).
1253        * psx07/Makefile.am: Remove all-local: $(ARCH).
1254        * psx08/Makefile.am: Remove all-local: $(ARCH).
1255        * psx09/Makefile.am: Remove all-local: $(ARCH).
1256        * psx10/Makefile.am: Remove all-local: $(ARCH).
1257        * psx11/Makefile.am: Remove all-local: $(ARCH).
1258        * psx12/Makefile.am: Remove all-local: $(ARCH).
1259        * psx13/Makefile.am: Remove all-local: $(ARCH).
1260        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1261        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1262        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1263        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1264        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1265        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1266        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1267        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1268        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1269        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1270        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1271
12722003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * configure.ac: Reflect having moved to testsuites/.
1275
12762003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1279
12802003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * configure.ac:Remove RTEMS_CHECK_CPU.
1283
12842003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1285
1286        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1287
12882003-09-04      Joel Sherrill <joel@OARcorp.com>
1289
1290        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1291        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1292        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1293        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1294        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1295        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1296        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1297        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1298        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1299        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1300        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1301        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1302        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1303        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1304        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1305        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1306        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1307        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1308        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1309        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1310        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1311        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1312        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1313        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1314        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1315        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1316        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1317        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1318        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1319        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1320        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1321        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1322        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1323        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1324        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1325        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1326        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1327        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1328        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1329        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1330        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1331        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1332        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1333        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1334        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1335        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1336        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1337        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1338        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1339        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1340        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1341        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1342        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1343        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1344        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1345        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1346        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1347        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1348        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1349        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1350        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1351        psxtimer/system.h: URL for license changed.
1352
13532003-09-04      Joel Sherrill <joel@OARcorp.com>
1354
1355        PR 462/tests
1356        * psxhdrs/Makefile.am: Added ualarm.c
1357        * psxhdrs/signal23.c: New file.
1358
13592003-09-03      Joel Sherrill <joel@OARcorp.com>
1360
1361        PR 463/tests
1362        PR 465/tests
1363        * psxhdrs/Makefile.am: Add new test cases.
1364        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1365        psxhdrs/timer07.c: New files.
1366
13672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * Makefile.am: Reflect having moved aclocal/.
1370
13712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * Makefile.am: Reflect having moved automake/.
1374        * include/Makefile.am: Reflect having moved automake/.
1375        * psx01/Makefile.am: Reflect having moved automake/.
1376        * psx02/Makefile.am: Reflect having moved automake/.
1377        * psx03/Makefile.am: Reflect having moved automake/.
1378        * psx04/Makefile.am: Reflect having moved automake/.
1379        * psx05/Makefile.am: Reflect having moved automake/.
1380        * psx06/Makefile.am: Reflect having moved automake/.
1381        * psx07/Makefile.am: Reflect having moved automake/.
1382        * psx08/Makefile.am: Reflect having moved automake/.
1383        * psx09/Makefile.am: Reflect having moved automake/.
1384        * psx10/Makefile.am: Reflect having moved automake/.
1385        * psx11/Makefile.am: Reflect having moved automake/.
1386        * psx12/Makefile.am: Reflect having moved automake/.
1387        * psx13/Makefile.am: Reflect having moved automake/.
1388        * psxcancel/Makefile.am: Reflect having moved automake/.
1389        * psxchroot01/Makefile.am: Reflect having moved automake/.
1390        * psxfile01/Makefile.am: Reflect having moved automake/.
1391        * psxhdrs/Makefile.am: Reflect having moved automake/.
1392        * psxmount/Makefile.am: Reflect having moved automake/.
1393        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1394        * psxreaddir/Makefile.am: Reflect having moved automake/.
1395        * psxsem01/Makefile.am: Reflect having moved automake/.
1396        * psxstat/Makefile.am: Reflect having moved automake/.
1397        * psxtime/Makefile.am: Reflect having moved automake/.
1398        * psxtimer/Makefile.am: Reflect having moved automake/.
1399
14002003-08-14      Joel Sherrill <joel@OARcorp.com>
1401
1402        PR 408/filesystem
1403        * psx13/test.c: Added very rudimentary test of sync() service.
1404
14052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1406
1407        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1408
14092003-06-12      Joel Sherrill <joel@OARcorp.com>
1410
1411        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1412
14132003-05-29      Joel Sherrill <joel@OARcorp.com>
1414
1415        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1416        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1417        psxtimer/psxtimer.c: Removed warnings.
1418
14192003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1422        CC_CFLAGS_DEFAULT (obsolete).
1423
14242003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1427        Remove CC_LDFLAGS_PROFILE_V.
1428
14292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1432
14332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1436
14372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1438
1439        * configure.ac: AC_PREREQ(2.57).
1440
14412002-11-14      Joel Sherrill <joel@OARcorp.com>
1442
1443        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1444        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1445        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1446        Per PR239 update the IDs in the various screens.
1447
14482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * .cvsignore: Reformat.
1451        Add autom4te*cache.
1452        Remove autom4te.cache.
1453
14542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1455
1456        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1457        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1458        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1459        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1460        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1461        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1462        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1463        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1464        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1465        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1466        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1467        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1468        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1469        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1470        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1471        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1472        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1473        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1474        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1475        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1476        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1477        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1478        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1479        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1480
14812002-08-01      Joel Sherrill <joel@OARcorp.com>
1482
1483        * Per PR47 add support for buffered test output.  This involved
1484        adding defines to redirect output to a buffer and dump it when
1485        full, at "test pause", and at exit.  To avoid problems when redefining
1486        exit(), all tests were modified to call rtems_test_exit().
1487        Some tests, notable psxtests, had to be modified to include
1488        the standard test macro .h file (pmacros.h or tmacros.h) to
1489        enable this support.
1490        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1491        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1492        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1493        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1494        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1495        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1496        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1497        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1498        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1499        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1500        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1501        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1502
15032002-07-05      Joel Sherrill <joel@OARcorp.com>
1504
1505        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1506        Updated as part of PR164 which reported problems with the RTEMS
1507        implementation of pthread_cancel.
1508       
15092001-04-26      Joel Sherrill <joel@OARcorp.com>
1510
1511        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1512        reworked POSIX message queues to add a descriptor separate from
1513        the underlying message queue.  This allows non-blocking to follow
1514        the "open" not the underlying queue.
1515 
15162002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1517
1518        * configure.ac: Remove ENABLE_GCC28.
1519
15202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * configure.ac:
1523        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1524        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1525        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1526        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1527        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1528        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1529        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1530        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1531        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1532        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1533        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1534        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1535        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1536        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1537        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1538        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1539        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1540        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1541        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1542        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1543        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1544        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1545        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1546        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1547        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1548        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1549        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1550        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1551
15522001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1553
1554        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1555        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1556        Since we check permissions before evaluating enough to see if it
1557        a regular file or directory, this hack is needed to make the regular
1558        file executable.
1559
15602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1561
1562        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1563        * configure.in: Remove.
1564        * configure.ac: New file, generated from configure.in by autoupdate.
1565
15662001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1567
1568        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1569
15702001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1573        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1574        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1575        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1576        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1577        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1578        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1579        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1580        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1581        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1582        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1583        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1584        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1585        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1586        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1587        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1588        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1589        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1590        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1591        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1592        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1593        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1594        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1595        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1596
15972001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1598
1599        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1600        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1601        psxchroot01 test.
1602
16032001-05-25      Joel Sherrill <joel@OARcorp.com>
1604
1605        * Added once version of psxchroot01 test for user review.
1606        * psxchroot01: New directory.
1607        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1608        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1609        * configure.in, Makefile.am: Modified to reflect above.
1610
16112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1612
1613        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1614
16152001-04-24      Joel Sherrill <joel@OARcorp.com>
1616
1617        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1618        open, write, reopen, append twice from Andrew Bythell
1619        <abythell@nortelnetworks.com> that tripped an initialization
1620        problem in the IMFS.
1621
16222001-04-20      Joel Sherrill <joel@OARcorp.com>
1623
1624        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1625        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1626        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1627        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1628        Various adjustments so test output matches screens more reliably.
1629
16302001-01-25      Joel Sherrill <joel@OARcorp.com>
1631
1632        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1633
16342000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1635
1636        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1637        to remain consistant across platforms and bsps by forcing
1638        a mount point in front of all paths.
1639
16402000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1641
1642        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1643        expected error condition in one case.
1644        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1645        readdir() of root of mounted filesystem.  Also corrected the screen
1646        file for some mistakes noticed in this effort.
1647
16482000-11-13      Joel Sherrill <joel@OARcorp.com>
1649
1650        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1651
16522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1653
1654        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1655
16562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1657
1658        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1659
16602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1661
1662        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1663        Switch to GNU canonicalization.
1664        * psxtests.am: Remove DEFS.
1665
16662000-10-24      Joel Sherrill <joel@OARcorp.com>
1667
1668        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1669        It was formerly incorrectly prototyped in <libio.h>.
1670
16712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1674        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1675        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1676        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1677        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1678        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1679        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1680        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1681
16822000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1683        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1684        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1685        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1686        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1687        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1688        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1689        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1690
16912000-08-10      Joel Sherrill <joel@OARcorp.com>
1692
1693        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.