source: rtems/testsuites/psxtests/ChangeLog @ 042a442

4.104.115
Last change on this file since 042a442 was 042a442, checked in by Chris Johns <chrisj@…>, on 06/02/10 at 00:50:37

2010-06-02 Chris Johns <chrisj@…>

  • psxfile01/test.c, psxmount/test.c, psxreaddir/test.c, psxstat/test.c: Update to the new mount API.
  • Property mode set to 100644
File size: 67.7 KB
Line 
12010-06-02      Chris Johns <chrisj@rtems.org>
2
3        * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
4        psxstat/test.c: Update to the new mount API.
5
62010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Add AC_CHECK_SIZEOF(off_t).
9        * include/pmacros.h: Add PRIdoff_t.
10
112010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
12
13        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
14        exercises the _rename_r in libcsupport. For now, it also
15        provides two fsmount_me_h handlers to enable certain error
16        checking paths
17
182010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * psxfile01/test.c: Add check for errno on chdir(NULL).
21
222010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
25
262010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
29        thread can reliably reach the pthread_join() call.
30
312010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
32
33        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
34        rewinddir(NULL) since we are now using newlib's implementation and it
35        does not check for NULL. This causes a fault on some targets.
36
372010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
40        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
41        Reflect POSIX changes to sched_param.
42
432010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
46        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
47        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
48        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
49        #include <unistd.h>.
50
512009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
52
53        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
54        to cover the trivial NULL case for pipe function.
55
562009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
59        and compilation issues. Initial test build was accidentally without
60        POSIX enabled.
61
622009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
65        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
66        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
67        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
68        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
69        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
70        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
71        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
72        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
73        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
74        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
75        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
76        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
77        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
78        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
79        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
80        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
81        Use rtems_test_assert() consistently instead of system assert().
82        rtems_test_assert() is designed to integrate into the RTEMS test
83        suite infrastructure.
84
852009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
88        families.
89        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
90        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
91
922009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        PR 1460/cpukit
95        * psx14/init.c: Change return type on methods accessing portions of
96        RTEMS Ids to int. This allows -1 to be return on error.
97
982009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        PR 1466/tests
101        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
102        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
103        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
104        Add test specifically to test it since it is deprecated as of
105        POSIX.1-2008.
106        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
107        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
108
1092009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * psxcancel01/init.c: Initialize start time.
112
1132009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
116        returned by POSIX methods which return a pointer which is -1 on
117        error. This eliminated some casts.
118
1192009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * psxenosys/Makefile.am: Add documentation file.
122        * psxenosys/psxenosys.doc: New file.
123
1242009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * psxsignal03/init.c:
127        Print sigval.sival_ptr instead of "union sigval".
128
1292009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
132        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
133        * psxfile01/test.c: Remove obsure #ifdef's.
134        Apply PRI* macros to print struct stat fields.
135
1362009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
139        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
140
1412009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * include/pmacros.h: November is the 11th month.
144
1452009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * psxstat/test.c: Remove #ifdef's.
148        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
149        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
150        if 12MB are too big for a target (16bit compliance).
151        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
152        for 16bit compliance.
153        * psx14/init.c: Add local prototypes for
154        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
155        Reflect the prototypes having been missing to printf's.
156
1572009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * psxsysconf/init.c:
160        Comment out sysconf(LONG_MAX) check (not useful).
161        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
162        16bit compliance.
163        * psx11/task.c: Use long for nsecs.
164        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
165        attribute to pthread_condattr_setpshared for 16bit target compliance.
166
1672009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * psxbarrier01/test.c: Include <tmacros.h>
170
1712009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
174        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
175        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
176        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
177        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
178        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
179        Use PRIxpthread_t to print pthread_t's.
180
1812009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * psxmsgq02/init.c:
184        Remove cast in call to fatal_posix_service_status_errno.
185        * psxenosys/init.c:
186        Add missing args in calls to execl, execlp, execle.
187        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
188        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
189        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
190        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
191        * configure.ac:
192        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
193
1942009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
197        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
198        * psxclock/init.c: Use %ld to print *.tv_nsec.
199        * psx06/init.c, psx06/system.h: Misc. warning fixes.
200
2012009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * psxsignal03/init.c: Add missing argument to printf.
204        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
205        * psxclock/init.c, psxtimer01/psxtimer.c:
206        Use PRItime_t to print time_t's.
207        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
208        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
209
2102009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * psxtime/test.c: Include <sys/time.h>.
213        Conditionally add local prototype for adjtime()
214        if sys/time.h doesn't supply it.
215        * psx07/init.c: Include <sched.h>, <pthread.h>.
216        * psx05/init.c: Include <sched.h>.
217        * psx11/init.c, psx09/init.c: Include <sched.h>.
218        * psx12/init.c: Include <sched.h>.
219        * psxenosys/init.c: Include <pthread.h>.
220        Conditionally add local prototype for pthread_atfork()
221        if pthread.h doesn't supply it.
222        * psxkey01/init.c: Include "test_support.h".
223
2242009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * configure.ac: Check for pthread_atfork in pthread.h.
227        * psxrwlock01/test.c: Conditionally add local prototype for
228        pthread_atfork() if pthread.h doesn't supply it.
229        Include <pthread.h>.
230
2312009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * configure.ac: Check for sys/mman.h.
234        Check for mprotect in sys/mman.h.
235        * psxenosys/init.c: Conditionally add local prototype for
236        mprotect() if sys/mman.h doesn't supply it.
237
2382009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
241        * psxrwlock01/test.c: Conditionally add local prototype for
242        pthread_rwlock_unlock() if pthread.h doesn't supply it.
243
2442009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
247        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
248        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
249        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
250        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
251        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
252        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
253        psxualarm/init.c: Remove unused vars.
254        Add missing prototypes.
255
2562009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * Makefile.am: Build file IO related tests even with POSIX threading is
259        disabled.
260
2612009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * configure.ac: Don't add -ansi -fasm to CFLAGS.
264
2652009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
268        remaining to not equal the period.
269
2702009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
273
2742009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * psxcleanup/system.h: Fix typo.
277        * Makefile.am, configure.ac: Add new test for exercising pushing
278        and popping a clean up handler without actually executing it.
279        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
280        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
281        psxcleanup01/psxcleanup01.scn: New files.
282
2832009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * Makefile.am, configure.ac: Add new test to ensure that canceling an
286        alarm works as defined.
287        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
288        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
289
2902009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
293
2942009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
295
296        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
297        parameter to timer_settime().
298
2992009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
300
301        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
302        timer_settime() for previous value. We are not using the
303        value in this particular case and this path must be exercised.
304        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
305
3062009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
307
308        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
309        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
310        cases.
311
3122009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
315        from an ISR.
316        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
317        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
318
3192009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
322        deprecated rtems_extension.
323
3242009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
327        nanoseconds.
328
3292009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
330
331        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
332        getpagesize().
333
3342009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
337        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
338        psxsignal04/Makefile.am: Move test cases which needed to be executed
339        when POSIX is disabled to psxclock so they will be.
340
3412009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
344        test to exercise clock and delay services enabled when POSIX threads
345        are disabled. This is split from psx01. POSIX test suite now enabled
346        when POSIX threads are disabled so only enable tests which are
347        appropriate.
348        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
349        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
350
3512009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
354        when not to change ssporadic scheduler so it does not touch a task's
355        priority when it is holding a mutex or its priority would be impacted
356        adversely.
357
3582009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
359
360        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
361        for adjusting time (adjtime()) where the time is adjusted by enough
362        microseconds that it crosses a second boundary.
363
3642009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
365
366        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
367        test to catch more sporadic server cases.
368
3692009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
370
371        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
372        remaining pointer.
373
3742009-08-17     
375
376        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
377        a recursize mutex.
378
3792009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
382        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
383        rtems_clock_get_ticks_per_second().
384
3852009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
386
387        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
388        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
389
3902009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
391
392        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
393        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
394
3952009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
396
397        * Makefile.am, configure.ac: Add test case for user providing their own
398        stack to a POSIX thread.
399        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
400        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
401
4022009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
403
404        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
405        that it hits both failing to allocate memory for the message queue
406        name and message buffers.
407
4082009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
409
410        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
411        quicker and more reliably hit the intended critical section.
412
4132009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * Makefile.am, configure.ac: Add a test to exercise an odd case in
416        _POSIX_signals_Clear_signals.
417        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
418        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
419
4202009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
421
422        * psxmsgq04/init.c: Correct typo in configuration so test does as
423        intended.
424
4252009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
428        Update to handle ENFILE case now that POSIX message queues and
429        message queue file descriptors are configured separately and this
430        error is possible.
431
4322009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
433
434        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
435        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
436        allocating the message buffers for a POSIX message queue.
437
4382009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
441        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
442        is right. Update both screens.
443
4442009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
445
446        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
447        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
448        variation which focused on real-time signals rather than user
449        signals.
450        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
451        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
452
4532009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
454
455        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
456        replenish period of zero.
457
4582009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
459
460        * Makefile.am, configure.ac: Add new test to account for properly
461        handling keys when a thread has non-NULL key value and key has NULL
462        destructor and when a thread has NULL key value and key has
463        destructor.
464        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
465        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
466
4672009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
468
469        * Makefile.am, configure.ac: Add new test for exercising running out of
470        memory while allocating the key pointers.
471        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
472        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
473
4742009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
475
476        * psxmsgq04/init.c: Add call to mq_unlink.
477
4782009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
479
480        * Makefile.am, configure.ac: Add shell of new test.
481        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
482        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
483
4842009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
485
486        * Makefile.am, configure.ac: Add test to address cases where a thread
487        is waiting on a signal (sigwait) and we send it. Also address case
488        where there are too many queued signals.
489        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
490        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
491
4922009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
493
494        * psxsignal02/init.c: Fix spacing.
495
4962009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
497
498        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
499        mq_timedreceive and mq_timedsend conditions. In particular test
500        timeout in the past.
501
5022009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
503
504        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
505        with timeout in the past.
506
5072009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
508
509        * psxsignal02/psxsignal02.scn: Fill in screen file.
510
5112009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
512
513        * Makefile.am, configure.ac: Add new test to exercise algorithm to
514        dispatch process wide signals to individual threads.
515        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
516        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
517
5182009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
519
520        * Makefile.am, configure.ac: Add test to exercise interrupt
521        synchronization logic in _POSIX_Timer_Insert_helper that supports
522        POSIX timers.
523        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
524        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
525        psxintrcritical01/psxintrcritical01.scn: New files.
526
5272009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
528
529        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
530        multiple cases which complete coverage of thread cancellation.
531        * psxcancel/psxcancel.doc: New file.
532
5332009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
534
535        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
536        * psxsem01/system.h: Removed.
537
5382009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * psxsem01/init.c: Eliminate warning.
541
5422009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
543
544        * psxcancel/init.c: Clean up.
545
5462009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
547
548        * psxmutexattr01/init.c: Make test optional if tools do not support
549        posix mutex type attribute.
550
5512009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
552
553        * Makefile.am, configure.ac: Add new test to exercise error case for
554        when a task is blocked on a condition variable with one mutex and
555        another task attempts to block on the same condition variable with
556        another mutex.
557        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
558        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
559
5602009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
561
562        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
563        trylock is unable to obtain the spinlock and that attempting to
564        unlock a spinlock from a thread which did not lock it works as
565        expected.
566        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
567        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
568        New files.
569
5702009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
571
572        * psxspin01/test.c: Remove unnecessary defines.
573
5742009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
575
576        * psx11/init.c: Use explicit scheduler.
577
5782009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
579
580        * Makefile.am, configure.ac: Add test to exercise
581        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
582        toolset enables the feature.
583        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
584        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
585        psxmutexattr01/psxmutexattr01.scn: New files.
586
5872009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * Makefile.am, configure.ac: Add test for auto initialization of
590        message queues.
591        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
592        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
593        psxautoinit02/psxautoinit02.scn: New files.
594
5952009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
596
597        * Makefile.am, configure.ac: Add test of pthread mutex auto
598        intialization.
599        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
600        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
601
6022009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
605
6062009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
607
608        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
609        code.
610
6112009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
612
613        * psx07/init.c: Slight test fix to ensure state of sched_param
614        structure.
615
6162009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
617
618        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
619        obtaining an rwlock and then releasing it twice.
620
6212009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
622
623        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
624
6252009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
628        sigtimedwait(). Update screen file.
629
6302009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
631
632        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
633        obtaining rwlock for write with a timed lock operation when the
634        abstime timeout is in the past.
635
6362009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
639        obtaining rwlock for read with a timed lock operation when the
640        abstime timeout is in the past.
641
6422009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
643
644        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
645        that the assert has been removed in the source.
646
6472009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
648
649        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
650        mode bits being set. This behavior was not POSIX compliant and has
651        been corrected in the filesystem code.
652
6532009-06-18      Chris Johns <chrisj@rtems.org>
654
655        * psx04/task3.c: Declare unions volatile to workaround the H8300
656        gcc bug.
657
6582009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
659
660        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
661        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
662        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
663
6642009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
665
666        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
667        NULL attribute pointer on init.
668
6692009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
670
671        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
672        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
673        Improved so coverage is better.
674
6752009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
676
677        * psx04/init.c: Correct errors introduced by using different variable
678        for return type when correcting typing warnings.
679
6802009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * Makefile.am, configure.ac: Add new test to provide coverage analysis
683        of the current implementation of getitimer() and setitimer().
684        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
685        psxitimer/psxitimer.scn: New files.
686
6872009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
688
689        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
690        case to improve coverage analysis.
691
6922009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
693
694        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
695        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
696        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
697        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
698        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
699        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
700        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
701
7022009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
703
704        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
705        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
706        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
707        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
708        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
709        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
710        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
711        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
712        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
713        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
714        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
715        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
716        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
717        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
718        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
719        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
720        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
721        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
722        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
723        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
724        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
725        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
726        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
727        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
728        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
729        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
730        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
731        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
732        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
733        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
734        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
735        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
736        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
737        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
738        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
739        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
740        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
741        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
742        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
743        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
744        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
745        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
746        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
747        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
748        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
749        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
750        psxhdrs/timer07.c: Fix warnings.
751
7522009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
753
754        * psxfile01/test.c: Change from int to size_t.
755
7562009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
757
758        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
759        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
760        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
761        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
762        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
763        psxcancel/Makefile.am, psxchroot01/Makefile.am,
764        psxcleanup/Makefile.am, psxenosys/Makefile.am,
765        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
766        psxfile01/Makefile.am, psxkey01/Makefile.am,
767        psxmount/Makefile.am, psxmsgq01/Makefile.am,
768        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
769        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
770        psxsem01/Makefile.am, psxsignal01/Makefile.am,
771        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
772        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
773        psxualarm/Makefile.am: Eliminate _exe_/.exe.
774
7752009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
776
777        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
778        with create option so we are sure it will get a control block and
779        proceed to allocate other memory. Clean up screen output.
780
7812008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
782
783        * psx05/init.c: Add parameter to call to sched_get_priority_max().
784
7852008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
786
787        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
788        Run all tests successfully with maxixum number of priorities as 16
789        instead of 256. This was done by temporarily modifying the score
790        priority.h maximum. This allowed testing of all API code to ensure
791        that it worked properly with a reduced number of priorities. Most
792        modifications were to switch from hard-coded maximum to using the API
793        provided methods to determine maximum number of priority levels.
794
7952008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
796
797        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
798        clock_gettime() NOT by reaching into the SuperCore.
799
8002008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
801
802        * psx01/psx01.scn: Bump version to 4.9.99.0
803
8042008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
805
806        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
807        psxfatal_support/system.h: Convert to "bool".
808
8092008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
810
811        PR 1296/cpukit.
812        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
813        incorrect repeat interval. This patch fixes the following problems in
814        the test.
815          (1) Adds test for value of it_interval.tv_nsec.
816          (2) Corrects test for absolute timer in past.
817          (3) Modifies test to use different initial and repeat periods.
818          (4) Updates psxtimer01.scn to match results.
819
8202008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
821
822        PR 1297/cpukit
823        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
824        pointer handling.
825
8262008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
827
828        * psxsem01/init.c: Spacing.
829
8302008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
831
832        PR 1293/tests
833        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
834
8352008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
836
837        PR 1291/cpukit
838        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
839        POSIX services taking relative instead of absolute time for timeouts,
840        these tests were updated.
841
8422008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
843
844        * psxfile01/test.c: truncate on /dev/console now works.
845
8462008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
847
848        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
849        requested for initialization task.
850
8512008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
852
853        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
854        like CVS conflict markers.
855
8562008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
857
858        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
859        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
860
8612008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
862
863        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
864
8652008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
866
867        * psxkey01/task.c: Fix warnings.
868
8692008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
870
871        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
872
8732008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
874
875        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
876        Added tests for failure path coverages. Consolidated methods used in
877        multiple places into support routines.
878        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
879        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
880        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
881
8822008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
883
884        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
885        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
886        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
887        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
888        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
889        Make tmacros.h available to all POSIX tests. Add a clock_settime case
890        for < 1988.
891
8922008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
893
894        * Makefile.am, configure.ac: New tests.
895        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
896        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
897        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
898        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
899        psxfatal_support/init.c, psxfatal_support/system.h: New files.
900
9012008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
902
903        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
904        portions of Object Services added to API.
905        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
906        psx14/system.h: New files.
907
9082008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
909
910        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
911        pthread_attr_[get|set]clock.
912
9132008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
914
915        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
916        implementation mprotect().
917
9182008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
919
920        * psxcleanup/.cvsignore: New file.
921
9222008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
923
924        * psxcleanup/system.h: New file.
925
9262008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
927
928        * Makefile.am, configure.ac:
929        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
930        psxcleanup/psxcleanup.scn: New files.
931
9322008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
933
934        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
935        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
936
9372007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
938
939        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
940
9412007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
942
943        * Makefile.am, configure.ac: Added test for ualarm
944        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
945        psxualarm/system.h: New files.
946
9472007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
948
949        * Makefile.am, configure.ac: Added posix signal test
950        * psxsignal01/Makefile.am, psxsignal01/init.c,
951        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
952        psxsignal01/task1.c: New files.
953
9542007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
955
956        * Makefile.am, configure.ac: Add test for sysconf().
957        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
958        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
959
9602007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
961
962        * psx01/init.c, psx01/psx01.scn: Add more test cases for
963        sched_rr_get_interval() and sched_get_priority_max().
964
9652007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
966
967        * psxenosys/init.c: Fix typo.
968
9692007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
970
971        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
972        addition of second POSIX Timer test. Add initial version of
973        psxtimer02 to cover some conditions missed in psxtimer01. More cases
974        left to add.
975        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
976        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
977        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
978        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
979        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
980        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
981
9822007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
983
984        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
985
9862007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
987
988        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
989        functions that return ENOSYS.
990        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
991        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
992
9932007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
994
995        * psx13/test.c: Fix spelling error.
996
9972007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
998
999        * psxtime/test.c: Add tests for adjtime().
1000
10012007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1002
1003        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
1004        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
1005        cases to improve test coverage.
1006
10072007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1008
1009        PR 1262/filesystem
1010        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1011        and writev() including documentation and test case.
1012        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1013        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1014
10152007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1016
1017        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1018        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1019        test cases so last output line follows END OF pattern. Make sure test
1020        case all run. All tests appeared ok on sis.
1021
10222007-04-05      Joel Sherrill <joel@OARcorp.com>
1023
1024        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1025        behavior more closely matching GNU/Linux.
1026
10272006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1028
1029        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1030        include normal blocking and unblocking on timeout.
1031
10322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1033
1034        * configure.ac: New BUG-REPORT address.
1035
10362006-11-17      Joel Sherrill <joel@OARcorp.com>
1037
1038        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1039        Previously the timeout was not absolute time and checked BEFORE
1040        attempting to lock semaphore.
1041
10422006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1043
1044        * psxbarrier01/main.c: New file.
1045
10462006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1047
1048        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1049        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1050        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1051        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1052
10532006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1054
1055        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1056        and partial implementation of POSIX rwlocks.
1057        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1058        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1059
10602006-10-30      Joel Sherrill <joel@OARcorp.com>
1061
1062        PR 841/rtems
1063        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1064        specification.
1065
10662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1067
1068        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1069
10702006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1071
1072        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1073        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1074        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1075        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1076        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1077        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1078        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1079        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1080        Use rtems_testsdir instead.
1081
10822005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1083
1084        * configure.ac: Remove RTEMS_ENABLE_BARE,
1085        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1086
10872005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1088
1089        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1090        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1091        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1092        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1093        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1094        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1095        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1096        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1097        Convert to using *_PROGRAMS.
1098
10992005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1100
1101        * psx01/Makefile.am, psx02/Makefile.am,
1102        psx03/Makefile.am, psx04/Makefile.am,
1103        psx05/Makefile.am, psx06/Makefile.am,
1104        psx07/Makefile.am, psx08/Makefile.am,
1105        psx09/Makefile.am, psx10/Makefile.am,
1106        psx11/Makefile.am, psx12/Makefile.am,
1107        psx13/Makefile.am, psxcancel/Makefile.am,
1108        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1109        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1110        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1111        psxstat/Makefile.am, psxtime/Makefile.am,
1112        psxtimer/Makefile.am: Rework.
1113
11142005-11-11      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, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1122        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1123        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1124        * psxtests.am: Remove.
1125
11262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1127
1128        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1129        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1130        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1131        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1132        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1133        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1134        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1135        psxtime/Makefile.am, psxtimer/Makefile.am:
1136        AM_CPPFLAGS += -I..../support/include.
1137
11382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1139
1140        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1141
11422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1143
1144        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1145        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1146        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1147        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1148        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1149        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1150        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1151        psxstat/Makefile.am: Add ../include/pmacros.h
1152        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1153        POSIX_FILES_DIRS.
1154        * psxtests.am: Remove LIB_VARIANT.
1155
11562005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1157
1158        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1159        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1160        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1161        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1162        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1163        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1164        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1165        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1166        Remove SRC, PRINT_SRC.
1167
11682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1169
1170        * Makefile.am: Cleanup.
1171
11722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1173
1174        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1175        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1176        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1177        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1178        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1179        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1180        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1181        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1182        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1183        Partial conversion to automake.
1184
11852005-09-01      Joel Sherrill <joel@OARcorp.com>
1186
1187        PR 628/rtems
1188        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1189        being an error.
1190
11912005-04-26      Joel Sherrill <joel@OARcorp.com>
1192
1193        * psxreaddir/test.c: Eliminate warnings.
1194
11952004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1196
1197        * configure.ac: Require automake > 1.9.
1198
11992004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1200
1201        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1202        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1203        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1204        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1205        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1206        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1207        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1208        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1209        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1210        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1211        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1212        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1213        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1214        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1215        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1216        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1217        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1218        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1219        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1220        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1221        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1222        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1223        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1224
12252004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1226
1227        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1228        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1229        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1230        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1231
12322004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1233
1234        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1235        to using c99 fixed size types.
1236
12372004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1238
1239        * Makefile.am: Remove include from SUBDIRS.
1240
12412004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1242
1243        * include/Makefile.am: Remove.
1244        * Makefile.am: Merge-in include/Makefile.am.
1245        * configure.ac: Reflect changes above.
1246
12472004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1248
1249        * configure.ac: Add 2nd arg to RTEMS_TOP.
1250
12512004-03-05      Joel Sherrill <joel@OARcorp.com>
1252
1253        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1254        psxtimer/psxtimer.c: Eliminate warnings and typos.
1255
12562004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1257
1258        PR 582/core
1259        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1260        queue test so more of it runs now.
1261
12622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1265        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1266        * psx02/Makefile.am: Ditto.
1267        * psx03/Makefile.am: Ditto.
1268        * psx04/Makefile.am: Ditto.
1269        * psx05/Makefile.am: Ditto.
1270        * psx06/Makefile.am: Ditto.
1271        * psx07/Makefile.am: Ditto.
1272        * psx08/Makefile.am: Ditto.
1273        * psx09/Makefile.am: Ditto.
1274        * psx10/Makefile.am: Ditto.
1275        * psx11/Makefile.am: Ditto.
1276        * psx12/Makefile.am: Ditto.
1277        * psx13/Makefile.am: Ditto.
1278        * psxcancel/Makefile.am: Ditto.
1279        * psxchroot01/Makefile.am: Ditto.
1280        * psxfile01/Makefile.am: Ditto.
1281        * psxmount/Makefile.am: Ditto.
1282        * psxmsgq01/Makefile.am: Ditto.
1283        * psxreaddir/Makefile.am: Ditto.
1284        * psxsem01/Makefile.am: Ditto.
1285        * psxstat/Makefile.am: Ditto.
1286        * psxtime/Makefile.am: Ditto.
1287        * psxtimer/Makefile.am: Ditto.
1288
12892003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * psxtests.am: Add dirstamp support.
1292
12932003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1296
12972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1300
13012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * psxcancel/Makefile.am: Remove used H_FILES.
1304
13052003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * include/Makefile.am: Reformat.
1308        * psx01/Makefile.am: Remove all-local: $(ARCH).
1309        * psx02/Makefile.am: Remove all-local: $(ARCH).
1310        * psx03/Makefile.am: Remove all-local: $(ARCH).
1311        * psx04/Makefile.am: Remove all-local: $(ARCH).
1312        * psx05/Makefile.am: Remove all-local: $(ARCH).
1313        * psx06/Makefile.am: Remove all-local: $(ARCH).
1314        * psx07/Makefile.am: Remove all-local: $(ARCH).
1315        * psx08/Makefile.am: Remove all-local: $(ARCH).
1316        * psx09/Makefile.am: Remove all-local: $(ARCH).
1317        * psx10/Makefile.am: Remove all-local: $(ARCH).
1318        * psx11/Makefile.am: Remove all-local: $(ARCH).
1319        * psx12/Makefile.am: Remove all-local: $(ARCH).
1320        * psx13/Makefile.am: Remove all-local: $(ARCH).
1321        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1322        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1323        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1324        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1325        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1326        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1327        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1328        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1329        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1330        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1331        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1332
13332003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * configure.ac: Reflect having moved to testsuites/.
1336
13372003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1340
13412003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * configure.ac:Remove RTEMS_CHECK_CPU.
1344
13452003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1346
1347        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1348
13492003-09-04      Joel Sherrill <joel@OARcorp.com>
1350
1351        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1352        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1353        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1354        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1355        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1356        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1357        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1358        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1359        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1360        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1361        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1362        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1363        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1364        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1365        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1366        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1367        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1368        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1369        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1370        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1371        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1372        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1373        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1374        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1375        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1376        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1377        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1378        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1379        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1380        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1381        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1382        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1383        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1384        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1385        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1386        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1387        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1388        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1389        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1390        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1391        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1392        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1393        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1394        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1395        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1396        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1397        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1398        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1399        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1400        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1401        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1402        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1403        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1404        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1405        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1406        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1407        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1408        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1409        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1410        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1411        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1412        psxtimer/system.h: URL for license changed.
1413
14142003-09-04      Joel Sherrill <joel@OARcorp.com>
1415
1416        PR 462/tests
1417        * psxhdrs/Makefile.am: Added ualarm.c
1418        * psxhdrs/signal23.c: New file.
1419
14202003-09-03      Joel Sherrill <joel@OARcorp.com>
1421
1422        PR 463/tests
1423        PR 465/tests
1424        * psxhdrs/Makefile.am: Add new test cases.
1425        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1426        psxhdrs/timer07.c: New files.
1427
14282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1429
1430        * Makefile.am: Reflect having moved aclocal/.
1431
14322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1433
1434        * Makefile.am: Reflect having moved automake/.
1435        * include/Makefile.am: Reflect having moved automake/.
1436        * psx01/Makefile.am: Reflect having moved automake/.
1437        * psx02/Makefile.am: Reflect having moved automake/.
1438        * psx03/Makefile.am: Reflect having moved automake/.
1439        * psx04/Makefile.am: Reflect having moved automake/.
1440        * psx05/Makefile.am: Reflect having moved automake/.
1441        * psx06/Makefile.am: Reflect having moved automake/.
1442        * psx07/Makefile.am: Reflect having moved automake/.
1443        * psx08/Makefile.am: Reflect having moved automake/.
1444        * psx09/Makefile.am: Reflect having moved automake/.
1445        * psx10/Makefile.am: Reflect having moved automake/.
1446        * psx11/Makefile.am: Reflect having moved automake/.
1447        * psx12/Makefile.am: Reflect having moved automake/.
1448        * psx13/Makefile.am: Reflect having moved automake/.
1449        * psxcancel/Makefile.am: Reflect having moved automake/.
1450        * psxchroot01/Makefile.am: Reflect having moved automake/.
1451        * psxfile01/Makefile.am: Reflect having moved automake/.
1452        * psxhdrs/Makefile.am: Reflect having moved automake/.
1453        * psxmount/Makefile.am: Reflect having moved automake/.
1454        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1455        * psxreaddir/Makefile.am: Reflect having moved automake/.
1456        * psxsem01/Makefile.am: Reflect having moved automake/.
1457        * psxstat/Makefile.am: Reflect having moved automake/.
1458        * psxtime/Makefile.am: Reflect having moved automake/.
1459        * psxtimer/Makefile.am: Reflect having moved automake/.
1460
14612003-08-14      Joel Sherrill <joel@OARcorp.com>
1462
1463        PR 408/filesystem
1464        * psx13/test.c: Added very rudimentary test of sync() service.
1465
14662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1469
14702003-06-12      Joel Sherrill <joel@OARcorp.com>
1471
1472        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1473
14742003-05-29      Joel Sherrill <joel@OARcorp.com>
1475
1476        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1477        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1478        psxtimer/psxtimer.c: Removed warnings.
1479
14802003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1481
1482        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1483        CC_CFLAGS_DEFAULT (obsolete).
1484
14852003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1486
1487        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1488        Remove CC_LDFLAGS_PROFILE_V.
1489
14902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1491
1492        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1493
14942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1495
1496        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1497
14982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * configure.ac: AC_PREREQ(2.57).
1501
15022002-11-14      Joel Sherrill <joel@OARcorp.com>
1503
1504        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1505        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1506        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1507        Per PR239 update the IDs in the various screens.
1508
15092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1510
1511        * .cvsignore: Reformat.
1512        Add autom4te*cache.
1513        Remove autom4te.cache.
1514
15152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1518        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1519        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1520        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1521        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1522        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1523        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1524        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1525        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1526        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1527        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1528        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1529        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1530        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1531        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1532        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1533        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1534        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1535        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1536        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1537        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1538        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1539        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1540        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1541
15422002-08-01      Joel Sherrill <joel@OARcorp.com>
1543
1544        * Per PR47 add support for buffered test output.  This involved
1545        adding defines to redirect output to a buffer and dump it when
1546        full, at "test pause", and at exit.  To avoid problems when redefining
1547        exit(), all tests were modified to call rtems_test_exit().
1548        Some tests, notable psxtests, had to be modified to include
1549        the standard test macro .h file (pmacros.h or tmacros.h) to
1550        enable this support.
1551        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1552        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1553        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1554        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1555        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1556        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1557        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1558        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1559        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1560        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1561        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1562        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1563
15642002-07-05      Joel Sherrill <joel@OARcorp.com>
1565
1566        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1567        Updated as part of PR164 which reported problems with the RTEMS
1568        implementation of pthread_cancel.
1569       
15702001-04-26      Joel Sherrill <joel@OARcorp.com>
1571
1572        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1573        reworked POSIX message queues to add a descriptor separate from
1574        the underlying message queue.  This allows non-blocking to follow
1575        the "open" not the underlying queue.
1576 
15772002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1578
1579        * configure.ac: Remove ENABLE_GCC28.
1580
15812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1582
1583        * configure.ac:
1584        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1585        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1586        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1587        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1588        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1589        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1590        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1591        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1592        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1593        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1594        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1595        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1596        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1597        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1598        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1599        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1600        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1601        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1602        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1603        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1604        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1605        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1606        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1607        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1608        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1609        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1610        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1611        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1612
16132001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1614
1615        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1616        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1617        Since we check permissions before evaluating enough to see if it
1618        a regular file or directory, this hack is needed to make the regular
1619        file executable.
1620
16212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1624        * configure.in: Remove.
1625        * configure.ac: New file, generated from configure.in by autoupdate.
1626
16272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1628
1629        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1630
16312001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1632
1633        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1634        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1635        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1636        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1637        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1638        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1639        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1640        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1641        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1642        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1643        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1644        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1645        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1646        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1647        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1648        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1649        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1650        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1651        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1652        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1653        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1654        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1655        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1656        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1657
16582001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1659
1660        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1661        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1662        psxchroot01 test.
1663
16642001-05-25      Joel Sherrill <joel@OARcorp.com>
1665
1666        * Added once version of psxchroot01 test for user review.
1667        * psxchroot01: New directory.
1668        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1669        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1670        * configure.in, Makefile.am: Modified to reflect above.
1671
16722001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1673
1674        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1675
16762001-04-24      Joel Sherrill <joel@OARcorp.com>
1677
1678        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1679        open, write, reopen, append twice from Andrew Bythell
1680        <abythell@nortelnetworks.com> that tripped an initialization
1681        problem in the IMFS.
1682
16832001-04-20      Joel Sherrill <joel@OARcorp.com>
1684
1685        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1686        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1687        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1688        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1689        Various adjustments so test output matches screens more reliably.
1690
16912001-01-25      Joel Sherrill <joel@OARcorp.com>
1692
1693        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1694
16952000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1696
1697        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1698        to remain consistant across platforms and bsps by forcing
1699        a mount point in front of all paths.
1700
17012000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1702
1703        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1704        expected error condition in one case.
1705        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1706        readdir() of root of mounted filesystem.  Also corrected the screen
1707        file for some mistakes noticed in this effort.
1708
17092000-11-13      Joel Sherrill <joel@OARcorp.com>
1710
1711        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1712
17132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1714
1715        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1716
17172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1718
1719        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1720
17212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1724        Switch to GNU canonicalization.
1725        * psxtests.am: Remove DEFS.
1726
17272000-10-24      Joel Sherrill <joel@OARcorp.com>
1728
1729        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1730        It was formerly incorrectly prototyped in <libio.h>.
1731
17322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1733
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, psx12/Makefile.am,
1738        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1739        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1740        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1741        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1742
17432000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1744        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1745        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1746        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1747        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1748        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1749        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1750        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1751
17522000-08-10      Joel Sherrill <joel@OARcorp.com>
1753
1754        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.