source: rtems/testsuites/psxtests/ChangeLog @ 0c07f69

4.104.115
Last change on this file since 0c07f69 was 0c07f69, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/09 at 23:52:46

2009-09-28 Joel Sherrill <joel.sherrill@…>

  • psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c, psxcancel01/psxcancel01.scn: Add missing pthread cancellation test cases.
  • Property mode set to 100644
File size: 56.4 KB
Line 
12009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
4        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
5        cases.
6
72009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
10        from an ISR.
11        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
12        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
13
142009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
17        deprecated rtems_extension.
18
192009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
22        nanoseconds.
23
242009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
27        getpagesize().
28
292009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
32        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
33        psxsignal04/Makefile.am: Move test cases which needed to be executed
34        when POSIX is disabled to psxclock so they will be.
35
362009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
39        test to exercise clock and delay services enabled when POSIX threads
40        are disabled. This is split from psx01. POSIX test suite now enabled
41        when POSIX threads are disabled so only enable tests which are
42        appropriate.
43        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
44        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
45
462009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
49        when not to change ssporadic scheduler so it does not touch a task's
50        priority when it is holding a mutex or its priority would be impacted
51        adversely.
52
532009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
56        for adjusting time (adjtime()) where the time is adjusted by enough
57        microseconds that it crosses a second boundary.
58
592009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
60
61        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
62        test to catch more sporadic server cases.
63
642009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
67        remaining pointer.
68
692009-08-17     
70
71        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
72        a recursize mutex.
73
742009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
77        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
78        rtems_clock_get_ticks_per_second().
79
802009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
83        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
84
852009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
88        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
89
902009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, configure.ac: Add test case for user providing their own
93        stack to a POSIX thread.
94        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
95        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
96
972009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
100        that it hits both failing to allocate memory for the message queue
101        name and message buffers.
102
1032009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
106        quicker and more reliably hit the intended critical section.
107
1082009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * Makefile.am, configure.ac: Add a test to exercise an odd case in
111        _POSIX_signals_Clear_signals.
112        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
113        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
114
1152009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * psxmsgq04/init.c: Correct typo in configuration so test does as
118        intended.
119
1202009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
123        Update to handle ENFILE case now that POSIX message queues and
124        message queue file descriptors are configured separately and this
125        error is possible.
126
1272009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
128
129        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
130        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
131        allocating the message buffers for a POSIX message queue.
132
1332009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
136        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
137        is right. Update both screens.
138
1392009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
142        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
143        variation which focused on real-time signals rather than user
144        signals.
145        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
146        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
147
1482009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
151        replenish period of zero.
152
1532009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am, configure.ac: Add new test to account for properly
156        handling keys when a thread has non-NULL key value and key has NULL
157        destructor and when a thread has NULL key value and key has
158        destructor.
159        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
160        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
161
1622009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * Makefile.am, configure.ac: Add new test for exercising running out of
165        memory while allocating the key pointers.
166        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
167        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
168
1692009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * psxmsgq04/init.c: Add call to mq_unlink.
172
1732009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * Makefile.am, configure.ac: Add shell of new test.
176        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
177        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
178
1792009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * Makefile.am, configure.ac: Add test to address cases where a thread
182        is waiting on a signal (sigwait) and we send it. Also address case
183        where there are too many queued signals.
184        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
185        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
186
1872009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * psxsignal02/init.c: Fix spacing.
190
1912009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
192
193        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
194        mq_timedreceive and mq_timedsend conditions. In particular test
195        timeout in the past.
196
1972009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
198
199        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
200        with timeout in the past.
201
2022009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * psxsignal02/psxsignal02.scn: Fill in screen file.
205
2062009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * Makefile.am, configure.ac: Add new test to exercise algorithm to
209        dispatch process wide signals to individual threads.
210        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
211        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
212
2132009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * Makefile.am, configure.ac: Add test to exercise interrupt
216        synchronization logic in _POSIX_Timer_Insert_helper that supports
217        POSIX timers.
218        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
219        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
220        psxintrcritical01/psxintrcritical01.scn: New files.
221
2222009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
223
224        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
225        multiple cases which complete coverage of thread cancellation.
226        * psxcancel/psxcancel.doc: New file.
227
2282009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
231        * psxsem01/system.h: Removed.
232
2332009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * psxsem01/init.c: Eliminate warning.
236
2372009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * psxcancel/init.c: Clean up.
240
2412009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * psxmutexattr01/init.c: Make test optional if tools do not support
244        posix mutex type attribute.
245
2462009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * Makefile.am, configure.ac: Add new test to exercise error case for
249        when a task is blocked on a condition variable with one mutex and
250        another task attempts to block on the same condition variable with
251        another mutex.
252        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
253        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
254
2552009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
258        trylock is unable to obtain the spinlock and that attempting to
259        unlock a spinlock from a thread which did not lock it works as
260        expected.
261        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
262        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
263        New files.
264
2652009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * psxspin01/test.c: Remove unnecessary defines.
268
2692009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * psx11/init.c: Use explicit scheduler.
272
2732009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * Makefile.am, configure.ac: Add test to exercise
276        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
277        toolset enables the feature.
278        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
279        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
280        psxmutexattr01/psxmutexattr01.scn: New files.
281
2822009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * Makefile.am, configure.ac: Add test for auto initialization of
285        message queues.
286        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
287        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
288        psxautoinit02/psxautoinit02.scn: New files.
289
2902009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * Makefile.am, configure.ac: Add test of pthread mutex auto
293        intialization.
294        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
295        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
296
2972009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
298
299        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
300
3012009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
302
303        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
304        code.
305
3062009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
307
308        * psx07/init.c: Slight test fix to ensure state of sched_param
309        structure.
310
3112009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
312
313        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
314        obtaining an rwlock and then releasing it twice.
315
3162009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
317
318        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
319
3202009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
323        sigtimedwait(). Update screen file.
324
3252009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
326
327        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
328        obtaining rwlock for write with a timed lock operation when the
329        abstime timeout is in the past.
330
3312009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
334        obtaining rwlock for read with a timed lock operation when the
335        abstime timeout is in the past.
336
3372009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
340        that the assert has been removed in the source.
341
3422009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
345        mode bits being set. This behavior was not POSIX compliant and has
346        been corrected in the filesystem code.
347
3482009-06-18      Chris Johns <chrisj@rtems.org>
349
350        * psx04/task3.c: Declare unions volatile to workaround the H8300
351        gcc bug.
352
3532009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
354
355        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
356        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
357        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
358
3592009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
362        NULL attribute pointer on init.
363
3642009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
367        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
368        Improved so coverage is better.
369
3702009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
371
372        * psx04/init.c: Correct errors introduced by using different variable
373        for return type when correcting typing warnings.
374
3752009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * Makefile.am, configure.ac: Add new test to provide coverage analysis
378        of the current implementation of getitimer() and setitimer().
379        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
380        psxitimer/psxitimer.scn: New files.
381
3822009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
383
384        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
385        case to improve coverage analysis.
386
3872009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
388
389        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
390        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
391        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
392        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
393        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
394        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
395        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
396
3972009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
398
399        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
400        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
401        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
402        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
403        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
404        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
405        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
406        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
407        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
408        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
409        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
410        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
411        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
412        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
413        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
414        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
415        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
416        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
417        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
418        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
419        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
420        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
421        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
422        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
423        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
424        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
425        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
426        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
427        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
428        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
429        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
430        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
431        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
432        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
433        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
434        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
435        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
436        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
437        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
438        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
439        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
440        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
441        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
442        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
443        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
444        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
445        psxhdrs/timer07.c: Fix warnings.
446
4472009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
448
449        * psxfile01/test.c: Change from int to size_t.
450
4512009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
452
453        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
454        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
455        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
456        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
457        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
458        psxcancel/Makefile.am, psxchroot01/Makefile.am,
459        psxcleanup/Makefile.am, psxenosys/Makefile.am,
460        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
461        psxfile01/Makefile.am, psxkey01/Makefile.am,
462        psxmount/Makefile.am, psxmsgq01/Makefile.am,
463        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
464        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
465        psxsem01/Makefile.am, psxsignal01/Makefile.am,
466        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
467        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
468        psxualarm/Makefile.am: Eliminate _exe_/.exe.
469
4702009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
473        with create option so we are sure it will get a control block and
474        proceed to allocate other memory. Clean up screen output.
475
4762008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
477
478        * psx05/init.c: Add parameter to call to sched_get_priority_max().
479
4802008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
483        Run all tests successfully with maxixum number of priorities as 16
484        instead of 256. This was done by temporarily modifying the score
485        priority.h maximum. This allowed testing of all API code to ensure
486        that it worked properly with a reduced number of priorities. Most
487        modifications were to switch from hard-coded maximum to using the API
488        provided methods to determine maximum number of priority levels.
489
4902008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
491
492        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
493        clock_gettime() NOT by reaching into the SuperCore.
494
4952008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
496
497        * psx01/psx01.scn: Bump version to 4.9.99.0
498
4992008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
500
501        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
502        psxfatal_support/system.h: Convert to "bool".
503
5042008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
505
506        PR 1296/cpukit.
507        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
508        incorrect repeat interval. This patch fixes the following problems in
509        the test.
510          (1) Adds test for value of it_interval.tv_nsec.
511          (2) Corrects test for absolute timer in past.
512          (3) Modifies test to use different initial and repeat periods.
513          (4) Updates psxtimer01.scn to match results.
514
5152008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
516
517        PR 1297/cpukit
518        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
519        pointer handling.
520
5212008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * psxsem01/init.c: Spacing.
524
5252008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
526
527        PR 1293/tests
528        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
529
5302008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
531
532        PR 1291/cpukit
533        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
534        POSIX services taking relative instead of absolute time for timeouts,
535        these tests were updated.
536
5372008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
538
539        * psxfile01/test.c: truncate on /dev/console now works.
540
5412008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
542
543        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
544        requested for initialization task.
545
5462008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
547
548        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
549        like CVS conflict markers.
550
5512008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
552
553        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
554        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
555
5562008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
557
558        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
559
5602008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
561
562        * psxkey01/task.c: Fix warnings.
563
5642008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
565
566        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
567
5682008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
569
570        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
571        Added tests for failure path coverages. Consolidated methods used in
572        multiple places into support routines.
573        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
574        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
575        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
576
5772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
578
579        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
580        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
581        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
582        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
583        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
584        Make tmacros.h available to all POSIX tests. Add a clock_settime case
585        for < 1988.
586
5872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
588
589        * Makefile.am, configure.ac: New tests.
590        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
591        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
592        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
593        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
594        psxfatal_support/init.c, psxfatal_support/system.h: New files.
595
5962008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
597
598        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
599        portions of Object Services added to API.
600        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
601        psx14/system.h: New files.
602
6032008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
604
605        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
606        pthread_attr_[get|set]clock.
607
6082008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
609
610        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
611        implementation mprotect().
612
6132008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
614
615        * psxcleanup/.cvsignore: New file.
616
6172008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
618
619        * psxcleanup/system.h: New file.
620
6212008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
622
623        * Makefile.am, configure.ac:
624        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
625        psxcleanup/psxcleanup.scn: New files.
626
6272008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
628
629        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
630        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
631
6322007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
633
634        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
635
6362007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
637
638        * Makefile.am, configure.ac: Added test for ualarm
639        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
640        psxualarm/system.h: New files.
641
6422007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
643
644        * Makefile.am, configure.ac: Added posix signal test
645        * psxsignal01/Makefile.am, psxsignal01/init.c,
646        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
647        psxsignal01/task1.c: New files.
648
6492007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
650
651        * Makefile.am, configure.ac: Add test for sysconf().
652        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
653        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
654
6552007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
656
657        * psx01/init.c, psx01/psx01.scn: Add more test cases for
658        sched_rr_get_interval() and sched_get_priority_max().
659
6602007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
661
662        * psxenosys/init.c: Fix typo.
663
6642007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
665
666        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
667        addition of second POSIX Timer test. Add initial version of
668        psxtimer02 to cover some conditions missed in psxtimer01. More cases
669        left to add.
670        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
671        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
672        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
673        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
674        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
675        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
676
6772007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
678
679        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
680
6812007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
682
683        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
684        functions that return ENOSYS.
685        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
686        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
687
6882007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
689
690        * psx13/test.c: Fix spelling error.
691
6922007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
693
694        * psxtime/test.c: Add tests for adjtime().
695
6962007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
697
698        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
699        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
700        cases to improve test coverage.
701
7022007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
703
704        PR 1262/filesystem
705        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
706        and writev() including documentation and test case.
707        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
708        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
709
7102007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
711
712        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
713        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
714        test cases so last output line follows END OF pattern. Make sure test
715        case all run. All tests appeared ok on sis.
716
7172007-04-05      Joel Sherrill <joel@OARcorp.com>
718
719        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
720        behavior more closely matching GNU/Linux.
721
7222006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
723
724        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
725        include normal blocking and unblocking on timeout.
726
7272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
728
729        * configure.ac: New BUG-REPORT address.
730
7312006-11-17      Joel Sherrill <joel@OARcorp.com>
732
733        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
734        Previously the timeout was not absolute time and checked BEFORE
735        attempting to lock semaphore.
736
7372006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
738
739        * psxbarrier01/main.c: New file.
740
7412006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
742
743        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
744        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
745        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
746        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
747
7482006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
749
750        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
751        and partial implementation of POSIX rwlocks.
752        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
753        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
754
7552006-10-30      Joel Sherrill <joel@OARcorp.com>
756
757        PR 841/rtems
758        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
759        specification.
760
7612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
762
763        * configure.ac: Require autoconf-2.60. Require automake-1.10.
764
7652006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
766
767        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
768        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
769        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
770        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
771        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
772        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
773        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
774        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
775        Use rtems_testsdir instead.
776
7772005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
778
779        * configure.ac: Remove RTEMS_ENABLE_BARE,
780        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
781
7822005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
783
784        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
785        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
786        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
787        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
788        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
789        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
790        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
791        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
792        Convert to using *_PROGRAMS.
793
7942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
795
796        * psx01/Makefile.am, psx02/Makefile.am,
797        psx03/Makefile.am, psx04/Makefile.am,
798        psx05/Makefile.am, psx06/Makefile.am,
799        psx07/Makefile.am, psx08/Makefile.am,
800        psx09/Makefile.am, psx10/Makefile.am,
801        psx11/Makefile.am, psx12/Makefile.am,
802        psx13/Makefile.am, psxcancel/Makefile.am,
803        psxchroot01/Makefile.am, psxfile01/Makefile.am,
804        psxmount/Makefile.am, psxmsgq01/Makefile.am,
805        psxreaddir/Makefile.am, psxsem01/Makefile.am,
806        psxstat/Makefile.am, psxtime/Makefile.am,
807        psxtimer/Makefile.am: Rework.
808
8092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
812        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
813        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
814        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
815        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
816        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
817        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
818        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
819        * psxtests.am: Remove.
820
8212005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
822
823        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
824        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
825        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
826        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
827        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
828        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
829        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
830        psxtime/Makefile.am, psxtimer/Makefile.am:
831        AM_CPPFLAGS += -I..../support/include.
832
8332005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
834
835        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
836
8372005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
838
839        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
840        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
841        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
842        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
843        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
844        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
845        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
846        psxstat/Makefile.am: Add ../include/pmacros.h
847        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
848        POSIX_FILES_DIRS.
849        * psxtests.am: Remove LIB_VARIANT.
850
8512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
852
853        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
854        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
855        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
856        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
857        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
858        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
859        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
860        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
861        Remove SRC, PRINT_SRC.
862
8632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
864
865        * Makefile.am: Cleanup.
866
8672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
868
869        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
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, psxhdrs/Makefile.am, psxmount/Makefile.am,
876        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
877        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
878        Partial conversion to automake.
879
8802005-09-01      Joel Sherrill <joel@OARcorp.com>
881
882        PR 628/rtems
883        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
884        being an error.
885
8862005-04-26      Joel Sherrill <joel@OARcorp.com>
887
888        * psxreaddir/test.c: Eliminate warnings.
889
8902004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
891
892        * configure.ac: Require automake > 1.9.
893
8942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
895
896        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
897        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
898        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
899        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
900        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
901        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
902        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
903        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
904        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
905        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
906        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
907        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
908        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
909        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
910        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
911        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
912        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
913        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
914        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
915        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
916        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
917        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
918        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
919
9202004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
921
922        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
923        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
924        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
925        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
926
9272004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
928
929        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
930        to using c99 fixed size types.
931
9322004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
933
934        * Makefile.am: Remove include from SUBDIRS.
935
9362004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
937
938        * include/Makefile.am: Remove.
939        * Makefile.am: Merge-in include/Makefile.am.
940        * configure.ac: Reflect changes above.
941
9422004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * configure.ac: Add 2nd arg to RTEMS_TOP.
945
9462004-03-05      Joel Sherrill <joel@OARcorp.com>
947
948        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
949        psxtimer/psxtimer.c: Eliminate warnings and typos.
950
9512004-02-26      Sébastien Barré <sbarre@sdelcc.com>
952
953        PR 582/core
954        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
955        queue test so more of it runs now.
956
9572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
960        Add PRE/TMPINSTALL_FILES to CLEANFILES.
961        * psx02/Makefile.am: Ditto.
962        * psx03/Makefile.am: Ditto.
963        * psx04/Makefile.am: Ditto.
964        * psx05/Makefile.am: Ditto.
965        * psx06/Makefile.am: Ditto.
966        * psx07/Makefile.am: Ditto.
967        * psx08/Makefile.am: Ditto.
968        * psx09/Makefile.am: Ditto.
969        * psx10/Makefile.am: Ditto.
970        * psx11/Makefile.am: Ditto.
971        * psx12/Makefile.am: Ditto.
972        * psx13/Makefile.am: Ditto.
973        * psxcancel/Makefile.am: Ditto.
974        * psxchroot01/Makefile.am: Ditto.
975        * psxfile01/Makefile.am: Ditto.
976        * psxmount/Makefile.am: Ditto.
977        * psxmsgq01/Makefile.am: Ditto.
978        * psxreaddir/Makefile.am: Ditto.
979        * psxsem01/Makefile.am: Ditto.
980        * psxstat/Makefile.am: Ditto.
981        * psxtime/Makefile.am: Ditto.
982        * psxtimer/Makefile.am: Ditto.
983
9842003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * psxtests.am: Add dirstamp support.
987
9882003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
991
9922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
995
9962003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * psxcancel/Makefile.am: Remove used H_FILES.
999
10002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * include/Makefile.am: Reformat.
1003        * psx01/Makefile.am: Remove all-local: $(ARCH).
1004        * psx02/Makefile.am: Remove all-local: $(ARCH).
1005        * psx03/Makefile.am: Remove all-local: $(ARCH).
1006        * psx04/Makefile.am: Remove all-local: $(ARCH).
1007        * psx05/Makefile.am: Remove all-local: $(ARCH).
1008        * psx06/Makefile.am: Remove all-local: $(ARCH).
1009        * psx07/Makefile.am: Remove all-local: $(ARCH).
1010        * psx08/Makefile.am: Remove all-local: $(ARCH).
1011        * psx09/Makefile.am: Remove all-local: $(ARCH).
1012        * psx10/Makefile.am: Remove all-local: $(ARCH).
1013        * psx11/Makefile.am: Remove all-local: $(ARCH).
1014        * psx12/Makefile.am: Remove all-local: $(ARCH).
1015        * psx13/Makefile.am: Remove all-local: $(ARCH).
1016        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1017        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1018        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1019        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1020        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1021        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1022        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1023        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1024        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1025        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1026        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1027
10282003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * configure.ac: Reflect having moved to testsuites/.
1031
10322003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1035
10362003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1037
1038        * configure.ac:Remove RTEMS_CHECK_CPU.
1039
10402003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1041
1042        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1043
10442003-09-04      Joel Sherrill <joel@OARcorp.com>
1045
1046        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1047        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1048        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1049        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1050        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1051        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1052        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1053        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1054        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1055        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1056        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1057        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1058        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1059        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1060        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1061        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1062        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1063        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1064        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1065        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1066        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1067        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1068        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1069        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1070        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1071        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1072        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1073        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1074        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1075        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1076        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1077        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1078        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1079        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1080        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1081        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1082        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1083        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1084        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1085        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1086        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1087        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1088        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1089        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1090        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1091        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1092        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1093        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1094        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1095        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1096        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1097        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1098        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1099        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1100        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1101        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1102        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1103        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1104        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1105        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1106        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1107        psxtimer/system.h: URL for license changed.
1108
11092003-09-04      Joel Sherrill <joel@OARcorp.com>
1110
1111        PR 462/tests
1112        * psxhdrs/Makefile.am: Added ualarm.c
1113        * psxhdrs/signal23.c: New file.
1114
11152003-09-03      Joel Sherrill <joel@OARcorp.com>
1116
1117        PR 463/tests
1118        PR 465/tests
1119        * psxhdrs/Makefile.am: Add new test cases.
1120        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1121        psxhdrs/timer07.c: New files.
1122
11232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * Makefile.am: Reflect having moved aclocal/.
1126
11272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * Makefile.am: Reflect having moved automake/.
1130        * include/Makefile.am: Reflect having moved automake/.
1131        * psx01/Makefile.am: Reflect having moved automake/.
1132        * psx02/Makefile.am: Reflect having moved automake/.
1133        * psx03/Makefile.am: Reflect having moved automake/.
1134        * psx04/Makefile.am: Reflect having moved automake/.
1135        * psx05/Makefile.am: Reflect having moved automake/.
1136        * psx06/Makefile.am: Reflect having moved automake/.
1137        * psx07/Makefile.am: Reflect having moved automake/.
1138        * psx08/Makefile.am: Reflect having moved automake/.
1139        * psx09/Makefile.am: Reflect having moved automake/.
1140        * psx10/Makefile.am: Reflect having moved automake/.
1141        * psx11/Makefile.am: Reflect having moved automake/.
1142        * psx12/Makefile.am: Reflect having moved automake/.
1143        * psx13/Makefile.am: Reflect having moved automake/.
1144        * psxcancel/Makefile.am: Reflect having moved automake/.
1145        * psxchroot01/Makefile.am: Reflect having moved automake/.
1146        * psxfile01/Makefile.am: Reflect having moved automake/.
1147        * psxhdrs/Makefile.am: Reflect having moved automake/.
1148        * psxmount/Makefile.am: Reflect having moved automake/.
1149        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1150        * psxreaddir/Makefile.am: Reflect having moved automake/.
1151        * psxsem01/Makefile.am: Reflect having moved automake/.
1152        * psxstat/Makefile.am: Reflect having moved automake/.
1153        * psxtime/Makefile.am: Reflect having moved automake/.
1154        * psxtimer/Makefile.am: Reflect having moved automake/.
1155
11562003-08-14      Joel Sherrill <joel@OARcorp.com>
1157
1158        PR 408/filesystem
1159        * psx13/test.c: Added very rudimentary test of sync() service.
1160
11612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1164
11652003-06-12      Joel Sherrill <joel@OARcorp.com>
1166
1167        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1168
11692003-05-29      Joel Sherrill <joel@OARcorp.com>
1170
1171        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1172        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1173        psxtimer/psxtimer.c: Removed warnings.
1174
11752003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1178        CC_CFLAGS_DEFAULT (obsolete).
1179
11802003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1183        Remove CC_LDFLAGS_PROFILE_V.
1184
11852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1186
1187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1188
11892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1192
11932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * configure.ac: AC_PREREQ(2.57).
1196
11972002-11-14      Joel Sherrill <joel@OARcorp.com>
1198
1199        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1200        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1201        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1202        Per PR239 update the IDs in the various screens.
1203
12042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1205
1206        * .cvsignore: Reformat.
1207        Add autom4te*cache.
1208        Remove autom4te.cache.
1209
12102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1211
1212        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1213        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1214        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1215        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1216        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1217        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1218        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1219        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1220        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1221        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1222        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1223        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1224        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1225        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1226        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1227        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1228        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1229        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1230        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1231        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1232        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1233        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1234        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1235        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1236
12372002-08-01      Joel Sherrill <joel@OARcorp.com>
1238
1239        * Per PR47 add support for buffered test output.  This involved
1240        adding defines to redirect output to a buffer and dump it when
1241        full, at "test pause", and at exit.  To avoid problems when redefining
1242        exit(), all tests were modified to call rtems_test_exit().
1243        Some tests, notable psxtests, had to be modified to include
1244        the standard test macro .h file (pmacros.h or tmacros.h) to
1245        enable this support.
1246        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1247        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1248        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1249        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1250        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1251        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1252        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1253        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1254        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1255        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1256        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1257        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1258
12592002-07-05      Joel Sherrill <joel@OARcorp.com>
1260
1261        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1262        Updated as part of PR164 which reported problems with the RTEMS
1263        implementation of pthread_cancel.
1264       
12652001-04-26      Joel Sherrill <joel@OARcorp.com>
1266
1267        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1268        reworked POSIX message queues to add a descriptor separate from
1269        the underlying message queue.  This allows non-blocking to follow
1270        the "open" not the underlying queue.
1271 
12722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * configure.ac: Remove ENABLE_GCC28.
1275
12762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * configure.ac:
1279        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1280        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1281        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1282        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1283        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1284        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1285        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1286        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1287        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1288        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1289        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1290        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1291        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1292        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1293        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1294        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1295        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1296        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1297        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1298        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1299        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1300        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1301        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1302        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1303        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1304        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1305        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1306        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1307
13082001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1309
1310        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1311        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1312        Since we check permissions before evaluating enough to see if it
1313        a regular file or directory, this hack is needed to make the regular
1314        file executable.
1315
13162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1317
1318        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1319        * configure.in: Remove.
1320        * configure.ac: New file, generated from configure.in by autoupdate.
1321
13222001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1325
13262001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1329        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1330        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1331        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1332        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1333        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1334        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1335        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1336        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1337        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1338        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1339        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1340        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1341        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1342        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1343        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1344        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1345        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1346        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1347        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1348        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1349        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1350        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1351        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1352
13532001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1354
1355        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1356        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1357        psxchroot01 test.
1358
13592001-05-25      Joel Sherrill <joel@OARcorp.com>
1360
1361        * Added once version of psxchroot01 test for user review.
1362        * psxchroot01: New directory.
1363        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1364        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1365        * configure.in, Makefile.am: Modified to reflect above.
1366
13672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1368
1369        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1370
13712001-04-24      Joel Sherrill <joel@OARcorp.com>
1372
1373        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1374        open, write, reopen, append twice from Andrew Bythell
1375        <abythell@nortelnetworks.com> that tripped an initialization
1376        problem in the IMFS.
1377
13782001-04-20      Joel Sherrill <joel@OARcorp.com>
1379
1380        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1381        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1382        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1383        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1384        Various adjustments so test output matches screens more reliably.
1385
13862001-01-25      Joel Sherrill <joel@OARcorp.com>
1387
1388        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1389
13902000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1391
1392        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1393        to remain consistant across platforms and bsps by forcing
1394        a mount point in front of all paths.
1395
13962000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1397
1398        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1399        expected error condition in one case.
1400        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1401        readdir() of root of mounted filesystem.  Also corrected the screen
1402        file for some mistakes noticed in this effort.
1403
14042000-11-13      Joel Sherrill <joel@OARcorp.com>
1405
1406        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1407
14082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1411
14122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1415
14162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1417
1418        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1419        Switch to GNU canonicalization.
1420        * psxtests.am: Remove DEFS.
1421
14222000-10-24      Joel Sherrill <joel@OARcorp.com>
1423
1424        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1425        It was formerly incorrectly prototyped in <libio.h>.
1426
14272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1430        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1431        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1432        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1433        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1434        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1435        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1436        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1437
14382000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1439        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1440        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1441        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1442        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1443        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1444        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1445        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1446
14472000-08-10      Joel Sherrill <joel@OARcorp.com>
1448
1449        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.