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

4.104.115
Last change on this file since 7d5387f3 was 7d5387f3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 04:13:25

2009-10-20 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Don't add -ansi -fasm to CFLAGS.
  • Property mode set to 100644
File size: 58.0 KB
Line 
12009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Don't add -ansi -fasm to CFLAGS.
4
52009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
8        remaining to not equal the period.
9
102009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
13
142009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * psxcleanup/system.h: Fix typo.
17        * Makefile.am, configure.ac: Add new test for exercising pushing
18        and popping a clean up handler without actually executing it.
19        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
20        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
21        psxcleanup01/psxcleanup01.scn: New files.
22
232009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * Makefile.am, configure.ac: Add new test to ensure that canceling an
26        alarm works as defined.
27        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
28        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
29
302009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
33
342009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
37        parameter to timer_settime().
38
392009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
42        timer_settime() for previous value. We are not using the
43        value in this particular case and this path must be exercised.
44        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
45
462009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
49        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
50        cases.
51
522009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
55        from an ISR.
56        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
57        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
58
592009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
62        deprecated rtems_extension.
63
642009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
67        nanoseconds.
68
692009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
72        getpagesize().
73
742009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
77        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
78        psxsignal04/Makefile.am: Move test cases which needed to be executed
79        when POSIX is disabled to psxclock so they will be.
80
812009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
84        test to exercise clock and delay services enabled when POSIX threads
85        are disabled. This is split from psx01. POSIX test suite now enabled
86        when POSIX threads are disabled so only enable tests which are
87        appropriate.
88        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
89        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
90
912009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
94        when not to change ssporadic scheduler so it does not touch a task's
95        priority when it is holding a mutex or its priority would be impacted
96        adversely.
97
982009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
101        for adjusting time (adjtime()) where the time is adjusted by enough
102        microseconds that it crosses a second boundary.
103
1042009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
105
106        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
107        test to catch more sporadic server cases.
108
1092009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
112        remaining pointer.
113
1142009-08-17     
115
116        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
117        a recursize mutex.
118
1192009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
122        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
123        rtems_clock_get_ticks_per_second().
124
1252009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
128        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
129
1302009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
133        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
134
1352009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * Makefile.am, configure.ac: Add test case for user providing their own
138        stack to a POSIX thread.
139        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
140        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
141
1422009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
145        that it hits both failing to allocate memory for the message queue
146        name and message buffers.
147
1482009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
151        quicker and more reliably hit the intended critical section.
152
1532009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am, configure.ac: Add a test to exercise an odd case in
156        _POSIX_signals_Clear_signals.
157        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
158        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
159
1602009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * psxmsgq04/init.c: Correct typo in configuration so test does as
163        intended.
164
1652009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
168        Update to handle ENFILE case now that POSIX message queues and
169        message queue file descriptors are configured separately and this
170        error is possible.
171
1722009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
173
174        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
175        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
176        allocating the message buffers for a POSIX message queue.
177
1782009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
181        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
182        is right. Update both screens.
183
1842009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
187        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
188        variation which focused on real-time signals rather than user
189        signals.
190        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
191        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
192
1932009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
196        replenish period of zero.
197
1982009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * Makefile.am, configure.ac: Add new test to account for properly
201        handling keys when a thread has non-NULL key value and key has NULL
202        destructor and when a thread has NULL key value and key has
203        destructor.
204        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
205        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
206
2072009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * Makefile.am, configure.ac: Add new test for exercising running out of
210        memory while allocating the key pointers.
211        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
212        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
213
2142009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * psxmsgq04/init.c: Add call to mq_unlink.
217
2182009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * Makefile.am, configure.ac: Add shell of new test.
221        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
222        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
223
2242009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * Makefile.am, configure.ac: Add test to address cases where a thread
227        is waiting on a signal (sigwait) and we send it. Also address case
228        where there are too many queued signals.
229        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
230        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
231
2322009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * psxsignal02/init.c: Fix spacing.
235
2362009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
237
238        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
239        mq_timedreceive and mq_timedsend conditions. In particular test
240        timeout in the past.
241
2422009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
243
244        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
245        with timeout in the past.
246
2472009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * psxsignal02/psxsignal02.scn: Fill in screen file.
250
2512009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * Makefile.am, configure.ac: Add new test to exercise algorithm to
254        dispatch process wide signals to individual threads.
255        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
256        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
257
2582009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * Makefile.am, configure.ac: Add test to exercise interrupt
261        synchronization logic in _POSIX_Timer_Insert_helper that supports
262        POSIX timers.
263        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
264        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
265        psxintrcritical01/psxintrcritical01.scn: New files.
266
2672009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
268
269        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
270        multiple cases which complete coverage of thread cancellation.
271        * psxcancel/psxcancel.doc: New file.
272
2732009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
276        * psxsem01/system.h: Removed.
277
2782009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * psxsem01/init.c: Eliminate warning.
281
2822009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * psxcancel/init.c: Clean up.
285
2862009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
287
288        * psxmutexattr01/init.c: Make test optional if tools do not support
289        posix mutex type attribute.
290
2912009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * Makefile.am, configure.ac: Add new test to exercise error case for
294        when a task is blocked on a condition variable with one mutex and
295        another task attempts to block on the same condition variable with
296        another mutex.
297        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
298        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
299
3002009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
303        trylock is unable to obtain the spinlock and that attempting to
304        unlock a spinlock from a thread which did not lock it works as
305        expected.
306        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
307        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
308        New files.
309
3102009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * psxspin01/test.c: Remove unnecessary defines.
313
3142009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
315
316        * psx11/init.c: Use explicit scheduler.
317
3182009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
319
320        * Makefile.am, configure.ac: Add test to exercise
321        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
322        toolset enables the feature.
323        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
324        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
325        psxmutexattr01/psxmutexattr01.scn: New files.
326
3272009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * Makefile.am, configure.ac: Add test for auto initialization of
330        message queues.
331        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
332        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
333        psxautoinit02/psxautoinit02.scn: New files.
334
3352009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
336
337        * Makefile.am, configure.ac: Add test of pthread mutex auto
338        intialization.
339        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
340        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
341
3422009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
345
3462009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
347
348        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
349        code.
350
3512009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * psx07/init.c: Slight test fix to ensure state of sched_param
354        structure.
355
3562009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
357
358        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
359        obtaining an rwlock and then releasing it twice.
360
3612009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
362
363        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
364
3652009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
368        sigtimedwait(). Update screen file.
369
3702009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
371
372        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
373        obtaining rwlock for write with a timed lock operation when the
374        abstime timeout is in the past.
375
3762009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
377
378        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
379        obtaining rwlock for read with a timed lock operation when the
380        abstime timeout is in the past.
381
3822009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
383
384        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
385        that the assert has been removed in the source.
386
3872009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
388
389        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
390        mode bits being set. This behavior was not POSIX compliant and has
391        been corrected in the filesystem code.
392
3932009-06-18      Chris Johns <chrisj@rtems.org>
394
395        * psx04/task3.c: Declare unions volatile to workaround the H8300
396        gcc bug.
397
3982009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
401        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
402        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
403
4042009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
405
406        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
407        NULL attribute pointer on init.
408
4092009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
412        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
413        Improved so coverage is better.
414
4152009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
416
417        * psx04/init.c: Correct errors introduced by using different variable
418        for return type when correcting typing warnings.
419
4202009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
421
422        * Makefile.am, configure.ac: Add new test to provide coverage analysis
423        of the current implementation of getitimer() and setitimer().
424        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
425        psxitimer/psxitimer.scn: New files.
426
4272009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
428
429        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
430        case to improve coverage analysis.
431
4322009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
433
434        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
435        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
436        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
437        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
438        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
439        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
440        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
441
4422009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
443
444        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
445        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
446        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
447        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
448        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
449        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
450        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
451        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
452        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
453        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
454        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
455        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
456        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
457        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
458        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
459        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
460        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
461        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
462        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
463        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
464        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
465        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
466        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
467        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
468        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
469        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
470        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
471        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
472        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
473        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
474        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
475        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
476        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
477        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
478        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
479        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
480        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
481        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
482        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
483        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
484        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
485        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
486        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
487        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
488        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
489        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
490        psxhdrs/timer07.c: Fix warnings.
491
4922009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
493
494        * psxfile01/test.c: Change from int to size_t.
495
4962009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
497
498        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
499        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
500        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
501        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
502        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
503        psxcancel/Makefile.am, psxchroot01/Makefile.am,
504        psxcleanup/Makefile.am, psxenosys/Makefile.am,
505        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
506        psxfile01/Makefile.am, psxkey01/Makefile.am,
507        psxmount/Makefile.am, psxmsgq01/Makefile.am,
508        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
509        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
510        psxsem01/Makefile.am, psxsignal01/Makefile.am,
511        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
512        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
513        psxualarm/Makefile.am: Eliminate _exe_/.exe.
514
5152009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
516
517        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
518        with create option so we are sure it will get a control block and
519        proceed to allocate other memory. Clean up screen output.
520
5212008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * psx05/init.c: Add parameter to call to sched_get_priority_max().
524
5252008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
526
527        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
528        Run all tests successfully with maxixum number of priorities as 16
529        instead of 256. This was done by temporarily modifying the score
530        priority.h maximum. This allowed testing of all API code to ensure
531        that it worked properly with a reduced number of priorities. Most
532        modifications were to switch from hard-coded maximum to using the API
533        provided methods to determine maximum number of priority levels.
534
5352008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
536
537        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
538        clock_gettime() NOT by reaching into the SuperCore.
539
5402008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
541
542        * psx01/psx01.scn: Bump version to 4.9.99.0
543
5442008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
545
546        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
547        psxfatal_support/system.h: Convert to "bool".
548
5492008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
550
551        PR 1296/cpukit.
552        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
553        incorrect repeat interval. This patch fixes the following problems in
554        the test.
555          (1) Adds test for value of it_interval.tv_nsec.
556          (2) Corrects test for absolute timer in past.
557          (3) Modifies test to use different initial and repeat periods.
558          (4) Updates psxtimer01.scn to match results.
559
5602008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
561
562        PR 1297/cpukit
563        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
564        pointer handling.
565
5662008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
567
568        * psxsem01/init.c: Spacing.
569
5702008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
571
572        PR 1293/tests
573        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
574
5752008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
576
577        PR 1291/cpukit
578        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
579        POSIX services taking relative instead of absolute time for timeouts,
580        these tests were updated.
581
5822008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * psxfile01/test.c: truncate on /dev/console now works.
585
5862008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
587
588        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
589        requested for initialization task.
590
5912008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
594        like CVS conflict markers.
595
5962008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
597
598        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
599        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
600
6012008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
602
603        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
604
6052008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
606
607        * psxkey01/task.c: Fix warnings.
608
6092008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
610
611        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
612
6132008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
614
615        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
616        Added tests for failure path coverages. Consolidated methods used in
617        multiple places into support routines.
618        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
619        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
620        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
621
6222008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
623
624        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
625        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
626        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
627        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
628        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
629        Make tmacros.h available to all POSIX tests. Add a clock_settime case
630        for < 1988.
631
6322008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
633
634        * Makefile.am, configure.ac: New tests.
635        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
636        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
637        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
638        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
639        psxfatal_support/init.c, psxfatal_support/system.h: New files.
640
6412008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
642
643        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
644        portions of Object Services added to API.
645        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
646        psx14/system.h: New files.
647
6482008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
649
650        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
651        pthread_attr_[get|set]clock.
652
6532008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
654
655        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
656        implementation mprotect().
657
6582008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
659
660        * psxcleanup/.cvsignore: New file.
661
6622008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
663
664        * psxcleanup/system.h: New file.
665
6662008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
667
668        * Makefile.am, configure.ac:
669        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
670        psxcleanup/psxcleanup.scn: New files.
671
6722008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
673
674        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
675        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
676
6772007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
678
679        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
680
6812007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
682
683        * Makefile.am, configure.ac: Added test for ualarm
684        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
685        psxualarm/system.h: New files.
686
6872007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
688
689        * Makefile.am, configure.ac: Added posix signal test
690        * psxsignal01/Makefile.am, psxsignal01/init.c,
691        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
692        psxsignal01/task1.c: New files.
693
6942007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
695
696        * Makefile.am, configure.ac: Add test for sysconf().
697        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
698        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
699
7002007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
701
702        * psx01/init.c, psx01/psx01.scn: Add more test cases for
703        sched_rr_get_interval() and sched_get_priority_max().
704
7052007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
706
707        * psxenosys/init.c: Fix typo.
708
7092007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
710
711        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
712        addition of second POSIX Timer test. Add initial version of
713        psxtimer02 to cover some conditions missed in psxtimer01. More cases
714        left to add.
715        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
716        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
717        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
718        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
719        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
720        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
721
7222007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
723
724        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
725
7262007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
727
728        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
729        functions that return ENOSYS.
730        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
731        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
732
7332007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
734
735        * psx13/test.c: Fix spelling error.
736
7372007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
738
739        * psxtime/test.c: Add tests for adjtime().
740
7412007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
742
743        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
744        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
745        cases to improve test coverage.
746
7472007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
748
749        PR 1262/filesystem
750        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
751        and writev() including documentation and test case.
752        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
753        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
754
7552007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
756
757        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
758        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
759        test cases so last output line follows END OF pattern. Make sure test
760        case all run. All tests appeared ok on sis.
761
7622007-04-05      Joel Sherrill <joel@OARcorp.com>
763
764        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
765        behavior more closely matching GNU/Linux.
766
7672006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
768
769        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
770        include normal blocking and unblocking on timeout.
771
7722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
773
774        * configure.ac: New BUG-REPORT address.
775
7762006-11-17      Joel Sherrill <joel@OARcorp.com>
777
778        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
779        Previously the timeout was not absolute time and checked BEFORE
780        attempting to lock semaphore.
781
7822006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
783
784        * psxbarrier01/main.c: New file.
785
7862006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
787
788        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
789        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
790        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
791        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
792
7932006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
794
795        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
796        and partial implementation of POSIX rwlocks.
797        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
798        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
799
8002006-10-30      Joel Sherrill <joel@OARcorp.com>
801
802        PR 841/rtems
803        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
804        specification.
805
8062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
807
808        * configure.ac: Require autoconf-2.60. Require automake-1.10.
809
8102006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
811
812        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
813        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
814        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
815        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
816        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
817        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
818        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
819        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
820        Use rtems_testsdir instead.
821
8222005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
823
824        * configure.ac: Remove RTEMS_ENABLE_BARE,
825        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
826
8272005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
828
829        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
830        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
831        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
832        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
833        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
834        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
835        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
836        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
837        Convert to using *_PROGRAMS.
838
8392005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * psx01/Makefile.am, psx02/Makefile.am,
842        psx03/Makefile.am, psx04/Makefile.am,
843        psx05/Makefile.am, psx06/Makefile.am,
844        psx07/Makefile.am, psx08/Makefile.am,
845        psx09/Makefile.am, psx10/Makefile.am,
846        psx11/Makefile.am, psx12/Makefile.am,
847        psx13/Makefile.am, psxcancel/Makefile.am,
848        psxchroot01/Makefile.am, psxfile01/Makefile.am,
849        psxmount/Makefile.am, psxmsgq01/Makefile.am,
850        psxreaddir/Makefile.am, psxsem01/Makefile.am,
851        psxstat/Makefile.am, psxtime/Makefile.am,
852        psxtimer/Makefile.am: Rework.
853
8542005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
855
856        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
857        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
858        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
859        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
860        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
861        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
862        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
863        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
864        * psxtests.am: Remove.
865
8662005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
867
868        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
869        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
870        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
871        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
872        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
873        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
874        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
875        psxtime/Makefile.am, psxtimer/Makefile.am:
876        AM_CPPFLAGS += -I..../support/include.
877
8782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
879
880        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
881
8822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
883
884        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
885        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
886        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
887        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
888        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
889        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
890        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
891        psxstat/Makefile.am: Add ../include/pmacros.h
892        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
893        POSIX_FILES_DIRS.
894        * psxtests.am: Remove LIB_VARIANT.
895
8962005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
897
898        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
899        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
900        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
901        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
902        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
903        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
904        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
905        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
906        Remove SRC, PRINT_SRC.
907
9082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
909
910        * Makefile.am: Cleanup.
911
9122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
913
914        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
915        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
916        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
917        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
918        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
919        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
920        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
921        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
922        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
923        Partial conversion to automake.
924
9252005-09-01      Joel Sherrill <joel@OARcorp.com>
926
927        PR 628/rtems
928        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
929        being an error.
930
9312005-04-26      Joel Sherrill <joel@OARcorp.com>
932
933        * psxreaddir/test.c: Eliminate warnings.
934
9352004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * configure.ac: Require automake > 1.9.
938
9392004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
940
941        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
942        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
943        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
944        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
945        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
946        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
947        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
948        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
949        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
950        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
951        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
952        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
953        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
954        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
955        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
956        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
957        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
958        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
959        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
960        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
961        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
962        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
963        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
964
9652004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
966
967        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
968        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
969        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
970        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
971
9722004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
973
974        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
975        to using c99 fixed size types.
976
9772004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
978
979        * Makefile.am: Remove include from SUBDIRS.
980
9812004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
982
983        * include/Makefile.am: Remove.
984        * Makefile.am: Merge-in include/Makefile.am.
985        * configure.ac: Reflect changes above.
986
9872004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * configure.ac: Add 2nd arg to RTEMS_TOP.
990
9912004-03-05      Joel Sherrill <joel@OARcorp.com>
992
993        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
994        psxtimer/psxtimer.c: Eliminate warnings and typos.
995
9962004-02-26      Sébastien Barré <sbarre@sdelcc.com>
997
998        PR 582/core
999        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1000        queue test so more of it runs now.
1001
10022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1005        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1006        * psx02/Makefile.am: Ditto.
1007        * psx03/Makefile.am: Ditto.
1008        * psx04/Makefile.am: Ditto.
1009        * psx05/Makefile.am: Ditto.
1010        * psx06/Makefile.am: Ditto.
1011        * psx07/Makefile.am: Ditto.
1012        * psx08/Makefile.am: Ditto.
1013        * psx09/Makefile.am: Ditto.
1014        * psx10/Makefile.am: Ditto.
1015        * psx11/Makefile.am: Ditto.
1016        * psx12/Makefile.am: Ditto.
1017        * psx13/Makefile.am: Ditto.
1018        * psxcancel/Makefile.am: Ditto.
1019        * psxchroot01/Makefile.am: Ditto.
1020        * psxfile01/Makefile.am: Ditto.
1021        * psxmount/Makefile.am: Ditto.
1022        * psxmsgq01/Makefile.am: Ditto.
1023        * psxreaddir/Makefile.am: Ditto.
1024        * psxsem01/Makefile.am: Ditto.
1025        * psxstat/Makefile.am: Ditto.
1026        * psxtime/Makefile.am: Ditto.
1027        * psxtimer/Makefile.am: Ditto.
1028
10292003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * psxtests.am: Add dirstamp support.
1032
10332003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1036
10372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1040
10412003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * psxcancel/Makefile.am: Remove used H_FILES.
1044
10452003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * include/Makefile.am: Reformat.
1048        * psx01/Makefile.am: Remove all-local: $(ARCH).
1049        * psx02/Makefile.am: Remove all-local: $(ARCH).
1050        * psx03/Makefile.am: Remove all-local: $(ARCH).
1051        * psx04/Makefile.am: Remove all-local: $(ARCH).
1052        * psx05/Makefile.am: Remove all-local: $(ARCH).
1053        * psx06/Makefile.am: Remove all-local: $(ARCH).
1054        * psx07/Makefile.am: Remove all-local: $(ARCH).
1055        * psx08/Makefile.am: Remove all-local: $(ARCH).
1056        * psx09/Makefile.am: Remove all-local: $(ARCH).
1057        * psx10/Makefile.am: Remove all-local: $(ARCH).
1058        * psx11/Makefile.am: Remove all-local: $(ARCH).
1059        * psx12/Makefile.am: Remove all-local: $(ARCH).
1060        * psx13/Makefile.am: Remove all-local: $(ARCH).
1061        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1062        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1063        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1064        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1065        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1066        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1067        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1068        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1069        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1070        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1071        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1072
10732003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * configure.ac: Reflect having moved to testsuites/.
1076
10772003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1080
10812003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * configure.ac:Remove RTEMS_CHECK_CPU.
1084
10852003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1086
1087        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1088
10892003-09-04      Joel Sherrill <joel@OARcorp.com>
1090
1091        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1092        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1093        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1094        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1095        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1096        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1097        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1098        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1099        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1100        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1101        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1102        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1103        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1104        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1105        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1106        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1107        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1108        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1109        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1110        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1111        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1112        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1113        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1114        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1115        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1116        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1117        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1118        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1119        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1120        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1121        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1122        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1123        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1124        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1125        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1126        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1127        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1128        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1129        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1130        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1131        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1132        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1133        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1134        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1135        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1136        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1137        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1138        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1139        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1140        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1141        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1142        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1143        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1144        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1145        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1146        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1147        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1148        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1149        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1150        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1151        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1152        psxtimer/system.h: URL for license changed.
1153
11542003-09-04      Joel Sherrill <joel@OARcorp.com>
1155
1156        PR 462/tests
1157        * psxhdrs/Makefile.am: Added ualarm.c
1158        * psxhdrs/signal23.c: New file.
1159
11602003-09-03      Joel Sherrill <joel@OARcorp.com>
1161
1162        PR 463/tests
1163        PR 465/tests
1164        * psxhdrs/Makefile.am: Add new test cases.
1165        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1166        psxhdrs/timer07.c: New files.
1167
11682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * Makefile.am: Reflect having moved aclocal/.
1171
11722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * Makefile.am: Reflect having moved automake/.
1175        * include/Makefile.am: Reflect having moved automake/.
1176        * psx01/Makefile.am: Reflect having moved automake/.
1177        * psx02/Makefile.am: Reflect having moved automake/.
1178        * psx03/Makefile.am: Reflect having moved automake/.
1179        * psx04/Makefile.am: Reflect having moved automake/.
1180        * psx05/Makefile.am: Reflect having moved automake/.
1181        * psx06/Makefile.am: Reflect having moved automake/.
1182        * psx07/Makefile.am: Reflect having moved automake/.
1183        * psx08/Makefile.am: Reflect having moved automake/.
1184        * psx09/Makefile.am: Reflect having moved automake/.
1185        * psx10/Makefile.am: Reflect having moved automake/.
1186        * psx11/Makefile.am: Reflect having moved automake/.
1187        * psx12/Makefile.am: Reflect having moved automake/.
1188        * psx13/Makefile.am: Reflect having moved automake/.
1189        * psxcancel/Makefile.am: Reflect having moved automake/.
1190        * psxchroot01/Makefile.am: Reflect having moved automake/.
1191        * psxfile01/Makefile.am: Reflect having moved automake/.
1192        * psxhdrs/Makefile.am: Reflect having moved automake/.
1193        * psxmount/Makefile.am: Reflect having moved automake/.
1194        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1195        * psxreaddir/Makefile.am: Reflect having moved automake/.
1196        * psxsem01/Makefile.am: Reflect having moved automake/.
1197        * psxstat/Makefile.am: Reflect having moved automake/.
1198        * psxtime/Makefile.am: Reflect having moved automake/.
1199        * psxtimer/Makefile.am: Reflect having moved automake/.
1200
12012003-08-14      Joel Sherrill <joel@OARcorp.com>
1202
1203        PR 408/filesystem
1204        * psx13/test.c: Added very rudimentary test of sync() service.
1205
12062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1207
1208        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1209
12102003-06-12      Joel Sherrill <joel@OARcorp.com>
1211
1212        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1213
12142003-05-29      Joel Sherrill <joel@OARcorp.com>
1215
1216        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1217        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1218        psxtimer/psxtimer.c: Removed warnings.
1219
12202003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1223        CC_CFLAGS_DEFAULT (obsolete).
1224
12252003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1228        Remove CC_LDFLAGS_PROFILE_V.
1229
12302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1233
12342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1237
12382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * configure.ac: AC_PREREQ(2.57).
1241
12422002-11-14      Joel Sherrill <joel@OARcorp.com>
1243
1244        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1245        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1246        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1247        Per PR239 update the IDs in the various screens.
1248
12492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1250
1251        * .cvsignore: Reformat.
1252        Add autom4te*cache.
1253        Remove autom4te.cache.
1254
12552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1258        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1259        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1260        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1261        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1262        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1263        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1264        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1265        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1266        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1267        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1268        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1269        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1270        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1271        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1272        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1273        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1274        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1275        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1276        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1277        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1278        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1279        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1280        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1281
12822002-08-01      Joel Sherrill <joel@OARcorp.com>
1283
1284        * Per PR47 add support for buffered test output.  This involved
1285        adding defines to redirect output to a buffer and dump it when
1286        full, at "test pause", and at exit.  To avoid problems when redefining
1287        exit(), all tests were modified to call rtems_test_exit().
1288        Some tests, notable psxtests, had to be modified to include
1289        the standard test macro .h file (pmacros.h or tmacros.h) to
1290        enable this support.
1291        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1292        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1293        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1294        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1295        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1296        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1297        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1298        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1299        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1300        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1301        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1302        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1303
13042002-07-05      Joel Sherrill <joel@OARcorp.com>
1305
1306        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1307        Updated as part of PR164 which reported problems with the RTEMS
1308        implementation of pthread_cancel.
1309       
13102001-04-26      Joel Sherrill <joel@OARcorp.com>
1311
1312        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1313        reworked POSIX message queues to add a descriptor separate from
1314        the underlying message queue.  This allows non-blocking to follow
1315        the "open" not the underlying queue.
1316 
13172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * configure.ac: Remove ENABLE_GCC28.
1320
13212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1322
1323        * configure.ac:
1324        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1325        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1326        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1327        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1328        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1329        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1330        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1331        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1332        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1333        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1334        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1335        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1336        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1337        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1338        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1339        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1340        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1341        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1342        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1343        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1344        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1345        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1346        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1347        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1348        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1349        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1350        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1351        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1352
13532001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1354
1355        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1356        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1357        Since we check permissions before evaluating enough to see if it
1358        a regular file or directory, this hack is needed to make the regular
1359        file executable.
1360
13612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1362
1363        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1364        * configure.in: Remove.
1365        * configure.ac: New file, generated from configure.in by autoupdate.
1366
13672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1370
13712001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1372
1373        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1374        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1375        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1376        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1377        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1378        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1379        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1380        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1381        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1382        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1383        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1384        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1385        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1386        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1387        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1388        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1389        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1390        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1391        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1392        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1393        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1394        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1395        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1396        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1397
13982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1399
1400        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1401        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1402        psxchroot01 test.
1403
14042001-05-25      Joel Sherrill <joel@OARcorp.com>
1405
1406        * Added once version of psxchroot01 test for user review.
1407        * psxchroot01: New directory.
1408        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1409        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1410        * configure.in, Makefile.am: Modified to reflect above.
1411
14122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1413
1414        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1415
14162001-04-24      Joel Sherrill <joel@OARcorp.com>
1417
1418        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1419        open, write, reopen, append twice from Andrew Bythell
1420        <abythell@nortelnetworks.com> that tripped an initialization
1421        problem in the IMFS.
1422
14232001-04-20      Joel Sherrill <joel@OARcorp.com>
1424
1425        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1426        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1427        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1428        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1429        Various adjustments so test output matches screens more reliably.
1430
14312001-01-25      Joel Sherrill <joel@OARcorp.com>
1432
1433        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1434
14352000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1436
1437        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1438        to remain consistant across platforms and bsps by forcing
1439        a mount point in front of all paths.
1440
14412000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1442
1443        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1444        expected error condition in one case.
1445        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1446        readdir() of root of mounted filesystem.  Also corrected the screen
1447        file for some mistakes noticed in this effort.
1448
14492000-11-13      Joel Sherrill <joel@OARcorp.com>
1450
1451        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1452
14532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1456
14572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1460
14612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1464        Switch to GNU canonicalization.
1465        * psxtests.am: Remove DEFS.
1466
14672000-10-24      Joel Sherrill <joel@OARcorp.com>
1468
1469        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1470        It was formerly incorrectly prototyped in <libio.h>.
1471
14722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1473
1474        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1475        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1476        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1477        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1478        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1479        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1480        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1481        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1482
14832000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1484        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1485        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1486        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1487        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1488        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1489        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1490        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1491
14922000-08-10      Joel Sherrill <joel@OARcorp.com>
1493
1494        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.