source: rtems/testsuites/psxtests/ChangeLog @ ff71b7d8

4.115
Last change on this file since ff71b7d8 was ff71b7d8, checked in by Joel Sherrill <joel.sherrill@…>, on 06/19/10 at 20:55:30

2010-06-19 Joel Sherrill <joel.sherrill@…>

  • psxfatal_support/init.c: Remove references to ITRON constants.
  • Property mode set to 100644
File size: 68.0 KB
Line 
12010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxfatal_support/init.c: Remove references to ITRON constants.
4
52010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
6
7        * psxfile01/test.c: Update for IMFS API changes.
8
92010-06-02      Chris Johns <chrisj@rtems.org>
10
11        * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
12        psxstat/test.c: Update to the new mount API.
13
142010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Add AC_CHECK_SIZEOF(off_t).
17        * include/pmacros.h: Add PRIdoff_t.
18
192010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
20
21        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
22        exercises the _rename_r in libcsupport. For now, it also
23        provides two fsmount_me_h handlers to enable certain error
24        checking paths
25
262010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * psxfile01/test.c: Add check for errno on chdir(NULL).
29
302010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
33
342010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
37        thread can reliably reach the pthread_join() call.
38
392010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
40
41        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
42        rewinddir(NULL) since we are now using newlib's implementation and it
43        does not check for NULL. This causes a fault on some targets.
44
452010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
48        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
49        Reflect POSIX changes to sched_param.
50
512010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
54        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
55        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
56        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
57        #include <unistd.h>.
58
592009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
60
61        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
62        to cover the trivial NULL case for pipe function.
63
642009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
67        and compilation issues. Initial test build was accidentally without
68        POSIX enabled.
69
702009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
73        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
74        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
75        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
76        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
77        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
78        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
79        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
80        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
81        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
82        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
83        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
84        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
85        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
86        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
87        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
88        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
89        Use rtems_test_assert() consistently instead of system assert().
90        rtems_test_assert() is designed to integrate into the RTEMS test
91        suite infrastructure.
92
932009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
96        families.
97        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
98        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
99
1002009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        PR 1460/cpukit
103        * psx14/init.c: Change return type on methods accessing portions of
104        RTEMS Ids to int. This allows -1 to be return on error.
105
1062009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        PR 1466/tests
109        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
110        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
111        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
112        Add test specifically to test it since it is deprecated as of
113        POSIX.1-2008.
114        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
115        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
116
1172009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * psxcancel01/init.c: Initialize start time.
120
1212009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
124        returned by POSIX methods which return a pointer which is -1 on
125        error. This eliminated some casts.
126
1272009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * psxenosys/Makefile.am: Add documentation file.
130        * psxenosys/psxenosys.doc: New file.
131
1322009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * psxsignal03/init.c:
135        Print sigval.sival_ptr instead of "union sigval".
136
1372009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
140        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
141        * psxfile01/test.c: Remove obsure #ifdef's.
142        Apply PRI* macros to print struct stat fields.
143
1442009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
147        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
148
1492009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * include/pmacros.h: November is the 11th month.
152
1532009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * psxstat/test.c: Remove #ifdef's.
156        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
157        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
158        if 12MB are too big for a target (16bit compliance).
159        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
160        for 16bit compliance.
161        * psx14/init.c: Add local prototypes for
162        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
163        Reflect the prototypes having been missing to printf's.
164
1652009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * psxsysconf/init.c:
168        Comment out sysconf(LONG_MAX) check (not useful).
169        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
170        16bit compliance.
171        * psx11/task.c: Use long for nsecs.
172        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
173        attribute to pthread_condattr_setpshared for 16bit target compliance.
174
1752009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * psxbarrier01/test.c: Include <tmacros.h>
178
1792009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
182        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
183        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
184        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
185        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
186        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
187        Use PRIxpthread_t to print pthread_t's.
188
1892009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * psxmsgq02/init.c:
192        Remove cast in call to fatal_posix_service_status_errno.
193        * psxenosys/init.c:
194        Add missing args in calls to execl, execlp, execle.
195        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
196        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
197        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
198        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
199        * configure.ac:
200        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
201
2022009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
205        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
206        * psxclock/init.c: Use %ld to print *.tv_nsec.
207        * psx06/init.c, psx06/system.h: Misc. warning fixes.
208
2092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * psxsignal03/init.c: Add missing argument to printf.
212        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
213        * psxclock/init.c, psxtimer01/psxtimer.c:
214        Use PRItime_t to print time_t's.
215        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
216        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
217
2182009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * psxtime/test.c: Include <sys/time.h>.
221        Conditionally add local prototype for adjtime()
222        if sys/time.h doesn't supply it.
223        * psx07/init.c: Include <sched.h>, <pthread.h>.
224        * psx05/init.c: Include <sched.h>.
225        * psx11/init.c, psx09/init.c: Include <sched.h>.
226        * psx12/init.c: Include <sched.h>.
227        * psxenosys/init.c: Include <pthread.h>.
228        Conditionally add local prototype for pthread_atfork()
229        if pthread.h doesn't supply it.
230        * psxkey01/init.c: Include "test_support.h".
231
2322009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * configure.ac: Check for pthread_atfork in pthread.h.
235        * psxrwlock01/test.c: Conditionally add local prototype for
236        pthread_atfork() if pthread.h doesn't supply it.
237        Include <pthread.h>.
238
2392009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
240
241        * configure.ac: Check for sys/mman.h.
242        Check for mprotect in sys/mman.h.
243        * psxenosys/init.c: Conditionally add local prototype for
244        mprotect() if sys/mman.h doesn't supply it.
245
2462009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
249        * psxrwlock01/test.c: Conditionally add local prototype for
250        pthread_rwlock_unlock() if pthread.h doesn't supply it.
251
2522009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
255        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
256        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
257        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
258        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
259        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
260        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
261        psxualarm/init.c: Remove unused vars.
262        Add missing prototypes.
263
2642009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * Makefile.am: Build file IO related tests even with POSIX threading is
267        disabled.
268
2692009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * configure.ac: Don't add -ansi -fasm to CFLAGS.
272
2732009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
276        remaining to not equal the period.
277
2782009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
281
2822009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * psxcleanup/system.h: Fix typo.
285        * Makefile.am, configure.ac: Add new test for exercising pushing
286        and popping a clean up handler without actually executing it.
287        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
288        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
289        psxcleanup01/psxcleanup01.scn: New files.
290
2912009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
292
293        * Makefile.am, configure.ac: Add new test to ensure that canceling an
294        alarm works as defined.
295        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
296        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
297
2982009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
301
3022009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
305        parameter to timer_settime().
306
3072009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
310        timer_settime() for previous value. We are not using the
311        value in this particular case and this path must be exercised.
312        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
313
3142009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
317        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
318        cases.
319
3202009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
323        from an ISR.
324        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
325        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
326
3272009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
330        deprecated rtems_extension.
331
3322009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
335        nanoseconds.
336
3372009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
340        getpagesize().
341
3422009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
345        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
346        psxsignal04/Makefile.am: Move test cases which needed to be executed
347        when POSIX is disabled to psxclock so they will be.
348
3492009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
352        test to exercise clock and delay services enabled when POSIX threads
353        are disabled. This is split from psx01. POSIX test suite now enabled
354        when POSIX threads are disabled so only enable tests which are
355        appropriate.
356        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
357        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
358
3592009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
360
361        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
362        when not to change ssporadic scheduler so it does not touch a task's
363        priority when it is holding a mutex or its priority would be impacted
364        adversely.
365
3662009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
369        for adjusting time (adjtime()) where the time is adjusted by enough
370        microseconds that it crosses a second boundary.
371
3722009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
373
374        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
375        test to catch more sporadic server cases.
376
3772009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
380        remaining pointer.
381
3822009-08-17     
383
384        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
385        a recursize mutex.
386
3872009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
390        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
391        rtems_clock_get_ticks_per_second().
392
3932009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
394
395        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
396        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
397
3982009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
401        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
402
4032009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * Makefile.am, configure.ac: Add test case for user providing their own
406        stack to a POSIX thread.
407        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
408        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
409
4102009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
413        that it hits both failing to allocate memory for the message queue
414        name and message buffers.
415
4162009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
419        quicker and more reliably hit the intended critical section.
420
4212009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
422
423        * Makefile.am, configure.ac: Add a test to exercise an odd case in
424        _POSIX_signals_Clear_signals.
425        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
426        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
427
4282009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * psxmsgq04/init.c: Correct typo in configuration so test does as
431        intended.
432
4332009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
436        Update to handle ENFILE case now that POSIX message queues and
437        message queue file descriptors are configured separately and this
438        error is possible.
439
4402009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
441
442        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
443        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
444        allocating the message buffers for a POSIX message queue.
445
4462009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
449        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
450        is right. Update both screens.
451
4522009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
455        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
456        variation which focused on real-time signals rather than user
457        signals.
458        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
459        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
460
4612009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
464        replenish period of zero.
465
4662009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
467
468        * Makefile.am, configure.ac: Add new test to account for properly
469        handling keys when a thread has non-NULL key value and key has NULL
470        destructor and when a thread has NULL key value and key has
471        destructor.
472        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
473        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
474
4752009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
476
477        * Makefile.am, configure.ac: Add new test for exercising running out of
478        memory while allocating the key pointers.
479        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
480        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
481
4822009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
483
484        * psxmsgq04/init.c: Add call to mq_unlink.
485
4862009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
487
488        * Makefile.am, configure.ac: Add shell of new test.
489        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
490        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
491
4922009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
493
494        * Makefile.am, configure.ac: Add test to address cases where a thread
495        is waiting on a signal (sigwait) and we send it. Also address case
496        where there are too many queued signals.
497        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
498        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
499
5002009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
501
502        * psxsignal02/init.c: Fix spacing.
503
5042009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
505
506        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
507        mq_timedreceive and mq_timedsend conditions. In particular test
508        timeout in the past.
509
5102009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
511
512        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
513        with timeout in the past.
514
5152009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
516
517        * psxsignal02/psxsignal02.scn: Fill in screen file.
518
5192009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
520
521        * Makefile.am, configure.ac: Add new test to exercise algorithm to
522        dispatch process wide signals to individual threads.
523        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
524        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
525
5262009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
527
528        * Makefile.am, configure.ac: Add test to exercise interrupt
529        synchronization logic in _POSIX_Timer_Insert_helper that supports
530        POSIX timers.
531        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
532        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
533        psxintrcritical01/psxintrcritical01.scn: New files.
534
5352009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
536
537        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
538        multiple cases which complete coverage of thread cancellation.
539        * psxcancel/psxcancel.doc: New file.
540
5412009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
542
543        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
544        * psxsem01/system.h: Removed.
545
5462009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
547
548        * psxsem01/init.c: Eliminate warning.
549
5502009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        * psxcancel/init.c: Clean up.
553
5542009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
555
556        * psxmutexattr01/init.c: Make test optional if tools do not support
557        posix mutex type attribute.
558
5592009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
560
561        * Makefile.am, configure.ac: Add new test to exercise error case for
562        when a task is blocked on a condition variable with one mutex and
563        another task attempts to block on the same condition variable with
564        another mutex.
565        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
566        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
567
5682009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
569
570        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
571        trylock is unable to obtain the spinlock and that attempting to
572        unlock a spinlock from a thread which did not lock it works as
573        expected.
574        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
575        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
576        New files.
577
5782009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
579
580        * psxspin01/test.c: Remove unnecessary defines.
581
5822009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * psx11/init.c: Use explicit scheduler.
585
5862009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
587
588        * Makefile.am, configure.ac: Add test to exercise
589        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
590        toolset enables the feature.
591        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
592        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
593        psxmutexattr01/psxmutexattr01.scn: New files.
594
5952009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
596
597        * Makefile.am, configure.ac: Add test for auto initialization of
598        message queues.
599        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
600        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
601        psxautoinit02/psxautoinit02.scn: New files.
602
6032009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
604
605        * Makefile.am, configure.ac: Add test of pthread mutex auto
606        intialization.
607        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
608        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
609
6102009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
611
612        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
613
6142009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
615
616        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
617        code.
618
6192009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
620
621        * psx07/init.c: Slight test fix to ensure state of sched_param
622        structure.
623
6242009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
625
626        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
627        obtaining an rwlock and then releasing it twice.
628
6292009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
632
6332009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
634
635        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
636        sigtimedwait(). Update screen file.
637
6382009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
639
640        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
641        obtaining rwlock for write with a timed lock operation when the
642        abstime timeout is in the past.
643
6442009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
645
646        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
647        obtaining rwlock for read with a timed lock operation when the
648        abstime timeout is in the past.
649
6502009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
651
652        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
653        that the assert has been removed in the source.
654
6552009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
656
657        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
658        mode bits being set. This behavior was not POSIX compliant and has
659        been corrected in the filesystem code.
660
6612009-06-18      Chris Johns <chrisj@rtems.org>
662
663        * psx04/task3.c: Declare unions volatile to workaround the H8300
664        gcc bug.
665
6662009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
667
668        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
669        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
670        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
671
6722009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
673
674        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
675        NULL attribute pointer on init.
676
6772009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
680        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
681        Improved so coverage is better.
682
6832009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
684
685        * psx04/init.c: Correct errors introduced by using different variable
686        for return type when correcting typing warnings.
687
6882009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
689
690        * Makefile.am, configure.ac: Add new test to provide coverage analysis
691        of the current implementation of getitimer() and setitimer().
692        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
693        psxitimer/psxitimer.scn: New files.
694
6952009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
696
697        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
698        case to improve coverage analysis.
699
7002009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
701
702        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
703        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
704        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
705        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
706        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
707        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
708        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
709
7102009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
711
712        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
713        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
714        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
715        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
716        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
717        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
718        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
719        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
720        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
721        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
722        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
723        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
724        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
725        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
726        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
727        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
728        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
729        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
730        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
731        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
732        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
733        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
734        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
735        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
736        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
737        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
738        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
739        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
740        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
741        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
742        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
743        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
744        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
745        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
746        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
747        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
748        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
749        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
750        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
751        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
752        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
753        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
754        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
755        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
756        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
757        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
758        psxhdrs/timer07.c: Fix warnings.
759
7602009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
761
762        * psxfile01/test.c: Change from int to size_t.
763
7642009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
765
766        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
767        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
768        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
769        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
770        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
771        psxcancel/Makefile.am, psxchroot01/Makefile.am,
772        psxcleanup/Makefile.am, psxenosys/Makefile.am,
773        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
774        psxfile01/Makefile.am, psxkey01/Makefile.am,
775        psxmount/Makefile.am, psxmsgq01/Makefile.am,
776        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
777        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
778        psxsem01/Makefile.am, psxsignal01/Makefile.am,
779        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
780        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
781        psxualarm/Makefile.am: Eliminate _exe_/.exe.
782
7832009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
784
785        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
786        with create option so we are sure it will get a control block and
787        proceed to allocate other memory. Clean up screen output.
788
7892008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
790
791        * psx05/init.c: Add parameter to call to sched_get_priority_max().
792
7932008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
794
795        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
796        Run all tests successfully with maxixum number of priorities as 16
797        instead of 256. This was done by temporarily modifying the score
798        priority.h maximum. This allowed testing of all API code to ensure
799        that it worked properly with a reduced number of priorities. Most
800        modifications were to switch from hard-coded maximum to using the API
801        provided methods to determine maximum number of priority levels.
802
8032008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
804
805        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
806        clock_gettime() NOT by reaching into the SuperCore.
807
8082008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
809
810        * psx01/psx01.scn: Bump version to 4.9.99.0
811
8122008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
813
814        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
815        psxfatal_support/system.h: Convert to "bool".
816
8172008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
818
819        PR 1296/cpukit.
820        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
821        incorrect repeat interval. This patch fixes the following problems in
822        the test.
823          (1) Adds test for value of it_interval.tv_nsec.
824          (2) Corrects test for absolute timer in past.
825          (3) Modifies test to use different initial and repeat periods.
826          (4) Updates psxtimer01.scn to match results.
827
8282008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
829
830        PR 1297/cpukit
831        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
832        pointer handling.
833
8342008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
835
836        * psxsem01/init.c: Spacing.
837
8382008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
839
840        PR 1293/tests
841        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
842
8432008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
844
845        PR 1291/cpukit
846        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
847        POSIX services taking relative instead of absolute time for timeouts,
848        these tests were updated.
849
8502008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
851
852        * psxfile01/test.c: truncate on /dev/console now works.
853
8542008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
855
856        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
857        requested for initialization task.
858
8592008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
860
861        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
862        like CVS conflict markers.
863
8642008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
865
866        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
867        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
868
8692008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
870
871        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
872
8732008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
874
875        * psxkey01/task.c: Fix warnings.
876
8772008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
878
879        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
880
8812008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
882
883        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
884        Added tests for failure path coverages. Consolidated methods used in
885        multiple places into support routines.
886        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
887        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
888        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
889
8902008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
891
892        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
893        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
894        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
895        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
896        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
897        Make tmacros.h available to all POSIX tests. Add a clock_settime case
898        for < 1988.
899
9002008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
901
902        * Makefile.am, configure.ac: New tests.
903        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
904        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
905        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
906        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
907        psxfatal_support/init.c, psxfatal_support/system.h: New files.
908
9092008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
910
911        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
912        portions of Object Services added to API.
913        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
914        psx14/system.h: New files.
915
9162008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
917
918        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
919        pthread_attr_[get|set]clock.
920
9212008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
922
923        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
924        implementation mprotect().
925
9262008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
927
928        * psxcleanup/.cvsignore: New file.
929
9302008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
931
932        * psxcleanup/system.h: New file.
933
9342008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
935
936        * Makefile.am, configure.ac:
937        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
938        psxcleanup/psxcleanup.scn: New files.
939
9402008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
941
942        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
943        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
944
9452007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
946
947        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
948
9492007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
950
951        * Makefile.am, configure.ac: Added test for ualarm
952        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
953        psxualarm/system.h: New files.
954
9552007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
956
957        * Makefile.am, configure.ac: Added posix signal test
958        * psxsignal01/Makefile.am, psxsignal01/init.c,
959        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
960        psxsignal01/task1.c: New files.
961
9622007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
963
964        * Makefile.am, configure.ac: Add test for sysconf().
965        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
966        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
967
9682007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
969
970        * psx01/init.c, psx01/psx01.scn: Add more test cases for
971        sched_rr_get_interval() and sched_get_priority_max().
972
9732007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
974
975        * psxenosys/init.c: Fix typo.
976
9772007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
978
979        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
980        addition of second POSIX Timer test. Add initial version of
981        psxtimer02 to cover some conditions missed in psxtimer01. More cases
982        left to add.
983        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
984        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
985        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
986        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
987        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
988        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
989
9902007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
991
992        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
993
9942007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
995
996        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
997        functions that return ENOSYS.
998        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
999        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
1000
10012007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1002
1003        * psx13/test.c: Fix spelling error.
1004
10052007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1006
1007        * psxtime/test.c: Add tests for adjtime().
1008
10092007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1010
1011        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
1012        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
1013        cases to improve test coverage.
1014
10152007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1016
1017        PR 1262/filesystem
1018        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1019        and writev() including documentation and test case.
1020        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1021        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1022
10232007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1024
1025        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1026        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1027        test cases so last output line follows END OF pattern. Make sure test
1028        case all run. All tests appeared ok on sis.
1029
10302007-04-05      Joel Sherrill <joel@OARcorp.com>
1031
1032        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1033        behavior more closely matching GNU/Linux.
1034
10352006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1036
1037        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1038        include normal blocking and unblocking on timeout.
1039
10402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1041
1042        * configure.ac: New BUG-REPORT address.
1043
10442006-11-17      Joel Sherrill <joel@OARcorp.com>
1045
1046        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1047        Previously the timeout was not absolute time and checked BEFORE
1048        attempting to lock semaphore.
1049
10502006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1051
1052        * psxbarrier01/main.c: New file.
1053
10542006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1055
1056        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1057        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1058        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1059        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1060
10612006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1062
1063        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1064        and partial implementation of POSIX rwlocks.
1065        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1066        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1067
10682006-10-30      Joel Sherrill <joel@OARcorp.com>
1069
1070        PR 841/rtems
1071        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1072        specification.
1073
10742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1075
1076        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1077
10782006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1079
1080        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1081        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1082        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1083        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1084        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1085        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1086        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1087        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1088        Use rtems_testsdir instead.
1089
10902005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1091
1092        * configure.ac: Remove RTEMS_ENABLE_BARE,
1093        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1094
10952005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1096
1097        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1098        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1099        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1100        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1101        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1102        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1103        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1104        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1105        Convert to using *_PROGRAMS.
1106
11072005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1108
1109        * psx01/Makefile.am, psx02/Makefile.am,
1110        psx03/Makefile.am, psx04/Makefile.am,
1111        psx05/Makefile.am, psx06/Makefile.am,
1112        psx07/Makefile.am, psx08/Makefile.am,
1113        psx09/Makefile.am, psx10/Makefile.am,
1114        psx11/Makefile.am, psx12/Makefile.am,
1115        psx13/Makefile.am, psxcancel/Makefile.am,
1116        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1117        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1118        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1119        psxstat/Makefile.am, psxtime/Makefile.am,
1120        psxtimer/Makefile.am: Rework.
1121
11222005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1123
1124        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1125        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1126        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1127        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1128        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1129        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1130        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1131        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1132        * psxtests.am: Remove.
1133
11342005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1135
1136        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1137        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1138        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1139        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1140        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1141        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1142        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1143        psxtime/Makefile.am, psxtimer/Makefile.am:
1144        AM_CPPFLAGS += -I..../support/include.
1145
11462005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1147
1148        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1149
11502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1151
1152        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1153        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1154        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1155        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1156        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1157        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1158        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1159        psxstat/Makefile.am: Add ../include/pmacros.h
1160        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1161        POSIX_FILES_DIRS.
1162        * psxtests.am: Remove LIB_VARIANT.
1163
11642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1165
1166        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1167        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1168        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1169        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1170        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1171        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1172        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1173        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1174        Remove SRC, PRINT_SRC.
1175
11762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1177
1178        * Makefile.am: Cleanup.
1179
11802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1181
1182        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1183        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1184        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1185        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1186        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1187        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1188        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1189        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1190        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1191        Partial conversion to automake.
1192
11932005-09-01      Joel Sherrill <joel@OARcorp.com>
1194
1195        PR 628/rtems
1196        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1197        being an error.
1198
11992005-04-26      Joel Sherrill <joel@OARcorp.com>
1200
1201        * psxreaddir/test.c: Eliminate warnings.
1202
12032004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1204
1205        * configure.ac: Require automake > 1.9.
1206
12072004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1208
1209        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1210        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1211        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1212        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1213        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1214        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1215        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1216        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1217        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1218        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1219        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1220        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1221        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1222        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1223        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1224        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1225        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1226        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1227        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1228        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1229        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1230        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1231        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1232
12332004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1234
1235        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1236        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1237        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1238        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1239
12402004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1241
1242        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1243        to using c99 fixed size types.
1244
12452004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1246
1247        * Makefile.am: Remove include from SUBDIRS.
1248
12492004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1250
1251        * include/Makefile.am: Remove.
1252        * Makefile.am: Merge-in include/Makefile.am.
1253        * configure.ac: Reflect changes above.
1254
12552004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * configure.ac: Add 2nd arg to RTEMS_TOP.
1258
12592004-03-05      Joel Sherrill <joel@OARcorp.com>
1260
1261        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1262        psxtimer/psxtimer.c: Eliminate warnings and typos.
1263
12642004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1265
1266        PR 582/core
1267        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1268        queue test so more of it runs now.
1269
12702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271
1272        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1273        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1274        * psx02/Makefile.am: Ditto.
1275        * psx03/Makefile.am: Ditto.
1276        * psx04/Makefile.am: Ditto.
1277        * psx05/Makefile.am: Ditto.
1278        * psx06/Makefile.am: Ditto.
1279        * psx07/Makefile.am: Ditto.
1280        * psx08/Makefile.am: Ditto.
1281        * psx09/Makefile.am: Ditto.
1282        * psx10/Makefile.am: Ditto.
1283        * psx11/Makefile.am: Ditto.
1284        * psx12/Makefile.am: Ditto.
1285        * psx13/Makefile.am: Ditto.
1286        * psxcancel/Makefile.am: Ditto.
1287        * psxchroot01/Makefile.am: Ditto.
1288        * psxfile01/Makefile.am: Ditto.
1289        * psxmount/Makefile.am: Ditto.
1290        * psxmsgq01/Makefile.am: Ditto.
1291        * psxreaddir/Makefile.am: Ditto.
1292        * psxsem01/Makefile.am: Ditto.
1293        * psxstat/Makefile.am: Ditto.
1294        * psxtime/Makefile.am: Ditto.
1295        * psxtimer/Makefile.am: Ditto.
1296
12972003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * psxtests.am: Add dirstamp support.
1300
13012003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1304
13052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1308
13092003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * psxcancel/Makefile.am: Remove used H_FILES.
1312
13132003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * include/Makefile.am: Reformat.
1316        * psx01/Makefile.am: Remove all-local: $(ARCH).
1317        * psx02/Makefile.am: Remove all-local: $(ARCH).
1318        * psx03/Makefile.am: Remove all-local: $(ARCH).
1319        * psx04/Makefile.am: Remove all-local: $(ARCH).
1320        * psx05/Makefile.am: Remove all-local: $(ARCH).
1321        * psx06/Makefile.am: Remove all-local: $(ARCH).
1322        * psx07/Makefile.am: Remove all-local: $(ARCH).
1323        * psx08/Makefile.am: Remove all-local: $(ARCH).
1324        * psx09/Makefile.am: Remove all-local: $(ARCH).
1325        * psx10/Makefile.am: Remove all-local: $(ARCH).
1326        * psx11/Makefile.am: Remove all-local: $(ARCH).
1327        * psx12/Makefile.am: Remove all-local: $(ARCH).
1328        * psx13/Makefile.am: Remove all-local: $(ARCH).
1329        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1330        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1331        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1332        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1333        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1334        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1335        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1336        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1337        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1338        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1339        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1340
13412003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1342
1343        * configure.ac: Reflect having moved to testsuites/.
1344
13452003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1348
13492003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1350
1351        * configure.ac:Remove RTEMS_CHECK_CPU.
1352
13532003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1354
1355        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1356
13572003-09-04      Joel Sherrill <joel@OARcorp.com>
1358
1359        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1360        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1361        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1362        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1363        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1364        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1365        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1366        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1367        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1368        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1369        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1370        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1371        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1372        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1373        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1374        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1375        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1376        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1377        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1378        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1379        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1380        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1381        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1382        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1383        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1384        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1385        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1386        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1387        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1388        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1389        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1390        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1391        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1392        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1393        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1394        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1395        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1396        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1397        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1398        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1399        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1400        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1401        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1402        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1403        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1404        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1405        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1406        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1407        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1408        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1409        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1410        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1411        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1412        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1413        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1414        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1415        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1416        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1417        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1418        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1419        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1420        psxtimer/system.h: URL for license changed.
1421
14222003-09-04      Joel Sherrill <joel@OARcorp.com>
1423
1424        PR 462/tests
1425        * psxhdrs/Makefile.am: Added ualarm.c
1426        * psxhdrs/signal23.c: New file.
1427
14282003-09-03      Joel Sherrill <joel@OARcorp.com>
1429
1430        PR 463/tests
1431        PR 465/tests
1432        * psxhdrs/Makefile.am: Add new test cases.
1433        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1434        psxhdrs/timer07.c: New files.
1435
14362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * Makefile.am: Reflect having moved aclocal/.
1439
14402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1441
1442        * Makefile.am: Reflect having moved automake/.
1443        * include/Makefile.am: Reflect having moved automake/.
1444        * psx01/Makefile.am: Reflect having moved automake/.
1445        * psx02/Makefile.am: Reflect having moved automake/.
1446        * psx03/Makefile.am: Reflect having moved automake/.
1447        * psx04/Makefile.am: Reflect having moved automake/.
1448        * psx05/Makefile.am: Reflect having moved automake/.
1449        * psx06/Makefile.am: Reflect having moved automake/.
1450        * psx07/Makefile.am: Reflect having moved automake/.
1451        * psx08/Makefile.am: Reflect having moved automake/.
1452        * psx09/Makefile.am: Reflect having moved automake/.
1453        * psx10/Makefile.am: Reflect having moved automake/.
1454        * psx11/Makefile.am: Reflect having moved automake/.
1455        * psx12/Makefile.am: Reflect having moved automake/.
1456        * psx13/Makefile.am: Reflect having moved automake/.
1457        * psxcancel/Makefile.am: Reflect having moved automake/.
1458        * psxchroot01/Makefile.am: Reflect having moved automake/.
1459        * psxfile01/Makefile.am: Reflect having moved automake/.
1460        * psxhdrs/Makefile.am: Reflect having moved automake/.
1461        * psxmount/Makefile.am: Reflect having moved automake/.
1462        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1463        * psxreaddir/Makefile.am: Reflect having moved automake/.
1464        * psxsem01/Makefile.am: Reflect having moved automake/.
1465        * psxstat/Makefile.am: Reflect having moved automake/.
1466        * psxtime/Makefile.am: Reflect having moved automake/.
1467        * psxtimer/Makefile.am: Reflect having moved automake/.
1468
14692003-08-14      Joel Sherrill <joel@OARcorp.com>
1470
1471        PR 408/filesystem
1472        * psx13/test.c: Added very rudimentary test of sync() service.
1473
14742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1475
1476        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1477
14782003-06-12      Joel Sherrill <joel@OARcorp.com>
1479
1480        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1481
14822003-05-29      Joel Sherrill <joel@OARcorp.com>
1483
1484        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1485        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1486        psxtimer/psxtimer.c: Removed warnings.
1487
14882003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1491        CC_CFLAGS_DEFAULT (obsolete).
1492
14932003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1496        Remove CC_LDFLAGS_PROFILE_V.
1497
14982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1501
15022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1505
15062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1507
1508        * configure.ac: AC_PREREQ(2.57).
1509
15102002-11-14      Joel Sherrill <joel@OARcorp.com>
1511
1512        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1513        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1514        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1515        Per PR239 update the IDs in the various screens.
1516
15172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1518
1519        * .cvsignore: Reformat.
1520        Add autom4te*cache.
1521        Remove autom4te.cache.
1522
15232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1526        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1527        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1528        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1529        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1530        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1531        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1532        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1533        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1534        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1535        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1536        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1537        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1538        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1539        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1540        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1541        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1542        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1543        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1544        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1545        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1546        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1547        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1548        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1549
15502002-08-01      Joel Sherrill <joel@OARcorp.com>
1551
1552        * Per PR47 add support for buffered test output.  This involved
1553        adding defines to redirect output to a buffer and dump it when
1554        full, at "test pause", and at exit.  To avoid problems when redefining
1555        exit(), all tests were modified to call rtems_test_exit().
1556        Some tests, notable psxtests, had to be modified to include
1557        the standard test macro .h file (pmacros.h or tmacros.h) to
1558        enable this support.
1559        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1560        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1561        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1562        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1563        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1564        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1565        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1566        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1567        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1568        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1569        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1570        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1571
15722002-07-05      Joel Sherrill <joel@OARcorp.com>
1573
1574        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1575        Updated as part of PR164 which reported problems with the RTEMS
1576        implementation of pthread_cancel.
1577       
15782001-04-26      Joel Sherrill <joel@OARcorp.com>
1579
1580        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1581        reworked POSIX message queues to add a descriptor separate from
1582        the underlying message queue.  This allows non-blocking to follow
1583        the "open" not the underlying queue.
1584 
15852002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * configure.ac: Remove ENABLE_GCC28.
1588
15892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1590
1591        * configure.ac:
1592        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1593        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1594        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1595        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1596        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1597        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1598        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1599        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1600        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1601        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1602        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1603        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1604        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1605        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1606        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1607        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1608        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1609        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1610        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1611        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1612        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1613        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1614        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1615        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1616        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1617        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1618        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1619        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1620
16212001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1622
1623        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1624        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1625        Since we check permissions before evaluating enough to see if it
1626        a regular file or directory, this hack is needed to make the regular
1627        file executable.
1628
16292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1630
1631        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1632        * configure.in: Remove.
1633        * configure.ac: New file, generated from configure.in by autoupdate.
1634
16352001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1638
16392001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1640
1641        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1642        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1643        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1644        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1645        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1646        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1647        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1648        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1649        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1650        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1651        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1652        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1653        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1654        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1655        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1656        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1657        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1658        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1659        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1660        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1661        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1662        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1663        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1664        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1665
16662001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1667
1668        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1669        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1670        psxchroot01 test.
1671
16722001-05-25      Joel Sherrill <joel@OARcorp.com>
1673
1674        * Added once version of psxchroot01 test for user review.
1675        * psxchroot01: New directory.
1676        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1677        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1678        * configure.in, Makefile.am: Modified to reflect above.
1679
16802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1681
1682        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1683
16842001-04-24      Joel Sherrill <joel@OARcorp.com>
1685
1686        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1687        open, write, reopen, append twice from Andrew Bythell
1688        <abythell@nortelnetworks.com> that tripped an initialization
1689        problem in the IMFS.
1690
16912001-04-20      Joel Sherrill <joel@OARcorp.com>
1692
1693        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1694        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1695        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1696        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1697        Various adjustments so test output matches screens more reliably.
1698
16992001-01-25      Joel Sherrill <joel@OARcorp.com>
1700
1701        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1702
17032000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1704
1705        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1706        to remain consistant across platforms and bsps by forcing
1707        a mount point in front of all paths.
1708
17092000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1710
1711        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1712        expected error condition in one case.
1713        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1714        readdir() of root of mounted filesystem.  Also corrected the screen
1715        file for some mistakes noticed in this effort.
1716
17172000-11-13      Joel Sherrill <joel@OARcorp.com>
1718
1719        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1720
17212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1722
1723        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1724
17252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1726
1727        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1728
17292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1730
1731        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1732        Switch to GNU canonicalization.
1733        * psxtests.am: Remove DEFS.
1734
17352000-10-24      Joel Sherrill <joel@OARcorp.com>
1736
1737        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1738        It was formerly incorrectly prototyped in <libio.h>.
1739
17402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1741
1742        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1743        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1744        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1745        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1746        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1747        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1748        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1749        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1750
17512000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1752        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1753        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1754        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1755        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1756        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1757        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1758        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1759
17602000-08-10      Joel Sherrill <joel@OARcorp.com>
1761
1762        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.