source: rtems/testsuites/psxtests/ChangeLog @ 121d1169

4.104.115
Last change on this file since 121d1169 was 121d1169, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/10 at 07:28:15

2010-04-02 Ralf Corsépius <ralf.corsepius@…>

  • psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c: #include <unistd.h>.
  • Property mode set to 100644
File size: 66.3 KB
Line 
12010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
4        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
5        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
6        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
7        #include <unistd.h>.
8
92009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
10
11        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
12        to cover the trivial NULL case for pipe function.
13
142009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
17        and compilation issues. Initial test build was accidentally without
18        POSIX enabled.
19
202009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
23        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
24        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
25        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
26        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
27        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
28        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
29        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
30        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
31        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
32        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
33        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
34        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
35        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
36        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
37        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
38        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
39        Use rtems_test_assert() consistently instead of system assert().
40        rtems_test_assert() is designed to integrate into the RTEMS test
41        suite infrastructure.
42
432009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
46        families.
47        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
48        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
49
502009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        PR 1460/cpukit
53        * psx14/init.c: Change return type on methods accessing portions of
54        RTEMS Ids to int. This allows -1 to be return on error.
55
562009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        PR 1466/tests
59        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
60        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
61        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
62        Add test specifically to test it since it is deprecated as of
63        POSIX.1-2008.
64        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
65        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
66
672009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * psxcancel01/init.c: Initialize start time.
70
712009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
74        returned by POSIX methods which return a pointer which is -1 on
75        error. This eliminated some casts.
76
772009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * psxenosys/Makefile.am: Add documentation file.
80        * psxenosys/psxenosys.doc: New file.
81
822009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * psxsignal03/init.c:
85        Print sigval.sival_ptr instead of "union sigval".
86
872009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
90        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
91        * psxfile01/test.c: Remove obsure #ifdef's.
92        Apply PRI* macros to print struct stat fields.
93
942009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
97        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
98
992009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * include/pmacros.h: November is the 11th month.
102
1032009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * psxstat/test.c: Remove #ifdef's.
106        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
107        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
108        if 12MB are too big for a target (16bit compliance).
109        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
110        for 16bit compliance.
111        * psx14/init.c: Add local prototypes for
112        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
113        Reflect the prototypes having been missing to printf's.
114
1152009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * psxsysconf/init.c:
118        Comment out sysconf(LONG_MAX) check (not useful).
119        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
120        16bit compliance.
121        * psx11/task.c: Use long for nsecs.
122        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
123        attribute to pthread_condattr_setpshared for 16bit target compliance.
124
1252009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * psxbarrier01/test.c: Include <tmacros.h>
128
1292009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
132        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
133        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
134        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
135        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
136        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
137        Use PRIxpthread_t to print pthread_t's.
138
1392009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * psxmsgq02/init.c:
142        Remove cast in call to fatal_posix_service_status_errno.
143        * psxenosys/init.c:
144        Add missing args in calls to execl, execlp, execle.
145        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
146        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
147        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
148        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
149        * configure.ac:
150        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
151
1522009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
155        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
156        * psxclock/init.c: Use %ld to print *.tv_nsec.
157        * psx06/init.c, psx06/system.h: Misc. warning fixes.
158
1592009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * psxsignal03/init.c: Add missing argument to printf.
162        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
163        * psxclock/init.c, psxtimer01/psxtimer.c:
164        Use PRItime_t to print time_t's.
165        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
166        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
167
1682009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * psxtime/test.c: Include <sys/time.h>.
171        Conditionally add local prototype for adjtime()
172        if sys/time.h doesn't supply it.
173        * psx07/init.c: Include <sched.h>, <pthread.h>.
174        * psx05/init.c: Include <sched.h>.
175        * psx11/init.c, psx09/init.c: Include <sched.h>.
176        * psx12/init.c: Include <sched.h>.
177        * psxenosys/init.c: Include <pthread.h>.
178        Conditionally add local prototype for pthread_atfork()
179        if pthread.h doesn't supply it.
180        * psxkey01/init.c: Include "test_support.h".
181
1822009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * configure.ac: Check for pthread_atfork in pthread.h.
185        * psxrwlock01/test.c: Conditionally add local prototype for
186        pthread_atfork() if pthread.h doesn't supply it.
187        Include <pthread.h>.
188
1892009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * configure.ac: Check for sys/mman.h.
192        Check for mprotect in sys/mman.h.
193        * psxenosys/init.c: Conditionally add local prototype for
194        mprotect() if sys/mman.h doesn't supply it.
195
1962009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
199        * psxrwlock01/test.c: Conditionally add local prototype for
200        pthread_rwlock_unlock() if pthread.h doesn't supply it.
201
2022009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
205        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
206        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
207        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
208        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
209        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
210        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
211        psxualarm/init.c: Remove unused vars.
212        Add missing prototypes.
213
2142009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * Makefile.am: Build file IO related tests even with POSIX threading is
217        disabled.
218
2192009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * configure.ac: Don't add -ansi -fasm to CFLAGS.
222
2232009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
226        remaining to not equal the period.
227
2282009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
231
2322009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * psxcleanup/system.h: Fix typo.
235        * Makefile.am, configure.ac: Add new test for exercising pushing
236        and popping a clean up handler without actually executing it.
237        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
238        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
239        psxcleanup01/psxcleanup01.scn: New files.
240
2412009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * Makefile.am, configure.ac: Add new test to ensure that canceling an
244        alarm works as defined.
245        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
246        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
247
2482009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
251
2522009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
255        parameter to timer_settime().
256
2572009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
260        timer_settime() for previous value. We are not using the
261        value in this particular case and this path must be exercised.
262        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
263
2642009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
267        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
268        cases.
269
2702009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
273        from an ISR.
274        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
275        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
276
2772009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
280        deprecated rtems_extension.
281
2822009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
285        nanoseconds.
286
2872009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
290        getpagesize().
291
2922009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
295        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
296        psxsignal04/Makefile.am: Move test cases which needed to be executed
297        when POSIX is disabled to psxclock so they will be.
298
2992009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
302        test to exercise clock and delay services enabled when POSIX threads
303        are disabled. This is split from psx01. POSIX test suite now enabled
304        when POSIX threads are disabled so only enable tests which are
305        appropriate.
306        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
307        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
308
3092009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
312        when not to change ssporadic scheduler so it does not touch a task's
313        priority when it is holding a mutex or its priority would be impacted
314        adversely.
315
3162009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
319        for adjusting time (adjtime()) where the time is adjusted by enough
320        microseconds that it crosses a second boundary.
321
3222009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
323
324        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
325        test to catch more sporadic server cases.
326
3272009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
328
329        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
330        remaining pointer.
331
3322009-08-17     
333
334        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
335        a recursize mutex.
336
3372009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
340        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
341        rtems_clock_get_ticks_per_second().
342
3432009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
346        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
347
3482009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
349
350        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
351        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
352
3532009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
354
355        * Makefile.am, configure.ac: Add test case for user providing their own
356        stack to a POSIX thread.
357        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
358        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
359
3602009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
363        that it hits both failing to allocate memory for the message queue
364        name and message buffers.
365
3662009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
369        quicker and more reliably hit the intended critical section.
370
3712009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * Makefile.am, configure.ac: Add a test to exercise an odd case in
374        _POSIX_signals_Clear_signals.
375        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
376        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
377
3782009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * psxmsgq04/init.c: Correct typo in configuration so test does as
381        intended.
382
3832009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
384
385        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
386        Update to handle ENFILE case now that POSIX message queues and
387        message queue file descriptors are configured separately and this
388        error is possible.
389
3902009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
391
392        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
393        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
394        allocating the message buffers for a POSIX message queue.
395
3962009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
397
398        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
399        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
400        is right. Update both screens.
401
4022009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
403
404        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
405        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
406        variation which focused on real-time signals rather than user
407        signals.
408        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
409        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
410
4112009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
412
413        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
414        replenish period of zero.
415
4162009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * Makefile.am, configure.ac: Add new test to account for properly
419        handling keys when a thread has non-NULL key value and key has NULL
420        destructor and when a thread has NULL key value and key has
421        destructor.
422        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
423        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
424
4252009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
426
427        * Makefile.am, configure.ac: Add new test for exercising running out of
428        memory while allocating the key pointers.
429        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
430        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
431
4322009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * psxmsgq04/init.c: Add call to mq_unlink.
435
4362009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
437
438        * Makefile.am, configure.ac: Add shell of new test.
439        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
440        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
441
4422009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
443
444        * Makefile.am, configure.ac: Add test to address cases where a thread
445        is waiting on a signal (sigwait) and we send it. Also address case
446        where there are too many queued signals.
447        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
448        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
449
4502009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
451
452        * psxsignal02/init.c: Fix spacing.
453
4542009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
455
456        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
457        mq_timedreceive and mq_timedsend conditions. In particular test
458        timeout in the past.
459
4602009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
461
462        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
463        with timeout in the past.
464
4652009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
466
467        * psxsignal02/psxsignal02.scn: Fill in screen file.
468
4692009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
470
471        * Makefile.am, configure.ac: Add new test to exercise algorithm to
472        dispatch process wide signals to individual threads.
473        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
474        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
475
4762009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
477
478        * Makefile.am, configure.ac: Add test to exercise interrupt
479        synchronization logic in _POSIX_Timer_Insert_helper that supports
480        POSIX timers.
481        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
482        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
483        psxintrcritical01/psxintrcritical01.scn: New files.
484
4852009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
486
487        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
488        multiple cases which complete coverage of thread cancellation.
489        * psxcancel/psxcancel.doc: New file.
490
4912009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
492
493        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
494        * psxsem01/system.h: Removed.
495
4962009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
497
498        * psxsem01/init.c: Eliminate warning.
499
5002009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
501
502        * psxcancel/init.c: Clean up.
503
5042009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * psxmutexattr01/init.c: Make test optional if tools do not support
507        posix mutex type attribute.
508
5092009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * Makefile.am, configure.ac: Add new test to exercise error case for
512        when a task is blocked on a condition variable with one mutex and
513        another task attempts to block on the same condition variable with
514        another mutex.
515        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
516        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
517
5182009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
521        trylock is unable to obtain the spinlock and that attempting to
522        unlock a spinlock from a thread which did not lock it works as
523        expected.
524        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
525        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
526        New files.
527
5282009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * psxspin01/test.c: Remove unnecessary defines.
531
5322009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * psx11/init.c: Use explicit scheduler.
535
5362009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
537
538        * Makefile.am, configure.ac: Add test to exercise
539        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
540        toolset enables the feature.
541        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
542        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
543        psxmutexattr01/psxmutexattr01.scn: New files.
544
5452009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
546
547        * Makefile.am, configure.ac: Add test for auto initialization of
548        message queues.
549        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
550        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
551        psxautoinit02/psxautoinit02.scn: New files.
552
5532009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
554
555        * Makefile.am, configure.ac: Add test of pthread mutex auto
556        intialization.
557        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
558        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
559
5602009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
563
5642009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
565
566        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
567        code.
568
5692009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
570
571        * psx07/init.c: Slight test fix to ensure state of sched_param
572        structure.
573
5742009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
575
576        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
577        obtaining an rwlock and then releasing it twice.
578
5792009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
580
581        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
582
5832009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
584
585        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
586        sigtimedwait(). Update screen file.
587
5882009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
589
590        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
591        obtaining rwlock for write with a timed lock operation when the
592        abstime timeout is in the past.
593
5942009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
595
596        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
597        obtaining rwlock for read with a timed lock operation when the
598        abstime timeout is in the past.
599
6002009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
601
602        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
603        that the assert has been removed in the source.
604
6052009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
606
607        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
608        mode bits being set. This behavior was not POSIX compliant and has
609        been corrected in the filesystem code.
610
6112009-06-18      Chris Johns <chrisj@rtems.org>
612
613        * psx04/task3.c: Declare unions volatile to workaround the H8300
614        gcc bug.
615
6162009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
617
618        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
619        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
620        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
621
6222009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
623
624        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
625        NULL attribute pointer on init.
626
6272009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
628
629        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
630        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
631        Improved so coverage is better.
632
6332009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
634
635        * psx04/init.c: Correct errors introduced by using different variable
636        for return type when correcting typing warnings.
637
6382009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
639
640        * Makefile.am, configure.ac: Add new test to provide coverage analysis
641        of the current implementation of getitimer() and setitimer().
642        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
643        psxitimer/psxitimer.scn: New files.
644
6452009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
646
647        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
648        case to improve coverage analysis.
649
6502009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
651
652        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
653        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
654        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
655        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
656        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
657        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
658        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
659
6602009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
661
662        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
663        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
664        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
665        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
666        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
667        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
668        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
669        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
670        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
671        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
672        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
673        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
674        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
675        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
676        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
677        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
678        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
679        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
680        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
681        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
682        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
683        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
684        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
685        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
686        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
687        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
688        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
689        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
690        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
691        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
692        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
693        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
694        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
695        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
696        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
697        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
698        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
699        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
700        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
701        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
702        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
703        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
704        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
705        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
706        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
707        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
708        psxhdrs/timer07.c: Fix warnings.
709
7102009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
711
712        * psxfile01/test.c: Change from int to size_t.
713
7142009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
715
716        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
717        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
718        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
719        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
720        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
721        psxcancel/Makefile.am, psxchroot01/Makefile.am,
722        psxcleanup/Makefile.am, psxenosys/Makefile.am,
723        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
724        psxfile01/Makefile.am, psxkey01/Makefile.am,
725        psxmount/Makefile.am, psxmsgq01/Makefile.am,
726        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
727        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
728        psxsem01/Makefile.am, psxsignal01/Makefile.am,
729        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
730        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
731        psxualarm/Makefile.am: Eliminate _exe_/.exe.
732
7332009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
734
735        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
736        with create option so we are sure it will get a control block and
737        proceed to allocate other memory. Clean up screen output.
738
7392008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
740
741        * psx05/init.c: Add parameter to call to sched_get_priority_max().
742
7432008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
744
745        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
746        Run all tests successfully with maxixum number of priorities as 16
747        instead of 256. This was done by temporarily modifying the score
748        priority.h maximum. This allowed testing of all API code to ensure
749        that it worked properly with a reduced number of priorities. Most
750        modifications were to switch from hard-coded maximum to using the API
751        provided methods to determine maximum number of priority levels.
752
7532008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
754
755        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
756        clock_gettime() NOT by reaching into the SuperCore.
757
7582008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
759
760        * psx01/psx01.scn: Bump version to 4.9.99.0
761
7622008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
763
764        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
765        psxfatal_support/system.h: Convert to "bool".
766
7672008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
768
769        PR 1296/cpukit.
770        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
771        incorrect repeat interval. This patch fixes the following problems in
772        the test.
773          (1) Adds test for value of it_interval.tv_nsec.
774          (2) Corrects test for absolute timer in past.
775          (3) Modifies test to use different initial and repeat periods.
776          (4) Updates psxtimer01.scn to match results.
777
7782008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
779
780        PR 1297/cpukit
781        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
782        pointer handling.
783
7842008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
785
786        * psxsem01/init.c: Spacing.
787
7882008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
789
790        PR 1293/tests
791        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
792
7932008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
794
795        PR 1291/cpukit
796        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
797        POSIX services taking relative instead of absolute time for timeouts,
798        these tests were updated.
799
8002008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
801
802        * psxfile01/test.c: truncate on /dev/console now works.
803
8042008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
805
806        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
807        requested for initialization task.
808
8092008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
810
811        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
812        like CVS conflict markers.
813
8142008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
815
816        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
817        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
818
8192008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
820
821        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
822
8232008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
824
825        * psxkey01/task.c: Fix warnings.
826
8272008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
828
829        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
830
8312008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
832
833        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
834        Added tests for failure path coverages. Consolidated methods used in
835        multiple places into support routines.
836        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
837        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
838        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
839
8402008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
841
842        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
843        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
844        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
845        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
846        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
847        Make tmacros.h available to all POSIX tests. Add a clock_settime case
848        for < 1988.
849
8502008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
851
852        * Makefile.am, configure.ac: New tests.
853        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
854        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
855        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
856        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
857        psxfatal_support/init.c, psxfatal_support/system.h: New files.
858
8592008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
860
861        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
862        portions of Object Services added to API.
863        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
864        psx14/system.h: New files.
865
8662008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
867
868        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
869        pthread_attr_[get|set]clock.
870
8712008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
872
873        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
874        implementation mprotect().
875
8762008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
877
878        * psxcleanup/.cvsignore: New file.
879
8802008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
881
882        * psxcleanup/system.h: New file.
883
8842008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
885
886        * Makefile.am, configure.ac:
887        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
888        psxcleanup/psxcleanup.scn: New files.
889
8902008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
891
892        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
893        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
894
8952007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
896
897        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
898
8992007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
900
901        * Makefile.am, configure.ac: Added test for ualarm
902        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
903        psxualarm/system.h: New files.
904
9052007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
906
907        * Makefile.am, configure.ac: Added posix signal test
908        * psxsignal01/Makefile.am, psxsignal01/init.c,
909        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
910        psxsignal01/task1.c: New files.
911
9122007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
913
914        * Makefile.am, configure.ac: Add test for sysconf().
915        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
916        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
917
9182007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
919
920        * psx01/init.c, psx01/psx01.scn: Add more test cases for
921        sched_rr_get_interval() and sched_get_priority_max().
922
9232007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
924
925        * psxenosys/init.c: Fix typo.
926
9272007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
928
929        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
930        addition of second POSIX Timer test. Add initial version of
931        psxtimer02 to cover some conditions missed in psxtimer01. More cases
932        left to add.
933        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
934        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
935        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
936        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
937        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
938        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
939
9402007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
941
942        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
943
9442007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
945
946        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
947        functions that return ENOSYS.
948        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
949        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
950
9512007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
952
953        * psx13/test.c: Fix spelling error.
954
9552007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
956
957        * psxtime/test.c: Add tests for adjtime().
958
9592007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
960
961        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
962        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
963        cases to improve test coverage.
964
9652007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
966
967        PR 1262/filesystem
968        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
969        and writev() including documentation and test case.
970        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
971        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
972
9732007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
974
975        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
976        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
977        test cases so last output line follows END OF pattern. Make sure test
978        case all run. All tests appeared ok on sis.
979
9802007-04-05      Joel Sherrill <joel@OARcorp.com>
981
982        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
983        behavior more closely matching GNU/Linux.
984
9852006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
986
987        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
988        include normal blocking and unblocking on timeout.
989
9902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
991
992        * configure.ac: New BUG-REPORT address.
993
9942006-11-17      Joel Sherrill <joel@OARcorp.com>
995
996        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
997        Previously the timeout was not absolute time and checked BEFORE
998        attempting to lock semaphore.
999
10002006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1001
1002        * psxbarrier01/main.c: New file.
1003
10042006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1005
1006        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1007        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1008        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1009        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1010
10112006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1012
1013        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1014        and partial implementation of POSIX rwlocks.
1015        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1016        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1017
10182006-10-30      Joel Sherrill <joel@OARcorp.com>
1019
1020        PR 841/rtems
1021        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1022        specification.
1023
10242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1025
1026        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1027
10282006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1029
1030        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1031        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1032        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1033        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1034        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1035        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1036        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1037        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1038        Use rtems_testsdir instead.
1039
10402005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1041
1042        * configure.ac: Remove RTEMS_ENABLE_BARE,
1043        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1044
10452005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1046
1047        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1048        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1049        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1050        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1051        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1052        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1053        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1054        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1055        Convert to using *_PROGRAMS.
1056
10572005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1058
1059        * psx01/Makefile.am, psx02/Makefile.am,
1060        psx03/Makefile.am, psx04/Makefile.am,
1061        psx05/Makefile.am, psx06/Makefile.am,
1062        psx07/Makefile.am, psx08/Makefile.am,
1063        psx09/Makefile.am, psx10/Makefile.am,
1064        psx11/Makefile.am, psx12/Makefile.am,
1065        psx13/Makefile.am, psxcancel/Makefile.am,
1066        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1067        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1068        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1069        psxstat/Makefile.am, psxtime/Makefile.am,
1070        psxtimer/Makefile.am: Rework.
1071
10722005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1073
1074        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1075        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1076        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1077        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1078        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1079        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1080        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1081        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1082        * psxtests.am: Remove.
1083
10842005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1085
1086        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1087        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1088        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1089        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1090        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1091        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1092        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1093        psxtime/Makefile.am, psxtimer/Makefile.am:
1094        AM_CPPFLAGS += -I..../support/include.
1095
10962005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1097
1098        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1099
11002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1101
1102        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1103        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1104        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1105        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1106        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1107        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1108        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1109        psxstat/Makefile.am: Add ../include/pmacros.h
1110        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1111        POSIX_FILES_DIRS.
1112        * psxtests.am: Remove LIB_VARIANT.
1113
11142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1115
1116        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1117        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1118        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1119        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1120        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1121        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1122        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1123        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1124        Remove SRC, PRINT_SRC.
1125
11262005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1127
1128        * Makefile.am: Cleanup.
1129
11302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1131
1132        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1133        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1134        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1135        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1136        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1137        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1138        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1139        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1140        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1141        Partial conversion to automake.
1142
11432005-09-01      Joel Sherrill <joel@OARcorp.com>
1144
1145        PR 628/rtems
1146        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1147        being an error.
1148
11492005-04-26      Joel Sherrill <joel@OARcorp.com>
1150
1151        * psxreaddir/test.c: Eliminate warnings.
1152
11532004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1154
1155        * configure.ac: Require automake > 1.9.
1156
11572004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1158
1159        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1160        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1161        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1162        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1163        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1164        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1165        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1166        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1167        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1168        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1169        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1170        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1171        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1172        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1173        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1174        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1175        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1176        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1177        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1178        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1179        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1180        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1181        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1182
11832004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1184
1185        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1186        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1187        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1188        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1189
11902004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1191
1192        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1193        to using c99 fixed size types.
1194
11952004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1196
1197        * Makefile.am: Remove include from SUBDIRS.
1198
11992004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1200
1201        * include/Makefile.am: Remove.
1202        * Makefile.am: Merge-in include/Makefile.am.
1203        * configure.ac: Reflect changes above.
1204
12052004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * configure.ac: Add 2nd arg to RTEMS_TOP.
1208
12092004-03-05      Joel Sherrill <joel@OARcorp.com>
1210
1211        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1212        psxtimer/psxtimer.c: Eliminate warnings and typos.
1213
12142004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1215
1216        PR 582/core
1217        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1218        queue test so more of it runs now.
1219
12202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1223        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1224        * psx02/Makefile.am: Ditto.
1225        * psx03/Makefile.am: Ditto.
1226        * psx04/Makefile.am: Ditto.
1227        * psx05/Makefile.am: Ditto.
1228        * psx06/Makefile.am: Ditto.
1229        * psx07/Makefile.am: Ditto.
1230        * psx08/Makefile.am: Ditto.
1231        * psx09/Makefile.am: Ditto.
1232        * psx10/Makefile.am: Ditto.
1233        * psx11/Makefile.am: Ditto.
1234        * psx12/Makefile.am: Ditto.
1235        * psx13/Makefile.am: Ditto.
1236        * psxcancel/Makefile.am: Ditto.
1237        * psxchroot01/Makefile.am: Ditto.
1238        * psxfile01/Makefile.am: Ditto.
1239        * psxmount/Makefile.am: Ditto.
1240        * psxmsgq01/Makefile.am: Ditto.
1241        * psxreaddir/Makefile.am: Ditto.
1242        * psxsem01/Makefile.am: Ditto.
1243        * psxstat/Makefile.am: Ditto.
1244        * psxtime/Makefile.am: Ditto.
1245        * psxtimer/Makefile.am: Ditto.
1246
12472003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1248
1249        * psxtests.am: Add dirstamp support.
1250
12512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1254
12552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1258
12592003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * psxcancel/Makefile.am: Remove used H_FILES.
1262
12632003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * include/Makefile.am: Reformat.
1266        * psx01/Makefile.am: Remove all-local: $(ARCH).
1267        * psx02/Makefile.am: Remove all-local: $(ARCH).
1268        * psx03/Makefile.am: Remove all-local: $(ARCH).
1269        * psx04/Makefile.am: Remove all-local: $(ARCH).
1270        * psx05/Makefile.am: Remove all-local: $(ARCH).
1271        * psx06/Makefile.am: Remove all-local: $(ARCH).
1272        * psx07/Makefile.am: Remove all-local: $(ARCH).
1273        * psx08/Makefile.am: Remove all-local: $(ARCH).
1274        * psx09/Makefile.am: Remove all-local: $(ARCH).
1275        * psx10/Makefile.am: Remove all-local: $(ARCH).
1276        * psx11/Makefile.am: Remove all-local: $(ARCH).
1277        * psx12/Makefile.am: Remove all-local: $(ARCH).
1278        * psx13/Makefile.am: Remove all-local: $(ARCH).
1279        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1280        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1281        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1282        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1283        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1284        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1285        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1286        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1287        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1288        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1289        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1290
12912003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * configure.ac: Reflect having moved to testsuites/.
1294
12952003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1298
12992003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * configure.ac:Remove RTEMS_CHECK_CPU.
1302
13032003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1304
1305        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1306
13072003-09-04      Joel Sherrill <joel@OARcorp.com>
1308
1309        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1310        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1311        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1312        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1313        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1314        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1315        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1316        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1317        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1318        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1319        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1320        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1321        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1322        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1323        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1324        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1325        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1326        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1327        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1328        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1329        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1330        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1331        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1332        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1333        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1334        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1335        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1336        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1337        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1338        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1339        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1340        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1341        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1342        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1343        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1344        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1345        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1346        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1347        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1348        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1349        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1350        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1351        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1352        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1353        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1354        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1355        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1356        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1357        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1358        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1359        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1360        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1361        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1362        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1363        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1364        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1365        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1366        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1367        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1368        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1369        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1370        psxtimer/system.h: URL for license changed.
1371
13722003-09-04      Joel Sherrill <joel@OARcorp.com>
1373
1374        PR 462/tests
1375        * psxhdrs/Makefile.am: Added ualarm.c
1376        * psxhdrs/signal23.c: New file.
1377
13782003-09-03      Joel Sherrill <joel@OARcorp.com>
1379
1380        PR 463/tests
1381        PR 465/tests
1382        * psxhdrs/Makefile.am: Add new test cases.
1383        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1384        psxhdrs/timer07.c: New files.
1385
13862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1387
1388        * Makefile.am: Reflect having moved aclocal/.
1389
13902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * Makefile.am: Reflect having moved automake/.
1393        * include/Makefile.am: Reflect having moved automake/.
1394        * psx01/Makefile.am: Reflect having moved automake/.
1395        * psx02/Makefile.am: Reflect having moved automake/.
1396        * psx03/Makefile.am: Reflect having moved automake/.
1397        * psx04/Makefile.am: Reflect having moved automake/.
1398        * psx05/Makefile.am: Reflect having moved automake/.
1399        * psx06/Makefile.am: Reflect having moved automake/.
1400        * psx07/Makefile.am: Reflect having moved automake/.
1401        * psx08/Makefile.am: Reflect having moved automake/.
1402        * psx09/Makefile.am: Reflect having moved automake/.
1403        * psx10/Makefile.am: Reflect having moved automake/.
1404        * psx11/Makefile.am: Reflect having moved automake/.
1405        * psx12/Makefile.am: Reflect having moved automake/.
1406        * psx13/Makefile.am: Reflect having moved automake/.
1407        * psxcancel/Makefile.am: Reflect having moved automake/.
1408        * psxchroot01/Makefile.am: Reflect having moved automake/.
1409        * psxfile01/Makefile.am: Reflect having moved automake/.
1410        * psxhdrs/Makefile.am: Reflect having moved automake/.
1411        * psxmount/Makefile.am: Reflect having moved automake/.
1412        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1413        * psxreaddir/Makefile.am: Reflect having moved automake/.
1414        * psxsem01/Makefile.am: Reflect having moved automake/.
1415        * psxstat/Makefile.am: Reflect having moved automake/.
1416        * psxtime/Makefile.am: Reflect having moved automake/.
1417        * psxtimer/Makefile.am: Reflect having moved automake/.
1418
14192003-08-14      Joel Sherrill <joel@OARcorp.com>
1420
1421        PR 408/filesystem
1422        * psx13/test.c: Added very rudimentary test of sync() service.
1423
14242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1427
14282003-06-12      Joel Sherrill <joel@OARcorp.com>
1429
1430        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1431
14322003-05-29      Joel Sherrill <joel@OARcorp.com>
1433
1434        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1435        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1436        psxtimer/psxtimer.c: Removed warnings.
1437
14382003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1439
1440        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1441        CC_CFLAGS_DEFAULT (obsolete).
1442
14432003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1444
1445        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1446        Remove CC_LDFLAGS_PROFILE_V.
1447
14482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1451
14522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1453
1454        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1455
14562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * configure.ac: AC_PREREQ(2.57).
1459
14602002-11-14      Joel Sherrill <joel@OARcorp.com>
1461
1462        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1463        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1464        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1465        Per PR239 update the IDs in the various screens.
1466
14672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1468
1469        * .cvsignore: Reformat.
1470        Add autom4te*cache.
1471        Remove autom4te.cache.
1472
14732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1476        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1477        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1478        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1479        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1480        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1481        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1482        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1483        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1484        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1485        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1486        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1487        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1488        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1489        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1490        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1491        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1492        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1493        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1494        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1495        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1496        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1497        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1498        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1499
15002002-08-01      Joel Sherrill <joel@OARcorp.com>
1501
1502        * Per PR47 add support for buffered test output.  This involved
1503        adding defines to redirect output to a buffer and dump it when
1504        full, at "test pause", and at exit.  To avoid problems when redefining
1505        exit(), all tests were modified to call rtems_test_exit().
1506        Some tests, notable psxtests, had to be modified to include
1507        the standard test macro .h file (pmacros.h or tmacros.h) to
1508        enable this support.
1509        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1510        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1511        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1512        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1513        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1514        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1515        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1516        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1517        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1518        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1519        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1520        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1521
15222002-07-05      Joel Sherrill <joel@OARcorp.com>
1523
1524        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1525        Updated as part of PR164 which reported problems with the RTEMS
1526        implementation of pthread_cancel.
1527       
15282001-04-26      Joel Sherrill <joel@OARcorp.com>
1529
1530        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1531        reworked POSIX message queues to add a descriptor separate from
1532        the underlying message queue.  This allows non-blocking to follow
1533        the "open" not the underlying queue.
1534 
15352002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * configure.ac: Remove ENABLE_GCC28.
1538
15392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * configure.ac:
1542        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1543        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1544        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1545        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1546        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1547        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1548        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1549        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1550        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1551        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1552        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1553        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1554        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1555        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1556        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1557        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1558        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1559        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1560        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1561        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1562        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1563        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1564        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1565        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1566        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1567        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1568        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1569        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1570
15712001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1572
1573        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1574        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1575        Since we check permissions before evaluating enough to see if it
1576        a regular file or directory, this hack is needed to make the regular
1577        file executable.
1578
15792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1582        * configure.in: Remove.
1583        * configure.ac: New file, generated from configure.in by autoupdate.
1584
15852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1588
15892001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1590
1591        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1592        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1593        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1594        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1595        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1596        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1597        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1598        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1599        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1600        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1601        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1602        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1603        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1604        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1605        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1606        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1607        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1608        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1609        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1610        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1611        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1612        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1613        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1614        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1615
16162001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1617
1618        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1619        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1620        psxchroot01 test.
1621
16222001-05-25      Joel Sherrill <joel@OARcorp.com>
1623
1624        * Added once version of psxchroot01 test for user review.
1625        * psxchroot01: New directory.
1626        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1627        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1628        * configure.in, Makefile.am: Modified to reflect above.
1629
16302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1631
1632        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1633
16342001-04-24      Joel Sherrill <joel@OARcorp.com>
1635
1636        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1637        open, write, reopen, append twice from Andrew Bythell
1638        <abythell@nortelnetworks.com> that tripped an initialization
1639        problem in the IMFS.
1640
16412001-04-20      Joel Sherrill <joel@OARcorp.com>
1642
1643        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1644        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1645        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1646        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1647        Various adjustments so test output matches screens more reliably.
1648
16492001-01-25      Joel Sherrill <joel@OARcorp.com>
1650
1651        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1652
16532000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1654
1655        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1656        to remain consistant across platforms and bsps by forcing
1657        a mount point in front of all paths.
1658
16592000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1660
1661        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1662        expected error condition in one case.
1663        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1664        readdir() of root of mounted filesystem.  Also corrected the screen
1665        file for some mistakes noticed in this effort.
1666
16672000-11-13      Joel Sherrill <joel@OARcorp.com>
1668
1669        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1670
16712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1674
16752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1678
16792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1680
1681        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1682        Switch to GNU canonicalization.
1683        * psxtests.am: Remove DEFS.
1684
16852000-10-24      Joel Sherrill <joel@OARcorp.com>
1686
1687        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1688        It was formerly incorrectly prototyped in <libio.h>.
1689
16902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1693        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1694        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1695        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1696        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1697        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1698        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1699        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1700
17012000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1702        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1703        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1704        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1705        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1706        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1707        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1708        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1709
17102000-08-10      Joel Sherrill <joel@OARcorp.com>
1711
1712        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.