source: rtems/testsuites/psxtests/ChangeLog @ e7de563a

4.104.115
Last change on this file since e7de563a was 88271c33, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/09 at 20:36:36

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

  • Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new test to exercise clock and delay services enabled when POSIX threads are disabled. This is split from psx01. POSIX test suite now enabled when POSIX threads are disabled so only enable tests which are appropriate.
  • psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
  • Property mode set to 100644
File size: 55.2 KB
Line 
12009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
4        test to exercise clock and delay services enabled when POSIX threads
5        are disabled. This is split from psx01. POSIX test suite now enabled
6        when POSIX threads are disabled so only enable tests which are
7        appropriate.
8        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
9        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
10
112009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
14        when not to change ssporadic scheduler so it does not touch a task's
15        priority when it is holding a mutex or its priority would be impacted
16        adversely.
17
182009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
21        for adjusting time (adjtime()) where the time is adjusted by enough
22        microseconds that it crosses a second boundary.
23
242009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
25
26        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
27        test to catch more sporadic server cases.
28
292009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
32        remaining pointer.
33
342009-08-17     
35
36        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
37        a recursize mutex.
38
392009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
42        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
43        rtems_clock_get_ticks_per_second().
44
452009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
48        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
49
502009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
53        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
54
552009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * Makefile.am, configure.ac: Add test case for user providing their own
58        stack to a POSIX thread.
59        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
60        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
61
622009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
65        that it hits both failing to allocate memory for the message queue
66        name and message buffers.
67
682009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
71        quicker and more reliably hit the intended critical section.
72
732009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * Makefile.am, configure.ac: Add a test to exercise an odd case in
76        _POSIX_signals_Clear_signals.
77        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
78        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
79
802009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * psxmsgq04/init.c: Correct typo in configuration so test does as
83        intended.
84
852009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
88        Update to handle ENFILE case now that POSIX message queues and
89        message queue file descriptors are configured separately and this
90        error is possible.
91
922009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
93
94        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
95        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
96        allocating the message buffers for a POSIX message queue.
97
982009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
101        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
102        is right. Update both screens.
103
1042009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
107        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
108        variation which focused on real-time signals rather than user
109        signals.
110        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
111        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
112
1132009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
116        replenish period of zero.
117
1182009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile.am, configure.ac: Add new test to account for properly
121        handling keys when a thread has non-NULL key value and key has NULL
122        destructor and when a thread has NULL key value and key has
123        destructor.
124        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
125        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
126
1272009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * Makefile.am, configure.ac: Add new test for exercising running out of
130        memory while allocating the key pointers.
131        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
132        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
133
1342009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * psxmsgq04/init.c: Add call to mq_unlink.
137
1382009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am, configure.ac: Add shell of new test.
141        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
142        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
143
1442009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am, configure.ac: Add test to address cases where a thread
147        is waiting on a signal (sigwait) and we send it. Also address case
148        where there are too many queued signals.
149        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
150        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
151
1522009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * psxsignal02/init.c: Fix spacing.
155
1562009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
157
158        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
159        mq_timedreceive and mq_timedsend conditions. In particular test
160        timeout in the past.
161
1622009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
163
164        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
165        with timeout in the past.
166
1672009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * psxsignal02/psxsignal02.scn: Fill in screen file.
170
1712009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * Makefile.am, configure.ac: Add new test to exercise algorithm to
174        dispatch process wide signals to individual threads.
175        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
176        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
177
1782009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * Makefile.am, configure.ac: Add test to exercise interrupt
181        synchronization logic in _POSIX_Timer_Insert_helper that supports
182        POSIX timers.
183        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
184        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
185        psxintrcritical01/psxintrcritical01.scn: New files.
186
1872009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
188
189        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
190        multiple cases which complete coverage of thread cancellation.
191        * psxcancel/psxcancel.doc: New file.
192
1932009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
196        * psxsem01/system.h: Removed.
197
1982009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * psxsem01/init.c: Eliminate warning.
201
2022009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * psxcancel/init.c: Clean up.
205
2062009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * psxmutexattr01/init.c: Make test optional if tools do not support
209        posix mutex type attribute.
210
2112009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * Makefile.am, configure.ac: Add new test to exercise error case for
214        when a task is blocked on a condition variable with one mutex and
215        another task attempts to block on the same condition variable with
216        another mutex.
217        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
218        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
219
2202009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
223        trylock is unable to obtain the spinlock and that attempting to
224        unlock a spinlock from a thread which did not lock it works as
225        expected.
226        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
227        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
228        New files.
229
2302009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * psxspin01/test.c: Remove unnecessary defines.
233
2342009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * psx11/init.c: Use explicit scheduler.
237
2382009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * Makefile.am, configure.ac: Add test to exercise
241        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
242        toolset enables the feature.
243        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
244        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
245        psxmutexattr01/psxmutexattr01.scn: New files.
246
2472009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * Makefile.am, configure.ac: Add test for auto initialization of
250        message queues.
251        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
252        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
253        psxautoinit02/psxautoinit02.scn: New files.
254
2552009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * Makefile.am, configure.ac: Add test of pthread mutex auto
258        intialization.
259        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
260        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
261
2622009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
265
2662009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
269        code.
270
2712009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
272
273        * psx07/init.c: Slight test fix to ensure state of sched_param
274        structure.
275
2762009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
277
278        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
279        obtaining an rwlock and then releasing it twice.
280
2812009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
284
2852009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
288        sigtimedwait(). Update screen file.
289
2902009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
291
292        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
293        obtaining rwlock for write with a timed lock operation when the
294        abstime timeout is in the past.
295
2962009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
299        obtaining rwlock for read with a timed lock operation when the
300        abstime timeout is in the past.
301
3022009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
305        that the assert has been removed in the source.
306
3072009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
308
309        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
310        mode bits being set. This behavior was not POSIX compliant and has
311        been corrected in the filesystem code.
312
3132009-06-18      Chris Johns <chrisj@rtems.org>
314
315        * psx04/task3.c: Declare unions volatile to workaround the H8300
316        gcc bug.
317
3182009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
321        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
322        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
323
3242009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
327        NULL attribute pointer on init.
328
3292009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
330
331        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
332        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
333        Improved so coverage is better.
334
3352009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * psx04/init.c: Correct errors introduced by using different variable
338        for return type when correcting typing warnings.
339
3402009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * Makefile.am, configure.ac: Add new test to provide coverage analysis
343        of the current implementation of getitimer() and setitimer().
344        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
345        psxitimer/psxitimer.scn: New files.
346
3472009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
350        case to improve coverage analysis.
351
3522009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
355        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
356        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
357        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
358        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
359        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
360        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
361
3622009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
365        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
366        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
367        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
368        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
369        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
370        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
371        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
372        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
373        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
374        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
375        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
376        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
377        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
378        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
379        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
380        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
381        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
382        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
383        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
384        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
385        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
386        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
387        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
388        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
389        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
390        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
391        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
392        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
393        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
394        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
395        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
396        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
397        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
398        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
399        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
400        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
401        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
402        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
403        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
404        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
405        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
406        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
407        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
408        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
409        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
410        psxhdrs/timer07.c: Fix warnings.
411
4122009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
413
414        * psxfile01/test.c: Change from int to size_t.
415
4162009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
419        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
420        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
421        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
422        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
423        psxcancel/Makefile.am, psxchroot01/Makefile.am,
424        psxcleanup/Makefile.am, psxenosys/Makefile.am,
425        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
426        psxfile01/Makefile.am, psxkey01/Makefile.am,
427        psxmount/Makefile.am, psxmsgq01/Makefile.am,
428        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
429        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
430        psxsem01/Makefile.am, psxsignal01/Makefile.am,
431        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
432        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
433        psxualarm/Makefile.am: Eliminate _exe_/.exe.
434
4352009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
436
437        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
438        with create option so we are sure it will get a control block and
439        proceed to allocate other memory. Clean up screen output.
440
4412008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * psx05/init.c: Add parameter to call to sched_get_priority_max().
444
4452008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
446
447        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
448        Run all tests successfully with maxixum number of priorities as 16
449        instead of 256. This was done by temporarily modifying the score
450        priority.h maximum. This allowed testing of all API code to ensure
451        that it worked properly with a reduced number of priorities. Most
452        modifications were to switch from hard-coded maximum to using the API
453        provided methods to determine maximum number of priority levels.
454
4552008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
456
457        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
458        clock_gettime() NOT by reaching into the SuperCore.
459
4602008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
461
462        * psx01/psx01.scn: Bump version to 4.9.99.0
463
4642008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
465
466        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
467        psxfatal_support/system.h: Convert to "bool".
468
4692008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
470
471        PR 1296/cpukit.
472        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
473        incorrect repeat interval. This patch fixes the following problems in
474        the test.
475          (1) Adds test for value of it_interval.tv_nsec.
476          (2) Corrects test for absolute timer in past.
477          (3) Modifies test to use different initial and repeat periods.
478          (4) Updates psxtimer01.scn to match results.
479
4802008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
481
482        PR 1297/cpukit
483        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
484        pointer handling.
485
4862008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
487
488        * psxsem01/init.c: Spacing.
489
4902008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
491
492        PR 1293/tests
493        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
494
4952008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
496
497        PR 1291/cpukit
498        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
499        POSIX services taking relative instead of absolute time for timeouts,
500        these tests were updated.
501
5022008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
503
504        * psxfile01/test.c: truncate on /dev/console now works.
505
5062008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
507
508        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
509        requested for initialization task.
510
5112008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
512
513        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
514        like CVS conflict markers.
515
5162008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
517
518        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
519        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
520
5212008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
524
5252008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
526
527        * psxkey01/task.c: Fix warnings.
528
5292008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
530
531        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
532
5332008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
534
535        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
536        Added tests for failure path coverages. Consolidated methods used in
537        multiple places into support routines.
538        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
539        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
540        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
541
5422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
543
544        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
545        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
546        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
547        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
548        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
549        Make tmacros.h available to all POSIX tests. Add a clock_settime case
550        for < 1988.
551
5522008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
553
554        * Makefile.am, configure.ac: New tests.
555        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
556        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
557        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
558        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
559        psxfatal_support/init.c, psxfatal_support/system.h: New files.
560
5612008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
562
563        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
564        portions of Object Services added to API.
565        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
566        psx14/system.h: New files.
567
5682008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
569
570        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
571        pthread_attr_[get|set]clock.
572
5732008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
574
575        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
576        implementation mprotect().
577
5782008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
579
580        * psxcleanup/.cvsignore: New file.
581
5822008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
583
584        * psxcleanup/system.h: New file.
585
5862008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
587
588        * Makefile.am, configure.ac:
589        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
590        psxcleanup/psxcleanup.scn: New files.
591
5922008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
593
594        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
595        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
596
5972007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
598
599        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
600
6012007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
602
603        * Makefile.am, configure.ac: Added test for ualarm
604        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
605        psxualarm/system.h: New files.
606
6072007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
608
609        * Makefile.am, configure.ac: Added posix signal test
610        * psxsignal01/Makefile.am, psxsignal01/init.c,
611        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
612        psxsignal01/task1.c: New files.
613
6142007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
615
616        * Makefile.am, configure.ac: Add test for sysconf().
617        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
618        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
619
6202007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
621
622        * psx01/init.c, psx01/psx01.scn: Add more test cases for
623        sched_rr_get_interval() and sched_get_priority_max().
624
6252007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * psxenosys/init.c: Fix typo.
628
6292007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
632        addition of second POSIX Timer test. Add initial version of
633        psxtimer02 to cover some conditions missed in psxtimer01. More cases
634        left to add.
635        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
636        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
637        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
638        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
639        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
640        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
641
6422007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
643
644        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
645
6462007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
647
648        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
649        functions that return ENOSYS.
650        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
651        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
652
6532007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * psx13/test.c: Fix spelling error.
656
6572007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
658
659        * psxtime/test.c: Add tests for adjtime().
660
6612007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
662
663        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
664        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
665        cases to improve test coverage.
666
6672007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
668
669        PR 1262/filesystem
670        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
671        and writev() including documentation and test case.
672        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
673        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
674
6752007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
676
677        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
678        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
679        test cases so last output line follows END OF pattern. Make sure test
680        case all run. All tests appeared ok on sis.
681
6822007-04-05      Joel Sherrill <joel@OARcorp.com>
683
684        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
685        behavior more closely matching GNU/Linux.
686
6872006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
688
689        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
690        include normal blocking and unblocking on timeout.
691
6922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * configure.ac: New BUG-REPORT address.
695
6962006-11-17      Joel Sherrill <joel@OARcorp.com>
697
698        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
699        Previously the timeout was not absolute time and checked BEFORE
700        attempting to lock semaphore.
701
7022006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
703
704        * psxbarrier01/main.c: New file.
705
7062006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
707
708        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
709        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
710        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
711        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
712
7132006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
714
715        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
716        and partial implementation of POSIX rwlocks.
717        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
718        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
719
7202006-10-30      Joel Sherrill <joel@OARcorp.com>
721
722        PR 841/rtems
723        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
724        specification.
725
7262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
727
728        * configure.ac: Require autoconf-2.60. Require automake-1.10.
729
7302006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
731
732        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
733        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
734        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
735        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
736        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
737        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
738        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
739        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
740        Use rtems_testsdir instead.
741
7422005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * configure.ac: Remove RTEMS_ENABLE_BARE,
745        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
746
7472005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
748
749        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
750        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
751        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
752        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
753        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
754        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
755        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
756        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
757        Convert to using *_PROGRAMS.
758
7592005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
760
761        * psx01/Makefile.am, psx02/Makefile.am,
762        psx03/Makefile.am, psx04/Makefile.am,
763        psx05/Makefile.am, psx06/Makefile.am,
764        psx07/Makefile.am, psx08/Makefile.am,
765        psx09/Makefile.am, psx10/Makefile.am,
766        psx11/Makefile.am, psx12/Makefile.am,
767        psx13/Makefile.am, psxcancel/Makefile.am,
768        psxchroot01/Makefile.am, psxfile01/Makefile.am,
769        psxmount/Makefile.am, psxmsgq01/Makefile.am,
770        psxreaddir/Makefile.am, psxsem01/Makefile.am,
771        psxstat/Makefile.am, psxtime/Makefile.am,
772        psxtimer/Makefile.am: Rework.
773
7742005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
775
776        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
777        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
778        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
779        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
780        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
781        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
782        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
783        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
784        * psxtests.am: Remove.
785
7862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
789        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
790        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
791        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
792        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
793        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
794        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
795        psxtime/Makefile.am, psxtimer/Makefile.am:
796        AM_CPPFLAGS += -I..../support/include.
797
7982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
799
800        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
801
8022005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
803
804        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
805        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
806        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
807        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
808        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
809        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
810        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
811        psxstat/Makefile.am: Add ../include/pmacros.h
812        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
813        POSIX_FILES_DIRS.
814        * psxtests.am: Remove LIB_VARIANT.
815
8162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
817
818        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
819        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
820        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
821        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
822        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
823        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
824        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
825        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
826        Remove SRC, PRINT_SRC.
827
8282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
829
830        * Makefile.am: Cleanup.
831
8322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
833
834        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
835        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
836        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
837        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
838        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
839        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
840        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
841        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
842        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
843        Partial conversion to automake.
844
8452005-09-01      Joel Sherrill <joel@OARcorp.com>
846
847        PR 628/rtems
848        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
849        being an error.
850
8512005-04-26      Joel Sherrill <joel@OARcorp.com>
852
853        * psxreaddir/test.c: Eliminate warnings.
854
8552004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
856
857        * configure.ac: Require automake > 1.9.
858
8592004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
860
861        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
862        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
863        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
864        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
865        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
866        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
867        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
868        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
869        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
870        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
871        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
872        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
873        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
874        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
875        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
876        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
877        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
878        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
879        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
880        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
881        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
882        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
883        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
884
8852004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
886
887        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
888        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
889        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
890        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
891
8922004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
895        to using c99 fixed size types.
896
8972004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
898
899        * Makefile.am: Remove include from SUBDIRS.
900
9012004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
902
903        * include/Makefile.am: Remove.
904        * Makefile.am: Merge-in include/Makefile.am.
905        * configure.ac: Reflect changes above.
906
9072004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * configure.ac: Add 2nd arg to RTEMS_TOP.
910
9112004-03-05      Joel Sherrill <joel@OARcorp.com>
912
913        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
914        psxtimer/psxtimer.c: Eliminate warnings and typos.
915
9162004-02-26      Sébastien Barré <sbarre@sdelcc.com>
917
918        PR 582/core
919        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
920        queue test so more of it runs now.
921
9222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
925        Add PRE/TMPINSTALL_FILES to CLEANFILES.
926        * psx02/Makefile.am: Ditto.
927        * psx03/Makefile.am: Ditto.
928        * psx04/Makefile.am: Ditto.
929        * psx05/Makefile.am: Ditto.
930        * psx06/Makefile.am: Ditto.
931        * psx07/Makefile.am: Ditto.
932        * psx08/Makefile.am: Ditto.
933        * psx09/Makefile.am: Ditto.
934        * psx10/Makefile.am: Ditto.
935        * psx11/Makefile.am: Ditto.
936        * psx12/Makefile.am: Ditto.
937        * psx13/Makefile.am: Ditto.
938        * psxcancel/Makefile.am: Ditto.
939        * psxchroot01/Makefile.am: Ditto.
940        * psxfile01/Makefile.am: Ditto.
941        * psxmount/Makefile.am: Ditto.
942        * psxmsgq01/Makefile.am: Ditto.
943        * psxreaddir/Makefile.am: Ditto.
944        * psxsem01/Makefile.am: Ditto.
945        * psxstat/Makefile.am: Ditto.
946        * psxtime/Makefile.am: Ditto.
947        * psxtimer/Makefile.am: Ditto.
948
9492003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * psxtests.am: Add dirstamp support.
952
9532003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
956
9572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
960
9612003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * psxcancel/Makefile.am: Remove used H_FILES.
964
9652003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * include/Makefile.am: Reformat.
968        * psx01/Makefile.am: Remove all-local: $(ARCH).
969        * psx02/Makefile.am: Remove all-local: $(ARCH).
970        * psx03/Makefile.am: Remove all-local: $(ARCH).
971        * psx04/Makefile.am: Remove all-local: $(ARCH).
972        * psx05/Makefile.am: Remove all-local: $(ARCH).
973        * psx06/Makefile.am: Remove all-local: $(ARCH).
974        * psx07/Makefile.am: Remove all-local: $(ARCH).
975        * psx08/Makefile.am: Remove all-local: $(ARCH).
976        * psx09/Makefile.am: Remove all-local: $(ARCH).
977        * psx10/Makefile.am: Remove all-local: $(ARCH).
978        * psx11/Makefile.am: Remove all-local: $(ARCH).
979        * psx12/Makefile.am: Remove all-local: $(ARCH).
980        * psx13/Makefile.am: Remove all-local: $(ARCH).
981        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
982        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
983        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
984        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
985        * psxmount/Makefile.am: Remove all-local: $(ARCH).
986        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
987        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
988        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
989        * psxstat/Makefile.am: Remove all-local: $(ARCH).
990        * psxtime/Makefile.am: Remove all-local: $(ARCH).
991        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
992
9932003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * configure.ac: Reflect having moved to testsuites/.
996
9972003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1000
10012003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * configure.ac:Remove RTEMS_CHECK_CPU.
1004
10052003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1006
1007        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1008
10092003-09-04      Joel Sherrill <joel@OARcorp.com>
1010
1011        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1012        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1013        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1014        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1015        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1016        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1017        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1018        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1019        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1020        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1021        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1022        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1023        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1024        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1025        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1026        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1027        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1028        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1029        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1030        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1031        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1032        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1033        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1034        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1035        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1036        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1037        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1038        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1039        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1040        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1041        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1042        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1043        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1044        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1045        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1046        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1047        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1048        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1049        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1050        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1051        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1052        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1053        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1054        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1055        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1056        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1057        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1058        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1059        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1060        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1061        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1062        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1063        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1064        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1065        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1066        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1067        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1068        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1069        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1070        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1071        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1072        psxtimer/system.h: URL for license changed.
1073
10742003-09-04      Joel Sherrill <joel@OARcorp.com>
1075
1076        PR 462/tests
1077        * psxhdrs/Makefile.am: Added ualarm.c
1078        * psxhdrs/signal23.c: New file.
1079
10802003-09-03      Joel Sherrill <joel@OARcorp.com>
1081
1082        PR 463/tests
1083        PR 465/tests
1084        * psxhdrs/Makefile.am: Add new test cases.
1085        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1086        psxhdrs/timer07.c: New files.
1087
10882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * Makefile.am: Reflect having moved aclocal/.
1091
10922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * Makefile.am: Reflect having moved automake/.
1095        * include/Makefile.am: Reflect having moved automake/.
1096        * psx01/Makefile.am: Reflect having moved automake/.
1097        * psx02/Makefile.am: Reflect having moved automake/.
1098        * psx03/Makefile.am: Reflect having moved automake/.
1099        * psx04/Makefile.am: Reflect having moved automake/.
1100        * psx05/Makefile.am: Reflect having moved automake/.
1101        * psx06/Makefile.am: Reflect having moved automake/.
1102        * psx07/Makefile.am: Reflect having moved automake/.
1103        * psx08/Makefile.am: Reflect having moved automake/.
1104        * psx09/Makefile.am: Reflect having moved automake/.
1105        * psx10/Makefile.am: Reflect having moved automake/.
1106        * psx11/Makefile.am: Reflect having moved automake/.
1107        * psx12/Makefile.am: Reflect having moved automake/.
1108        * psx13/Makefile.am: Reflect having moved automake/.
1109        * psxcancel/Makefile.am: Reflect having moved automake/.
1110        * psxchroot01/Makefile.am: Reflect having moved automake/.
1111        * psxfile01/Makefile.am: Reflect having moved automake/.
1112        * psxhdrs/Makefile.am: Reflect having moved automake/.
1113        * psxmount/Makefile.am: Reflect having moved automake/.
1114        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1115        * psxreaddir/Makefile.am: Reflect having moved automake/.
1116        * psxsem01/Makefile.am: Reflect having moved automake/.
1117        * psxstat/Makefile.am: Reflect having moved automake/.
1118        * psxtime/Makefile.am: Reflect having moved automake/.
1119        * psxtimer/Makefile.am: Reflect having moved automake/.
1120
11212003-08-14      Joel Sherrill <joel@OARcorp.com>
1122
1123        PR 408/filesystem
1124        * psx13/test.c: Added very rudimentary test of sync() service.
1125
11262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1129
11302003-06-12      Joel Sherrill <joel@OARcorp.com>
1131
1132        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1133
11342003-05-29      Joel Sherrill <joel@OARcorp.com>
1135
1136        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1137        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1138        psxtimer/psxtimer.c: Removed warnings.
1139
11402003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1141
1142        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1143        CC_CFLAGS_DEFAULT (obsolete).
1144
11452003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1148        Remove CC_LDFLAGS_PROFILE_V.
1149
11502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1151
1152        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1153
11542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1157
11582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * configure.ac: AC_PREREQ(2.57).
1161
11622002-11-14      Joel Sherrill <joel@OARcorp.com>
1163
1164        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1165        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1166        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1167        Per PR239 update the IDs in the various screens.
1168
11692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * .cvsignore: Reformat.
1172        Add autom4te*cache.
1173        Remove autom4te.cache.
1174
11752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1178        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1179        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1180        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1181        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1182        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1183        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1184        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1185        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1186        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1187        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1188        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1189        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1190        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1191        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1192        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1193        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1194        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1195        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1196        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1197        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1198        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1199        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1200        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1201
12022002-08-01      Joel Sherrill <joel@OARcorp.com>
1203
1204        * Per PR47 add support for buffered test output.  This involved
1205        adding defines to redirect output to a buffer and dump it when
1206        full, at "test pause", and at exit.  To avoid problems when redefining
1207        exit(), all tests were modified to call rtems_test_exit().
1208        Some tests, notable psxtests, had to be modified to include
1209        the standard test macro .h file (pmacros.h or tmacros.h) to
1210        enable this support.
1211        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1212        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1213        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1214        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1215        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1216        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1217        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1218        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1219        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1220        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1221        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1222        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1223
12242002-07-05      Joel Sherrill <joel@OARcorp.com>
1225
1226        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1227        Updated as part of PR164 which reported problems with the RTEMS
1228        implementation of pthread_cancel.
1229       
12302001-04-26      Joel Sherrill <joel@OARcorp.com>
1231
1232        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1233        reworked POSIX message queues to add a descriptor separate from
1234        the underlying message queue.  This allows non-blocking to follow
1235        the "open" not the underlying queue.
1236 
12372002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * configure.ac: Remove ENABLE_GCC28.
1240
12412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1242
1243        * configure.ac:
1244        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1245        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1246        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1250        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1251        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1252        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1253        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1254        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1256        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1257        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1258        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1259        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1260        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1261        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1262        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1263        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1264        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1265        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1266        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1267        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1268        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1269        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1270        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1271        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1272
12732001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1274
1275        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1276        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1277        Since we check permissions before evaluating enough to see if it
1278        a regular file or directory, this hack is needed to make the regular
1279        file executable.
1280
12812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1282
1283        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1284        * configure.in: Remove.
1285        * configure.ac: New file, generated from configure.in by autoupdate.
1286
12872001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1290
12912001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1294        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1295        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1296        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1297        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1298        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1299        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1300        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1301        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1302        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1303        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1304        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1305        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1306        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1307        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1308        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1309        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1310        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1311        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1312        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1313        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1314        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1315        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1316        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1317
13182001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1319
1320        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1321        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1322        psxchroot01 test.
1323
13242001-05-25      Joel Sherrill <joel@OARcorp.com>
1325
1326        * Added once version of psxchroot01 test for user review.
1327        * psxchroot01: New directory.
1328        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1329        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1330        * configure.in, Makefile.am: Modified to reflect above.
1331
13322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1333
1334        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1335
13362001-04-24      Joel Sherrill <joel@OARcorp.com>
1337
1338        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1339        open, write, reopen, append twice from Andrew Bythell
1340        <abythell@nortelnetworks.com> that tripped an initialization
1341        problem in the IMFS.
1342
13432001-04-20      Joel Sherrill <joel@OARcorp.com>
1344
1345        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1346        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1347        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1348        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1349        Various adjustments so test output matches screens more reliably.
1350
13512001-01-25      Joel Sherrill <joel@OARcorp.com>
1352
1353        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1354
13552000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1356
1357        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1358        to remain consistant across platforms and bsps by forcing
1359        a mount point in front of all paths.
1360
13612000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1362
1363        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1364        expected error condition in one case.
1365        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1366        readdir() of root of mounted filesystem.  Also corrected the screen
1367        file for some mistakes noticed in this effort.
1368
13692000-11-13      Joel Sherrill <joel@OARcorp.com>
1370
1371        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1372
13732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1376
13772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1378
1379        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1380
13812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1382
1383        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1384        Switch to GNU canonicalization.
1385        * psxtests.am: Remove DEFS.
1386
13872000-10-24      Joel Sherrill <joel@OARcorp.com>
1388
1389        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1390        It was formerly incorrectly prototyped in <libio.h>.
1391
13922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1395        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1396        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1397        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1398        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1399        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1400        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1401        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1402
14032000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1404        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1405        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1406        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1407        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1408        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1409        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1410        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1411
14122000-08-10      Joel Sherrill <joel@OARcorp.com>
1413
1414        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.