source: rtems/testsuites/psxtests/ChangeLog @ 81110848

4.115
Last change on this file since 81110848 was 34c062f, checked in by Jennifer Averett <Jennifer.Averett@…>, on 06/22/10 at 17:44:02

2010-06-22 Jennifer Averett <Jennifer.Averett@…>

  • psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second parameter to adjtime NULL.
  • Property mode set to 100644
File size: 68.1 KB
Line 
12010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second
4        parameter to adjtime NULL.
5
62010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * psxfatal_support/init.c: Remove references to ITRON constants.
9
102010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
11
12        * psxfile01/test.c: Update for IMFS API changes.
13
142010-06-02      Chris Johns <chrisj@rtems.org>
15
16        * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
17        psxstat/test.c: Update to the new mount API.
18
192010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Add AC_CHECK_SIZEOF(off_t).
22        * include/pmacros.h: Add PRIdoff_t.
23
242010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
25
26        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
27        exercises the _rename_r in libcsupport. For now, it also
28        provides two fsmount_me_h handlers to enable certain error
29        checking paths
30
312010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * psxfile01/test.c: Add check for errno on chdir(NULL).
34
352010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
38
392010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
42        thread can reliably reach the pthread_join() call.
43
442010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
45
46        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
47        rewinddir(NULL) since we are now using newlib's implementation and it
48        does not check for NULL. This causes a fault on some targets.
49
502010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
53        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
54        Reflect POSIX changes to sched_param.
55
562010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
59        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
60        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
61        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
62        #include <unistd.h>.
63
642009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
65
66        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
67        to cover the trivial NULL case for pipe function.
68
692009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
72        and compilation issues. Initial test build was accidentally without
73        POSIX enabled.
74
752009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
78        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
79        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
80        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
81        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
82        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
83        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
84        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
85        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
86        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
87        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
88        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
89        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
90        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
91        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
92        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
93        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
94        Use rtems_test_assert() consistently instead of system assert().
95        rtems_test_assert() is designed to integrate into the RTEMS test
96        suite infrastructure.
97
982009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
101        families.
102        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
103        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
104
1052009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        PR 1460/cpukit
108        * psx14/init.c: Change return type on methods accessing portions of
109        RTEMS Ids to int. This allows -1 to be return on error.
110
1112009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        PR 1466/tests
114        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
115        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
116        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
117        Add test specifically to test it since it is deprecated as of
118        POSIX.1-2008.
119        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
120        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
121
1222009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * psxcancel01/init.c: Initialize start time.
125
1262009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
129        returned by POSIX methods which return a pointer which is -1 on
130        error. This eliminated some casts.
131
1322009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * psxenosys/Makefile.am: Add documentation file.
135        * psxenosys/psxenosys.doc: New file.
136
1372009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * psxsignal03/init.c:
140        Print sigval.sival_ptr instead of "union sigval".
141
1422009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
145        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
146        * psxfile01/test.c: Remove obsure #ifdef's.
147        Apply PRI* macros to print struct stat fields.
148
1492009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
152        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
153
1542009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * include/pmacros.h: November is the 11th month.
157
1582009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * psxstat/test.c: Remove #ifdef's.
161        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
162        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
163        if 12MB are too big for a target (16bit compliance).
164        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
165        for 16bit compliance.
166        * psx14/init.c: Add local prototypes for
167        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
168        Reflect the prototypes having been missing to printf's.
169
1702009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * psxsysconf/init.c:
173        Comment out sysconf(LONG_MAX) check (not useful).
174        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
175        16bit compliance.
176        * psx11/task.c: Use long for nsecs.
177        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
178        attribute to pthread_condattr_setpshared for 16bit target compliance.
179
1802009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * psxbarrier01/test.c: Include <tmacros.h>
183
1842009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
187        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
188        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
189        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
190        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
191        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
192        Use PRIxpthread_t to print pthread_t's.
193
1942009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * psxmsgq02/init.c:
197        Remove cast in call to fatal_posix_service_status_errno.
198        * psxenosys/init.c:
199        Add missing args in calls to execl, execlp, execle.
200        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
201        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
202        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
203        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
204        * configure.ac:
205        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
206
2072009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
210        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
211        * psxclock/init.c: Use %ld to print *.tv_nsec.
212        * psx06/init.c, psx06/system.h: Misc. warning fixes.
213
2142009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * psxsignal03/init.c: Add missing argument to printf.
217        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
218        * psxclock/init.c, psxtimer01/psxtimer.c:
219        Use PRItime_t to print time_t's.
220        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
221        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
222
2232009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * psxtime/test.c: Include <sys/time.h>.
226        Conditionally add local prototype for adjtime()
227        if sys/time.h doesn't supply it.
228        * psx07/init.c: Include <sched.h>, <pthread.h>.
229        * psx05/init.c: Include <sched.h>.
230        * psx11/init.c, psx09/init.c: Include <sched.h>.
231        * psx12/init.c: Include <sched.h>.
232        * psxenosys/init.c: Include <pthread.h>.
233        Conditionally add local prototype for pthread_atfork()
234        if pthread.h doesn't supply it.
235        * psxkey01/init.c: Include "test_support.h".
236
2372009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Check for pthread_atfork in pthread.h.
240        * psxrwlock01/test.c: Conditionally add local prototype for
241        pthread_atfork() if pthread.h doesn't supply it.
242        Include <pthread.h>.
243
2442009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * configure.ac: Check for sys/mman.h.
247        Check for mprotect in sys/mman.h.
248        * psxenosys/init.c: Conditionally add local prototype for
249        mprotect() if sys/mman.h doesn't supply it.
250
2512009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
254        * psxrwlock01/test.c: Conditionally add local prototype for
255        pthread_rwlock_unlock() if pthread.h doesn't supply it.
256
2572009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
258
259        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
260        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
261        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
262        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
263        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
264        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
265        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
266        psxualarm/init.c: Remove unused vars.
267        Add missing prototypes.
268
2692009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * Makefile.am: Build file IO related tests even with POSIX threading is
272        disabled.
273
2742009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * configure.ac: Don't add -ansi -fasm to CFLAGS.
277
2782009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
281        remaining to not equal the period.
282
2832009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
286
2872009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * psxcleanup/system.h: Fix typo.
290        * Makefile.am, configure.ac: Add new test for exercising pushing
291        and popping a clean up handler without actually executing it.
292        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
293        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
294        psxcleanup01/psxcleanup01.scn: New files.
295
2962009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * Makefile.am, configure.ac: Add new test to ensure that canceling an
299        alarm works as defined.
300        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
301        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
302
3032009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
306
3072009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
310        parameter to timer_settime().
311
3122009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
315        timer_settime() for previous value. We are not using the
316        value in this particular case and this path must be exercised.
317        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
318
3192009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
322        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
323        cases.
324
3252009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
328        from an ISR.
329        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
330        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
331
3322009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
335        deprecated rtems_extension.
336
3372009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
340        nanoseconds.
341
3422009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
345        getpagesize().
346
3472009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
348
349        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
350        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
351        psxsignal04/Makefile.am: Move test cases which needed to be executed
352        when POSIX is disabled to psxclock so they will be.
353
3542009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
357        test to exercise clock and delay services enabled when POSIX threads
358        are disabled. This is split from psx01. POSIX test suite now enabled
359        when POSIX threads are disabled so only enable tests which are
360        appropriate.
361        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
362        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
363
3642009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
367        when not to change ssporadic scheduler so it does not touch a task's
368        priority when it is holding a mutex or its priority would be impacted
369        adversely.
370
3712009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
374        for adjusting time (adjtime()) where the time is adjusted by enough
375        microseconds that it crosses a second boundary.
376
3772009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
378
379        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
380        test to catch more sporadic server cases.
381
3822009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
383
384        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
385        remaining pointer.
386
3872009-08-17     
388
389        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
390        a recursize mutex.
391
3922009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
395        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
396        rtems_clock_get_ticks_per_second().
397
3982009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
401        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
402
4032009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
404
405        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
406        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
407
4082009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
409
410        * Makefile.am, configure.ac: Add test case for user providing their own
411        stack to a POSIX thread.
412        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
413        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
414
4152009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
416
417        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
418        that it hits both failing to allocate memory for the message queue
419        name and message buffers.
420
4212009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
422
423        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
424        quicker and more reliably hit the intended critical section.
425
4262009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * Makefile.am, configure.ac: Add a test to exercise an odd case in
429        _POSIX_signals_Clear_signals.
430        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
431        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
432
4332009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * psxmsgq04/init.c: Correct typo in configuration so test does as
436        intended.
437
4382009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
441        Update to handle ENFILE case now that POSIX message queues and
442        message queue file descriptors are configured separately and this
443        error is possible.
444
4452009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
446
447        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
448        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
449        allocating the message buffers for a POSIX message queue.
450
4512009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
454        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
455        is right. Update both screens.
456
4572009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
458
459        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
460        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
461        variation which focused on real-time signals rather than user
462        signals.
463        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
464        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
465
4662009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
469        replenish period of zero.
470
4712009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
472
473        * Makefile.am, configure.ac: Add new test to account for properly
474        handling keys when a thread has non-NULL key value and key has NULL
475        destructor and when a thread has NULL key value and key has
476        destructor.
477        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
478        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
479
4802009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
481
482        * Makefile.am, configure.ac: Add new test for exercising running out of
483        memory while allocating the key pointers.
484        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
485        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
486
4872009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
488
489        * psxmsgq04/init.c: Add call to mq_unlink.
490
4912009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
492
493        * Makefile.am, configure.ac: Add shell of new test.
494        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
495        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
496
4972009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
498
499        * Makefile.am, configure.ac: Add test to address cases where a thread
500        is waiting on a signal (sigwait) and we send it. Also address case
501        where there are too many queued signals.
502        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
503        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
504
5052009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
506
507        * psxsignal02/init.c: Fix spacing.
508
5092009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
510
511        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
512        mq_timedreceive and mq_timedsend conditions. In particular test
513        timeout in the past.
514
5152009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
516
517        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
518        with timeout in the past.
519
5202009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
521
522        * psxsignal02/psxsignal02.scn: Fill in screen file.
523
5242009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
525
526        * Makefile.am, configure.ac: Add new test to exercise algorithm to
527        dispatch process wide signals to individual threads.
528        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
529        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
530
5312009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
532
533        * Makefile.am, configure.ac: Add test to exercise interrupt
534        synchronization logic in _POSIX_Timer_Insert_helper that supports
535        POSIX timers.
536        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
537        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
538        psxintrcritical01/psxintrcritical01.scn: New files.
539
5402009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
541
542        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
543        multiple cases which complete coverage of thread cancellation.
544        * psxcancel/psxcancel.doc: New file.
545
5462009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
547
548        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
549        * psxsem01/system.h: Removed.
550
5512009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
552
553        * psxsem01/init.c: Eliminate warning.
554
5552009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
556
557        * psxcancel/init.c: Clean up.
558
5592009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
560
561        * psxmutexattr01/init.c: Make test optional if tools do not support
562        posix mutex type attribute.
563
5642009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
565
566        * Makefile.am, configure.ac: Add new test to exercise error case for
567        when a task is blocked on a condition variable with one mutex and
568        another task attempts to block on the same condition variable with
569        another mutex.
570        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
571        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
572
5732009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
576        trylock is unable to obtain the spinlock and that attempting to
577        unlock a spinlock from a thread which did not lock it works as
578        expected.
579        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
580        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
581        New files.
582
5832009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
584
585        * psxspin01/test.c: Remove unnecessary defines.
586
5872009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * psx11/init.c: Use explicit scheduler.
590
5912009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
592
593        * Makefile.am, configure.ac: Add test to exercise
594        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
595        toolset enables the feature.
596        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
597        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
598        psxmutexattr01/psxmutexattr01.scn: New files.
599
6002009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
601
602        * Makefile.am, configure.ac: Add test for auto initialization of
603        message queues.
604        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
605        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
606        psxautoinit02/psxautoinit02.scn: New files.
607
6082009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
609
610        * Makefile.am, configure.ac: Add test of pthread mutex auto
611        intialization.
612        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
613        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
614
6152009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
616
617        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
618
6192009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
620
621        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
622        code.
623
6242009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
625
626        * psx07/init.c: Slight test fix to ensure state of sched_param
627        structure.
628
6292009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
630
631        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
632        obtaining an rwlock and then releasing it twice.
633
6342009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
635
636        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
637
6382009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
639
640        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
641        sigtimedwait(). Update screen file.
642
6432009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
644
645        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
646        obtaining rwlock for write with a timed lock operation when the
647        abstime timeout is in the past.
648
6492009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
650
651        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
652        obtaining rwlock for read with a timed lock operation when the
653        abstime timeout is in the past.
654
6552009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
656
657        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
658        that the assert has been removed in the source.
659
6602009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
661
662        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
663        mode bits being set. This behavior was not POSIX compliant and has
664        been corrected in the filesystem code.
665
6662009-06-18      Chris Johns <chrisj@rtems.org>
667
668        * psx04/task3.c: Declare unions volatile to workaround the H8300
669        gcc bug.
670
6712009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
672
673        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
674        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
675        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
676
6772009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
678
679        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
680        NULL attribute pointer on init.
681
6822009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
683
684        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
685        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
686        Improved so coverage is better.
687
6882009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
689
690        * psx04/init.c: Correct errors introduced by using different variable
691        for return type when correcting typing warnings.
692
6932009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
694
695        * Makefile.am, configure.ac: Add new test to provide coverage analysis
696        of the current implementation of getitimer() and setitimer().
697        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
698        psxitimer/psxitimer.scn: New files.
699
7002009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
701
702        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
703        case to improve coverage analysis.
704
7052009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
706
707        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
708        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
709        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
710        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
711        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
712        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
713        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
714
7152009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
716
717        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
718        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
719        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
720        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
721        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
722        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
723        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
724        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
725        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
726        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
727        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
728        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
729        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
730        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
731        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
732        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
733        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
734        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
735        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
736        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
737        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
738        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
739        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
740        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
741        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
742        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
743        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
744        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
745        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
746        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
747        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
748        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
749        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
750        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
751        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
752        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
753        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
754        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
755        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
756        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
757        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
758        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
759        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
760        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
761        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
762        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
763        psxhdrs/timer07.c: Fix warnings.
764
7652009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
766
767        * psxfile01/test.c: Change from int to size_t.
768
7692009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
770
771        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
772        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
773        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
774        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
775        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
776        psxcancel/Makefile.am, psxchroot01/Makefile.am,
777        psxcleanup/Makefile.am, psxenosys/Makefile.am,
778        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
779        psxfile01/Makefile.am, psxkey01/Makefile.am,
780        psxmount/Makefile.am, psxmsgq01/Makefile.am,
781        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
782        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
783        psxsem01/Makefile.am, psxsignal01/Makefile.am,
784        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
785        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
786        psxualarm/Makefile.am: Eliminate _exe_/.exe.
787
7882009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
789
790        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
791        with create option so we are sure it will get a control block and
792        proceed to allocate other memory. Clean up screen output.
793
7942008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
795
796        * psx05/init.c: Add parameter to call to sched_get_priority_max().
797
7982008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
799
800        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
801        Run all tests successfully with maxixum number of priorities as 16
802        instead of 256. This was done by temporarily modifying the score
803        priority.h maximum. This allowed testing of all API code to ensure
804        that it worked properly with a reduced number of priorities. Most
805        modifications were to switch from hard-coded maximum to using the API
806        provided methods to determine maximum number of priority levels.
807
8082008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
811        clock_gettime() NOT by reaching into the SuperCore.
812
8132008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
814
815        * psx01/psx01.scn: Bump version to 4.9.99.0
816
8172008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
818
819        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
820        psxfatal_support/system.h: Convert to "bool".
821
8222008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
823
824        PR 1296/cpukit.
825        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
826        incorrect repeat interval. This patch fixes the following problems in
827        the test.
828          (1) Adds test for value of it_interval.tv_nsec.
829          (2) Corrects test for absolute timer in past.
830          (3) Modifies test to use different initial and repeat periods.
831          (4) Updates psxtimer01.scn to match results.
832
8332008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
834
835        PR 1297/cpukit
836        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
837        pointer handling.
838
8392008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
840
841        * psxsem01/init.c: Spacing.
842
8432008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
844
845        PR 1293/tests
846        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
847
8482008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
849
850        PR 1291/cpukit
851        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
852        POSIX services taking relative instead of absolute time for timeouts,
853        these tests were updated.
854
8552008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
856
857        * psxfile01/test.c: truncate on /dev/console now works.
858
8592008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
860
861        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
862        requested for initialization task.
863
8642008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
865
866        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
867        like CVS conflict markers.
868
8692008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
870
871        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
872        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
873
8742008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
875
876        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
877
8782008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
879
880        * psxkey01/task.c: Fix warnings.
881
8822008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
883
884        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
885
8862008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
887
888        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
889        Added tests for failure path coverages. Consolidated methods used in
890        multiple places into support routines.
891        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
892        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
893        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
894
8952008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
896
897        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
898        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
899        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
900        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
901        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
902        Make tmacros.h available to all POSIX tests. Add a clock_settime case
903        for < 1988.
904
9052008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
906
907        * Makefile.am, configure.ac: New tests.
908        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
909        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
910        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
911        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
912        psxfatal_support/init.c, psxfatal_support/system.h: New files.
913
9142008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
915
916        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
917        portions of Object Services added to API.
918        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
919        psx14/system.h: New files.
920
9212008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
922
923        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
924        pthread_attr_[get|set]clock.
925
9262008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
927
928        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
929        implementation mprotect().
930
9312008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
932
933        * psxcleanup/.cvsignore: New file.
934
9352008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
936
937        * psxcleanup/system.h: New file.
938
9392008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
940
941        * Makefile.am, configure.ac:
942        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
943        psxcleanup/psxcleanup.scn: New files.
944
9452008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
946
947        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
948        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
949
9502007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
951
952        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
953
9542007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
955
956        * Makefile.am, configure.ac: Added test for ualarm
957        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
958        psxualarm/system.h: New files.
959
9602007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
961
962        * Makefile.am, configure.ac: Added posix signal test
963        * psxsignal01/Makefile.am, psxsignal01/init.c,
964        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
965        psxsignal01/task1.c: New files.
966
9672007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
968
969        * Makefile.am, configure.ac: Add test for sysconf().
970        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
971        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
972
9732007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
974
975        * psx01/init.c, psx01/psx01.scn: Add more test cases for
976        sched_rr_get_interval() and sched_get_priority_max().
977
9782007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
979
980        * psxenosys/init.c: Fix typo.
981
9822007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
983
984        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
985        addition of second POSIX Timer test. Add initial version of
986        psxtimer02 to cover some conditions missed in psxtimer01. More cases
987        left to add.
988        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
989        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
990        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
991        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
992        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
993        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
994
9952007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
996
997        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
998
9992007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1000
1001        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
1002        functions that return ENOSYS.
1003        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
1004        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
1005
10062007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1007
1008        * psx13/test.c: Fix spelling error.
1009
10102007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1011
1012        * psxtime/test.c: Add tests for adjtime().
1013
10142007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1015
1016        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
1017        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
1018        cases to improve test coverage.
1019
10202007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1021
1022        PR 1262/filesystem
1023        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1024        and writev() including documentation and test case.
1025        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1026        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1027
10282007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1029
1030        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1031        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1032        test cases so last output line follows END OF pattern. Make sure test
1033        case all run. All tests appeared ok on sis.
1034
10352007-04-05      Joel Sherrill <joel@OARcorp.com>
1036
1037        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1038        behavior more closely matching GNU/Linux.
1039
10402006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1041
1042        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1043        include normal blocking and unblocking on timeout.
1044
10452006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1046
1047        * configure.ac: New BUG-REPORT address.
1048
10492006-11-17      Joel Sherrill <joel@OARcorp.com>
1050
1051        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1052        Previously the timeout was not absolute time and checked BEFORE
1053        attempting to lock semaphore.
1054
10552006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1056
1057        * psxbarrier01/main.c: New file.
1058
10592006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1060
1061        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1062        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1063        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1064        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1065
10662006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1067
1068        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1069        and partial implementation of POSIX rwlocks.
1070        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1071        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1072
10732006-10-30      Joel Sherrill <joel@OARcorp.com>
1074
1075        PR 841/rtems
1076        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1077        specification.
1078
10792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1080
1081        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1082
10832006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1084
1085        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1086        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1087        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1088        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1089        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1090        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1091        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1092        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1093        Use rtems_testsdir instead.
1094
10952005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1096
1097        * configure.ac: Remove RTEMS_ENABLE_BARE,
1098        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1099
11002005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1101
1102        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1103        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1104        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1105        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1106        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1107        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1108        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1109        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1110        Convert to using *_PROGRAMS.
1111
11122005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1113
1114        * psx01/Makefile.am, psx02/Makefile.am,
1115        psx03/Makefile.am, psx04/Makefile.am,
1116        psx05/Makefile.am, psx06/Makefile.am,
1117        psx07/Makefile.am, psx08/Makefile.am,
1118        psx09/Makefile.am, psx10/Makefile.am,
1119        psx11/Makefile.am, psx12/Makefile.am,
1120        psx13/Makefile.am, psxcancel/Makefile.am,
1121        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1122        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1123        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1124        psxstat/Makefile.am, psxtime/Makefile.am,
1125        psxtimer/Makefile.am: Rework.
1126
11272005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1128
1129        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1130        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1131        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1132        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1133        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1134        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1135        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1136        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1137        * psxtests.am: Remove.
1138
11392005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1140
1141        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1142        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1143        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1144        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1145        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1146        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1147        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1148        psxtime/Makefile.am, psxtimer/Makefile.am:
1149        AM_CPPFLAGS += -I..../support/include.
1150
11512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1152
1153        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1154
11552005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1156
1157        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1158        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1159        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1160        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1161        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1162        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1163        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1164        psxstat/Makefile.am: Add ../include/pmacros.h
1165        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1166        POSIX_FILES_DIRS.
1167        * psxtests.am: Remove LIB_VARIANT.
1168
11692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1170
1171        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1172        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1173        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1174        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1175        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1176        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1177        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1178        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1179        Remove SRC, PRINT_SRC.
1180
11812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1182
1183        * Makefile.am: Cleanup.
1184
11852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1186
1187        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1188        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1189        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1190        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1191        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1192        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1193        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1194        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1195        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1196        Partial conversion to automake.
1197
11982005-09-01      Joel Sherrill <joel@OARcorp.com>
1199
1200        PR 628/rtems
1201        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1202        being an error.
1203
12042005-04-26      Joel Sherrill <joel@OARcorp.com>
1205
1206        * psxreaddir/test.c: Eliminate warnings.
1207
12082004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1209
1210        * configure.ac: Require automake > 1.9.
1211
12122004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1213
1214        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1215        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1216        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1217        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1218        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1219        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1220        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1221        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1222        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1223        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1224        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1225        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1226        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1227        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1228        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1229        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1230        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1231        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1232        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1233        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1234        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1235        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1236        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1237
12382004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1239
1240        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1241        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1242        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1243        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1244
12452004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1246
1247        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1248        to using c99 fixed size types.
1249
12502004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1251
1252        * Makefile.am: Remove include from SUBDIRS.
1253
12542004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1255
1256        * include/Makefile.am: Remove.
1257        * Makefile.am: Merge-in include/Makefile.am.
1258        * configure.ac: Reflect changes above.
1259
12602004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        * configure.ac: Add 2nd arg to RTEMS_TOP.
1263
12642004-03-05      Joel Sherrill <joel@OARcorp.com>
1265
1266        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1267        psxtimer/psxtimer.c: Eliminate warnings and typos.
1268
12692004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1270
1271        PR 582/core
1272        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1273        queue test so more of it runs now.
1274
12752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1278        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1279        * psx02/Makefile.am: Ditto.
1280        * psx03/Makefile.am: Ditto.
1281        * psx04/Makefile.am: Ditto.
1282        * psx05/Makefile.am: Ditto.
1283        * psx06/Makefile.am: Ditto.
1284        * psx07/Makefile.am: Ditto.
1285        * psx08/Makefile.am: Ditto.
1286        * psx09/Makefile.am: Ditto.
1287        * psx10/Makefile.am: Ditto.
1288        * psx11/Makefile.am: Ditto.
1289        * psx12/Makefile.am: Ditto.
1290        * psx13/Makefile.am: Ditto.
1291        * psxcancel/Makefile.am: Ditto.
1292        * psxchroot01/Makefile.am: Ditto.
1293        * psxfile01/Makefile.am: Ditto.
1294        * psxmount/Makefile.am: Ditto.
1295        * psxmsgq01/Makefile.am: Ditto.
1296        * psxreaddir/Makefile.am: Ditto.
1297        * psxsem01/Makefile.am: Ditto.
1298        * psxstat/Makefile.am: Ditto.
1299        * psxtime/Makefile.am: Ditto.
1300        * psxtimer/Makefile.am: Ditto.
1301
13022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * psxtests.am: Add dirstamp support.
1305
13062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1307
1308        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1309
13102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1313
13142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * psxcancel/Makefile.am: Remove used H_FILES.
1317
13182003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1319
1320        * include/Makefile.am: Reformat.
1321        * psx01/Makefile.am: Remove all-local: $(ARCH).
1322        * psx02/Makefile.am: Remove all-local: $(ARCH).
1323        * psx03/Makefile.am: Remove all-local: $(ARCH).
1324        * psx04/Makefile.am: Remove all-local: $(ARCH).
1325        * psx05/Makefile.am: Remove all-local: $(ARCH).
1326        * psx06/Makefile.am: Remove all-local: $(ARCH).
1327        * psx07/Makefile.am: Remove all-local: $(ARCH).
1328        * psx08/Makefile.am: Remove all-local: $(ARCH).
1329        * psx09/Makefile.am: Remove all-local: $(ARCH).
1330        * psx10/Makefile.am: Remove all-local: $(ARCH).
1331        * psx11/Makefile.am: Remove all-local: $(ARCH).
1332        * psx12/Makefile.am: Remove all-local: $(ARCH).
1333        * psx13/Makefile.am: Remove all-local: $(ARCH).
1334        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1335        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1336        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1337        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1338        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1339        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1340        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1341        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1342        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1343        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1344        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1345
13462003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1347
1348        * configure.ac: Reflect having moved to testsuites/.
1349
13502003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1351
1352        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1353
13542003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1355
1356        * configure.ac:Remove RTEMS_CHECK_CPU.
1357
13582003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1359
1360        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1361
13622003-09-04      Joel Sherrill <joel@OARcorp.com>
1363
1364        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1365        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1366        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1367        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1368        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1369        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1370        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1371        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1372        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1373        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1374        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1375        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1376        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1377        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1378        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1379        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1380        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1381        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1382        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1383        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1384        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1385        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1386        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1387        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1388        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1389        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1390        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1391        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1392        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1393        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1394        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1395        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1396        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1397        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1398        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1399        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1400        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1401        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1402        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1403        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1404        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1405        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1406        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1407        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1408        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1409        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1410        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1411        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1412        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1413        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1414        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1415        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1416        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1417        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1418        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1419        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1420        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1421        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1422        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1423        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1424        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1425        psxtimer/system.h: URL for license changed.
1426
14272003-09-04      Joel Sherrill <joel@OARcorp.com>
1428
1429        PR 462/tests
1430        * psxhdrs/Makefile.am: Added ualarm.c
1431        * psxhdrs/signal23.c: New file.
1432
14332003-09-03      Joel Sherrill <joel@OARcorp.com>
1434
1435        PR 463/tests
1436        PR 465/tests
1437        * psxhdrs/Makefile.am: Add new test cases.
1438        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1439        psxhdrs/timer07.c: New files.
1440
14412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1442
1443        * Makefile.am: Reflect having moved aclocal/.
1444
14452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1446
1447        * Makefile.am: Reflect having moved automake/.
1448        * include/Makefile.am: Reflect having moved automake/.
1449        * psx01/Makefile.am: Reflect having moved automake/.
1450        * psx02/Makefile.am: Reflect having moved automake/.
1451        * psx03/Makefile.am: Reflect having moved automake/.
1452        * psx04/Makefile.am: Reflect having moved automake/.
1453        * psx05/Makefile.am: Reflect having moved automake/.
1454        * psx06/Makefile.am: Reflect having moved automake/.
1455        * psx07/Makefile.am: Reflect having moved automake/.
1456        * psx08/Makefile.am: Reflect having moved automake/.
1457        * psx09/Makefile.am: Reflect having moved automake/.
1458        * psx10/Makefile.am: Reflect having moved automake/.
1459        * psx11/Makefile.am: Reflect having moved automake/.
1460        * psx12/Makefile.am: Reflect having moved automake/.
1461        * psx13/Makefile.am: Reflect having moved automake/.
1462        * psxcancel/Makefile.am: Reflect having moved automake/.
1463        * psxchroot01/Makefile.am: Reflect having moved automake/.
1464        * psxfile01/Makefile.am: Reflect having moved automake/.
1465        * psxhdrs/Makefile.am: Reflect having moved automake/.
1466        * psxmount/Makefile.am: Reflect having moved automake/.
1467        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1468        * psxreaddir/Makefile.am: Reflect having moved automake/.
1469        * psxsem01/Makefile.am: Reflect having moved automake/.
1470        * psxstat/Makefile.am: Reflect having moved automake/.
1471        * psxtime/Makefile.am: Reflect having moved automake/.
1472        * psxtimer/Makefile.am: Reflect having moved automake/.
1473
14742003-08-14      Joel Sherrill <joel@OARcorp.com>
1475
1476        PR 408/filesystem
1477        * psx13/test.c: Added very rudimentary test of sync() service.
1478
14792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480
1481        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1482
14832003-06-12      Joel Sherrill <joel@OARcorp.com>
1484
1485        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1486
14872003-05-29      Joel Sherrill <joel@OARcorp.com>
1488
1489        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1490        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1491        psxtimer/psxtimer.c: Removed warnings.
1492
14932003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1496        CC_CFLAGS_DEFAULT (obsolete).
1497
14982003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1501        Remove CC_LDFLAGS_PROFILE_V.
1502
15032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1504
1505        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1506
15072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1510
15112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * configure.ac: AC_PREREQ(2.57).
1514
15152002-11-14      Joel Sherrill <joel@OARcorp.com>
1516
1517        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1518        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1519        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1520        Per PR239 update the IDs in the various screens.
1521
15222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1523
1524        * .cvsignore: Reformat.
1525        Add autom4te*cache.
1526        Remove autom4te.cache.
1527
15282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1531        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1532        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1533        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1534        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1535        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1536        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1537        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1538        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1539        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1540        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1541        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1542        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1543        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1544        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1545        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1546        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1547        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1548        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1549        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1550        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1551        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1552        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1553        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1554
15552002-08-01      Joel Sherrill <joel@OARcorp.com>
1556
1557        * Per PR47 add support for buffered test output.  This involved
1558        adding defines to redirect output to a buffer and dump it when
1559        full, at "test pause", and at exit.  To avoid problems when redefining
1560        exit(), all tests were modified to call rtems_test_exit().
1561        Some tests, notable psxtests, had to be modified to include
1562        the standard test macro .h file (pmacros.h or tmacros.h) to
1563        enable this support.
1564        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1565        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1566        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1567        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1568        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1569        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1570        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1571        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1572        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1573        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1574        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1575        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1576
15772002-07-05      Joel Sherrill <joel@OARcorp.com>
1578
1579        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1580        Updated as part of PR164 which reported problems with the RTEMS
1581        implementation of pthread_cancel.
1582       
15832001-04-26      Joel Sherrill <joel@OARcorp.com>
1584
1585        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1586        reworked POSIX message queues to add a descriptor separate from
1587        the underlying message queue.  This allows non-blocking to follow
1588        the "open" not the underlying queue.
1589 
15902002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1591
1592        * configure.ac: Remove ENABLE_GCC28.
1593
15942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1595
1596        * configure.ac:
1597        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1598        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1599        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1600        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1601        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1602        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1603        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1604        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1605        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1606        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1607        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1608        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1609        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1610        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1611        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1612        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1613        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1614        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1615        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1616        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1617        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1618        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1619        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1620        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1621        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1622        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1623        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1624        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1625
16262001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1627
1628        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1629        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1630        Since we check permissions before evaluating enough to see if it
1631        a regular file or directory, this hack is needed to make the regular
1632        file executable.
1633
16342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1635
1636        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1637        * configure.in: Remove.
1638        * configure.ac: New file, generated from configure.in by autoupdate.
1639
16402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641
1642        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1643
16442001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1645
1646        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1647        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1648        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1649        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1650        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1651        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1652        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1653        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1654        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1655        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1656        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1657        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1658        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1659        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1660        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1661        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1662        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1663        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1664        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1665        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1666        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1667        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1668        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1669        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1670
16712001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1672
1673        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1674        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1675        psxchroot01 test.
1676
16772001-05-25      Joel Sherrill <joel@OARcorp.com>
1678
1679        * Added once version of psxchroot01 test for user review.
1680        * psxchroot01: New directory.
1681        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1682        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1683        * configure.in, Makefile.am: Modified to reflect above.
1684
16852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1686
1687        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1688
16892001-04-24      Joel Sherrill <joel@OARcorp.com>
1690
1691        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1692        open, write, reopen, append twice from Andrew Bythell
1693        <abythell@nortelnetworks.com> that tripped an initialization
1694        problem in the IMFS.
1695
16962001-04-20      Joel Sherrill <joel@OARcorp.com>
1697
1698        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1699        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1700        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1701        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1702        Various adjustments so test output matches screens more reliably.
1703
17042001-01-25      Joel Sherrill <joel@OARcorp.com>
1705
1706        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1707
17082000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1709
1710        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1711        to remain consistant across platforms and bsps by forcing
1712        a mount point in front of all paths.
1713
17142000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1715
1716        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1717        expected error condition in one case.
1718        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1719        readdir() of root of mounted filesystem.  Also corrected the screen
1720        file for some mistakes noticed in this effort.
1721
17222000-11-13      Joel Sherrill <joel@OARcorp.com>
1723
1724        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1725
17262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1727
1728        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1729
17302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1731
1732        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1733
17342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1735
1736        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1737        Switch to GNU canonicalization.
1738        * psxtests.am: Remove DEFS.
1739
17402000-10-24      Joel Sherrill <joel@OARcorp.com>
1741
1742        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1743        It was formerly incorrectly prototyped in <libio.h>.
1744
17452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1748        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1749        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1750        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1751        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1752        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1753        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1754        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1755
17562000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1758        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1759        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1760        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1761        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1762        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1763        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1764
17652000-08-10      Joel Sherrill <joel@OARcorp.com>
1766
1767        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.