source: rtems/testsuites/psxtests/ChangeLog @ 3f727f98

4.104.115
Last change on this file since 3f727f98 was 609e0582, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/09 at 15:51:32

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

  • psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of deprecated rtems_extension.
  • Property mode set to 100644
File size: 55.9 KB
Line 
12009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
4        deprecated rtems_extension.
5
62009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
9        nanoseconds.
10
112009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
14        getpagesize().
15
162009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
19        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
20        psxsignal04/Makefile.am: Move test cases which needed to be executed
21        when POSIX is disabled to psxclock so they will be.
22
232009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
26        test to exercise clock and delay services enabled when POSIX threads
27        are disabled. This is split from psx01. POSIX test suite now enabled
28        when POSIX threads are disabled so only enable tests which are
29        appropriate.
30        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
31        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
32
332009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
36        when not to change ssporadic scheduler so it does not touch a task's
37        priority when it is holding a mutex or its priority would be impacted
38        adversely.
39
402009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
43        for adjusting time (adjtime()) where the time is adjusted by enough
44        microseconds that it crosses a second boundary.
45
462009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
47
48        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
49        test to catch more sporadic server cases.
50
512009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
54        remaining pointer.
55
562009-08-17     
57
58        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
59        a recursize mutex.
60
612009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
64        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
65        rtems_clock_get_ticks_per_second().
66
672009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
70        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
71
722009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
75        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
76
772009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * Makefile.am, configure.ac: Add test case for user providing their own
80        stack to a POSIX thread.
81        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
82        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
83
842009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
87        that it hits both failing to allocate memory for the message queue
88        name and message buffers.
89
902009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
93        quicker and more reliably hit the intended critical section.
94
952009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, configure.ac: Add a test to exercise an odd case in
98        _POSIX_signals_Clear_signals.
99        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
100        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
101
1022009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * psxmsgq04/init.c: Correct typo in configuration so test does as
105        intended.
106
1072009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
110        Update to handle ENFILE case now that POSIX message queues and
111        message queue file descriptors are configured separately and this
112        error is possible.
113
1142009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
115
116        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
117        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
118        allocating the message buffers for a POSIX message queue.
119
1202009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
123        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
124        is right. Update both screens.
125
1262009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
129        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
130        variation which focused on real-time signals rather than user
131        signals.
132        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
133        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
134
1352009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
138        replenish period of zero.
139
1402009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am, configure.ac: Add new test to account for properly
143        handling keys when a thread has non-NULL key value and key has NULL
144        destructor and when a thread has NULL key value and key has
145        destructor.
146        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
147        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
148
1492009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * Makefile.am, configure.ac: Add new test for exercising running out of
152        memory while allocating the key pointers.
153        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
154        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
155
1562009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * psxmsgq04/init.c: Add call to mq_unlink.
159
1602009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * Makefile.am, configure.ac: Add shell of new test.
163        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
164        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
165
1662009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, configure.ac: Add test to address cases where a thread
169        is waiting on a signal (sigwait) and we send it. Also address case
170        where there are too many queued signals.
171        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
172        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
173
1742009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * psxsignal02/init.c: Fix spacing.
177
1782009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
179
180        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
181        mq_timedreceive and mq_timedsend conditions. In particular test
182        timeout in the past.
183
1842009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
185
186        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
187        with timeout in the past.
188
1892009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
190
191        * psxsignal02/psxsignal02.scn: Fill in screen file.
192
1932009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * Makefile.am, configure.ac: Add new test to exercise algorithm to
196        dispatch process wide signals to individual threads.
197        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
198        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
199
2002009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * Makefile.am, configure.ac: Add test to exercise interrupt
203        synchronization logic in _POSIX_Timer_Insert_helper that supports
204        POSIX timers.
205        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
206        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
207        psxintrcritical01/psxintrcritical01.scn: New files.
208
2092009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
210
211        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
212        multiple cases which complete coverage of thread cancellation.
213        * psxcancel/psxcancel.doc: New file.
214
2152009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
218        * psxsem01/system.h: Removed.
219
2202009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * psxsem01/init.c: Eliminate warning.
223
2242009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * psxcancel/init.c: Clean up.
227
2282009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * psxmutexattr01/init.c: Make test optional if tools do not support
231        posix mutex type attribute.
232
2332009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * Makefile.am, configure.ac: Add new test to exercise error case for
236        when a task is blocked on a condition variable with one mutex and
237        another task attempts to block on the same condition variable with
238        another mutex.
239        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
240        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
241
2422009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
245        trylock is unable to obtain the spinlock and that attempting to
246        unlock a spinlock from a thread which did not lock it works as
247        expected.
248        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
249        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
250        New files.
251
2522009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * psxspin01/test.c: Remove unnecessary defines.
255
2562009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * psx11/init.c: Use explicit scheduler.
259
2602009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * Makefile.am, configure.ac: Add test to exercise
263        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
264        toolset enables the feature.
265        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
266        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
267        psxmutexattr01/psxmutexattr01.scn: New files.
268
2692009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * Makefile.am, configure.ac: Add test for auto initialization of
272        message queues.
273        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
274        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
275        psxautoinit02/psxautoinit02.scn: New files.
276
2772009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * Makefile.am, configure.ac: Add test of pthread mutex auto
280        intialization.
281        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
282        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
283
2842009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
287
2882009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
291        code.
292
2932009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
294
295        * psx07/init.c: Slight test fix to ensure state of sched_param
296        structure.
297
2982009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
299
300        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
301        obtaining an rwlock and then releasing it twice.
302
3032009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
306
3072009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
308
309        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
310        sigtimedwait(). Update screen file.
311
3122009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
313
314        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
315        obtaining rwlock for write with a timed lock operation when the
316        abstime timeout is in the past.
317
3182009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
319
320        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
321        obtaining rwlock for read with a timed lock operation when the
322        abstime timeout is in the past.
323
3242009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
327        that the assert has been removed in the source.
328
3292009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
330
331        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
332        mode bits being set. This behavior was not POSIX compliant and has
333        been corrected in the filesystem code.
334
3352009-06-18      Chris Johns <chrisj@rtems.org>
336
337        * psx04/task3.c: Declare unions volatile to workaround the H8300
338        gcc bug.
339
3402009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
343        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
344        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
345
3462009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
349        NULL attribute pointer on init.
350
3512009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
354        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
355        Improved so coverage is better.
356
3572009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
358
359        * psx04/init.c: Correct errors introduced by using different variable
360        for return type when correcting typing warnings.
361
3622009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * Makefile.am, configure.ac: Add new test to provide coverage analysis
365        of the current implementation of getitimer() and setitimer().
366        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
367        psxitimer/psxitimer.scn: New files.
368
3692009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
370
371        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
372        case to improve coverage analysis.
373
3742009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
377        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
378        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
379        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
380        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
381        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
382        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
383
3842009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
387        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
388        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
389        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
390        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
391        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
392        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
393        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
394        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
395        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
396        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
397        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
398        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
399        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
400        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
401        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
402        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
403        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
404        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
405        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
406        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
407        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
408        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
409        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
410        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
411        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
412        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
413        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
414        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
415        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
416        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
417        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
418        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
419        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
420        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
421        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
422        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
423        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
424        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
425        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
426        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
427        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
428        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
429        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
430        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
431        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
432        psxhdrs/timer07.c: Fix warnings.
433
4342009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
435
436        * psxfile01/test.c: Change from int to size_t.
437
4382009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
441        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
442        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
443        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
444        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
445        psxcancel/Makefile.am, psxchroot01/Makefile.am,
446        psxcleanup/Makefile.am, psxenosys/Makefile.am,
447        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
448        psxfile01/Makefile.am, psxkey01/Makefile.am,
449        psxmount/Makefile.am, psxmsgq01/Makefile.am,
450        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
451        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
452        psxsem01/Makefile.am, psxsignal01/Makefile.am,
453        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
454        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
455        psxualarm/Makefile.am: Eliminate _exe_/.exe.
456
4572009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
458
459        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
460        with create option so we are sure it will get a control block and
461        proceed to allocate other memory. Clean up screen output.
462
4632008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
464
465        * psx05/init.c: Add parameter to call to sched_get_priority_max().
466
4672008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
468
469        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
470        Run all tests successfully with maxixum number of priorities as 16
471        instead of 256. This was done by temporarily modifying the score
472        priority.h maximum. This allowed testing of all API code to ensure
473        that it worked properly with a reduced number of priorities. Most
474        modifications were to switch from hard-coded maximum to using the API
475        provided methods to determine maximum number of priority levels.
476
4772008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
478
479        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
480        clock_gettime() NOT by reaching into the SuperCore.
481
4822008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
483
484        * psx01/psx01.scn: Bump version to 4.9.99.0
485
4862008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
487
488        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
489        psxfatal_support/system.h: Convert to "bool".
490
4912008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
492
493        PR 1296/cpukit.
494        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
495        incorrect repeat interval. This patch fixes the following problems in
496        the test.
497          (1) Adds test for value of it_interval.tv_nsec.
498          (2) Corrects test for absolute timer in past.
499          (3) Modifies test to use different initial and repeat periods.
500          (4) Updates psxtimer01.scn to match results.
501
5022008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
503
504        PR 1297/cpukit
505        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
506        pointer handling.
507
5082008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
509
510        * psxsem01/init.c: Spacing.
511
5122008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
513
514        PR 1293/tests
515        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
516
5172008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
518
519        PR 1291/cpukit
520        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
521        POSIX services taking relative instead of absolute time for timeouts,
522        these tests were updated.
523
5242008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
525
526        * psxfile01/test.c: truncate on /dev/console now works.
527
5282008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
529
530        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
531        requested for initialization task.
532
5332008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
534
535        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
536        like CVS conflict markers.
537
5382008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
539
540        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
541        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
542
5432008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
544
545        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
546
5472008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
548
549        * psxkey01/task.c: Fix warnings.
550
5512008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
552
553        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
554
5552008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
556
557        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
558        Added tests for failure path coverages. Consolidated methods used in
559        multiple places into support routines.
560        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
561        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
562        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
563
5642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
565
566        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
567        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
568        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
569        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
570        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
571        Make tmacros.h available to all POSIX tests. Add a clock_settime case
572        for < 1988.
573
5742008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
575
576        * Makefile.am, configure.ac: New tests.
577        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
578        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
579        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
580        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
581        psxfatal_support/init.c, psxfatal_support/system.h: New files.
582
5832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
584
585        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
586        portions of Object Services added to API.
587        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
588        psx14/system.h: New files.
589
5902008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
591
592        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
593        pthread_attr_[get|set]clock.
594
5952008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
596
597        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
598        implementation mprotect().
599
6002008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
601
602        * psxcleanup/.cvsignore: New file.
603
6042008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
605
606        * psxcleanup/system.h: New file.
607
6082008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
609
610        * Makefile.am, configure.ac:
611        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
612        psxcleanup/psxcleanup.scn: New files.
613
6142008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
615
616        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
617        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
618
6192007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
620
621        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
622
6232007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
624
625        * Makefile.am, configure.ac: Added test for ualarm
626        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
627        psxualarm/system.h: New files.
628
6292007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
630
631        * Makefile.am, configure.ac: Added posix signal test
632        * psxsignal01/Makefile.am, psxsignal01/init.c,
633        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
634        psxsignal01/task1.c: New files.
635
6362007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * Makefile.am, configure.ac: Add test for sysconf().
639        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
640        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
641
6422007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
643
644        * psx01/init.c, psx01/psx01.scn: Add more test cases for
645        sched_rr_get_interval() and sched_get_priority_max().
646
6472007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
648
649        * psxenosys/init.c: Fix typo.
650
6512007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
652
653        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
654        addition of second POSIX Timer test. Add initial version of
655        psxtimer02 to cover some conditions missed in psxtimer01. More cases
656        left to add.
657        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
658        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
659        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
660        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
661        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
662        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
663
6642007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
665
666        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
667
6682007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
669
670        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
671        functions that return ENOSYS.
672        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
673        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
674
6752007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
676
677        * psx13/test.c: Fix spelling error.
678
6792007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
680
681        * psxtime/test.c: Add tests for adjtime().
682
6832007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
684
685        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
686        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
687        cases to improve test coverage.
688
6892007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
690
691        PR 1262/filesystem
692        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
693        and writev() including documentation and test case.
694        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
695        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
696
6972007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
698
699        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
700        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
701        test cases so last output line follows END OF pattern. Make sure test
702        case all run. All tests appeared ok on sis.
703
7042007-04-05      Joel Sherrill <joel@OARcorp.com>
705
706        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
707        behavior more closely matching GNU/Linux.
708
7092006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
710
711        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
712        include normal blocking and unblocking on timeout.
713
7142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
715
716        * configure.ac: New BUG-REPORT address.
717
7182006-11-17      Joel Sherrill <joel@OARcorp.com>
719
720        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
721        Previously the timeout was not absolute time and checked BEFORE
722        attempting to lock semaphore.
723
7242006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
725
726        * psxbarrier01/main.c: New file.
727
7282006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
729
730        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
731        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
732        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
733        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
734
7352006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
736
737        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
738        and partial implementation of POSIX rwlocks.
739        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
740        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
741
7422006-10-30      Joel Sherrill <joel@OARcorp.com>
743
744        PR 841/rtems
745        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
746        specification.
747
7482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
749
750        * configure.ac: Require autoconf-2.60. Require automake-1.10.
751
7522006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
753
754        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
755        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
756        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
757        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
758        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
759        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
760        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
761        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
762        Use rtems_testsdir instead.
763
7642005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
765
766        * configure.ac: Remove RTEMS_ENABLE_BARE,
767        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
768
7692005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
770
771        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
772        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
773        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
774        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
775        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
776        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
777        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
778        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
779        Convert to using *_PROGRAMS.
780
7812005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
782
783        * psx01/Makefile.am, psx02/Makefile.am,
784        psx03/Makefile.am, psx04/Makefile.am,
785        psx05/Makefile.am, psx06/Makefile.am,
786        psx07/Makefile.am, psx08/Makefile.am,
787        psx09/Makefile.am, psx10/Makefile.am,
788        psx11/Makefile.am, psx12/Makefile.am,
789        psx13/Makefile.am, psxcancel/Makefile.am,
790        psxchroot01/Makefile.am, psxfile01/Makefile.am,
791        psxmount/Makefile.am, psxmsgq01/Makefile.am,
792        psxreaddir/Makefile.am, psxsem01/Makefile.am,
793        psxstat/Makefile.am, psxtime/Makefile.am,
794        psxtimer/Makefile.am: Rework.
795
7962005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
797
798        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
799        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
800        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
801        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
802        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
803        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
804        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
805        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
806        * psxtests.am: Remove.
807
8082005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
809
810        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
811        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
812        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
813        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
814        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
815        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
816        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
817        psxtime/Makefile.am, psxtimer/Makefile.am:
818        AM_CPPFLAGS += -I..../support/include.
819
8202005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
821
822        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
823
8242005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
825
826        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
827        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
828        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
829        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
830        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
831        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
832        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
833        psxstat/Makefile.am: Add ../include/pmacros.h
834        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
835        POSIX_FILES_DIRS.
836        * psxtests.am: Remove LIB_VARIANT.
837
8382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
839
840        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
841        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
842        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
843        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
844        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
845        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
846        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
847        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
848        Remove SRC, PRINT_SRC.
849
8502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * Makefile.am: Cleanup.
853
8542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
855
856        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
857        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
858        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
859        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
860        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
861        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
862        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
863        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
864        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
865        Partial conversion to automake.
866
8672005-09-01      Joel Sherrill <joel@OARcorp.com>
868
869        PR 628/rtems
870        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
871        being an error.
872
8732005-04-26      Joel Sherrill <joel@OARcorp.com>
874
875        * psxreaddir/test.c: Eliminate warnings.
876
8772004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
878
879        * configure.ac: Require automake > 1.9.
880
8812004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
882
883        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
884        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
885        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
886        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
887        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
888        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
889        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
890        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
891        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
892        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
893        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
894        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
895        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
896        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
897        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
898        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
899        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
900        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
901        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
902        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
903        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
904        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
905        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
906
9072004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
908
909        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
910        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
911        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
912        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
913
9142004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
915
916        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
917        to using c99 fixed size types.
918
9192004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
920
921        * Makefile.am: Remove include from SUBDIRS.
922
9232004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
924
925        * include/Makefile.am: Remove.
926        * Makefile.am: Merge-in include/Makefile.am.
927        * configure.ac: Reflect changes above.
928
9292004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * configure.ac: Add 2nd arg to RTEMS_TOP.
932
9332004-03-05      Joel Sherrill <joel@OARcorp.com>
934
935        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
936        psxtimer/psxtimer.c: Eliminate warnings and typos.
937
9382004-02-26      Sébastien Barré <sbarre@sdelcc.com>
939
940        PR 582/core
941        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
942        queue test so more of it runs now.
943
9442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
947        Add PRE/TMPINSTALL_FILES to CLEANFILES.
948        * psx02/Makefile.am: Ditto.
949        * psx03/Makefile.am: Ditto.
950        * psx04/Makefile.am: Ditto.
951        * psx05/Makefile.am: Ditto.
952        * psx06/Makefile.am: Ditto.
953        * psx07/Makefile.am: Ditto.
954        * psx08/Makefile.am: Ditto.
955        * psx09/Makefile.am: Ditto.
956        * psx10/Makefile.am: Ditto.
957        * psx11/Makefile.am: Ditto.
958        * psx12/Makefile.am: Ditto.
959        * psx13/Makefile.am: Ditto.
960        * psxcancel/Makefile.am: Ditto.
961        * psxchroot01/Makefile.am: Ditto.
962        * psxfile01/Makefile.am: Ditto.
963        * psxmount/Makefile.am: Ditto.
964        * psxmsgq01/Makefile.am: Ditto.
965        * psxreaddir/Makefile.am: Ditto.
966        * psxsem01/Makefile.am: Ditto.
967        * psxstat/Makefile.am: Ditto.
968        * psxtime/Makefile.am: Ditto.
969        * psxtimer/Makefile.am: Ditto.
970
9712003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * psxtests.am: Add dirstamp support.
974
9752003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
978
9792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
982
9832003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * psxcancel/Makefile.am: Remove used H_FILES.
986
9872003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * include/Makefile.am: Reformat.
990        * psx01/Makefile.am: Remove all-local: $(ARCH).
991        * psx02/Makefile.am: Remove all-local: $(ARCH).
992        * psx03/Makefile.am: Remove all-local: $(ARCH).
993        * psx04/Makefile.am: Remove all-local: $(ARCH).
994        * psx05/Makefile.am: Remove all-local: $(ARCH).
995        * psx06/Makefile.am: Remove all-local: $(ARCH).
996        * psx07/Makefile.am: Remove all-local: $(ARCH).
997        * psx08/Makefile.am: Remove all-local: $(ARCH).
998        * psx09/Makefile.am: Remove all-local: $(ARCH).
999        * psx10/Makefile.am: Remove all-local: $(ARCH).
1000        * psx11/Makefile.am: Remove all-local: $(ARCH).
1001        * psx12/Makefile.am: Remove all-local: $(ARCH).
1002        * psx13/Makefile.am: Remove all-local: $(ARCH).
1003        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1004        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1005        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1006        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1007        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1008        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1009        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1010        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1011        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1012        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1013        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1014
10152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * configure.ac: Reflect having moved to testsuites/.
1018
10192003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1022
10232003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * configure.ac:Remove RTEMS_CHECK_CPU.
1026
10272003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1028
1029        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1030
10312003-09-04      Joel Sherrill <joel@OARcorp.com>
1032
1033        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1034        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1035        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1036        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1037        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1038        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1039        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1040        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1041        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1042        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1043        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1044        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1045        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1046        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1047        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1048        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1049        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1050        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1051        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1052        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1053        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1054        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1055        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1056        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1057        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1058        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1059        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1060        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1061        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1062        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1063        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1064        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1065        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1066        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1067        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1068        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1069        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1070        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1071        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1072        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1073        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1074        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1075        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1076        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1077        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1078        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1079        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1080        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1081        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1082        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1083        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1084        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1085        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1086        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1087        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1088        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1089        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1090        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1091        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1092        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1093        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1094        psxtimer/system.h: URL for license changed.
1095
10962003-09-04      Joel Sherrill <joel@OARcorp.com>
1097
1098        PR 462/tests
1099        * psxhdrs/Makefile.am: Added ualarm.c
1100        * psxhdrs/signal23.c: New file.
1101
11022003-09-03      Joel Sherrill <joel@OARcorp.com>
1103
1104        PR 463/tests
1105        PR 465/tests
1106        * psxhdrs/Makefile.am: Add new test cases.
1107        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1108        psxhdrs/timer07.c: New files.
1109
11102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * Makefile.am: Reflect having moved aclocal/.
1113
11142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * Makefile.am: Reflect having moved automake/.
1117        * include/Makefile.am: Reflect having moved automake/.
1118        * psx01/Makefile.am: Reflect having moved automake/.
1119        * psx02/Makefile.am: Reflect having moved automake/.
1120        * psx03/Makefile.am: Reflect having moved automake/.
1121        * psx04/Makefile.am: Reflect having moved automake/.
1122        * psx05/Makefile.am: Reflect having moved automake/.
1123        * psx06/Makefile.am: Reflect having moved automake/.
1124        * psx07/Makefile.am: Reflect having moved automake/.
1125        * psx08/Makefile.am: Reflect having moved automake/.
1126        * psx09/Makefile.am: Reflect having moved automake/.
1127        * psx10/Makefile.am: Reflect having moved automake/.
1128        * psx11/Makefile.am: Reflect having moved automake/.
1129        * psx12/Makefile.am: Reflect having moved automake/.
1130        * psx13/Makefile.am: Reflect having moved automake/.
1131        * psxcancel/Makefile.am: Reflect having moved automake/.
1132        * psxchroot01/Makefile.am: Reflect having moved automake/.
1133        * psxfile01/Makefile.am: Reflect having moved automake/.
1134        * psxhdrs/Makefile.am: Reflect having moved automake/.
1135        * psxmount/Makefile.am: Reflect having moved automake/.
1136        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1137        * psxreaddir/Makefile.am: Reflect having moved automake/.
1138        * psxsem01/Makefile.am: Reflect having moved automake/.
1139        * psxstat/Makefile.am: Reflect having moved automake/.
1140        * psxtime/Makefile.am: Reflect having moved automake/.
1141        * psxtimer/Makefile.am: Reflect having moved automake/.
1142
11432003-08-14      Joel Sherrill <joel@OARcorp.com>
1144
1145        PR 408/filesystem
1146        * psx13/test.c: Added very rudimentary test of sync() service.
1147
11482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1151
11522003-06-12      Joel Sherrill <joel@OARcorp.com>
1153
1154        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1155
11562003-05-29      Joel Sherrill <joel@OARcorp.com>
1157
1158        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1159        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1160        psxtimer/psxtimer.c: Removed warnings.
1161
11622003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1165        CC_CFLAGS_DEFAULT (obsolete).
1166
11672003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1168
1169        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1170        Remove CC_LDFLAGS_PROFILE_V.
1171
11722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1175
11762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1179
11802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1181
1182        * configure.ac: AC_PREREQ(2.57).
1183
11842002-11-14      Joel Sherrill <joel@OARcorp.com>
1185
1186        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1187        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1188        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1189        Per PR239 update the IDs in the various screens.
1190
11912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * .cvsignore: Reformat.
1194        Add autom4te*cache.
1195        Remove autom4te.cache.
1196
11972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1198
1199        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1200        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1201        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1202        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1203        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1204        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1205        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1206        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1207        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1208        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1209        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1210        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1211        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1212        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1213        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1214        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1215        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1216        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1217        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1218        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1219        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1220        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1221        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1222        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1223
12242002-08-01      Joel Sherrill <joel@OARcorp.com>
1225
1226        * Per PR47 add support for buffered test output.  This involved
1227        adding defines to redirect output to a buffer and dump it when
1228        full, at "test pause", and at exit.  To avoid problems when redefining
1229        exit(), all tests were modified to call rtems_test_exit().
1230        Some tests, notable psxtests, had to be modified to include
1231        the standard test macro .h file (pmacros.h or tmacros.h) to
1232        enable this support.
1233        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1234        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1235        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1236        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1237        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1238        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1239        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1240        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1241        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1242        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1243        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1244        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1245
12462002-07-05      Joel Sherrill <joel@OARcorp.com>
1247
1248        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1249        Updated as part of PR164 which reported problems with the RTEMS
1250        implementation of pthread_cancel.
1251       
12522001-04-26      Joel Sherrill <joel@OARcorp.com>
1253
1254        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1255        reworked POSIX message queues to add a descriptor separate from
1256        the underlying message queue.  This allows non-blocking to follow
1257        the "open" not the underlying queue.
1258 
12592002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * configure.ac: Remove ENABLE_GCC28.
1262
12632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * configure.ac:
1266        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1267        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1268        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1269        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1270        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1271        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1272        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1273        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1274        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1275        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1276        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1277        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1278        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1279        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1280        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1281        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1282        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1283        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1284        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1285        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1286        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1287        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1288        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1289        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1290        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1291        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1292        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1293        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1294
12952001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1296
1297        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1298        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1299        Since we check permissions before evaluating enough to see if it
1300        a regular file or directory, this hack is needed to make the regular
1301        file executable.
1302
13032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1304
1305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1306        * configure.in: Remove.
1307        * configure.ac: New file, generated from configure.in by autoupdate.
1308
13092001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1312
13132001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1316        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1317        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1318        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1319        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1320        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1321        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1322        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1323        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1324        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1325        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1326        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1327        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1328        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1329        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1330        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1331        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1332        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1333        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1334        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1335        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1336        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1337        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1338        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1339
13402001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1341
1342        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1343        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1344        psxchroot01 test.
1345
13462001-05-25      Joel Sherrill <joel@OARcorp.com>
1347
1348        * Added once version of psxchroot01 test for user review.
1349        * psxchroot01: New directory.
1350        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1351        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1352        * configure.in, Makefile.am: Modified to reflect above.
1353
13542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1355
1356        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1357
13582001-04-24      Joel Sherrill <joel@OARcorp.com>
1359
1360        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1361        open, write, reopen, append twice from Andrew Bythell
1362        <abythell@nortelnetworks.com> that tripped an initialization
1363        problem in the IMFS.
1364
13652001-04-20      Joel Sherrill <joel@OARcorp.com>
1366
1367        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1368        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1369        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1370        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1371        Various adjustments so test output matches screens more reliably.
1372
13732001-01-25      Joel Sherrill <joel@OARcorp.com>
1374
1375        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1376
13772000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1378
1379        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1380        to remain consistant across platforms and bsps by forcing
1381        a mount point in front of all paths.
1382
13832000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1384
1385        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1386        expected error condition in one case.
1387        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1388        readdir() of root of mounted filesystem.  Also corrected the screen
1389        file for some mistakes noticed in this effort.
1390
13912000-11-13      Joel Sherrill <joel@OARcorp.com>
1392
1393        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1394
13952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1398
13992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1400
1401        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1402
14032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1404
1405        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1406        Switch to GNU canonicalization.
1407        * psxtests.am: Remove DEFS.
1408
14092000-10-24      Joel Sherrill <joel@OARcorp.com>
1410
1411        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1412        It was formerly incorrectly prototyped in <libio.h>.
1413
14142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1417        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1418        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1419        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1420        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1421        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1422        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1423        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1424
14252000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1426        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1427        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1428        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1429        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1430        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1431        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1432        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1433
14342000-08-10      Joel Sherrill <joel@OARcorp.com>
1435
1436        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.