source: rtems/testsuites/psxtests/ChangeLog @ 1e2d7510

4.104.115
Last change on this file since 1e2d7510 was 1e2d7510, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/09 at 00:15:55

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

  • psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c, psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c, psxsignal04/Makefile.am: Move test cases which needed to be executed when POSIX is disabled to psxclock so they will be.
  • Property mode set to 100644
File size: 55.5 KB
Line 
12009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
4        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
5        psxsignal04/Makefile.am: Move test cases which needed to be executed
6        when POSIX is disabled to psxclock so they will be.
7
82009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
11        test to exercise clock and delay services enabled when POSIX threads
12        are disabled. This is split from psx01. POSIX test suite now enabled
13        when POSIX threads are disabled so only enable tests which are
14        appropriate.
15        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
16        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
17
182009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
21        when not to change ssporadic scheduler so it does not touch a task's
22        priority when it is holding a mutex or its priority would be impacted
23        adversely.
24
252009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
28        for adjusting time (adjtime()) where the time is adjusted by enough
29        microseconds that it crosses a second boundary.
30
312009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
32
33        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
34        test to catch more sporadic server cases.
35
362009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
39        remaining pointer.
40
412009-08-17     
42
43        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
44        a recursize mutex.
45
462009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
49        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
50        rtems_clock_get_ticks_per_second().
51
522009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
55        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
56
572009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
60        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
61
622009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * Makefile.am, configure.ac: Add test case for user providing their own
65        stack to a POSIX thread.
66        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
67        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
68
692009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
72        that it hits both failing to allocate memory for the message queue
73        name and message buffers.
74
752009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
78        quicker and more reliably hit the intended critical section.
79
802009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * Makefile.am, configure.ac: Add a test to exercise an odd case in
83        _POSIX_signals_Clear_signals.
84        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
85        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
86
872009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * psxmsgq04/init.c: Correct typo in configuration so test does as
90        intended.
91
922009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
95        Update to handle ENFILE case now that POSIX message queues and
96        message queue file descriptors are configured separately and this
97        error is possible.
98
992009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
100
101        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
102        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
103        allocating the message buffers for a POSIX message queue.
104
1052009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
108        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
109        is right. Update both screens.
110
1112009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
114        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
115        variation which focused on real-time signals rather than user
116        signals.
117        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
118        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
119
1202009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
123        replenish period of zero.
124
1252009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am, configure.ac: Add new test to account for properly
128        handling keys when a thread has non-NULL key value and key has NULL
129        destructor and when a thread has NULL key value and key has
130        destructor.
131        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
132        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
133
1342009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am, configure.ac: Add new test for exercising running out of
137        memory while allocating the key pointers.
138        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
139        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
140
1412009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * psxmsgq04/init.c: Add call to mq_unlink.
144
1452009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * Makefile.am, configure.ac: Add shell of new test.
148        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
149        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
150
1512009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * Makefile.am, configure.ac: Add test to address cases where a thread
154        is waiting on a signal (sigwait) and we send it. Also address case
155        where there are too many queued signals.
156        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
157        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
158
1592009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * psxsignal02/init.c: Fix spacing.
162
1632009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
164
165        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
166        mq_timedreceive and mq_timedsend conditions. In particular test
167        timeout in the past.
168
1692009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
170
171        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
172        with timeout in the past.
173
1742009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * psxsignal02/psxsignal02.scn: Fill in screen file.
177
1782009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * Makefile.am, configure.ac: Add new test to exercise algorithm to
181        dispatch process wide signals to individual threads.
182        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
183        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
184
1852009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * Makefile.am, configure.ac: Add test to exercise interrupt
188        synchronization logic in _POSIX_Timer_Insert_helper that supports
189        POSIX timers.
190        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
191        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
192        psxintrcritical01/psxintrcritical01.scn: New files.
193
1942009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
195
196        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
197        multiple cases which complete coverage of thread cancellation.
198        * psxcancel/psxcancel.doc: New file.
199
2002009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
203        * psxsem01/system.h: Removed.
204
2052009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * psxsem01/init.c: Eliminate warning.
208
2092009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * psxcancel/init.c: Clean up.
212
2132009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * psxmutexattr01/init.c: Make test optional if tools do not support
216        posix mutex type attribute.
217
2182009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * Makefile.am, configure.ac: Add new test to exercise error case for
221        when a task is blocked on a condition variable with one mutex and
222        another task attempts to block on the same condition variable with
223        another mutex.
224        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
225        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
226
2272009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
230        trylock is unable to obtain the spinlock and that attempting to
231        unlock a spinlock from a thread which did not lock it works as
232        expected.
233        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
234        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
235        New files.
236
2372009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * psxspin01/test.c: Remove unnecessary defines.
240
2412009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * psx11/init.c: Use explicit scheduler.
244
2452009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * Makefile.am, configure.ac: Add test to exercise
248        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
249        toolset enables the feature.
250        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
251        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
252        psxmutexattr01/psxmutexattr01.scn: New files.
253
2542009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * Makefile.am, configure.ac: Add test for auto initialization of
257        message queues.
258        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
259        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
260        psxautoinit02/psxautoinit02.scn: New files.
261
2622009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * Makefile.am, configure.ac: Add test of pthread mutex auto
265        intialization.
266        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
267        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
268
2692009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
272
2732009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
276        code.
277
2782009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * psx07/init.c: Slight test fix to ensure state of sched_param
281        structure.
282
2832009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
284
285        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
286        obtaining an rwlock and then releasing it twice.
287
2882009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
291
2922009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
293
294        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
295        sigtimedwait(). Update screen file.
296
2972009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
298
299        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
300        obtaining rwlock for write with a timed lock operation when the
301        abstime timeout is in the past.
302
3032009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
306        obtaining rwlock for read with a timed lock operation when the
307        abstime timeout is in the past.
308
3092009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
312        that the assert has been removed in the source.
313
3142009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
317        mode bits being set. This behavior was not POSIX compliant and has
318        been corrected in the filesystem code.
319
3202009-06-18      Chris Johns <chrisj@rtems.org>
321
322        * psx04/task3.c: Declare unions volatile to workaround the H8300
323        gcc bug.
324
3252009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
328        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
329        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
330
3312009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
334        NULL attribute pointer on init.
335
3362009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
337
338        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
339        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
340        Improved so coverage is better.
341
3422009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
343
344        * psx04/init.c: Correct errors introduced by using different variable
345        for return type when correcting typing warnings.
346
3472009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * Makefile.am, configure.ac: Add new test to provide coverage analysis
350        of the current implementation of getitimer() and setitimer().
351        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
352        psxitimer/psxitimer.scn: New files.
353
3542009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
357        case to improve coverage analysis.
358
3592009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
360
361        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
362        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
363        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
364        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
365        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
366        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
367        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
368
3692009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
372        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
373        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
374        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
375        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
376        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
377        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
378        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
379        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
380        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
381        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
382        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
383        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
384        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
385        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
386        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
387        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
388        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
389        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
390        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
391        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
392        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
393        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
394        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
395        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
396        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
397        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
398        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
399        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
400        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
401        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
402        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
403        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
404        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
405        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
406        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
407        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
408        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
409        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
410        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
411        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
412        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
413        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
414        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
415        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
416        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
417        psxhdrs/timer07.c: Fix warnings.
418
4192009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
420
421        * psxfile01/test.c: Change from int to size_t.
422
4232009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
426        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
427        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
428        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
429        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
430        psxcancel/Makefile.am, psxchroot01/Makefile.am,
431        psxcleanup/Makefile.am, psxenosys/Makefile.am,
432        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
433        psxfile01/Makefile.am, psxkey01/Makefile.am,
434        psxmount/Makefile.am, psxmsgq01/Makefile.am,
435        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
436        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
437        psxsem01/Makefile.am, psxsignal01/Makefile.am,
438        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
439        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
440        psxualarm/Makefile.am: Eliminate _exe_/.exe.
441
4422009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
445        with create option so we are sure it will get a control block and
446        proceed to allocate other memory. Clean up screen output.
447
4482008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
449
450        * psx05/init.c: Add parameter to call to sched_get_priority_max().
451
4522008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
455        Run all tests successfully with maxixum number of priorities as 16
456        instead of 256. This was done by temporarily modifying the score
457        priority.h maximum. This allowed testing of all API code to ensure
458        that it worked properly with a reduced number of priorities. Most
459        modifications were to switch from hard-coded maximum to using the API
460        provided methods to determine maximum number of priority levels.
461
4622008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
463
464        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
465        clock_gettime() NOT by reaching into the SuperCore.
466
4672008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
468
469        * psx01/psx01.scn: Bump version to 4.9.99.0
470
4712008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
472
473        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
474        psxfatal_support/system.h: Convert to "bool".
475
4762008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
477
478        PR 1296/cpukit.
479        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
480        incorrect repeat interval. This patch fixes the following problems in
481        the test.
482          (1) Adds test for value of it_interval.tv_nsec.
483          (2) Corrects test for absolute timer in past.
484          (3) Modifies test to use different initial and repeat periods.
485          (4) Updates psxtimer01.scn to match results.
486
4872008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
488
489        PR 1297/cpukit
490        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
491        pointer handling.
492
4932008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
494
495        * psxsem01/init.c: Spacing.
496
4972008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
498
499        PR 1293/tests
500        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
501
5022008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
503
504        PR 1291/cpukit
505        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
506        POSIX services taking relative instead of absolute time for timeouts,
507        these tests were updated.
508
5092008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        * psxfile01/test.c: truncate on /dev/console now works.
512
5132008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
514
515        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
516        requested for initialization task.
517
5182008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
521        like CVS conflict markers.
522
5232008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
524
525        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
526        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
527
5282008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
531
5322008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
533
534        * psxkey01/task.c: Fix warnings.
535
5362008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
537
538        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
539
5402008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
541
542        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
543        Added tests for failure path coverages. Consolidated methods used in
544        multiple places into support routines.
545        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
546        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
547        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
548
5492008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
550
551        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
552        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
553        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
554        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
555        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
556        Make tmacros.h available to all POSIX tests. Add a clock_settime case
557        for < 1988.
558
5592008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
560
561        * Makefile.am, configure.ac: New tests.
562        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
563        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
564        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
565        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
566        psxfatal_support/init.c, psxfatal_support/system.h: New files.
567
5682008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
569
570        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
571        portions of Object Services added to API.
572        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
573        psx14/system.h: New files.
574
5752008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
576
577        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
578        pthread_attr_[get|set]clock.
579
5802008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
583        implementation mprotect().
584
5852008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
586
587        * psxcleanup/.cvsignore: New file.
588
5892008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
590
591        * psxcleanup/system.h: New file.
592
5932008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
594
595        * Makefile.am, configure.ac:
596        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
597        psxcleanup/psxcleanup.scn: New files.
598
5992008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
600
601        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
602        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
603
6042007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
605
606        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
607
6082007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
609
610        * Makefile.am, configure.ac: Added test for ualarm
611        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
612        psxualarm/system.h: New files.
613
6142007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
615
616        * Makefile.am, configure.ac: Added posix signal test
617        * psxsignal01/Makefile.am, psxsignal01/init.c,
618        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
619        psxsignal01/task1.c: New files.
620
6212007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
622
623        * Makefile.am, configure.ac: Add test for sysconf().
624        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
625        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
626
6272007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
628
629        * psx01/init.c, psx01/psx01.scn: Add more test cases for
630        sched_rr_get_interval() and sched_get_priority_max().
631
6322007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
633
634        * psxenosys/init.c: Fix typo.
635
6362007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
639        addition of second POSIX Timer test. Add initial version of
640        psxtimer02 to cover some conditions missed in psxtimer01. More cases
641        left to add.
642        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
643        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
644        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
645        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
646        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
647        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
648
6492007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
650
651        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
652
6532007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
656        functions that return ENOSYS.
657        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
658        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
659
6602007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
661
662        * psx13/test.c: Fix spelling error.
663
6642007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
665
666        * psxtime/test.c: Add tests for adjtime().
667
6682007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
669
670        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
671        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
672        cases to improve test coverage.
673
6742007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
675
676        PR 1262/filesystem
677        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
678        and writev() including documentation and test case.
679        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
680        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
681
6822007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
683
684        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
685        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
686        test cases so last output line follows END OF pattern. Make sure test
687        case all run. All tests appeared ok on sis.
688
6892007-04-05      Joel Sherrill <joel@OARcorp.com>
690
691        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
692        behavior more closely matching GNU/Linux.
693
6942006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
695
696        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
697        include normal blocking and unblocking on timeout.
698
6992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
700
701        * configure.ac: New BUG-REPORT address.
702
7032006-11-17      Joel Sherrill <joel@OARcorp.com>
704
705        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
706        Previously the timeout was not absolute time and checked BEFORE
707        attempting to lock semaphore.
708
7092006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
710
711        * psxbarrier01/main.c: New file.
712
7132006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
714
715        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
716        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
717        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
718        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
719
7202006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
721
722        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
723        and partial implementation of POSIX rwlocks.
724        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
725        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
726
7272006-10-30      Joel Sherrill <joel@OARcorp.com>
728
729        PR 841/rtems
730        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
731        specification.
732
7332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
734
735        * configure.ac: Require autoconf-2.60. Require automake-1.10.
736
7372006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
738
739        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
740        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
741        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
742        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
743        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
744        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
745        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
746        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
747        Use rtems_testsdir instead.
748
7492005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
750
751        * configure.ac: Remove RTEMS_ENABLE_BARE,
752        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
753
7542005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
757        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
758        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
759        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
760        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
761        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
762        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
763        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
764        Convert to using *_PROGRAMS.
765
7662005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
767
768        * psx01/Makefile.am, psx02/Makefile.am,
769        psx03/Makefile.am, psx04/Makefile.am,
770        psx05/Makefile.am, psx06/Makefile.am,
771        psx07/Makefile.am, psx08/Makefile.am,
772        psx09/Makefile.am, psx10/Makefile.am,
773        psx11/Makefile.am, psx12/Makefile.am,
774        psx13/Makefile.am, psxcancel/Makefile.am,
775        psxchroot01/Makefile.am, psxfile01/Makefile.am,
776        psxmount/Makefile.am, psxmsgq01/Makefile.am,
777        psxreaddir/Makefile.am, psxsem01/Makefile.am,
778        psxstat/Makefile.am, psxtime/Makefile.am,
779        psxtimer/Makefile.am: Rework.
780
7812005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
782
783        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
784        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
785        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
786        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
787        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
788        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
789        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
790        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
791        * psxtests.am: Remove.
792
7932005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
794
795        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
796        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
797        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
798        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
799        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
800        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
801        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
802        psxtime/Makefile.am, psxtimer/Makefile.am:
803        AM_CPPFLAGS += -I..../support/include.
804
8052005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
806
807        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
808
8092005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
810
811        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
812        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
813        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
814        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
815        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
816        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
817        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
818        psxstat/Makefile.am: Add ../include/pmacros.h
819        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
820        POSIX_FILES_DIRS.
821        * psxtests.am: Remove LIB_VARIANT.
822
8232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
824
825        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
826        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
827        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
828        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
829        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
830        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
831        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
832        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
833        Remove SRC, PRINT_SRC.
834
8352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
836
837        * Makefile.am: Cleanup.
838
8392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
842        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
843        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
844        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
845        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
846        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
847        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
848        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
849        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
850        Partial conversion to automake.
851
8522005-09-01      Joel Sherrill <joel@OARcorp.com>
853
854        PR 628/rtems
855        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
856        being an error.
857
8582005-04-26      Joel Sherrill <joel@OARcorp.com>
859
860        * psxreaddir/test.c: Eliminate warnings.
861
8622004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
863
864        * configure.ac: Require automake > 1.9.
865
8662004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
867
868        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
869        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
870        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
871        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
872        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
873        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
874        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
875        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
876        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
877        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
878        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
879        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
880        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
881        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
882        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
883        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
884        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
885        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
886        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
887        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
888        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
889        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
890        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
891
8922004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
895        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
896        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
897        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
898
8992004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
900
901        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
902        to using c99 fixed size types.
903
9042004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
905
906        * Makefile.am: Remove include from SUBDIRS.
907
9082004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
909
910        * include/Makefile.am: Remove.
911        * Makefile.am: Merge-in include/Makefile.am.
912        * configure.ac: Reflect changes above.
913
9142004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * configure.ac: Add 2nd arg to RTEMS_TOP.
917
9182004-03-05      Joel Sherrill <joel@OARcorp.com>
919
920        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
921        psxtimer/psxtimer.c: Eliminate warnings and typos.
922
9232004-02-26      Sébastien Barré <sbarre@sdelcc.com>
924
925        PR 582/core
926        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
927        queue test so more of it runs now.
928
9292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
932        Add PRE/TMPINSTALL_FILES to CLEANFILES.
933        * psx02/Makefile.am: Ditto.
934        * psx03/Makefile.am: Ditto.
935        * psx04/Makefile.am: Ditto.
936        * psx05/Makefile.am: Ditto.
937        * psx06/Makefile.am: Ditto.
938        * psx07/Makefile.am: Ditto.
939        * psx08/Makefile.am: Ditto.
940        * psx09/Makefile.am: Ditto.
941        * psx10/Makefile.am: Ditto.
942        * psx11/Makefile.am: Ditto.
943        * psx12/Makefile.am: Ditto.
944        * psx13/Makefile.am: Ditto.
945        * psxcancel/Makefile.am: Ditto.
946        * psxchroot01/Makefile.am: Ditto.
947        * psxfile01/Makefile.am: Ditto.
948        * psxmount/Makefile.am: Ditto.
949        * psxmsgq01/Makefile.am: Ditto.
950        * psxreaddir/Makefile.am: Ditto.
951        * psxsem01/Makefile.am: Ditto.
952        * psxstat/Makefile.am: Ditto.
953        * psxtime/Makefile.am: Ditto.
954        * psxtimer/Makefile.am: Ditto.
955
9562003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * psxtests.am: Add dirstamp support.
959
9602003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
963
9642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
967
9682003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * psxcancel/Makefile.am: Remove used H_FILES.
971
9722003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * include/Makefile.am: Reformat.
975        * psx01/Makefile.am: Remove all-local: $(ARCH).
976        * psx02/Makefile.am: Remove all-local: $(ARCH).
977        * psx03/Makefile.am: Remove all-local: $(ARCH).
978        * psx04/Makefile.am: Remove all-local: $(ARCH).
979        * psx05/Makefile.am: Remove all-local: $(ARCH).
980        * psx06/Makefile.am: Remove all-local: $(ARCH).
981        * psx07/Makefile.am: Remove all-local: $(ARCH).
982        * psx08/Makefile.am: Remove all-local: $(ARCH).
983        * psx09/Makefile.am: Remove all-local: $(ARCH).
984        * psx10/Makefile.am: Remove all-local: $(ARCH).
985        * psx11/Makefile.am: Remove all-local: $(ARCH).
986        * psx12/Makefile.am: Remove all-local: $(ARCH).
987        * psx13/Makefile.am: Remove all-local: $(ARCH).
988        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
989        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
990        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
991        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
992        * psxmount/Makefile.am: Remove all-local: $(ARCH).
993        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
994        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
995        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
996        * psxstat/Makefile.am: Remove all-local: $(ARCH).
997        * psxtime/Makefile.am: Remove all-local: $(ARCH).
998        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
999
10002003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1001
1002        * configure.ac: Reflect having moved to testsuites/.
1003
10042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1007
10082003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * configure.ac:Remove RTEMS_CHECK_CPU.
1011
10122003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1013
1014        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1015
10162003-09-04      Joel Sherrill <joel@OARcorp.com>
1017
1018        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1019        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1020        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1021        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1022        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1023        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1024        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1025        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1026        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1027        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1028        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1029        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1030        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1031        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1032        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1033        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1034        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1035        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1036        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1037        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1038        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1039        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1040        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1041        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1042        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1043        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1044        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1045        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1046        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1047        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1048        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1049        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1050        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1051        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1052        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1053        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1054        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1055        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1056        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1057        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1058        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1059        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1060        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1061        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1062        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1063        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1064        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1065        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1066        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1067        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1068        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1069        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1070        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1071        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1072        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1073        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1074        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1075        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1076        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1077        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1078        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1079        psxtimer/system.h: URL for license changed.
1080
10812003-09-04      Joel Sherrill <joel@OARcorp.com>
1082
1083        PR 462/tests
1084        * psxhdrs/Makefile.am: Added ualarm.c
1085        * psxhdrs/signal23.c: New file.
1086
10872003-09-03      Joel Sherrill <joel@OARcorp.com>
1088
1089        PR 463/tests
1090        PR 465/tests
1091        * psxhdrs/Makefile.am: Add new test cases.
1092        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1093        psxhdrs/timer07.c: New files.
1094
10952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * Makefile.am: Reflect having moved aclocal/.
1098
10992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * Makefile.am: Reflect having moved automake/.
1102        * include/Makefile.am: Reflect having moved automake/.
1103        * psx01/Makefile.am: Reflect having moved automake/.
1104        * psx02/Makefile.am: Reflect having moved automake/.
1105        * psx03/Makefile.am: Reflect having moved automake/.
1106        * psx04/Makefile.am: Reflect having moved automake/.
1107        * psx05/Makefile.am: Reflect having moved automake/.
1108        * psx06/Makefile.am: Reflect having moved automake/.
1109        * psx07/Makefile.am: Reflect having moved automake/.
1110        * psx08/Makefile.am: Reflect having moved automake/.
1111        * psx09/Makefile.am: Reflect having moved automake/.
1112        * psx10/Makefile.am: Reflect having moved automake/.
1113        * psx11/Makefile.am: Reflect having moved automake/.
1114        * psx12/Makefile.am: Reflect having moved automake/.
1115        * psx13/Makefile.am: Reflect having moved automake/.
1116        * psxcancel/Makefile.am: Reflect having moved automake/.
1117        * psxchroot01/Makefile.am: Reflect having moved automake/.
1118        * psxfile01/Makefile.am: Reflect having moved automake/.
1119        * psxhdrs/Makefile.am: Reflect having moved automake/.
1120        * psxmount/Makefile.am: Reflect having moved automake/.
1121        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1122        * psxreaddir/Makefile.am: Reflect having moved automake/.
1123        * psxsem01/Makefile.am: Reflect having moved automake/.
1124        * psxstat/Makefile.am: Reflect having moved automake/.
1125        * psxtime/Makefile.am: Reflect having moved automake/.
1126        * psxtimer/Makefile.am: Reflect having moved automake/.
1127
11282003-08-14      Joel Sherrill <joel@OARcorp.com>
1129
1130        PR 408/filesystem
1131        * psx13/test.c: Added very rudimentary test of sync() service.
1132
11332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1134
1135        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1136
11372003-06-12      Joel Sherrill <joel@OARcorp.com>
1138
1139        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1140
11412003-05-29      Joel Sherrill <joel@OARcorp.com>
1142
1143        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1144        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1145        psxtimer/psxtimer.c: Removed warnings.
1146
11472003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1150        CC_CFLAGS_DEFAULT (obsolete).
1151
11522003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1155        Remove CC_LDFLAGS_PROFILE_V.
1156
11572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1160
11612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1164
11652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * configure.ac: AC_PREREQ(2.57).
1168
11692002-11-14      Joel Sherrill <joel@OARcorp.com>
1170
1171        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1172        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1173        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1174        Per PR239 update the IDs in the various screens.
1175
11762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * .cvsignore: Reformat.
1179        Add autom4te*cache.
1180        Remove autom4te.cache.
1181
11822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1183
1184        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1185        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1186        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1187        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1188        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1189        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1190        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1191        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1192        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1193        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1194        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1195        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1196        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1197        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1198        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1199        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1200        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1201        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1202        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1203        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1204        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1205        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1206        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1207        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1208
12092002-08-01      Joel Sherrill <joel@OARcorp.com>
1210
1211        * Per PR47 add support for buffered test output.  This involved
1212        adding defines to redirect output to a buffer and dump it when
1213        full, at "test pause", and at exit.  To avoid problems when redefining
1214        exit(), all tests were modified to call rtems_test_exit().
1215        Some tests, notable psxtests, had to be modified to include
1216        the standard test macro .h file (pmacros.h or tmacros.h) to
1217        enable this support.
1218        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1219        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1220        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1221        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1222        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1223        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1224        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1225        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1226        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1227        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1228        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1229        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1230
12312002-07-05      Joel Sherrill <joel@OARcorp.com>
1232
1233        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1234        Updated as part of PR164 which reported problems with the RTEMS
1235        implementation of pthread_cancel.
1236       
12372001-04-26      Joel Sherrill <joel@OARcorp.com>
1238
1239        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1240        reworked POSIX message queues to add a descriptor separate from
1241        the underlying message queue.  This allows non-blocking to follow
1242        the "open" not the underlying queue.
1243 
12442002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * configure.ac: Remove ENABLE_GCC28.
1247
12482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1249
1250        * configure.ac:
1251        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1252        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1253        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1254        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1256        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1257        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1258        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1259        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1260        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1261        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1262        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1263        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1264        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1265        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1266        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1267        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1268        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1269        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1270        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1271        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1272        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1273        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1274        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1275        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1276        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1277        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1278        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1279
12802001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1281
1282        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1283        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1284        Since we check permissions before evaluating enough to see if it
1285        a regular file or directory, this hack is needed to make the regular
1286        file executable.
1287
12882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1291        * configure.in: Remove.
1292        * configure.ac: New file, generated from configure.in by autoupdate.
1293
12942001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1297
12982001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1301        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1302        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1303        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1304        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1305        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1306        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1307        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1308        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1309        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1310        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1311        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1312        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1313        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1314        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1315        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1316        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1317        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1318        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1319        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1320        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1321        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1322        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1323        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1324
13252001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1326
1327        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1328        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1329        psxchroot01 test.
1330
13312001-05-25      Joel Sherrill <joel@OARcorp.com>
1332
1333        * Added once version of psxchroot01 test for user review.
1334        * psxchroot01: New directory.
1335        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1336        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1337        * configure.in, Makefile.am: Modified to reflect above.
1338
13392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1340
1341        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1342
13432001-04-24      Joel Sherrill <joel@OARcorp.com>
1344
1345        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1346        open, write, reopen, append twice from Andrew Bythell
1347        <abythell@nortelnetworks.com> that tripped an initialization
1348        problem in the IMFS.
1349
13502001-04-20      Joel Sherrill <joel@OARcorp.com>
1351
1352        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1353        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1354        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1355        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1356        Various adjustments so test output matches screens more reliably.
1357
13582001-01-25      Joel Sherrill <joel@OARcorp.com>
1359
1360        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1361
13622000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1363
1364        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1365        to remain consistant across platforms and bsps by forcing
1366        a mount point in front of all paths.
1367
13682000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1369
1370        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1371        expected error condition in one case.
1372        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1373        readdir() of root of mounted filesystem.  Also corrected the screen
1374        file for some mistakes noticed in this effort.
1375
13762000-11-13      Joel Sherrill <joel@OARcorp.com>
1377
1378        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1379
13802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
1382        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1383
13842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1385
1386        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1387
13882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1389
1390        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1391        Switch to GNU canonicalization.
1392        * psxtests.am: Remove DEFS.
1393
13942000-10-24      Joel Sherrill <joel@OARcorp.com>
1395
1396        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1397        It was formerly incorrectly prototyped in <libio.h>.
1398
13992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1400
1401        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1402        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1403        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1404        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1405        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1406        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1407        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1408        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1409
14102000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1412        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1413        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1414        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1415        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1416        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1417        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1418
14192000-08-10      Joel Sherrill <joel@OARcorp.com>
1420
1421        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.