source: rtems/testsuites/psxtests/ChangeLog @ c606844

4.104.115
Last change on this file since c606844 was c606844, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 09:10:27

2009-10-26 Ralf Corsépius <ralf.corsepius@…>

  • psxclock/init.c, psxtimer01/psxtimer.c: Use PRItime_t to print time_t's.
  • Property mode set to 100644
File size: 60.1 KB
Line 
12009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * psxclock/init.c, psxtimer01/psxtimer.c:
4        Use PRItime_t to print time_t's.
5        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
6        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
7
82009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * psxtime/test.c: Include <sys/time.h>.
11        Conditionally add local prototype for adjtime()
12        if sys/time.h doesn't supply it.
13        * psx07/init.c: Include <sched.h>, <pthread.h>.
14        * psx05/init.c: Include <sched.h>.
15        * psx11/init.c, psx09/init.c: Include <sched.h>.
16        * psx12/init.c: Include <sched.h>.
17        * psxenosys/init.c: Include <pthread.h>.
18        Conditionally add local prototype for pthread_atfork()
19        if pthread.h doesn't supply it.
20        * psxkey01/init.c: Include "test_support.h".
21
222009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Check for pthread_atfork in pthread.h.
25        * psxrwlock01/test.c: Conditionally add local prototype for
26        pthread_atfork() if pthread.h doesn't supply it.
27        Include <pthread.h>.
28
292009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: Check for sys/mman.h.
32        Check for mprotect in sys/mman.h.
33        * psxenosys/init.c: Conditionally add local prototype for
34        mprotect() if sys/mman.h doesn't supply it.
35
362009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
39        * psxrwlock01/test.c: Conditionally add local prototype for
40        pthread_rwlock_unlock() if pthread.h doesn't supply it.
41
422009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
45        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
46        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
47        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
48        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
49        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
50        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
51        psxualarm/init.c: Remove unused vars.
52        Add missing prototypes.
53
542009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am: Build file IO related tests even with POSIX threading is
57        disabled.
58
592009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: Don't add -ansi -fasm to CFLAGS.
62
632009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
66        remaining to not equal the period.
67
682009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
71
722009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * psxcleanup/system.h: Fix typo.
75        * Makefile.am, configure.ac: Add new test for exercising pushing
76        and popping a clean up handler without actually executing it.
77        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
78        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
79        psxcleanup01/psxcleanup01.scn: New files.
80
812009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am, configure.ac: Add new test to ensure that canceling an
84        alarm works as defined.
85        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
86        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
87
882009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
91
922009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
95        parameter to timer_settime().
96
972009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
100        timer_settime() for previous value. We are not using the
101        value in this particular case and this path must be exercised.
102        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
103
1042009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
107        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
108        cases.
109
1102009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
113        from an ISR.
114        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
115        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
116
1172009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
120        deprecated rtems_extension.
121
1222009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
125        nanoseconds.
126
1272009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
130        getpagesize().
131
1322009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
135        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
136        psxsignal04/Makefile.am: Move test cases which needed to be executed
137        when POSIX is disabled to psxclock so they will be.
138
1392009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
142        test to exercise clock and delay services enabled when POSIX threads
143        are disabled. This is split from psx01. POSIX test suite now enabled
144        when POSIX threads are disabled so only enable tests which are
145        appropriate.
146        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
147        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
148
1492009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
152        when not to change ssporadic scheduler so it does not touch a task's
153        priority when it is holding a mutex or its priority would be impacted
154        adversely.
155
1562009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
159        for adjusting time (adjtime()) where the time is adjusted by enough
160        microseconds that it crosses a second boundary.
161
1622009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
163
164        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
165        test to catch more sporadic server cases.
166
1672009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
170        remaining pointer.
171
1722009-08-17     
173
174        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
175        a recursize mutex.
176
1772009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
180        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
181        rtems_clock_get_ticks_per_second().
182
1832009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
186        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
187
1882009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
191        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
192
1932009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * Makefile.am, configure.ac: Add test case for user providing their own
196        stack to a POSIX thread.
197        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
198        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
199
2002009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
203        that it hits both failing to allocate memory for the message queue
204        name and message buffers.
205
2062009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
209        quicker and more reliably hit the intended critical section.
210
2112009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * Makefile.am, configure.ac: Add a test to exercise an odd case in
214        _POSIX_signals_Clear_signals.
215        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
216        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
217
2182009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * psxmsgq04/init.c: Correct typo in configuration so test does as
221        intended.
222
2232009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
226        Update to handle ENFILE case now that POSIX message queues and
227        message queue file descriptors are configured separately and this
228        error is possible.
229
2302009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
231
232        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
233        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
234        allocating the message buffers for a POSIX message queue.
235
2362009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
239        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
240        is right. Update both screens.
241
2422009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
245        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
246        variation which focused on real-time signals rather than user
247        signals.
248        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
249        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
250
2512009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
254        replenish period of zero.
255
2562009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * Makefile.am, configure.ac: Add new test to account for properly
259        handling keys when a thread has non-NULL key value and key has NULL
260        destructor and when a thread has NULL key value and key has
261        destructor.
262        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
263        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
264
2652009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * Makefile.am, configure.ac: Add new test for exercising running out of
268        memory while allocating the key pointers.
269        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
270        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
271
2722009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * psxmsgq04/init.c: Add call to mq_unlink.
275
2762009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * Makefile.am, configure.ac: Add shell of new test.
279        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
280        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
281
2822009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * Makefile.am, configure.ac: Add test to address cases where a thread
285        is waiting on a signal (sigwait) and we send it. Also address case
286        where there are too many queued signals.
287        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
288        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
289
2902009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * psxsignal02/init.c: Fix spacing.
293
2942009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
295
296        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
297        mq_timedreceive and mq_timedsend conditions. In particular test
298        timeout in the past.
299
3002009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
301
302        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
303        with timeout in the past.
304
3052009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * psxsignal02/psxsignal02.scn: Fill in screen file.
308
3092009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * Makefile.am, configure.ac: Add new test to exercise algorithm to
312        dispatch process wide signals to individual threads.
313        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
314        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
315
3162009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * Makefile.am, configure.ac: Add test to exercise interrupt
319        synchronization logic in _POSIX_Timer_Insert_helper that supports
320        POSIX timers.
321        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
322        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
323        psxintrcritical01/psxintrcritical01.scn: New files.
324
3252009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
326
327        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
328        multiple cases which complete coverage of thread cancellation.
329        * psxcancel/psxcancel.doc: New file.
330
3312009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
334        * psxsem01/system.h: Removed.
335
3362009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
337
338        * psxsem01/init.c: Eliminate warning.
339
3402009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * psxcancel/init.c: Clean up.
343
3442009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
345
346        * psxmutexattr01/init.c: Make test optional if tools do not support
347        posix mutex type attribute.
348
3492009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * Makefile.am, configure.ac: Add new test to exercise error case for
352        when a task is blocked on a condition variable with one mutex and
353        another task attempts to block on the same condition variable with
354        another mutex.
355        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
356        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
357
3582009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
359
360        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
361        trylock is unable to obtain the spinlock and that attempting to
362        unlock a spinlock from a thread which did not lock it works as
363        expected.
364        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
365        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
366        New files.
367
3682009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * psxspin01/test.c: Remove unnecessary defines.
371
3722009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
373
374        * psx11/init.c: Use explicit scheduler.
375
3762009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
377
378        * Makefile.am, configure.ac: Add test to exercise
379        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
380        toolset enables the feature.
381        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
382        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
383        psxmutexattr01/psxmutexattr01.scn: New files.
384
3852009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
386
387        * Makefile.am, configure.ac: Add test for auto initialization of
388        message queues.
389        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
390        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
391        psxautoinit02/psxautoinit02.scn: New files.
392
3932009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
394
395        * Makefile.am, configure.ac: Add test of pthread mutex auto
396        intialization.
397        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
398        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
399
4002009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
401
402        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
403
4042009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
407        code.
408
4092009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * psx07/init.c: Slight test fix to ensure state of sched_param
412        structure.
413
4142009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
415
416        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
417        obtaining an rwlock and then releasing it twice.
418
4192009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
420
421        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
422
4232009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
426        sigtimedwait(). Update screen file.
427
4282009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
429
430        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
431        obtaining rwlock for write with a timed lock operation when the
432        abstime timeout is in the past.
433
4342009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
435
436        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
437        obtaining rwlock for read with a timed lock operation when the
438        abstime timeout is in the past.
439
4402009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
441
442        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
443        that the assert has been removed in the source.
444
4452009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
446
447        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
448        mode bits being set. This behavior was not POSIX compliant and has
449        been corrected in the filesystem code.
450
4512009-06-18      Chris Johns <chrisj@rtems.org>
452
453        * psx04/task3.c: Declare unions volatile to workaround the H8300
454        gcc bug.
455
4562009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
457
458        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
459        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
460        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
461
4622009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
463
464        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
465        NULL attribute pointer on init.
466
4672009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
468
469        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
470        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
471        Improved so coverage is better.
472
4732009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
474
475        * psx04/init.c: Correct errors introduced by using different variable
476        for return type when correcting typing warnings.
477
4782009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
479
480        * Makefile.am, configure.ac: Add new test to provide coverage analysis
481        of the current implementation of getitimer() and setitimer().
482        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
483        psxitimer/psxitimer.scn: New files.
484
4852009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
486
487        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
488        case to improve coverage analysis.
489
4902009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
491
492        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
493        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
494        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
495        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
496        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
497        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
498        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
499
5002009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
501
502        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
503        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
504        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
505        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
506        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
507        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
508        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
509        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
510        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
511        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
512        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
513        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
514        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
515        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
516        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
517        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
518        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
519        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
520        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
521        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
522        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
523        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
524        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
525        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
526        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
527        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
528        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
529        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
530        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
531        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
532        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
533        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
534        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
535        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
536        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
537        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
538        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
539        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
540        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
541        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
542        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
543        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
544        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
545        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
546        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
547        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
548        psxhdrs/timer07.c: Fix warnings.
549
5502009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        * psxfile01/test.c: Change from int to size_t.
553
5542009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
555
556        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
557        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
558        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
559        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
560        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
561        psxcancel/Makefile.am, psxchroot01/Makefile.am,
562        psxcleanup/Makefile.am, psxenosys/Makefile.am,
563        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
564        psxfile01/Makefile.am, psxkey01/Makefile.am,
565        psxmount/Makefile.am, psxmsgq01/Makefile.am,
566        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
567        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
568        psxsem01/Makefile.am, psxsignal01/Makefile.am,
569        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
570        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
571        psxualarm/Makefile.am: Eliminate _exe_/.exe.
572
5732009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
576        with create option so we are sure it will get a control block and
577        proceed to allocate other memory. Clean up screen output.
578
5792008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
580
581        * psx05/init.c: Add parameter to call to sched_get_priority_max().
582
5832008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
584
585        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
586        Run all tests successfully with maxixum number of priorities as 16
587        instead of 256. This was done by temporarily modifying the score
588        priority.h maximum. This allowed testing of all API code to ensure
589        that it worked properly with a reduced number of priorities. Most
590        modifications were to switch from hard-coded maximum to using the API
591        provided methods to determine maximum number of priority levels.
592
5932008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
594
595        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
596        clock_gettime() NOT by reaching into the SuperCore.
597
5982008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
599
600        * psx01/psx01.scn: Bump version to 4.9.99.0
601
6022008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
603
604        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
605        psxfatal_support/system.h: Convert to "bool".
606
6072008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
608
609        PR 1296/cpukit.
610        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
611        incorrect repeat interval. This patch fixes the following problems in
612        the test.
613          (1) Adds test for value of it_interval.tv_nsec.
614          (2) Corrects test for absolute timer in past.
615          (3) Modifies test to use different initial and repeat periods.
616          (4) Updates psxtimer01.scn to match results.
617
6182008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
619
620        PR 1297/cpukit
621        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
622        pointer handling.
623
6242008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
625
626        * psxsem01/init.c: Spacing.
627
6282008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
629
630        PR 1293/tests
631        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
632
6332008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
634
635        PR 1291/cpukit
636        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
637        POSIX services taking relative instead of absolute time for timeouts,
638        these tests were updated.
639
6402008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
641
642        * psxfile01/test.c: truncate on /dev/console now works.
643
6442008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
645
646        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
647        requested for initialization task.
648
6492008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
650
651        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
652        like CVS conflict markers.
653
6542008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
655
656        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
657        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
658
6592008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
660
661        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
662
6632008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
664
665        * psxkey01/task.c: Fix warnings.
666
6672008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
668
669        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
670
6712008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
672
673        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
674        Added tests for failure path coverages. Consolidated methods used in
675        multiple places into support routines.
676        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
677        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
678        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
679
6802008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
681
682        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
683        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
684        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
685        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
686        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
687        Make tmacros.h available to all POSIX tests. Add a clock_settime case
688        for < 1988.
689
6902008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
691
692        * Makefile.am, configure.ac: New tests.
693        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
694        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
695        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
696        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
697        psxfatal_support/init.c, psxfatal_support/system.h: New files.
698
6992008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
700
701        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
702        portions of Object Services added to API.
703        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
704        psx14/system.h: New files.
705
7062008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
707
708        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
709        pthread_attr_[get|set]clock.
710
7112008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
712
713        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
714        implementation mprotect().
715
7162008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
717
718        * psxcleanup/.cvsignore: New file.
719
7202008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
721
722        * psxcleanup/system.h: New file.
723
7242008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
725
726        * Makefile.am, configure.ac:
727        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
728        psxcleanup/psxcleanup.scn: New files.
729
7302008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
731
732        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
733        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
734
7352007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
736
737        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
738
7392007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
740
741        * Makefile.am, configure.ac: Added test for ualarm
742        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
743        psxualarm/system.h: New files.
744
7452007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
746
747        * Makefile.am, configure.ac: Added posix signal test
748        * psxsignal01/Makefile.am, psxsignal01/init.c,
749        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
750        psxsignal01/task1.c: New files.
751
7522007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
753
754        * Makefile.am, configure.ac: Add test for sysconf().
755        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
756        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
757
7582007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
759
760        * psx01/init.c, psx01/psx01.scn: Add more test cases for
761        sched_rr_get_interval() and sched_get_priority_max().
762
7632007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
764
765        * psxenosys/init.c: Fix typo.
766
7672007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
768
769        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
770        addition of second POSIX Timer test. Add initial version of
771        psxtimer02 to cover some conditions missed in psxtimer01. More cases
772        left to add.
773        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
774        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
775        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
776        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
777        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
778        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
779
7802007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
781
782        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
783
7842007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
785
786        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
787        functions that return ENOSYS.
788        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
789        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
790
7912007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
792
793        * psx13/test.c: Fix spelling error.
794
7952007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
796
797        * psxtime/test.c: Add tests for adjtime().
798
7992007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
800
801        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
802        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
803        cases to improve test coverage.
804
8052007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
806
807        PR 1262/filesystem
808        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
809        and writev() including documentation and test case.
810        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
811        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
812
8132007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
814
815        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
816        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
817        test cases so last output line follows END OF pattern. Make sure test
818        case all run. All tests appeared ok on sis.
819
8202007-04-05      Joel Sherrill <joel@OARcorp.com>
821
822        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
823        behavior more closely matching GNU/Linux.
824
8252006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
826
827        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
828        include normal blocking and unblocking on timeout.
829
8302006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
831
832        * configure.ac: New BUG-REPORT address.
833
8342006-11-17      Joel Sherrill <joel@OARcorp.com>
835
836        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
837        Previously the timeout was not absolute time and checked BEFORE
838        attempting to lock semaphore.
839
8402006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
841
842        * psxbarrier01/main.c: New file.
843
8442006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
845
846        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
847        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
848        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
849        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
850
8512006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
852
853        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
854        and partial implementation of POSIX rwlocks.
855        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
856        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
857
8582006-10-30      Joel Sherrill <joel@OARcorp.com>
859
860        PR 841/rtems
861        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
862        specification.
863
8642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
865
866        * configure.ac: Require autoconf-2.60. Require automake-1.10.
867
8682006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
869
870        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
871        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
872        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
873        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
874        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
875        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
876        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
877        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
878        Use rtems_testsdir instead.
879
8802005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
881
882        * configure.ac: Remove RTEMS_ENABLE_BARE,
883        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
884
8852005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
886
887        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
888        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
889        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
890        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
891        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
892        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
893        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
894        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
895        Convert to using *_PROGRAMS.
896
8972005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
898
899        * psx01/Makefile.am, psx02/Makefile.am,
900        psx03/Makefile.am, psx04/Makefile.am,
901        psx05/Makefile.am, psx06/Makefile.am,
902        psx07/Makefile.am, psx08/Makefile.am,
903        psx09/Makefile.am, psx10/Makefile.am,
904        psx11/Makefile.am, psx12/Makefile.am,
905        psx13/Makefile.am, psxcancel/Makefile.am,
906        psxchroot01/Makefile.am, psxfile01/Makefile.am,
907        psxmount/Makefile.am, psxmsgq01/Makefile.am,
908        psxreaddir/Makefile.am, psxsem01/Makefile.am,
909        psxstat/Makefile.am, psxtime/Makefile.am,
910        psxtimer/Makefile.am: Rework.
911
9122005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
913
914        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
915        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
916        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
917        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
918        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
919        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
920        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
921        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
922        * psxtests.am: Remove.
923
9242005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
925
926        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
927        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
928        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
929        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
930        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
931        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
932        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
933        psxtime/Makefile.am, psxtimer/Makefile.am:
934        AM_CPPFLAGS += -I..../support/include.
935
9362005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
937
938        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
939
9402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
941
942        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
943        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
944        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
945        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
946        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
947        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
948        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
949        psxstat/Makefile.am: Add ../include/pmacros.h
950        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
951        POSIX_FILES_DIRS.
952        * psxtests.am: Remove LIB_VARIANT.
953
9542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
955
956        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
957        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
958        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
959        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
960        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
961        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
962        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
963        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
964        Remove SRC, PRINT_SRC.
965
9662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
967
968        * Makefile.am: Cleanup.
969
9702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
971
972        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
973        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
974        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
975        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
976        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
977        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
978        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
979        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
980        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
981        Partial conversion to automake.
982
9832005-09-01      Joel Sherrill <joel@OARcorp.com>
984
985        PR 628/rtems
986        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
987        being an error.
988
9892005-04-26      Joel Sherrill <joel@OARcorp.com>
990
991        * psxreaddir/test.c: Eliminate warnings.
992
9932004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
994
995        * configure.ac: Require automake > 1.9.
996
9972004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
998
999        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1000        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1001        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1002        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1003        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1004        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1005        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1006        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1007        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1008        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1009        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1010        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1011        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1012        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1013        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1014        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1015        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1016        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1017        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1018        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1019        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1020        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1021        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1022
10232004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1024
1025        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1026        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1027        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1028        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1029
10302004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1031
1032        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1033        to using c99 fixed size types.
1034
10352004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1036
1037        * Makefile.am: Remove include from SUBDIRS.
1038
10392004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1040
1041        * include/Makefile.am: Remove.
1042        * Makefile.am: Merge-in include/Makefile.am.
1043        * configure.ac: Reflect changes above.
1044
10452004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * configure.ac: Add 2nd arg to RTEMS_TOP.
1048
10492004-03-05      Joel Sherrill <joel@OARcorp.com>
1050
1051        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1052        psxtimer/psxtimer.c: Eliminate warnings and typos.
1053
10542004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1055
1056        PR 582/core
1057        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1058        queue test so more of it runs now.
1059
10602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1063        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1064        * psx02/Makefile.am: Ditto.
1065        * psx03/Makefile.am: Ditto.
1066        * psx04/Makefile.am: Ditto.
1067        * psx05/Makefile.am: Ditto.
1068        * psx06/Makefile.am: Ditto.
1069        * psx07/Makefile.am: Ditto.
1070        * psx08/Makefile.am: Ditto.
1071        * psx09/Makefile.am: Ditto.
1072        * psx10/Makefile.am: Ditto.
1073        * psx11/Makefile.am: Ditto.
1074        * psx12/Makefile.am: Ditto.
1075        * psx13/Makefile.am: Ditto.
1076        * psxcancel/Makefile.am: Ditto.
1077        * psxchroot01/Makefile.am: Ditto.
1078        * psxfile01/Makefile.am: Ditto.
1079        * psxmount/Makefile.am: Ditto.
1080        * psxmsgq01/Makefile.am: Ditto.
1081        * psxreaddir/Makefile.am: Ditto.
1082        * psxsem01/Makefile.am: Ditto.
1083        * psxstat/Makefile.am: Ditto.
1084        * psxtime/Makefile.am: Ditto.
1085        * psxtimer/Makefile.am: Ditto.
1086
10872003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * psxtests.am: Add dirstamp support.
1090
10912003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1094
10952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1098
10992003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * psxcancel/Makefile.am: Remove used H_FILES.
1102
11032003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * include/Makefile.am: Reformat.
1106        * psx01/Makefile.am: Remove all-local: $(ARCH).
1107        * psx02/Makefile.am: Remove all-local: $(ARCH).
1108        * psx03/Makefile.am: Remove all-local: $(ARCH).
1109        * psx04/Makefile.am: Remove all-local: $(ARCH).
1110        * psx05/Makefile.am: Remove all-local: $(ARCH).
1111        * psx06/Makefile.am: Remove all-local: $(ARCH).
1112        * psx07/Makefile.am: Remove all-local: $(ARCH).
1113        * psx08/Makefile.am: Remove all-local: $(ARCH).
1114        * psx09/Makefile.am: Remove all-local: $(ARCH).
1115        * psx10/Makefile.am: Remove all-local: $(ARCH).
1116        * psx11/Makefile.am: Remove all-local: $(ARCH).
1117        * psx12/Makefile.am: Remove all-local: $(ARCH).
1118        * psx13/Makefile.am: Remove all-local: $(ARCH).
1119        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1120        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1121        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1122        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1123        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1124        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1125        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1126        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1127        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1128        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1129        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1130
11312003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * configure.ac: Reflect having moved to testsuites/.
1134
11352003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1136
1137        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1138
11392003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * configure.ac:Remove RTEMS_CHECK_CPU.
1142
11432003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1144
1145        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1146
11472003-09-04      Joel Sherrill <joel@OARcorp.com>
1148
1149        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1150        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1151        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1152        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1153        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1154        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1155        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1156        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1157        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1158        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1159        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1160        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1161        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1162        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1163        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1164        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1165        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1166        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1167        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1168        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1169        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1170        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1171        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1172        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1173        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1174        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1175        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1176        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1177        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1178        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1179        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1180        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1181        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1182        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1183        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1184        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1185        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1186        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1187        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1188        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1189        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1190        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1191        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1192        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1193        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1194        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1195        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1196        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1197        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1198        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1199        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1200        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1201        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1202        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1203        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1204        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1205        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1206        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1207        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1208        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1209        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1210        psxtimer/system.h: URL for license changed.
1211
12122003-09-04      Joel Sherrill <joel@OARcorp.com>
1213
1214        PR 462/tests
1215        * psxhdrs/Makefile.am: Added ualarm.c
1216        * psxhdrs/signal23.c: New file.
1217
12182003-09-03      Joel Sherrill <joel@OARcorp.com>
1219
1220        PR 463/tests
1221        PR 465/tests
1222        * psxhdrs/Makefile.am: Add new test cases.
1223        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1224        psxhdrs/timer07.c: New files.
1225
12262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * Makefile.am: Reflect having moved aclocal/.
1229
12302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * Makefile.am: Reflect having moved automake/.
1233        * include/Makefile.am: Reflect having moved automake/.
1234        * psx01/Makefile.am: Reflect having moved automake/.
1235        * psx02/Makefile.am: Reflect having moved automake/.
1236        * psx03/Makefile.am: Reflect having moved automake/.
1237        * psx04/Makefile.am: Reflect having moved automake/.
1238        * psx05/Makefile.am: Reflect having moved automake/.
1239        * psx06/Makefile.am: Reflect having moved automake/.
1240        * psx07/Makefile.am: Reflect having moved automake/.
1241        * psx08/Makefile.am: Reflect having moved automake/.
1242        * psx09/Makefile.am: Reflect having moved automake/.
1243        * psx10/Makefile.am: Reflect having moved automake/.
1244        * psx11/Makefile.am: Reflect having moved automake/.
1245        * psx12/Makefile.am: Reflect having moved automake/.
1246        * psx13/Makefile.am: Reflect having moved automake/.
1247        * psxcancel/Makefile.am: Reflect having moved automake/.
1248        * psxchroot01/Makefile.am: Reflect having moved automake/.
1249        * psxfile01/Makefile.am: Reflect having moved automake/.
1250        * psxhdrs/Makefile.am: Reflect having moved automake/.
1251        * psxmount/Makefile.am: Reflect having moved automake/.
1252        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1253        * psxreaddir/Makefile.am: Reflect having moved automake/.
1254        * psxsem01/Makefile.am: Reflect having moved automake/.
1255        * psxstat/Makefile.am: Reflect having moved automake/.
1256        * psxtime/Makefile.am: Reflect having moved automake/.
1257        * psxtimer/Makefile.am: Reflect having moved automake/.
1258
12592003-08-14      Joel Sherrill <joel@OARcorp.com>
1260
1261        PR 408/filesystem
1262        * psx13/test.c: Added very rudimentary test of sync() service.
1263
12642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1267
12682003-06-12      Joel Sherrill <joel@OARcorp.com>
1269
1270        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1271
12722003-05-29      Joel Sherrill <joel@OARcorp.com>
1273
1274        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1275        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1276        psxtimer/psxtimer.c: Removed warnings.
1277
12782003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1279
1280        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1281        CC_CFLAGS_DEFAULT (obsolete).
1282
12832003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1286        Remove CC_LDFLAGS_PROFILE_V.
1287
12882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1291
12922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1295
12962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1297
1298        * configure.ac: AC_PREREQ(2.57).
1299
13002002-11-14      Joel Sherrill <joel@OARcorp.com>
1301
1302        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1303        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1304        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1305        Per PR239 update the IDs in the various screens.
1306
13072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1308
1309        * .cvsignore: Reformat.
1310        Add autom4te*cache.
1311        Remove autom4te.cache.
1312
13132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1316        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1317        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1318        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1319        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1320        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1321        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1322        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1323        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1324        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1325        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1326        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1327        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1328        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1329        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1330        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1331        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1332        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1333        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1334        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1335        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1336        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1337        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1338        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1339
13402002-08-01      Joel Sherrill <joel@OARcorp.com>
1341
1342        * Per PR47 add support for buffered test output.  This involved
1343        adding defines to redirect output to a buffer and dump it when
1344        full, at "test pause", and at exit.  To avoid problems when redefining
1345        exit(), all tests were modified to call rtems_test_exit().
1346        Some tests, notable psxtests, had to be modified to include
1347        the standard test macro .h file (pmacros.h or tmacros.h) to
1348        enable this support.
1349        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1350        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1351        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1352        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1353        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1354        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1355        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1356        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1357        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1358        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1359        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1360        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1361
13622002-07-05      Joel Sherrill <joel@OARcorp.com>
1363
1364        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1365        Updated as part of PR164 which reported problems with the RTEMS
1366        implementation of pthread_cancel.
1367       
13682001-04-26      Joel Sherrill <joel@OARcorp.com>
1369
1370        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1371        reworked POSIX message queues to add a descriptor separate from
1372        the underlying message queue.  This allows non-blocking to follow
1373        the "open" not the underlying queue.
1374 
13752002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * configure.ac: Remove ENABLE_GCC28.
1378
13792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * configure.ac:
1382        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1383        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1384        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1385        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1386        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1387        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1388        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1389        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1390        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1391        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1392        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1393        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1395        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1396        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1397        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1398        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1399        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1400        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1401        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1402        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1403        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1404        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1405        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1406        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1407        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1408        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1409        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1410
14112001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1412
1413        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1414        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1415        Since we check permissions before evaluating enough to see if it
1416        a regular file or directory, this hack is needed to make the regular
1417        file executable.
1418
14192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1420
1421        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1422        * configure.in: Remove.
1423        * configure.ac: New file, generated from configure.in by autoupdate.
1424
14252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426
1427        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1428
14292001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1432        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1433        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1434        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1435        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1436        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1437        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1438        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1439        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1440        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1441        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1442        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1443        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1444        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1445        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1446        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1447        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1448        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1449        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1450        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1451        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1452        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1453        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1454        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1455
14562001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1457
1458        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1459        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1460        psxchroot01 test.
1461
14622001-05-25      Joel Sherrill <joel@OARcorp.com>
1463
1464        * Added once version of psxchroot01 test for user review.
1465        * psxchroot01: New directory.
1466        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1467        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1468        * configure.in, Makefile.am: Modified to reflect above.
1469
14702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1471
1472        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1473
14742001-04-24      Joel Sherrill <joel@OARcorp.com>
1475
1476        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1477        open, write, reopen, append twice from Andrew Bythell
1478        <abythell@nortelnetworks.com> that tripped an initialization
1479        problem in the IMFS.
1480
14812001-04-20      Joel Sherrill <joel@OARcorp.com>
1482
1483        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1484        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1485        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1486        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1487        Various adjustments so test output matches screens more reliably.
1488
14892001-01-25      Joel Sherrill <joel@OARcorp.com>
1490
1491        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1492
14932000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1494
1495        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1496        to remain consistant across platforms and bsps by forcing
1497        a mount point in front of all paths.
1498
14992000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1500
1501        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1502        expected error condition in one case.
1503        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1504        readdir() of root of mounted filesystem.  Also corrected the screen
1505        file for some mistakes noticed in this effort.
1506
15072000-11-13      Joel Sherrill <joel@OARcorp.com>
1508
1509        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1510
15112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1512
1513        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1514
15152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1516
1517        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1518
15192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1522        Switch to GNU canonicalization.
1523        * psxtests.am: Remove DEFS.
1524
15252000-10-24      Joel Sherrill <joel@OARcorp.com>
1526
1527        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1528        It was formerly incorrectly prototyped in <libio.h>.
1529
15302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1533        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1534        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1535        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1536        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1537        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1538        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1539        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1540
15412000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1543        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1544        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1545        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1546        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1547        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1548        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1549
15502000-08-10      Joel Sherrill <joel@OARcorp.com>
1551
1552        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.