source: rtems/testsuites/psxtests/ChangeLog @ 514a3fe

4.104.115
Last change on this file since 514a3fe was 514a3fe, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/10 at 17:56:13

2010-05-17 Bharath Suri <bharath.s.jois@…>

  • psxfile01/test.c, psxfile01/psxfile01.scn: This file now exercises the _rename_r in libcsupport. For now, it also provides two fsmount_me_h handlers to enable certain error checking paths
  • Property mode set to 100644
File size: 67.4 KB
Line 
12010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
2
3        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
4        exercises the _rename_r in libcsupport. For now, it also
5        provides two fsmount_me_h handlers to enable certain error
6        checking paths
7
82010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * psxfile01/test.c: Add check for errno on chdir(NULL).
11
122010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
15
162010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
19        thread can reliably reach the pthread_join() call.
20
212010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
22
23        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
24        rewinddir(NULL) since we are now using newlib's implementation and it
25        does not check for NULL. This causes a fault on some targets.
26
272010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
30        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
31        Reflect POSIX changes to sched_param.
32
332010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
36        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
37        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
38        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
39        #include <unistd.h>.
40
412009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
42
43        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
44        to cover the trivial NULL case for pipe function.
45
462009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
49        and compilation issues. Initial test build was accidentally without
50        POSIX enabled.
51
522009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
55        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
56        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
57        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
58        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
59        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
60        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
61        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
62        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
63        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
64        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
65        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
66        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
67        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
68        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
69        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
70        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
71        Use rtems_test_assert() consistently instead of system assert().
72        rtems_test_assert() is designed to integrate into the RTEMS test
73        suite infrastructure.
74
752009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
78        families.
79        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
80        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
81
822009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        PR 1460/cpukit
85        * psx14/init.c: Change return type on methods accessing portions of
86        RTEMS Ids to int. This allows -1 to be return on error.
87
882009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        PR 1466/tests
91        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
92        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
93        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
94        Add test specifically to test it since it is deprecated as of
95        POSIX.1-2008.
96        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
97        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
98
992009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * psxcancel01/init.c: Initialize start time.
102
1032009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
106        returned by POSIX methods which return a pointer which is -1 on
107        error. This eliminated some casts.
108
1092009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * psxenosys/Makefile.am: Add documentation file.
112        * psxenosys/psxenosys.doc: New file.
113
1142009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * psxsignal03/init.c:
117        Print sigval.sival_ptr instead of "union sigval".
118
1192009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
122        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
123        * psxfile01/test.c: Remove obsure #ifdef's.
124        Apply PRI* macros to print struct stat fields.
125
1262009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
129        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
130
1312009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * include/pmacros.h: November is the 11th month.
134
1352009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * psxstat/test.c: Remove #ifdef's.
138        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
139        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
140        if 12MB are too big for a target (16bit compliance).
141        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
142        for 16bit compliance.
143        * psx14/init.c: Add local prototypes for
144        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
145        Reflect the prototypes having been missing to printf's.
146
1472009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * psxsysconf/init.c:
150        Comment out sysconf(LONG_MAX) check (not useful).
151        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
152        16bit compliance.
153        * psx11/task.c: Use long for nsecs.
154        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
155        attribute to pthread_condattr_setpshared for 16bit target compliance.
156
1572009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * psxbarrier01/test.c: Include <tmacros.h>
160
1612009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
164        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
165        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
166        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
167        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
168        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
169        Use PRIxpthread_t to print pthread_t's.
170
1712009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * psxmsgq02/init.c:
174        Remove cast in call to fatal_posix_service_status_errno.
175        * psxenosys/init.c:
176        Add missing args in calls to execl, execlp, execle.
177        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
178        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
179        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
180        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
181        * configure.ac:
182        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
183
1842009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
187        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
188        * psxclock/init.c: Use %ld to print *.tv_nsec.
189        * psx06/init.c, psx06/system.h: Misc. warning fixes.
190
1912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * psxsignal03/init.c: Add missing argument to printf.
194        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
195        * psxclock/init.c, psxtimer01/psxtimer.c:
196        Use PRItime_t to print time_t's.
197        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
198        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
199
2002009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * psxtime/test.c: Include <sys/time.h>.
203        Conditionally add local prototype for adjtime()
204        if sys/time.h doesn't supply it.
205        * psx07/init.c: Include <sched.h>, <pthread.h>.
206        * psx05/init.c: Include <sched.h>.
207        * psx11/init.c, psx09/init.c: Include <sched.h>.
208        * psx12/init.c: Include <sched.h>.
209        * psxenosys/init.c: Include <pthread.h>.
210        Conditionally add local prototype for pthread_atfork()
211        if pthread.h doesn't supply it.
212        * psxkey01/init.c: Include "test_support.h".
213
2142009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * configure.ac: Check for pthread_atfork in pthread.h.
217        * psxrwlock01/test.c: Conditionally add local prototype for
218        pthread_atfork() if pthread.h doesn't supply it.
219        Include <pthread.h>.
220
2212009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * configure.ac: Check for sys/mman.h.
224        Check for mprotect in sys/mman.h.
225        * psxenosys/init.c: Conditionally add local prototype for
226        mprotect() if sys/mman.h doesn't supply it.
227
2282009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
231        * psxrwlock01/test.c: Conditionally add local prototype for
232        pthread_rwlock_unlock() if pthread.h doesn't supply it.
233
2342009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
237        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
238        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
239        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
240        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
241        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
242        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
243        psxualarm/init.c: Remove unused vars.
244        Add missing prototypes.
245
2462009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * Makefile.am: Build file IO related tests even with POSIX threading is
249        disabled.
250
2512009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * configure.ac: Don't add -ansi -fasm to CFLAGS.
254
2552009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
258        remaining to not equal the period.
259
2602009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
263
2642009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * psxcleanup/system.h: Fix typo.
267        * Makefile.am, configure.ac: Add new test for exercising pushing
268        and popping a clean up handler without actually executing it.
269        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
270        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
271        psxcleanup01/psxcleanup01.scn: New files.
272
2732009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * Makefile.am, configure.ac: Add new test to ensure that canceling an
276        alarm works as defined.
277        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
278        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
279
2802009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
281
282        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
283
2842009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
287        parameter to timer_settime().
288
2892009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
292        timer_settime() for previous value. We are not using the
293        value in this particular case and this path must be exercised.
294        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
295
2962009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
299        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
300        cases.
301
3022009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
303
304        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
305        from an ISR.
306        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
307        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
308
3092009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
312        deprecated rtems_extension.
313
3142009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
317        nanoseconds.
318
3192009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
322        getpagesize().
323
3242009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
327        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
328        psxsignal04/Makefile.am: Move test cases which needed to be executed
329        when POSIX is disabled to psxclock so they will be.
330
3312009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
334        test to exercise clock and delay services enabled when POSIX threads
335        are disabled. This is split from psx01. POSIX test suite now enabled
336        when POSIX threads are disabled so only enable tests which are
337        appropriate.
338        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
339        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
340
3412009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
342
343        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
344        when not to change ssporadic scheduler so it does not touch a task's
345        priority when it is holding a mutex or its priority would be impacted
346        adversely.
347
3482009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
349
350        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
351        for adjusting time (adjtime()) where the time is adjusted by enough
352        microseconds that it crosses a second boundary.
353
3542009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
355
356        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
357        test to catch more sporadic server cases.
358
3592009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
360
361        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
362        remaining pointer.
363
3642009-08-17     
365
366        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
367        a recursize mutex.
368
3692009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
372        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
373        rtems_clock_get_ticks_per_second().
374
3752009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
376
377        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
378        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
379
3802009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
381
382        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
383        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
384
3852009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
386
387        * Makefile.am, configure.ac: Add test case for user providing their own
388        stack to a POSIX thread.
389        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
390        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
391
3922009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
393
394        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
395        that it hits both failing to allocate memory for the message queue
396        name and message buffers.
397
3982009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
399
400        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
401        quicker and more reliably hit the intended critical section.
402
4032009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * Makefile.am, configure.ac: Add a test to exercise an odd case in
406        _POSIX_signals_Clear_signals.
407        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
408        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
409
4102009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
411
412        * psxmsgq04/init.c: Correct typo in configuration so test does as
413        intended.
414
4152009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
416
417        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
418        Update to handle ENFILE case now that POSIX message queues and
419        message queue file descriptors are configured separately and this
420        error is possible.
421
4222009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
423
424        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
425        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
426        allocating the message buffers for a POSIX message queue.
427
4282009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
431        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
432        is right. Update both screens.
433
4342009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
437        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
438        variation which focused on real-time signals rather than user
439        signals.
440        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
441        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
442
4432009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
444
445        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
446        replenish period of zero.
447
4482009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
449
450        * Makefile.am, configure.ac: Add new test to account for properly
451        handling keys when a thread has non-NULL key value and key has NULL
452        destructor and when a thread has NULL key value and key has
453        destructor.
454        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
455        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
456
4572009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
458
459        * Makefile.am, configure.ac: Add new test for exercising running out of
460        memory while allocating the key pointers.
461        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
462        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
463
4642009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
465
466        * psxmsgq04/init.c: Add call to mq_unlink.
467
4682009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * Makefile.am, configure.ac: Add shell of new test.
471        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
472        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
473
4742009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
475
476        * Makefile.am, configure.ac: Add test to address cases where a thread
477        is waiting on a signal (sigwait) and we send it. Also address case
478        where there are too many queued signals.
479        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
480        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
481
4822009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
483
484        * psxsignal02/init.c: Fix spacing.
485
4862009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
487
488        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
489        mq_timedreceive and mq_timedsend conditions. In particular test
490        timeout in the past.
491
4922009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
493
494        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
495        with timeout in the past.
496
4972009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
498
499        * psxsignal02/psxsignal02.scn: Fill in screen file.
500
5012009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
502
503        * Makefile.am, configure.ac: Add new test to exercise algorithm to
504        dispatch process wide signals to individual threads.
505        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
506        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
507
5082009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
509
510        * Makefile.am, configure.ac: Add test to exercise interrupt
511        synchronization logic in _POSIX_Timer_Insert_helper that supports
512        POSIX timers.
513        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
514        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
515        psxintrcritical01/psxintrcritical01.scn: New files.
516
5172009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
518
519        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
520        multiple cases which complete coverage of thread cancellation.
521        * psxcancel/psxcancel.doc: New file.
522
5232009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
526        * psxsem01/system.h: Removed.
527
5282009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * psxsem01/init.c: Eliminate warning.
531
5322009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * psxcancel/init.c: Clean up.
535
5362009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
537
538        * psxmutexattr01/init.c: Make test optional if tools do not support
539        posix mutex type attribute.
540
5412009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
542
543        * Makefile.am, configure.ac: Add new test to exercise error case for
544        when a task is blocked on a condition variable with one mutex and
545        another task attempts to block on the same condition variable with
546        another mutex.
547        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
548        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
549
5502009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
553        trylock is unable to obtain the spinlock and that attempting to
554        unlock a spinlock from a thread which did not lock it works as
555        expected.
556        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
557        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
558        New files.
559
5602009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
561
562        * psxspin01/test.c: Remove unnecessary defines.
563
5642009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
565
566        * psx11/init.c: Use explicit scheduler.
567
5682009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
569
570        * Makefile.am, configure.ac: Add test to exercise
571        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
572        toolset enables the feature.
573        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
574        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
575        psxmutexattr01/psxmutexattr01.scn: New files.
576
5772009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * Makefile.am, configure.ac: Add test for auto initialization of
580        message queues.
581        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
582        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
583        psxautoinit02/psxautoinit02.scn: New files.
584
5852009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
586
587        * Makefile.am, configure.ac: Add test of pthread mutex auto
588        intialization.
589        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
590        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
591
5922009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
593
594        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
595
5962009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
597
598        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
599        code.
600
6012009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
602
603        * psx07/init.c: Slight test fix to ensure state of sched_param
604        structure.
605
6062009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
607
608        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
609        obtaining an rwlock and then releasing it twice.
610
6112009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
612
613        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
614
6152009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
616
617        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
618        sigtimedwait(). Update screen file.
619
6202009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
621
622        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
623        obtaining rwlock for write with a timed lock operation when the
624        abstime timeout is in the past.
625
6262009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
629        obtaining rwlock for read with a timed lock operation when the
630        abstime timeout is in the past.
631
6322009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
633
634        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
635        that the assert has been removed in the source.
636
6372009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
638
639        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
640        mode bits being set. This behavior was not POSIX compliant and has
641        been corrected in the filesystem code.
642
6432009-06-18      Chris Johns <chrisj@rtems.org>
644
645        * psx04/task3.c: Declare unions volatile to workaround the H8300
646        gcc bug.
647
6482009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
649
650        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
651        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
652        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
653
6542009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
655
656        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
657        NULL attribute pointer on init.
658
6592009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
660
661        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
662        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
663        Improved so coverage is better.
664
6652009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
666
667        * psx04/init.c: Correct errors introduced by using different variable
668        for return type when correcting typing warnings.
669
6702009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
671
672        * Makefile.am, configure.ac: Add new test to provide coverage analysis
673        of the current implementation of getitimer() and setitimer().
674        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
675        psxitimer/psxitimer.scn: New files.
676
6772009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
680        case to improve coverage analysis.
681
6822009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
683
684        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
685        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
686        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
687        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
688        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
689        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
690        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
691
6922009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
695        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
696        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
697        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
698        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
699        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
700        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
701        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
702        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
703        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
704        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
705        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
706        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
707        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
708        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
709        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
710        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
711        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
712        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
713        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
714        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
715        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
716        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
717        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
718        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
719        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
720        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
721        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
722        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
723        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
724        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
725        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
726        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
727        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
728        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
729        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
730        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
731        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
732        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
733        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
734        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
735        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
736        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
737        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
738        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
739        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
740        psxhdrs/timer07.c: Fix warnings.
741
7422009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
743
744        * psxfile01/test.c: Change from int to size_t.
745
7462009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
747
748        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
749        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
750        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
751        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
752        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
753        psxcancel/Makefile.am, psxchroot01/Makefile.am,
754        psxcleanup/Makefile.am, psxenosys/Makefile.am,
755        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
756        psxfile01/Makefile.am, psxkey01/Makefile.am,
757        psxmount/Makefile.am, psxmsgq01/Makefile.am,
758        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
759        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
760        psxsem01/Makefile.am, psxsignal01/Makefile.am,
761        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
762        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
763        psxualarm/Makefile.am: Eliminate _exe_/.exe.
764
7652009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
766
767        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
768        with create option so we are sure it will get a control block and
769        proceed to allocate other memory. Clean up screen output.
770
7712008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
772
773        * psx05/init.c: Add parameter to call to sched_get_priority_max().
774
7752008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
776
777        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
778        Run all tests successfully with maxixum number of priorities as 16
779        instead of 256. This was done by temporarily modifying the score
780        priority.h maximum. This allowed testing of all API code to ensure
781        that it worked properly with a reduced number of priorities. Most
782        modifications were to switch from hard-coded maximum to using the API
783        provided methods to determine maximum number of priority levels.
784
7852008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
786
787        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
788        clock_gettime() NOT by reaching into the SuperCore.
789
7902008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * psx01/psx01.scn: Bump version to 4.9.99.0
793
7942008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
795
796        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
797        psxfatal_support/system.h: Convert to "bool".
798
7992008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
800
801        PR 1296/cpukit.
802        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
803        incorrect repeat interval. This patch fixes the following problems in
804        the test.
805          (1) Adds test for value of it_interval.tv_nsec.
806          (2) Corrects test for absolute timer in past.
807          (3) Modifies test to use different initial and repeat periods.
808          (4) Updates psxtimer01.scn to match results.
809
8102008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
811
812        PR 1297/cpukit
813        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
814        pointer handling.
815
8162008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
817
818        * psxsem01/init.c: Spacing.
819
8202008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
821
822        PR 1293/tests
823        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
824
8252008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
826
827        PR 1291/cpukit
828        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
829        POSIX services taking relative instead of absolute time for timeouts,
830        these tests were updated.
831
8322008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
833
834        * psxfile01/test.c: truncate on /dev/console now works.
835
8362008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
837
838        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
839        requested for initialization task.
840
8412008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
842
843        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
844        like CVS conflict markers.
845
8462008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
847
848        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
849        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
850
8512008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
852
853        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
854
8552008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
856
857        * psxkey01/task.c: Fix warnings.
858
8592008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
860
861        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
862
8632008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
864
865        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
866        Added tests for failure path coverages. Consolidated methods used in
867        multiple places into support routines.
868        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
869        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
870        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
871
8722008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
873
874        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
875        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
876        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
877        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
878        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
879        Make tmacros.h available to all POSIX tests. Add a clock_settime case
880        for < 1988.
881
8822008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
883
884        * Makefile.am, configure.ac: New tests.
885        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
886        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
887        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
888        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
889        psxfatal_support/init.c, psxfatal_support/system.h: New files.
890
8912008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
892
893        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
894        portions of Object Services added to API.
895        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
896        psx14/system.h: New files.
897
8982008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
899
900        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
901        pthread_attr_[get|set]clock.
902
9032008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
904
905        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
906        implementation mprotect().
907
9082008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
909
910        * psxcleanup/.cvsignore: New file.
911
9122008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
913
914        * psxcleanup/system.h: New file.
915
9162008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
917
918        * Makefile.am, configure.ac:
919        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
920        psxcleanup/psxcleanup.scn: New files.
921
9222008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
923
924        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
925        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
926
9272007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
928
929        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
930
9312007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
932
933        * Makefile.am, configure.ac: Added test for ualarm
934        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
935        psxualarm/system.h: New files.
936
9372007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
938
939        * Makefile.am, configure.ac: Added posix signal test
940        * psxsignal01/Makefile.am, psxsignal01/init.c,
941        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
942        psxsignal01/task1.c: New files.
943
9442007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
945
946        * Makefile.am, configure.ac: Add test for sysconf().
947        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
948        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
949
9502007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
951
952        * psx01/init.c, psx01/psx01.scn: Add more test cases for
953        sched_rr_get_interval() and sched_get_priority_max().
954
9552007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
956
957        * psxenosys/init.c: Fix typo.
958
9592007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
960
961        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
962        addition of second POSIX Timer test. Add initial version of
963        psxtimer02 to cover some conditions missed in psxtimer01. More cases
964        left to add.
965        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
966        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
967        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
968        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
969        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
970        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
971
9722007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
973
974        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
975
9762007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
977
978        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
979        functions that return ENOSYS.
980        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
981        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
982
9832007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
984
985        * psx13/test.c: Fix spelling error.
986
9872007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
988
989        * psxtime/test.c: Add tests for adjtime().
990
9912007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
992
993        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
994        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
995        cases to improve test coverage.
996
9972007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
998
999        PR 1262/filesystem
1000        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1001        and writev() including documentation and test case.
1002        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1003        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1004
10052007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1006
1007        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1008        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1009        test cases so last output line follows END OF pattern. Make sure test
1010        case all run. All tests appeared ok on sis.
1011
10122007-04-05      Joel Sherrill <joel@OARcorp.com>
1013
1014        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1015        behavior more closely matching GNU/Linux.
1016
10172006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1018
1019        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1020        include normal blocking and unblocking on timeout.
1021
10222006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1023
1024        * configure.ac: New BUG-REPORT address.
1025
10262006-11-17      Joel Sherrill <joel@OARcorp.com>
1027
1028        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1029        Previously the timeout was not absolute time and checked BEFORE
1030        attempting to lock semaphore.
1031
10322006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1033
1034        * psxbarrier01/main.c: New file.
1035
10362006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1037
1038        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1039        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1040        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1041        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1042
10432006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1044
1045        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1046        and partial implementation of POSIX rwlocks.
1047        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1048        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1049
10502006-10-30      Joel Sherrill <joel@OARcorp.com>
1051
1052        PR 841/rtems
1053        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1054        specification.
1055
10562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1057
1058        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1059
10602006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1061
1062        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1063        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1064        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1065        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1066        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1067        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1068        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1069        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1070        Use rtems_testsdir instead.
1071
10722005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1073
1074        * configure.ac: Remove RTEMS_ENABLE_BARE,
1075        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1076
10772005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1078
1079        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1080        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1081        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1082        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1083        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1084        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1085        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1086        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1087        Convert to using *_PROGRAMS.
1088
10892005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1090
1091        * psx01/Makefile.am, psx02/Makefile.am,
1092        psx03/Makefile.am, psx04/Makefile.am,
1093        psx05/Makefile.am, psx06/Makefile.am,
1094        psx07/Makefile.am, psx08/Makefile.am,
1095        psx09/Makefile.am, psx10/Makefile.am,
1096        psx11/Makefile.am, psx12/Makefile.am,
1097        psx13/Makefile.am, psxcancel/Makefile.am,
1098        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1099        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1100        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1101        psxstat/Makefile.am, psxtime/Makefile.am,
1102        psxtimer/Makefile.am: Rework.
1103
11042005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1105
1106        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1107        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1108        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1109        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1110        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1111        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1112        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1113        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1114        * psxtests.am: Remove.
1115
11162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1117
1118        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1119        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1120        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1121        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1122        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1123        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1124        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1125        psxtime/Makefile.am, psxtimer/Makefile.am:
1126        AM_CPPFLAGS += -I..../support/include.
1127
11282005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1129
1130        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1131
11322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1133
1134        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1135        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1136        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1137        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1138        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1139        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1140        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1141        psxstat/Makefile.am: Add ../include/pmacros.h
1142        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1143        POSIX_FILES_DIRS.
1144        * psxtests.am: Remove LIB_VARIANT.
1145
11462005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1147
1148        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1149        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1150        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1151        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1152        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1153        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1154        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1155        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1156        Remove SRC, PRINT_SRC.
1157
11582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1159
1160        * Makefile.am: Cleanup.
1161
11622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1163
1164        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1165        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1166        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1167        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1168        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1169        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1170        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1171        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1172        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1173        Partial conversion to automake.
1174
11752005-09-01      Joel Sherrill <joel@OARcorp.com>
1176
1177        PR 628/rtems
1178        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1179        being an error.
1180
11812005-04-26      Joel Sherrill <joel@OARcorp.com>
1182
1183        * psxreaddir/test.c: Eliminate warnings.
1184
11852004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1186
1187        * configure.ac: Require automake > 1.9.
1188
11892004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1190
1191        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1192        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1193        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1194        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1195        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1196        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1197        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1198        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1199        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1200        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1201        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1202        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1203        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1204        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1205        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1206        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1207        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1208        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1209        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1210        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1211        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1212        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1213        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1214
12152004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1216
1217        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1218        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1219        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1220        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1221
12222004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1223
1224        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1225        to using c99 fixed size types.
1226
12272004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1228
1229        * Makefile.am: Remove include from SUBDIRS.
1230
12312004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1232
1233        * include/Makefile.am: Remove.
1234        * Makefile.am: Merge-in include/Makefile.am.
1235        * configure.ac: Reflect changes above.
1236
12372004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * configure.ac: Add 2nd arg to RTEMS_TOP.
1240
12412004-03-05      Joel Sherrill <joel@OARcorp.com>
1242
1243        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1244        psxtimer/psxtimer.c: Eliminate warnings and typos.
1245
12462004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1247
1248        PR 582/core
1249        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1250        queue test so more of it runs now.
1251
12522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1255        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1256        * psx02/Makefile.am: Ditto.
1257        * psx03/Makefile.am: Ditto.
1258        * psx04/Makefile.am: Ditto.
1259        * psx05/Makefile.am: Ditto.
1260        * psx06/Makefile.am: Ditto.
1261        * psx07/Makefile.am: Ditto.
1262        * psx08/Makefile.am: Ditto.
1263        * psx09/Makefile.am: Ditto.
1264        * psx10/Makefile.am: Ditto.
1265        * psx11/Makefile.am: Ditto.
1266        * psx12/Makefile.am: Ditto.
1267        * psx13/Makefile.am: Ditto.
1268        * psxcancel/Makefile.am: Ditto.
1269        * psxchroot01/Makefile.am: Ditto.
1270        * psxfile01/Makefile.am: Ditto.
1271        * psxmount/Makefile.am: Ditto.
1272        * psxmsgq01/Makefile.am: Ditto.
1273        * psxreaddir/Makefile.am: Ditto.
1274        * psxsem01/Makefile.am: Ditto.
1275        * psxstat/Makefile.am: Ditto.
1276        * psxtime/Makefile.am: Ditto.
1277        * psxtimer/Makefile.am: Ditto.
1278
12792003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1280
1281        * psxtests.am: Add dirstamp support.
1282
12832003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1286
12872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1290
12912003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * psxcancel/Makefile.am: Remove used H_FILES.
1294
12952003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * include/Makefile.am: Reformat.
1298        * psx01/Makefile.am: Remove all-local: $(ARCH).
1299        * psx02/Makefile.am: Remove all-local: $(ARCH).
1300        * psx03/Makefile.am: Remove all-local: $(ARCH).
1301        * psx04/Makefile.am: Remove all-local: $(ARCH).
1302        * psx05/Makefile.am: Remove all-local: $(ARCH).
1303        * psx06/Makefile.am: Remove all-local: $(ARCH).
1304        * psx07/Makefile.am: Remove all-local: $(ARCH).
1305        * psx08/Makefile.am: Remove all-local: $(ARCH).
1306        * psx09/Makefile.am: Remove all-local: $(ARCH).
1307        * psx10/Makefile.am: Remove all-local: $(ARCH).
1308        * psx11/Makefile.am: Remove all-local: $(ARCH).
1309        * psx12/Makefile.am: Remove all-local: $(ARCH).
1310        * psx13/Makefile.am: Remove all-local: $(ARCH).
1311        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1312        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1313        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1314        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1315        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1316        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1317        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1318        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1319        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1320        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1321        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1322
13232003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * configure.ac: Reflect having moved to testsuites/.
1326
13272003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1330
13312003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1332
1333        * configure.ac:Remove RTEMS_CHECK_CPU.
1334
13352003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1336
1337        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1338
13392003-09-04      Joel Sherrill <joel@OARcorp.com>
1340
1341        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1342        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1343        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1344        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1345        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1346        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1347        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1348        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1349        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1350        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1351        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1352        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1353        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1354        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1355        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1356        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1357        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1358        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1359        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1360        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1361        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1362        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1363        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1364        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1365        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1366        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1367        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1368        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1369        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1370        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1371        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1372        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1373        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1374        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1375        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1376        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1377        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1378        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1379        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1380        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1381        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1382        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1383        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1384        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1385        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1386        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1387        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1388        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1389        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1390        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1391        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1392        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1393        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1394        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1395        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1396        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1397        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1398        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1399        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1400        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1401        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1402        psxtimer/system.h: URL for license changed.
1403
14042003-09-04      Joel Sherrill <joel@OARcorp.com>
1405
1406        PR 462/tests
1407        * psxhdrs/Makefile.am: Added ualarm.c
1408        * psxhdrs/signal23.c: New file.
1409
14102003-09-03      Joel Sherrill <joel@OARcorp.com>
1411
1412        PR 463/tests
1413        PR 465/tests
1414        * psxhdrs/Makefile.am: Add new test cases.
1415        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1416        psxhdrs/timer07.c: New files.
1417
14182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1419
1420        * Makefile.am: Reflect having moved aclocal/.
1421
14222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1423
1424        * Makefile.am: Reflect having moved automake/.
1425        * include/Makefile.am: Reflect having moved automake/.
1426        * psx01/Makefile.am: Reflect having moved automake/.
1427        * psx02/Makefile.am: Reflect having moved automake/.
1428        * psx03/Makefile.am: Reflect having moved automake/.
1429        * psx04/Makefile.am: Reflect having moved automake/.
1430        * psx05/Makefile.am: Reflect having moved automake/.
1431        * psx06/Makefile.am: Reflect having moved automake/.
1432        * psx07/Makefile.am: Reflect having moved automake/.
1433        * psx08/Makefile.am: Reflect having moved automake/.
1434        * psx09/Makefile.am: Reflect having moved automake/.
1435        * psx10/Makefile.am: Reflect having moved automake/.
1436        * psx11/Makefile.am: Reflect having moved automake/.
1437        * psx12/Makefile.am: Reflect having moved automake/.
1438        * psx13/Makefile.am: Reflect having moved automake/.
1439        * psxcancel/Makefile.am: Reflect having moved automake/.
1440        * psxchroot01/Makefile.am: Reflect having moved automake/.
1441        * psxfile01/Makefile.am: Reflect having moved automake/.
1442        * psxhdrs/Makefile.am: Reflect having moved automake/.
1443        * psxmount/Makefile.am: Reflect having moved automake/.
1444        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1445        * psxreaddir/Makefile.am: Reflect having moved automake/.
1446        * psxsem01/Makefile.am: Reflect having moved automake/.
1447        * psxstat/Makefile.am: Reflect having moved automake/.
1448        * psxtime/Makefile.am: Reflect having moved automake/.
1449        * psxtimer/Makefile.am: Reflect having moved automake/.
1450
14512003-08-14      Joel Sherrill <joel@OARcorp.com>
1452
1453        PR 408/filesystem
1454        * psx13/test.c: Added very rudimentary test of sync() service.
1455
14562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1457
1458        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1459
14602003-06-12      Joel Sherrill <joel@OARcorp.com>
1461
1462        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1463
14642003-05-29      Joel Sherrill <joel@OARcorp.com>
1465
1466        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1467        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1468        psxtimer/psxtimer.c: Removed warnings.
1469
14702003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1473        CC_CFLAGS_DEFAULT (obsolete).
1474
14752003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1476
1477        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1478        Remove CC_LDFLAGS_PROFILE_V.
1479
14802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1483
14842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1485
1486        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1487
14882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * configure.ac: AC_PREREQ(2.57).
1491
14922002-11-14      Joel Sherrill <joel@OARcorp.com>
1493
1494        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1495        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1496        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1497        Per PR239 update the IDs in the various screens.
1498
14992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1500
1501        * .cvsignore: Reformat.
1502        Add autom4te*cache.
1503        Remove autom4te.cache.
1504
15052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1506
1507        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1508        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1509        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1510        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1511        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1512        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1513        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1514        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1515        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1516        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1517        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1518        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1519        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1520        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1521        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1522        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1523        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1524        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1525        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1526        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1527        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1528        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1529        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1530        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1531
15322002-08-01      Joel Sherrill <joel@OARcorp.com>
1533
1534        * Per PR47 add support for buffered test output.  This involved
1535        adding defines to redirect output to a buffer and dump it when
1536        full, at "test pause", and at exit.  To avoid problems when redefining
1537        exit(), all tests were modified to call rtems_test_exit().
1538        Some tests, notable psxtests, had to be modified to include
1539        the standard test macro .h file (pmacros.h or tmacros.h) to
1540        enable this support.
1541        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1542        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1543        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1544        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1545        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1546        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1547        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1548        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1549        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1550        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1551        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1552        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1553
15542002-07-05      Joel Sherrill <joel@OARcorp.com>
1555
1556        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1557        Updated as part of PR164 which reported problems with the RTEMS
1558        implementation of pthread_cancel.
1559       
15602001-04-26      Joel Sherrill <joel@OARcorp.com>
1561
1562        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1563        reworked POSIX message queues to add a descriptor separate from
1564        the underlying message queue.  This allows non-blocking to follow
1565        the "open" not the underlying queue.
1566 
15672002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1568
1569        * configure.ac: Remove ENABLE_GCC28.
1570
15712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1572
1573        * configure.ac:
1574        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1575        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1576        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1577        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1578        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1579        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1580        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1581        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1582        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1583        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1584        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1585        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1586        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1587        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1588        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1589        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1590        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1591        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1592        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1593        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1594        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1595        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1596        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1597        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1598        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1599        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1600        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1601        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1602
16032001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1604
1605        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1606        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1607        Since we check permissions before evaluating enough to see if it
1608        a regular file or directory, this hack is needed to make the regular
1609        file executable.
1610
16112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1612
1613        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1614        * configure.in: Remove.
1615        * configure.ac: New file, generated from configure.in by autoupdate.
1616
16172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1618
1619        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1620
16212001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1624        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1625        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1626        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1627        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1628        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1629        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1630        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1631        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1632        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1633        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1634        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1635        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1636        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1637        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1638        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1639        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1640        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1641        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1642        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1643        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1644        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1645        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1646        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1647
16482001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1649
1650        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1651        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1652        psxchroot01 test.
1653
16542001-05-25      Joel Sherrill <joel@OARcorp.com>
1655
1656        * Added once version of psxchroot01 test for user review.
1657        * psxchroot01: New directory.
1658        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1659        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1660        * configure.in, Makefile.am: Modified to reflect above.
1661
16622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1663
1664        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1665
16662001-04-24      Joel Sherrill <joel@OARcorp.com>
1667
1668        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1669        open, write, reopen, append twice from Andrew Bythell
1670        <abythell@nortelnetworks.com> that tripped an initialization
1671        problem in the IMFS.
1672
16732001-04-20      Joel Sherrill <joel@OARcorp.com>
1674
1675        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1676        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1677        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1678        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1679        Various adjustments so test output matches screens more reliably.
1680
16812001-01-25      Joel Sherrill <joel@OARcorp.com>
1682
1683        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1684
16852000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1686
1687        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1688        to remain consistant across platforms and bsps by forcing
1689        a mount point in front of all paths.
1690
16912000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1692
1693        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1694        expected error condition in one case.
1695        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1696        readdir() of root of mounted filesystem.  Also corrected the screen
1697        file for some mistakes noticed in this effort.
1698
16992000-11-13      Joel Sherrill <joel@OARcorp.com>
1700
1701        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1702
17032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1704
1705        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1706
17072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1710
17112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1712
1713        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1714        Switch to GNU canonicalization.
1715        * psxtests.am: Remove DEFS.
1716
17172000-10-24      Joel Sherrill <joel@OARcorp.com>
1718
1719        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1720        It was formerly incorrectly prototyped in <libio.h>.
1721
17222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1723
1724        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1725        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1726        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1727        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1728        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1729        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1730        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1731        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1732
17332000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1735        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1736        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1737        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1738        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1739        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1740        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1741
17422000-08-10      Joel Sherrill <joel@OARcorp.com>
1743
1744        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.