source: rtems/testsuites/psxtests/ChangeLog @ f6ef96c2

4.104.115
Last change on this file since f6ef96c2 was de90869d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/09 at 16:05:02

2009-08-10 Joel Sherrill <joel.sherrill@…>

  • psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
  • Property mode set to 100644
File size: 53.6 KB
Line 
12009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
4        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
5
62009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
9        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
10
112009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, configure.ac: Add test case for user providing their own
14        stack to a POSIX thread.
15        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
16        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
17
182009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
21        that it hits both failing to allocate memory for the message queue
22        name and message buffers.
23
242009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
27        quicker and more reliably hit the intended critical section.
28
292009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * Makefile.am, configure.ac: Add a test to exercise an odd case in
32        _POSIX_signals_Clear_signals.
33        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
34        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
35
362009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * psxmsgq04/init.c: Correct typo in configuration so test does as
39        intended.
40
412009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
44        Update to handle ENFILE case now that POSIX message queues and
45        message queue file descriptors are configured separately and this
46        error is possible.
47
482009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
49
50        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
51        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
52        allocating the message buffers for a POSIX message queue.
53
542009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
57        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
58        is right. Update both screens.
59
602009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
63        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
64        variation which focused on real-time signals rather than user
65        signals.
66        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
67        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
68
692009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
72        replenish period of zero.
73
742009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am, configure.ac: Add new test to account for properly
77        handling keys when a thread has non-NULL key value and key has NULL
78        destructor and when a thread has NULL key value and key has
79        destructor.
80        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
81        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
82
832009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * Makefile.am, configure.ac: Add new test for exercising running out of
86        memory while allocating the key pointers.
87        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
88        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
89
902009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * psxmsgq04/init.c: Add call to mq_unlink.
93
942009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac: Add shell of new test.
97        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
98        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
99
1002009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am, configure.ac: Add test to address cases where a thread
103        is waiting on a signal (sigwait) and we send it. Also address case
104        where there are too many queued signals.
105        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
106        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
107
1082009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * psxsignal02/init.c: Fix spacing.
111
1122009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
113
114        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
115        mq_timedreceive and mq_timedsend conditions. In particular test
116        timeout in the past.
117
1182009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
119
120        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
121        with timeout in the past.
122
1232009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * psxsignal02/psxsignal02.scn: Fill in screen file.
126
1272009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * Makefile.am, configure.ac: Add new test to exercise algorithm to
130        dispatch process wide signals to individual threads.
131        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
132        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
133
1342009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am, configure.ac: Add test to exercise interrupt
137        synchronization logic in _POSIX_Timer_Insert_helper that supports
138        POSIX timers.
139        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
140        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
141        psxintrcritical01/psxintrcritical01.scn: New files.
142
1432009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
144
145        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
146        multiple cases which complete coverage of thread cancellation.
147        * psxcancel/psxcancel.doc: New file.
148
1492009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
152        * psxsem01/system.h: Removed.
153
1542009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * psxsem01/init.c: Eliminate warning.
157
1582009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * psxcancel/init.c: Clean up.
161
1622009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * psxmutexattr01/init.c: Make test optional if tools do not support
165        posix mutex type attribute.
166
1672009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * Makefile.am, configure.ac: Add new test to exercise error case for
170        when a task is blocked on a condition variable with one mutex and
171        another task attempts to block on the same condition variable with
172        another mutex.
173        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
174        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
175
1762009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
179        trylock is unable to obtain the spinlock and that attempting to
180        unlock a spinlock from a thread which did not lock it works as
181        expected.
182        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
183        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
184        New files.
185
1862009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * psxspin01/test.c: Remove unnecessary defines.
189
1902009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
191
192        * psx11/init.c: Use explicit scheduler.
193
1942009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * Makefile.am, configure.ac: Add test to exercise
197        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
198        toolset enables the feature.
199        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
200        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
201        psxmutexattr01/psxmutexattr01.scn: New files.
202
2032009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * Makefile.am, configure.ac: Add test for auto initialization of
206        message queues.
207        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
208        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
209        psxautoinit02/psxautoinit02.scn: New files.
210
2112009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * Makefile.am, configure.ac: Add test of pthread mutex auto
214        intialization.
215        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
216        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
217
2182009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
221
2222009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
225        code.
226
2272009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * psx07/init.c: Slight test fix to ensure state of sched_param
230        structure.
231
2322009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
233
234        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
235        obtaining an rwlock and then releasing it twice.
236
2372009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
240
2412009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
244        sigtimedwait(). Update screen file.
245
2462009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
247
248        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
249        obtaining rwlock for write with a timed lock operation when the
250        abstime timeout is in the past.
251
2522009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
255        obtaining rwlock for read with a timed lock operation when the
256        abstime timeout is in the past.
257
2582009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
261        that the assert has been removed in the source.
262
2632009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
266        mode bits being set. This behavior was not POSIX compliant and has
267        been corrected in the filesystem code.
268
2692009-06-18      Chris Johns <chrisj@rtems.org>
270
271        * psx04/task3.c: Declare unions volatile to workaround the H8300
272        gcc bug.
273
2742009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
277        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
278        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
279
2802009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
283        NULL attribute pointer on init.
284
2852009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
288        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
289        Improved so coverage is better.
290
2912009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * psx04/init.c: Correct errors introduced by using different variable
294        for return type when correcting typing warnings.
295
2962009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * Makefile.am, configure.ac: Add new test to provide coverage analysis
299        of the current implementation of getitimer() and setitimer().
300        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
301        psxitimer/psxitimer.scn: New files.
302
3032009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
306        case to improve coverage analysis.
307
3082009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
311        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
312        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
313        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
314        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
315        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
316        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
317
3182009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
321        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
322        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
323        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
324        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
325        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
326        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
327        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
328        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
329        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
330        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
331        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
332        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
333        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
334        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
335        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
336        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
337        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
338        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
339        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
340        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
341        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
342        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
343        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
344        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
345        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
346        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
347        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
348        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
349        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
350        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
351        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
352        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
353        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
354        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
355        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
356        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
357        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
358        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
359        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
360        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
361        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
362        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
363        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
364        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
365        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
366        psxhdrs/timer07.c: Fix warnings.
367
3682009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
369
370        * psxfile01/test.c: Change from int to size_t.
371
3722009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
375        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
376        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
377        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
378        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
379        psxcancel/Makefile.am, psxchroot01/Makefile.am,
380        psxcleanup/Makefile.am, psxenosys/Makefile.am,
381        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
382        psxfile01/Makefile.am, psxkey01/Makefile.am,
383        psxmount/Makefile.am, psxmsgq01/Makefile.am,
384        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
385        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
386        psxsem01/Makefile.am, psxsignal01/Makefile.am,
387        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
388        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
389        psxualarm/Makefile.am: Eliminate _exe_/.exe.
390
3912009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
392
393        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
394        with create option so we are sure it will get a control block and
395        proceed to allocate other memory. Clean up screen output.
396
3972008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
398
399        * psx05/init.c: Add parameter to call to sched_get_priority_max().
400
4012008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
402
403        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
404        Run all tests successfully with maxixum number of priorities as 16
405        instead of 256. This was done by temporarily modifying the score
406        priority.h maximum. This allowed testing of all API code to ensure
407        that it worked properly with a reduced number of priorities. Most
408        modifications were to switch from hard-coded maximum to using the API
409        provided methods to determine maximum number of priority levels.
410
4112008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
412
413        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
414        clock_gettime() NOT by reaching into the SuperCore.
415
4162008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        * psx01/psx01.scn: Bump version to 4.9.99.0
419
4202008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
423        psxfatal_support/system.h: Convert to "bool".
424
4252008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
426
427        PR 1296/cpukit.
428        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
429        incorrect repeat interval. This patch fixes the following problems in
430        the test.
431          (1) Adds test for value of it_interval.tv_nsec.
432          (2) Corrects test for absolute timer in past.
433          (3) Modifies test to use different initial and repeat periods.
434          (4) Updates psxtimer01.scn to match results.
435
4362008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
437
438        PR 1297/cpukit
439        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
440        pointer handling.
441
4422008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * psxsem01/init.c: Spacing.
445
4462008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
447
448        PR 1293/tests
449        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
450
4512008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
452
453        PR 1291/cpukit
454        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
455        POSIX services taking relative instead of absolute time for timeouts,
456        these tests were updated.
457
4582008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
459
460        * psxfile01/test.c: truncate on /dev/console now works.
461
4622008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
463
464        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
465        requested for initialization task.
466
4672008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
468
469        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
470        like CVS conflict markers.
471
4722008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
473
474        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
475        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
476
4772008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
480
4812008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
482
483        * psxkey01/task.c: Fix warnings.
484
4852008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
488
4892008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
490
491        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
492        Added tests for failure path coverages. Consolidated methods used in
493        multiple places into support routines.
494        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
495        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
496        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
497
4982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
499
500        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
501        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
502        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
503        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
504        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
505        Make tmacros.h available to all POSIX tests. Add a clock_settime case
506        for < 1988.
507
5082008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
509
510        * Makefile.am, configure.ac: New tests.
511        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
512        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
513        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
514        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
515        psxfatal_support/init.c, psxfatal_support/system.h: New files.
516
5172008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
518
519        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
520        portions of Object Services added to API.
521        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
522        psx14/system.h: New files.
523
5242008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
525
526        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
527        pthread_attr_[get|set]clock.
528
5292008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
530
531        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
532        implementation mprotect().
533
5342008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
535
536        * psxcleanup/.cvsignore: New file.
537
5382008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
539
540        * psxcleanup/system.h: New file.
541
5422008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
543
544        * Makefile.am, configure.ac:
545        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
546        psxcleanup/psxcleanup.scn: New files.
547
5482008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
549
550        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
551        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
552
5532007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
554
555        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
556
5572007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
558
559        * Makefile.am, configure.ac: Added test for ualarm
560        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
561        psxualarm/system.h: New files.
562
5632007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
564
565        * Makefile.am, configure.ac: Added posix signal test
566        * psxsignal01/Makefile.am, psxsignal01/init.c,
567        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
568        psxsignal01/task1.c: New files.
569
5702007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
571
572        * Makefile.am, configure.ac: Add test for sysconf().
573        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
574        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
575
5762007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
577
578        * psx01/init.c, psx01/psx01.scn: Add more test cases for
579        sched_rr_get_interval() and sched_get_priority_max().
580
5812007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
582
583        * psxenosys/init.c: Fix typo.
584
5852007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
586
587        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
588        addition of second POSIX Timer test. Add initial version of
589        psxtimer02 to cover some conditions missed in psxtimer01. More cases
590        left to add.
591        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
592        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
593        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
594        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
595        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
596        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
597
5982007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
599
600        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
601
6022007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
603
604        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
605        functions that return ENOSYS.
606        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
607        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
608
6092007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
610
611        * psx13/test.c: Fix spelling error.
612
6132007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
614
615        * psxtime/test.c: Add tests for adjtime().
616
6172007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
618
619        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
620        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
621        cases to improve test coverage.
622
6232007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
624
625        PR 1262/filesystem
626        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
627        and writev() including documentation and test case.
628        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
629        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
630
6312007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
632
633        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
634        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
635        test cases so last output line follows END OF pattern. Make sure test
636        case all run. All tests appeared ok on sis.
637
6382007-04-05      Joel Sherrill <joel@OARcorp.com>
639
640        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
641        behavior more closely matching GNU/Linux.
642
6432006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
644
645        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
646        include normal blocking and unblocking on timeout.
647
6482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
649
650        * configure.ac: New BUG-REPORT address.
651
6522006-11-17      Joel Sherrill <joel@OARcorp.com>
653
654        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
655        Previously the timeout was not absolute time and checked BEFORE
656        attempting to lock semaphore.
657
6582006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
659
660        * psxbarrier01/main.c: New file.
661
6622006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
663
664        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
665        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
666        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
667        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
668
6692006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
670
671        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
672        and partial implementation of POSIX rwlocks.
673        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
674        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
675
6762006-10-30      Joel Sherrill <joel@OARcorp.com>
677
678        PR 841/rtems
679        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
680        specification.
681
6822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
683
684        * configure.ac: Require autoconf-2.60. Require automake-1.10.
685
6862006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
687
688        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
689        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
690        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
691        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
692        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
693        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
694        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
695        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
696        Use rtems_testsdir instead.
697
6982005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
699
700        * configure.ac: Remove RTEMS_ENABLE_BARE,
701        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
702
7032005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
704
705        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
706        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
707        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
708        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
709        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
710        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
711        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
712        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
713        Convert to using *_PROGRAMS.
714
7152005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * psx01/Makefile.am, psx02/Makefile.am,
718        psx03/Makefile.am, psx04/Makefile.am,
719        psx05/Makefile.am, psx06/Makefile.am,
720        psx07/Makefile.am, psx08/Makefile.am,
721        psx09/Makefile.am, psx10/Makefile.am,
722        psx11/Makefile.am, psx12/Makefile.am,
723        psx13/Makefile.am, psxcancel/Makefile.am,
724        psxchroot01/Makefile.am, psxfile01/Makefile.am,
725        psxmount/Makefile.am, psxmsgq01/Makefile.am,
726        psxreaddir/Makefile.am, psxsem01/Makefile.am,
727        psxstat/Makefile.am, psxtime/Makefile.am,
728        psxtimer/Makefile.am: Rework.
729
7302005-11-11      Ralf Corsepius <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: Expand psxtests.am.
740        * psxtests.am: Remove.
741
7422005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
745        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
746        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
747        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
748        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
749        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
750        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
751        psxtime/Makefile.am, psxtimer/Makefile.am:
752        AM_CPPFLAGS += -I..../support/include.
753
7542005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
755
756        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
757
7582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
759
760        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
761        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
762        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
763        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
764        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
765        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
766        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
767        psxstat/Makefile.am: Add ../include/pmacros.h
768        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
769        POSIX_FILES_DIRS.
770        * psxtests.am: Remove LIB_VARIANT.
771
7722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
773
774        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
775        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
776        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
777        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
778        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
779        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
780        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
781        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
782        Remove SRC, PRINT_SRC.
783
7842005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
785
786        * Makefile.am: Cleanup.
787
7882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
789
790        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
791        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
792        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
793        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
794        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
795        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
796        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
797        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
798        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
799        Partial conversion to automake.
800
8012005-09-01      Joel Sherrill <joel@OARcorp.com>
802
803        PR 628/rtems
804        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
805        being an error.
806
8072005-04-26      Joel Sherrill <joel@OARcorp.com>
808
809        * psxreaddir/test.c: Eliminate warnings.
810
8112004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * configure.ac: Require automake > 1.9.
814
8152004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
816
817        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
818        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
819        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
820        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
821        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
822        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
823        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
824        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
825        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
826        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
827        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
828        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
829        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
830        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
831        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
832        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
833        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
834        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
835        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
836        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
837        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
838        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
839        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
840
8412004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
842
843        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
844        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
845        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
846        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
847
8482004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
849
850        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
851        to using c99 fixed size types.
852
8532004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
854
855        * Makefile.am: Remove include from SUBDIRS.
856
8572004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
858
859        * include/Makefile.am: Remove.
860        * Makefile.am: Merge-in include/Makefile.am.
861        * configure.ac: Reflect changes above.
862
8632004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * configure.ac: Add 2nd arg to RTEMS_TOP.
866
8672004-03-05      Joel Sherrill <joel@OARcorp.com>
868
869        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
870        psxtimer/psxtimer.c: Eliminate warnings and typos.
871
8722004-02-26      Sébastien Barré <sbarre@sdelcc.com>
873
874        PR 582/core
875        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
876        queue test so more of it runs now.
877
8782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
881        Add PRE/TMPINSTALL_FILES to CLEANFILES.
882        * psx02/Makefile.am: Ditto.
883        * psx03/Makefile.am: Ditto.
884        * psx04/Makefile.am: Ditto.
885        * psx05/Makefile.am: Ditto.
886        * psx06/Makefile.am: Ditto.
887        * psx07/Makefile.am: Ditto.
888        * psx08/Makefile.am: Ditto.
889        * psx09/Makefile.am: Ditto.
890        * psx10/Makefile.am: Ditto.
891        * psx11/Makefile.am: Ditto.
892        * psx12/Makefile.am: Ditto.
893        * psx13/Makefile.am: Ditto.
894        * psxcancel/Makefile.am: Ditto.
895        * psxchroot01/Makefile.am: Ditto.
896        * psxfile01/Makefile.am: Ditto.
897        * psxmount/Makefile.am: Ditto.
898        * psxmsgq01/Makefile.am: Ditto.
899        * psxreaddir/Makefile.am: Ditto.
900        * psxsem01/Makefile.am: Ditto.
901        * psxstat/Makefile.am: Ditto.
902        * psxtime/Makefile.am: Ditto.
903        * psxtimer/Makefile.am: Ditto.
904
9052003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
906
907        * psxtests.am: Add dirstamp support.
908
9092003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
912
9132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
916
9172003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * psxcancel/Makefile.am: Remove used H_FILES.
920
9212003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * include/Makefile.am: Reformat.
924        * psx01/Makefile.am: Remove all-local: $(ARCH).
925        * psx02/Makefile.am: Remove all-local: $(ARCH).
926        * psx03/Makefile.am: Remove all-local: $(ARCH).
927        * psx04/Makefile.am: Remove all-local: $(ARCH).
928        * psx05/Makefile.am: Remove all-local: $(ARCH).
929        * psx06/Makefile.am: Remove all-local: $(ARCH).
930        * psx07/Makefile.am: Remove all-local: $(ARCH).
931        * psx08/Makefile.am: Remove all-local: $(ARCH).
932        * psx09/Makefile.am: Remove all-local: $(ARCH).
933        * psx10/Makefile.am: Remove all-local: $(ARCH).
934        * psx11/Makefile.am: Remove all-local: $(ARCH).
935        * psx12/Makefile.am: Remove all-local: $(ARCH).
936        * psx13/Makefile.am: Remove all-local: $(ARCH).
937        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
938        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
939        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
940        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
941        * psxmount/Makefile.am: Remove all-local: $(ARCH).
942        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
943        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
944        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
945        * psxstat/Makefile.am: Remove all-local: $(ARCH).
946        * psxtime/Makefile.am: Remove all-local: $(ARCH).
947        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
948
9492003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * configure.ac: Reflect having moved to testsuites/.
952
9532003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * configure.ac: Remove RTEMS_CANONICAL_HOST.
956
9572003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.ac:Remove RTEMS_CHECK_CPU.
960
9612003-09-15      Jennifer Averett <jennifer@OARcorp.com>
962
963        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
964
9652003-09-04      Joel Sherrill <joel@OARcorp.com>
966
967        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
968        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
969        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
970        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
971        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
972        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
973        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
974        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
975        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
976        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
977        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
978        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
979        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
980        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
981        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
982        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
983        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
984        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
985        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
986        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
987        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
988        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
989        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
990        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
991        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
992        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
993        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
994        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
995        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
996        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
997        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
998        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
999        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1000        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1001        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1002        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1003        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1004        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1005        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1006        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1007        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1008        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1009        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1010        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1011        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1012        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1013        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1014        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1015        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1016        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1017        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1018        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1019        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1020        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1021        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1022        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1023        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1024        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1025        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1026        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1027        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1028        psxtimer/system.h: URL for license changed.
1029
10302003-09-04      Joel Sherrill <joel@OARcorp.com>
1031
1032        PR 462/tests
1033        * psxhdrs/Makefile.am: Added ualarm.c
1034        * psxhdrs/signal23.c: New file.
1035
10362003-09-03      Joel Sherrill <joel@OARcorp.com>
1037
1038        PR 463/tests
1039        PR 465/tests
1040        * psxhdrs/Makefile.am: Add new test cases.
1041        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1042        psxhdrs/timer07.c: New files.
1043
10442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * Makefile.am: Reflect having moved aclocal/.
1047
10482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * Makefile.am: Reflect having moved automake/.
1051        * include/Makefile.am: Reflect having moved automake/.
1052        * psx01/Makefile.am: Reflect having moved automake/.
1053        * psx02/Makefile.am: Reflect having moved automake/.
1054        * psx03/Makefile.am: Reflect having moved automake/.
1055        * psx04/Makefile.am: Reflect having moved automake/.
1056        * psx05/Makefile.am: Reflect having moved automake/.
1057        * psx06/Makefile.am: Reflect having moved automake/.
1058        * psx07/Makefile.am: Reflect having moved automake/.
1059        * psx08/Makefile.am: Reflect having moved automake/.
1060        * psx09/Makefile.am: Reflect having moved automake/.
1061        * psx10/Makefile.am: Reflect having moved automake/.
1062        * psx11/Makefile.am: Reflect having moved automake/.
1063        * psx12/Makefile.am: Reflect having moved automake/.
1064        * psx13/Makefile.am: Reflect having moved automake/.
1065        * psxcancel/Makefile.am: Reflect having moved automake/.
1066        * psxchroot01/Makefile.am: Reflect having moved automake/.
1067        * psxfile01/Makefile.am: Reflect having moved automake/.
1068        * psxhdrs/Makefile.am: Reflect having moved automake/.
1069        * psxmount/Makefile.am: Reflect having moved automake/.
1070        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1071        * psxreaddir/Makefile.am: Reflect having moved automake/.
1072        * psxsem01/Makefile.am: Reflect having moved automake/.
1073        * psxstat/Makefile.am: Reflect having moved automake/.
1074        * psxtime/Makefile.am: Reflect having moved automake/.
1075        * psxtimer/Makefile.am: Reflect having moved automake/.
1076
10772003-08-14      Joel Sherrill <joel@OARcorp.com>
1078
1079        PR 408/filesystem
1080        * psx13/test.c: Added very rudimentary test of sync() service.
1081
10822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1083
1084        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1085
10862003-06-12      Joel Sherrill <joel@OARcorp.com>
1087
1088        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1089
10902003-05-29      Joel Sherrill <joel@OARcorp.com>
1091
1092        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1093        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1094        psxtimer/psxtimer.c: Removed warnings.
1095
10962003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1099        CC_CFLAGS_DEFAULT (obsolete).
1100
11012003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
1103        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1104        Remove CC_LDFLAGS_PROFILE_V.
1105
11062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1109
11102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1113
11142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * configure.ac: AC_PREREQ(2.57).
1117
11182002-11-14      Joel Sherrill <joel@OARcorp.com>
1119
1120        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1121        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1122        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1123        Per PR239 update the IDs in the various screens.
1124
11252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * .cvsignore: Reformat.
1128        Add autom4te*cache.
1129        Remove autom4te.cache.
1130
11312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1134        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1135        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1136        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1137        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1138        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1139        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1140        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1141        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1142        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1143        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1144        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1145        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1146        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1147        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1148        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1149        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1150        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1151        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1152        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1153        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1154        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1155        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1156        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1157
11582002-08-01      Joel Sherrill <joel@OARcorp.com>
1159
1160        * Per PR47 add support for buffered test output.  This involved
1161        adding defines to redirect output to a buffer and dump it when
1162        full, at "test pause", and at exit.  To avoid problems when redefining
1163        exit(), all tests were modified to call rtems_test_exit().
1164        Some tests, notable psxtests, had to be modified to include
1165        the standard test macro .h file (pmacros.h or tmacros.h) to
1166        enable this support.
1167        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1168        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1169        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1170        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1171        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1172        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1173        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1174        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1175        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1176        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1177        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1178        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1179
11802002-07-05      Joel Sherrill <joel@OARcorp.com>
1181
1182        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1183        Updated as part of PR164 which reported problems with the RTEMS
1184        implementation of pthread_cancel.
1185       
11862001-04-26      Joel Sherrill <joel@OARcorp.com>
1187
1188        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1189        reworked POSIX message queues to add a descriptor separate from
1190        the underlying message queue.  This allows non-blocking to follow
1191        the "open" not the underlying queue.
1192 
11932002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * configure.ac: Remove ENABLE_GCC28.
1196
11972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * configure.ac:
1200        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1201        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1203        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1204        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1205        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1206        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1207        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1208        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1209        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1210        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1211        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1212        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1213        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1214        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1215        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1216        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1217        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1218        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1219        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1220        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1221        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1222        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1223        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1224        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1225        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1226        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1227        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1228
12292001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1230
1231        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1232        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1233        Since we check permissions before evaluating enough to see if it
1234        a regular file or directory, this hack is needed to make the regular
1235        file executable.
1236
12372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1240        * configure.in: Remove.
1241        * configure.ac: New file, generated from configure.in by autoupdate.
1242
12432001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1244
1245        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1246
12472001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1248
1249        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1250        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1251        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1252        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1253        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1254        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1255        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1256        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1257        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1258        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1259        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1260        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1261        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1262        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1263        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1264        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1265        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1266        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1267        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1268        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1269        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1270        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1271        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1272        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1273
12742001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1275
1276        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1277        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1278        psxchroot01 test.
1279
12802001-05-25      Joel Sherrill <joel@OARcorp.com>
1281
1282        * Added once version of psxchroot01 test for user review.
1283        * psxchroot01: New directory.
1284        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1285        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1286        * configure.in, Makefile.am: Modified to reflect above.
1287
12882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1289
1290        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1291
12922001-04-24      Joel Sherrill <joel@OARcorp.com>
1293
1294        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1295        open, write, reopen, append twice from Andrew Bythell
1296        <abythell@nortelnetworks.com> that tripped an initialization
1297        problem in the IMFS.
1298
12992001-04-20      Joel Sherrill <joel@OARcorp.com>
1300
1301        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1302        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1303        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1304        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1305        Various adjustments so test output matches screens more reliably.
1306
13072001-01-25      Joel Sherrill <joel@OARcorp.com>
1308
1309        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1310
13112000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1312
1313        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1314        to remain consistant across platforms and bsps by forcing
1315        a mount point in front of all paths.
1316
13172000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1318
1319        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1320        expected error condition in one case.
1321        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1322        readdir() of root of mounted filesystem.  Also corrected the screen
1323        file for some mistakes noticed in this effort.
1324
13252000-11-13      Joel Sherrill <joel@OARcorp.com>
1326
1327        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1328
13292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1332
13332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1334
1335        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1336
13372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1340        Switch to GNU canonicalization.
1341        * psxtests.am: Remove DEFS.
1342
13432000-10-24      Joel Sherrill <joel@OARcorp.com>
1344
1345        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1346        It was formerly incorrectly prototyped in <libio.h>.
1347
13482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1349
1350        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1351        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1352        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1353        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1354        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1355        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1356        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1357        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1358
13592000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1360        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1361        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1362        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1363        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1364        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1365        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1366        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1367
13682000-08-10      Joel Sherrill <joel@OARcorp.com>
1369
1370        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.