source: rtems/testsuites/psxtests/ChangeLog @ 7d89924

4.104.115
Last change on this file since 7d89924 was 7d89924, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/09 at 16:43:54

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

  • psxmsgq04/init.c: Correct typo in configuration so test does as intended.
  • Property mode set to 100644
File size: 52.2 KB
Line 
12009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxmsgq04/init.c: Correct typo in configuration so test does as
4        intended.
5
62009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
9        Update to handle ENFILE case now that POSIX message queues and
10        message queue file descriptors are configured separately and this
11        error is possible.
12
132009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
14
15        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
16        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
17        allocating the message buffers for a POSIX message queue.
18
192009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
22        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
23        is right. Update both screens.
24
252009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
28        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
29        variation which focused on real-time signals rather than user
30        signals.
31        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
32        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
33
342009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
37        replenish period of zero.
38
392009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am, configure.ac: Add new test to account for properly
42        handling keys when a thread has non-NULL key value and key has NULL
43        destructor and when a thread has NULL key value and key has
44        destructor.
45        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
46        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
47
482009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am, configure.ac: Add new test for exercising running out of
51        memory while allocating the key pointers.
52        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
53        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
54
552009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * psxmsgq04/init.c: Add call to mq_unlink.
58
592009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, configure.ac: Add shell of new test.
62        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
63        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
64
652009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am, configure.ac: Add test to address cases where a thread
68        is waiting on a signal (sigwait) and we send it. Also address case
69        where there are too many queued signals.
70        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
71        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
72
732009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * psxsignal02/init.c: Fix spacing.
76
772009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
78
79        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
80        mq_timedreceive and mq_timedsend conditions. In particular test
81        timeout in the past.
82
832009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
84
85        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
86        with timeout in the past.
87
882009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * psxsignal02/psxsignal02.scn: Fill in screen file.
91
922009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * Makefile.am, configure.ac: Add new test to exercise algorithm to
95        dispatch process wide signals to individual threads.
96        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
97        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
98
992009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am, configure.ac: Add test to exercise interrupt
102        synchronization logic in _POSIX_Timer_Insert_helper that supports
103        POSIX timers.
104        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
105        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
106        psxintrcritical01/psxintrcritical01.scn: New files.
107
1082009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
109
110        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
111        multiple cases which complete coverage of thread cancellation.
112        * psxcancel/psxcancel.doc: New file.
113
1142009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
117        * psxsem01/system.h: Removed.
118
1192009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * psxsem01/init.c: Eliminate warning.
122
1232009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * psxcancel/init.c: Clean up.
126
1272009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * psxmutexattr01/init.c: Make test optional if tools do not support
130        posix mutex type attribute.
131
1322009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * Makefile.am, configure.ac: Add new test to exercise error case for
135        when a task is blocked on a condition variable with one mutex and
136        another task attempts to block on the same condition variable with
137        another mutex.
138        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
139        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
140
1412009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
144        trylock is unable to obtain the spinlock and that attempting to
145        unlock a spinlock from a thread which did not lock it works as
146        expected.
147        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
148        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
149        New files.
150
1512009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * psxspin01/test.c: Remove unnecessary defines.
154
1552009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * psx11/init.c: Use explicit scheduler.
158
1592009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * Makefile.am, configure.ac: Add test to exercise
162        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
163        toolset enables the feature.
164        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
165        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
166        psxmutexattr01/psxmutexattr01.scn: New files.
167
1682009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * Makefile.am, configure.ac: Add test for auto initialization of
171        message queues.
172        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
173        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
174        psxautoinit02/psxautoinit02.scn: New files.
175
1762009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * Makefile.am, configure.ac: Add test of pthread mutex auto
179        intialization.
180        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
181        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
182
1832009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
186
1872009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
190        code.
191
1922009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * psx07/init.c: Slight test fix to ensure state of sched_param
195        structure.
196
1972009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
198
199        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
200        obtaining an rwlock and then releasing it twice.
201
2022009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
205
2062009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
209        sigtimedwait(). Update screen file.
210
2112009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
212
213        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
214        obtaining rwlock for write with a timed lock operation when the
215        abstime timeout is in the past.
216
2172009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
220        obtaining rwlock for read with a timed lock operation when the
221        abstime timeout is in the past.
222
2232009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
226        that the assert has been removed in the source.
227
2282009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
231        mode bits being set. This behavior was not POSIX compliant and has
232        been corrected in the filesystem code.
233
2342009-06-18      Chris Johns <chrisj@rtems.org>
235
236        * psx04/task3.c: Declare unions volatile to workaround the H8300
237        gcc bug.
238
2392009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
242        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
243        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
244
2452009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
248        NULL attribute pointer on init.
249
2502009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
253        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
254        Improved so coverage is better.
255
2562009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * psx04/init.c: Correct errors introduced by using different variable
259        for return type when correcting typing warnings.
260
2612009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * Makefile.am, configure.ac: Add new test to provide coverage analysis
264        of the current implementation of getitimer() and setitimer().
265        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
266        psxitimer/psxitimer.scn: New files.
267
2682009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
271        case to improve coverage analysis.
272
2732009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
276        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
277        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
278        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
279        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
280        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
281        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
282
2832009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
286        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
287        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
288        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
289        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
290        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
291        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
292        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
293        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
294        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
295        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
296        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
297        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
298        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
299        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
300        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
301        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
302        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
303        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
304        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
305        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
306        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
307        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
308        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
309        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
310        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
311        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
312        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
313        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
314        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
315        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
316        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
317        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
318        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
319        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
320        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
321        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
322        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
323        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
324        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
325        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
326        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
327        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
328        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
329        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
330        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
331        psxhdrs/timer07.c: Fix warnings.
332
3332009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
334
335        * psxfile01/test.c: Change from int to size_t.
336
3372009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
340        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
341        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
342        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
343        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
344        psxcancel/Makefile.am, psxchroot01/Makefile.am,
345        psxcleanup/Makefile.am, psxenosys/Makefile.am,
346        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
347        psxfile01/Makefile.am, psxkey01/Makefile.am,
348        psxmount/Makefile.am, psxmsgq01/Makefile.am,
349        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
350        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
351        psxsem01/Makefile.am, psxsignal01/Makefile.am,
352        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
353        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
354        psxualarm/Makefile.am: Eliminate _exe_/.exe.
355
3562009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
357
358        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
359        with create option so we are sure it will get a control block and
360        proceed to allocate other memory. Clean up screen output.
361
3622008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
363
364        * psx05/init.c: Add parameter to call to sched_get_priority_max().
365
3662008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
367
368        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
369        Run all tests successfully with maxixum number of priorities as 16
370        instead of 256. This was done by temporarily modifying the score
371        priority.h maximum. This allowed testing of all API code to ensure
372        that it worked properly with a reduced number of priorities. Most
373        modifications were to switch from hard-coded maximum to using the API
374        provided methods to determine maximum number of priority levels.
375
3762008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
377
378        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
379        clock_gettime() NOT by reaching into the SuperCore.
380
3812008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
382
383        * psx01/psx01.scn: Bump version to 4.9.99.0
384
3852008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
388        psxfatal_support/system.h: Convert to "bool".
389
3902008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
391
392        PR 1296/cpukit.
393        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
394        incorrect repeat interval. This patch fixes the following problems in
395        the test.
396          (1) Adds test for value of it_interval.tv_nsec.
397          (2) Corrects test for absolute timer in past.
398          (3) Modifies test to use different initial and repeat periods.
399          (4) Updates psxtimer01.scn to match results.
400
4012008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
402
403        PR 1297/cpukit
404        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
405        pointer handling.
406
4072008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
408
409        * psxsem01/init.c: Spacing.
410
4112008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
412
413        PR 1293/tests
414        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
415
4162008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
417
418        PR 1291/cpukit
419        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
420        POSIX services taking relative instead of absolute time for timeouts,
421        these tests were updated.
422
4232008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
424
425        * psxfile01/test.c: truncate on /dev/console now works.
426
4272008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
428
429        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
430        requested for initialization task.
431
4322008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
435        like CVS conflict markers.
436
4372008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
438
439        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
440        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
441
4422008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
445
4462008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
447
448        * psxkey01/task.c: Fix warnings.
449
4502008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
451
452        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
453
4542008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
455
456        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
457        Added tests for failure path coverages. Consolidated methods used in
458        multiple places into support routines.
459        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
460        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
461        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
462
4632008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
466        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
467        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
468        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
469        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
470        Make tmacros.h available to all POSIX tests. Add a clock_settime case
471        for < 1988.
472
4732008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
474
475        * Makefile.am, configure.ac: New tests.
476        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
477        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
478        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
479        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
480        psxfatal_support/init.c, psxfatal_support/system.h: New files.
481
4822008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
483
484        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
485        portions of Object Services added to API.
486        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
487        psx14/system.h: New files.
488
4892008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
490
491        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
492        pthread_attr_[get|set]clock.
493
4942008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
497        implementation mprotect().
498
4992008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * psxcleanup/.cvsignore: New file.
502
5032008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
504
505        * psxcleanup/system.h: New file.
506
5072008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
508
509        * Makefile.am, configure.ac:
510        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
511        psxcleanup/psxcleanup.scn: New files.
512
5132008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
514
515        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
516        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
517
5182007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
519
520        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
521
5222007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
523
524        * Makefile.am, configure.ac: Added test for ualarm
525        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
526        psxualarm/system.h: New files.
527
5282007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
529
530        * Makefile.am, configure.ac: Added posix signal test
531        * psxsignal01/Makefile.am, psxsignal01/init.c,
532        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
533        psxsignal01/task1.c: New files.
534
5352007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
536
537        * Makefile.am, configure.ac: Add test for sysconf().
538        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
539        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
540
5412007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
542
543        * psx01/init.c, psx01/psx01.scn: Add more test cases for
544        sched_rr_get_interval() and sched_get_priority_max().
545
5462007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
547
548        * psxenosys/init.c: Fix typo.
549
5502007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
551
552        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
553        addition of second POSIX Timer test. Add initial version of
554        psxtimer02 to cover some conditions missed in psxtimer01. More cases
555        left to add.
556        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
557        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
558        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
559        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
560        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
561        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
562
5632007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
564
565        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
566
5672007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
568
569        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
570        functions that return ENOSYS.
571        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
572        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
573
5742007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
575
576        * psx13/test.c: Fix spelling error.
577
5782007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
579
580        * psxtime/test.c: Add tests for adjtime().
581
5822007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
583
584        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
585        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
586        cases to improve test coverage.
587
5882007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
589
590        PR 1262/filesystem
591        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
592        and writev() including documentation and test case.
593        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
594        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
595
5962007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
597
598        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
599        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
600        test cases so last output line follows END OF pattern. Make sure test
601        case all run. All tests appeared ok on sis.
602
6032007-04-05      Joel Sherrill <joel@OARcorp.com>
604
605        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
606        behavior more closely matching GNU/Linux.
607
6082006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
609
610        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
611        include normal blocking and unblocking on timeout.
612
6132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
614
615        * configure.ac: New BUG-REPORT address.
616
6172006-11-17      Joel Sherrill <joel@OARcorp.com>
618
619        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
620        Previously the timeout was not absolute time and checked BEFORE
621        attempting to lock semaphore.
622
6232006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
624
625        * psxbarrier01/main.c: New file.
626
6272006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
628
629        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
630        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
631        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
632        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
633
6342006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
635
636        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
637        and partial implementation of POSIX rwlocks.
638        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
639        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
640
6412006-10-30      Joel Sherrill <joel@OARcorp.com>
642
643        PR 841/rtems
644        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
645        specification.
646
6472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
648
649        * configure.ac: Require autoconf-2.60. Require automake-1.10.
650
6512006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
652
653        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
654        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
655        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
656        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
657        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
658        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
659        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
660        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
661        Use rtems_testsdir instead.
662
6632005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
664
665        * configure.ac: Remove RTEMS_ENABLE_BARE,
666        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
667
6682005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
669
670        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
671        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
672        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
673        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
674        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
675        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
676        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
677        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
678        Convert to using *_PROGRAMS.
679
6802005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
681
682        * psx01/Makefile.am, psx02/Makefile.am,
683        psx03/Makefile.am, psx04/Makefile.am,
684        psx05/Makefile.am, psx06/Makefile.am,
685        psx07/Makefile.am, psx08/Makefile.am,
686        psx09/Makefile.am, psx10/Makefile.am,
687        psx11/Makefile.am, psx12/Makefile.am,
688        psx13/Makefile.am, psxcancel/Makefile.am,
689        psxchroot01/Makefile.am, psxfile01/Makefile.am,
690        psxmount/Makefile.am, psxmsgq01/Makefile.am,
691        psxreaddir/Makefile.am, psxsem01/Makefile.am,
692        psxstat/Makefile.am, psxtime/Makefile.am,
693        psxtimer/Makefile.am: Rework.
694
6952005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
698        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
699        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
700        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
701        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
702        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
703        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
704        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
705        * psxtests.am: Remove.
706
7072005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
708
709        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
710        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
711        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
712        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
713        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
714        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
715        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
716        psxtime/Makefile.am, psxtimer/Makefile.am:
717        AM_CPPFLAGS += -I..../support/include.
718
7192005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
720
721        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
722
7232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
724
725        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
726        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
727        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
728        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
729        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
730        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
731        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
732        psxstat/Makefile.am: Add ../include/pmacros.h
733        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
734        POSIX_FILES_DIRS.
735        * psxtests.am: Remove LIB_VARIANT.
736
7372005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
738
739        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
740        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
741        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
742        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
743        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
744        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
745        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
746        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
747        Remove SRC, PRINT_SRC.
748
7492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
750
751        * Makefile.am: Cleanup.
752
7532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
754
755        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
756        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
757        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
758        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
759        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
760        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
761        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
762        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
763        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
764        Partial conversion to automake.
765
7662005-09-01      Joel Sherrill <joel@OARcorp.com>
767
768        PR 628/rtems
769        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
770        being an error.
771
7722005-04-26      Joel Sherrill <joel@OARcorp.com>
773
774        * psxreaddir/test.c: Eliminate warnings.
775
7762004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
777
778        * configure.ac: Require automake > 1.9.
779
7802004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
783        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
784        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
785        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
786        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
787        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
788        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
789        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
790        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
791        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
792        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
793        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
794        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
795        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
796        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
797        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
798        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
799        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
800        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
801        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
802        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
803        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
804        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
805
8062004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
807
808        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
809        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
810        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
811        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
812
8132004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
814
815        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
816        to using c99 fixed size types.
817
8182004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
819
820        * Makefile.am: Remove include from SUBDIRS.
821
8222004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
823
824        * include/Makefile.am: Remove.
825        * Makefile.am: Merge-in include/Makefile.am.
826        * configure.ac: Reflect changes above.
827
8282004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * configure.ac: Add 2nd arg to RTEMS_TOP.
831
8322004-03-05      Joel Sherrill <joel@OARcorp.com>
833
834        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
835        psxtimer/psxtimer.c: Eliminate warnings and typos.
836
8372004-02-26      Sébastien Barré <sbarre@sdelcc.com>
838
839        PR 582/core
840        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
841        queue test so more of it runs now.
842
8432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
846        Add PRE/TMPINSTALL_FILES to CLEANFILES.
847        * psx02/Makefile.am: Ditto.
848        * psx03/Makefile.am: Ditto.
849        * psx04/Makefile.am: Ditto.
850        * psx05/Makefile.am: Ditto.
851        * psx06/Makefile.am: Ditto.
852        * psx07/Makefile.am: Ditto.
853        * psx08/Makefile.am: Ditto.
854        * psx09/Makefile.am: Ditto.
855        * psx10/Makefile.am: Ditto.
856        * psx11/Makefile.am: Ditto.
857        * psx12/Makefile.am: Ditto.
858        * psx13/Makefile.am: Ditto.
859        * psxcancel/Makefile.am: Ditto.
860        * psxchroot01/Makefile.am: Ditto.
861        * psxfile01/Makefile.am: Ditto.
862        * psxmount/Makefile.am: Ditto.
863        * psxmsgq01/Makefile.am: Ditto.
864        * psxreaddir/Makefile.am: Ditto.
865        * psxsem01/Makefile.am: Ditto.
866        * psxstat/Makefile.am: Ditto.
867        * psxtime/Makefile.am: Ditto.
868        * psxtimer/Makefile.am: Ditto.
869
8702003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * psxtests.am: Add dirstamp support.
873
8742003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
877
8782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
881
8822003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * psxcancel/Makefile.am: Remove used H_FILES.
885
8862003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * include/Makefile.am: Reformat.
889        * psx01/Makefile.am: Remove all-local: $(ARCH).
890        * psx02/Makefile.am: Remove all-local: $(ARCH).
891        * psx03/Makefile.am: Remove all-local: $(ARCH).
892        * psx04/Makefile.am: Remove all-local: $(ARCH).
893        * psx05/Makefile.am: Remove all-local: $(ARCH).
894        * psx06/Makefile.am: Remove all-local: $(ARCH).
895        * psx07/Makefile.am: Remove all-local: $(ARCH).
896        * psx08/Makefile.am: Remove all-local: $(ARCH).
897        * psx09/Makefile.am: Remove all-local: $(ARCH).
898        * psx10/Makefile.am: Remove all-local: $(ARCH).
899        * psx11/Makefile.am: Remove all-local: $(ARCH).
900        * psx12/Makefile.am: Remove all-local: $(ARCH).
901        * psx13/Makefile.am: Remove all-local: $(ARCH).
902        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
903        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
904        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
905        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
906        * psxmount/Makefile.am: Remove all-local: $(ARCH).
907        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
908        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
909        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
910        * psxstat/Makefile.am: Remove all-local: $(ARCH).
911        * psxtime/Makefile.am: Remove all-local: $(ARCH).
912        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
913
9142003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * configure.ac: Reflect having moved to testsuites/.
917
9182003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * configure.ac: Remove RTEMS_CANONICAL_HOST.
921
9222003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * configure.ac:Remove RTEMS_CHECK_CPU.
925
9262003-09-15      Jennifer Averett <jennifer@OARcorp.com>
927
928        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
929
9302003-09-04      Joel Sherrill <joel@OARcorp.com>
931
932        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
933        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
934        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
935        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
936        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
937        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
938        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
939        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
940        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
941        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
942        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
943        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
944        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
945        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
946        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
947        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
948        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
949        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
950        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
951        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
952        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
953        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
954        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
955        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
956        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
957        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
958        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
959        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
960        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
961        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
962        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
963        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
964        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
965        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
966        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
967        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
968        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
969        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
970        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
971        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
972        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
973        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
974        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
975        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
976        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
977        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
978        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
979        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
980        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
981        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
982        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
983        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
984        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
985        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
986        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
987        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
988        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
989        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
990        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
991        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
992        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
993        psxtimer/system.h: URL for license changed.
994
9952003-09-04      Joel Sherrill <joel@OARcorp.com>
996
997        PR 462/tests
998        * psxhdrs/Makefile.am: Added ualarm.c
999        * psxhdrs/signal23.c: New file.
1000
10012003-09-03      Joel Sherrill <joel@OARcorp.com>
1002
1003        PR 463/tests
1004        PR 465/tests
1005        * psxhdrs/Makefile.am: Add new test cases.
1006        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1007        psxhdrs/timer07.c: New files.
1008
10092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * Makefile.am: Reflect having moved aclocal/.
1012
10132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * Makefile.am: Reflect having moved automake/.
1016        * include/Makefile.am: Reflect having moved automake/.
1017        * psx01/Makefile.am: Reflect having moved automake/.
1018        * psx02/Makefile.am: Reflect having moved automake/.
1019        * psx03/Makefile.am: Reflect having moved automake/.
1020        * psx04/Makefile.am: Reflect having moved automake/.
1021        * psx05/Makefile.am: Reflect having moved automake/.
1022        * psx06/Makefile.am: Reflect having moved automake/.
1023        * psx07/Makefile.am: Reflect having moved automake/.
1024        * psx08/Makefile.am: Reflect having moved automake/.
1025        * psx09/Makefile.am: Reflect having moved automake/.
1026        * psx10/Makefile.am: Reflect having moved automake/.
1027        * psx11/Makefile.am: Reflect having moved automake/.
1028        * psx12/Makefile.am: Reflect having moved automake/.
1029        * psx13/Makefile.am: Reflect having moved automake/.
1030        * psxcancel/Makefile.am: Reflect having moved automake/.
1031        * psxchroot01/Makefile.am: Reflect having moved automake/.
1032        * psxfile01/Makefile.am: Reflect having moved automake/.
1033        * psxhdrs/Makefile.am: Reflect having moved automake/.
1034        * psxmount/Makefile.am: Reflect having moved automake/.
1035        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1036        * psxreaddir/Makefile.am: Reflect having moved automake/.
1037        * psxsem01/Makefile.am: Reflect having moved automake/.
1038        * psxstat/Makefile.am: Reflect having moved automake/.
1039        * psxtime/Makefile.am: Reflect having moved automake/.
1040        * psxtimer/Makefile.am: Reflect having moved automake/.
1041
10422003-08-14      Joel Sherrill <joel@OARcorp.com>
1043
1044        PR 408/filesystem
1045        * psx13/test.c: Added very rudimentary test of sync() service.
1046
10472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1050
10512003-06-12      Joel Sherrill <joel@OARcorp.com>
1052
1053        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1054
10552003-05-29      Joel Sherrill <joel@OARcorp.com>
1056
1057        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1058        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1059        psxtimer/psxtimer.c: Removed warnings.
1060
10612003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1064        CC_CFLAGS_DEFAULT (obsolete).
1065
10662003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1069        Remove CC_LDFLAGS_PROFILE_V.
1070
10712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1074
10752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1078
10792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * configure.ac: AC_PREREQ(2.57).
1082
10832002-11-14      Joel Sherrill <joel@OARcorp.com>
1084
1085        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1086        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1087        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1088        Per PR239 update the IDs in the various screens.
1089
10902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * .cvsignore: Reformat.
1093        Add autom4te*cache.
1094        Remove autom4te.cache.
1095
10962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1099        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1100        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1101        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1102        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1103        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1104        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1105        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1106        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1107        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1108        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1109        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1110        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1111        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1112        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1113        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1114        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1115        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1116        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1117        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1118        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1119        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1120        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1121        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1122
11232002-08-01      Joel Sherrill <joel@OARcorp.com>
1124
1125        * Per PR47 add support for buffered test output.  This involved
1126        adding defines to redirect output to a buffer and dump it when
1127        full, at "test pause", and at exit.  To avoid problems when redefining
1128        exit(), all tests were modified to call rtems_test_exit().
1129        Some tests, notable psxtests, had to be modified to include
1130        the standard test macro .h file (pmacros.h or tmacros.h) to
1131        enable this support.
1132        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1133        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1134        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1135        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1136        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1137        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1138        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1139        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1140        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1141        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1142        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1143        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1144
11452002-07-05      Joel Sherrill <joel@OARcorp.com>
1146
1147        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1148        Updated as part of PR164 which reported problems with the RTEMS
1149        implementation of pthread_cancel.
1150       
11512001-04-26      Joel Sherrill <joel@OARcorp.com>
1152
1153        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1154        reworked POSIX message queues to add a descriptor separate from
1155        the underlying message queue.  This allows non-blocking to follow
1156        the "open" not the underlying queue.
1157 
11582002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * configure.ac: Remove ENABLE_GCC28.
1161
11622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * configure.ac:
1165        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1166        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1168        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1169        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1170        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1171        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1172        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1173        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1174        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1175        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1176        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1177        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1178        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1179        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1180        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1181        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1182        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1183        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1184        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1185        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1186        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1187        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1188        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1189        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1190        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1191        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1192        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1193
11942001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1195
1196        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1197        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1198        Since we check permissions before evaluating enough to see if it
1199        a regular file or directory, this hack is needed to make the regular
1200        file executable.
1201
12022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1205        * configure.in: Remove.
1206        * configure.ac: New file, generated from configure.in by autoupdate.
1207
12082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1209
1210        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1211
12122001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1215        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1216        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1217        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1218        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1219        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1220        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1221        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1222        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1223        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1224        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1225        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1226        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1227        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1228        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1229        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1230        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1231        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1232        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1233        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1234        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1235        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1236        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1237        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1238
12392001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1240
1241        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1242        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1243        psxchroot01 test.
1244
12452001-05-25      Joel Sherrill <joel@OARcorp.com>
1246
1247        * Added once version of psxchroot01 test for user review.
1248        * psxchroot01: New directory.
1249        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1250        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1251        * configure.in, Makefile.am: Modified to reflect above.
1252
12532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1254
1255        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1256
12572001-04-24      Joel Sherrill <joel@OARcorp.com>
1258
1259        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1260        open, write, reopen, append twice from Andrew Bythell
1261        <abythell@nortelnetworks.com> that tripped an initialization
1262        problem in the IMFS.
1263
12642001-04-20      Joel Sherrill <joel@OARcorp.com>
1265
1266        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1267        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1268        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1269        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1270        Various adjustments so test output matches screens more reliably.
1271
12722001-01-25      Joel Sherrill <joel@OARcorp.com>
1273
1274        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1275
12762000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1277
1278        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1279        to remain consistant across platforms and bsps by forcing
1280        a mount point in front of all paths.
1281
12822000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1283
1284        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1285        expected error condition in one case.
1286        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1287        readdir() of root of mounted filesystem.  Also corrected the screen
1288        file for some mistakes noticed in this effort.
1289
12902000-11-13      Joel Sherrill <joel@OARcorp.com>
1291
1292        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1293
12942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1295
1296        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1297
12982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1301
13022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1305        Switch to GNU canonicalization.
1306        * psxtests.am: Remove DEFS.
1307
13082000-10-24      Joel Sherrill <joel@OARcorp.com>
1309
1310        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1311        It was formerly incorrectly prototyped in <libio.h>.
1312
13132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1316        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1317        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1318        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1319        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1320        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1321        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1322        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1323
13242000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1326        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1327        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1328        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1329        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1330        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1331        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1332
13332000-08-10      Joel Sherrill <joel@OARcorp.com>
1334
1335        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.