source: rtems/testsuites/psxtests/ChangeLog @ c54e6f5

4.104.115
Last change on this file since c54e6f5 was c54e6f5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/14/09 at 21:34:43

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

  • psxtimer01/psxtimer.c: It is not necessarily an error for the time remaining to not equal the period.
  • Property mode set to 100644
File size: 57.8 KB
Line 
12009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
4        remaining to not equal the period.
5
62009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
9
102009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * psxcleanup/system.h: Fix typo.
13        * Makefile.am, configure.ac: Add new test for exercising pushing
14        and popping a clean up handler without actually executing it.
15        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
16        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
17        psxcleanup01/psxcleanup01.scn: New files.
18
192009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * Makefile.am, configure.ac: Add new test to ensure that canceling an
22        alarm works as defined.
23        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
24        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
25
262009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
29
302009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
33        parameter to timer_settime().
34
352009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
38        timer_settime() for previous value. We are not using the
39        value in this particular case and this path must be exercised.
40        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
41
422009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
45        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
46        cases.
47
482009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
51        from an ISR.
52        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
53        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
54
552009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
58        deprecated rtems_extension.
59
602009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
63        nanoseconds.
64
652009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
68        getpagesize().
69
702009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
73        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
74        psxsignal04/Makefile.am: Move test cases which needed to be executed
75        when POSIX is disabled to psxclock so they will be.
76
772009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
80        test to exercise clock and delay services enabled when POSIX threads
81        are disabled. This is split from psx01. POSIX test suite now enabled
82        when POSIX threads are disabled so only enable tests which are
83        appropriate.
84        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
85        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
86
872009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
90        when not to change ssporadic scheduler so it does not touch a task's
91        priority when it is holding a mutex or its priority would be impacted
92        adversely.
93
942009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
97        for adjusting time (adjtime()) where the time is adjusted by enough
98        microseconds that it crosses a second boundary.
99
1002009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
101
102        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
103        test to catch more sporadic server cases.
104
1052009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
108        remaining pointer.
109
1102009-08-17     
111
112        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
113        a recursize mutex.
114
1152009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
118        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
119        rtems_clock_get_ticks_per_second().
120
1212009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
124        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
125
1262009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
129        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
130
1312009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am, configure.ac: Add test case for user providing their own
134        stack to a POSIX thread.
135        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
136        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
137
1382009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
141        that it hits both failing to allocate memory for the message queue
142        name and message buffers.
143
1442009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
147        quicker and more reliably hit the intended critical section.
148
1492009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * Makefile.am, configure.ac: Add a test to exercise an odd case in
152        _POSIX_signals_Clear_signals.
153        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
154        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
155
1562009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * psxmsgq04/init.c: Correct typo in configuration so test does as
159        intended.
160
1612009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
164        Update to handle ENFILE case now that POSIX message queues and
165        message queue file descriptors are configured separately and this
166        error is possible.
167
1682009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
169
170        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
171        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
172        allocating the message buffers for a POSIX message queue.
173
1742009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
177        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
178        is right. Update both screens.
179
1802009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
183        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
184        variation which focused on real-time signals rather than user
185        signals.
186        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
187        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
188
1892009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
192        replenish period of zero.
193
1942009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * Makefile.am, configure.ac: Add new test to account for properly
197        handling keys when a thread has non-NULL key value and key has NULL
198        destructor and when a thread has NULL key value and key has
199        destructor.
200        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
201        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
202
2032009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * Makefile.am, configure.ac: Add new test for exercising running out of
206        memory while allocating the key pointers.
207        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
208        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
209
2102009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * psxmsgq04/init.c: Add call to mq_unlink.
213
2142009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * Makefile.am, configure.ac: Add shell of new test.
217        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
218        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
219
2202009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
221
222        * Makefile.am, configure.ac: Add test to address cases where a thread
223        is waiting on a signal (sigwait) and we send it. Also address case
224        where there are too many queued signals.
225        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
226        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
227
2282009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * psxsignal02/init.c: Fix spacing.
231
2322009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
233
234        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
235        mq_timedreceive and mq_timedsend conditions. In particular test
236        timeout in the past.
237
2382009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
239
240        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
241        with timeout in the past.
242
2432009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * psxsignal02/psxsignal02.scn: Fill in screen file.
246
2472009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * Makefile.am, configure.ac: Add new test to exercise algorithm to
250        dispatch process wide signals to individual threads.
251        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
252        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
253
2542009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
255
256        * Makefile.am, configure.ac: Add test to exercise interrupt
257        synchronization logic in _POSIX_Timer_Insert_helper that supports
258        POSIX timers.
259        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
260        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
261        psxintrcritical01/psxintrcritical01.scn: New files.
262
2632009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
264
265        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
266        multiple cases which complete coverage of thread cancellation.
267        * psxcancel/psxcancel.doc: New file.
268
2692009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
272        * psxsem01/system.h: Removed.
273
2742009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * psxsem01/init.c: Eliminate warning.
277
2782009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * psxcancel/init.c: Clean up.
281
2822009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * psxmutexattr01/init.c: Make test optional if tools do not support
285        posix mutex type attribute.
286
2872009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * Makefile.am, configure.ac: Add new test to exercise error case for
290        when a task is blocked on a condition variable with one mutex and
291        another task attempts to block on the same condition variable with
292        another mutex.
293        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
294        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
295
2962009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
299        trylock is unable to obtain the spinlock and that attempting to
300        unlock a spinlock from a thread which did not lock it works as
301        expected.
302        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
303        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
304        New files.
305
3062009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * psxspin01/test.c: Remove unnecessary defines.
309
3102009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * psx11/init.c: Use explicit scheduler.
313
3142009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * Makefile.am, configure.ac: Add test to exercise
317        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
318        toolset enables the feature.
319        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
320        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
321        psxmutexattr01/psxmutexattr01.scn: New files.
322
3232009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * Makefile.am, configure.ac: Add test for auto initialization of
326        message queues.
327        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
328        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
329        psxautoinit02/psxautoinit02.scn: New files.
330
3312009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * Makefile.am, configure.ac: Add test of pthread mutex auto
334        intialization.
335        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
336        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
337
3382009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
341
3422009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
345        code.
346
3472009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * psx07/init.c: Slight test fix to ensure state of sched_param
350        structure.
351
3522009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
353
354        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
355        obtaining an rwlock and then releasing it twice.
356
3572009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
360
3612009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
362
363        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
364        sigtimedwait(). Update screen file.
365
3662009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
367
368        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
369        obtaining rwlock for write with a timed lock operation when the
370        abstime timeout is in the past.
371
3722009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
375        obtaining rwlock for read with a timed lock operation when the
376        abstime timeout is in the past.
377
3782009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
381        that the assert has been removed in the source.
382
3832009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
384
385        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
386        mode bits being set. This behavior was not POSIX compliant and has
387        been corrected in the filesystem code.
388
3892009-06-18      Chris Johns <chrisj@rtems.org>
390
391        * psx04/task3.c: Declare unions volatile to workaround the H8300
392        gcc bug.
393
3942009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
397        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
398        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
399
4002009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
401
402        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
403        NULL attribute pointer on init.
404
4052009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
406
407        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
408        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
409        Improved so coverage is better.
410
4112009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
412
413        * psx04/init.c: Correct errors introduced by using different variable
414        for return type when correcting typing warnings.
415
4162009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * Makefile.am, configure.ac: Add new test to provide coverage analysis
419        of the current implementation of getitimer() and setitimer().
420        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
421        psxitimer/psxitimer.scn: New files.
422
4232009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
424
425        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
426        case to improve coverage analysis.
427
4282009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
431        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
432        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
433        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
434        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
435        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
436        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
437
4382009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
441        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
442        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
443        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
444        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
445        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
446        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
447        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
448        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
449        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
450        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
451        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
452        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
453        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
454        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
455        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
456        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
457        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
458        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
459        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
460        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
461        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
462        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
463        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
464        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
465        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
466        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
467        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
468        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
469        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
470        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
471        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
472        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
473        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
474        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
475        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
476        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
477        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
478        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
479        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
480        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
481        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
482        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
483        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
484        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
485        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
486        psxhdrs/timer07.c: Fix warnings.
487
4882009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
489
490        * psxfile01/test.c: Change from int to size_t.
491
4922009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
493
494        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
495        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
496        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
497        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
498        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
499        psxcancel/Makefile.am, psxchroot01/Makefile.am,
500        psxcleanup/Makefile.am, psxenosys/Makefile.am,
501        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
502        psxfile01/Makefile.am, psxkey01/Makefile.am,
503        psxmount/Makefile.am, psxmsgq01/Makefile.am,
504        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
505        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
506        psxsem01/Makefile.am, psxsignal01/Makefile.am,
507        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
508        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
509        psxualarm/Makefile.am: Eliminate _exe_/.exe.
510
5112009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
512
513        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
514        with create option so we are sure it will get a control block and
515        proceed to allocate other memory. Clean up screen output.
516
5172008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
518
519        * psx05/init.c: Add parameter to call to sched_get_priority_max().
520
5212008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
524        Run all tests successfully with maxixum number of priorities as 16
525        instead of 256. This was done by temporarily modifying the score
526        priority.h maximum. This allowed testing of all API code to ensure
527        that it worked properly with a reduced number of priorities. Most
528        modifications were to switch from hard-coded maximum to using the API
529        provided methods to determine maximum number of priority levels.
530
5312008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
532
533        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
534        clock_gettime() NOT by reaching into the SuperCore.
535
5362008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
537
538        * psx01/psx01.scn: Bump version to 4.9.99.0
539
5402008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
543        psxfatal_support/system.h: Convert to "bool".
544
5452008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
546
547        PR 1296/cpukit.
548        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
549        incorrect repeat interval. This patch fixes the following problems in
550        the test.
551          (1) Adds test for value of it_interval.tv_nsec.
552          (2) Corrects test for absolute timer in past.
553          (3) Modifies test to use different initial and repeat periods.
554          (4) Updates psxtimer01.scn to match results.
555
5562008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
557
558        PR 1297/cpukit
559        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
560        pointer handling.
561
5622008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
563
564        * psxsem01/init.c: Spacing.
565
5662008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
567
568        PR 1293/tests
569        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
570
5712008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
572
573        PR 1291/cpukit
574        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
575        POSIX services taking relative instead of absolute time for timeouts,
576        these tests were updated.
577
5782008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
579
580        * psxfile01/test.c: truncate on /dev/console now works.
581
5822008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
585        requested for initialization task.
586
5872008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
590        like CVS conflict markers.
591
5922008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
593
594        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
595        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
596
5972008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
598
599        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
600
6012008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
602
603        * psxkey01/task.c: Fix warnings.
604
6052008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
606
607        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
608
6092008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
610
611        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
612        Added tests for failure path coverages. Consolidated methods used in
613        multiple places into support routines.
614        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
615        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
616        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
617
6182008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
619
620        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
621        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
622        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
623        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
624        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
625        Make tmacros.h available to all POSIX tests. Add a clock_settime case
626        for < 1988.
627
6282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
629
630        * Makefile.am, configure.ac: New tests.
631        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
632        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
633        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
634        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
635        psxfatal_support/init.c, psxfatal_support/system.h: New files.
636
6372008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
638
639        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
640        portions of Object Services added to API.
641        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
642        psx14/system.h: New files.
643
6442008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
645
646        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
647        pthread_attr_[get|set]clock.
648
6492008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
650
651        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
652        implementation mprotect().
653
6542008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
655
656        * psxcleanup/.cvsignore: New file.
657
6582008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
659
660        * psxcleanup/system.h: New file.
661
6622008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
663
664        * Makefile.am, configure.ac:
665        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
666        psxcleanup/psxcleanup.scn: New files.
667
6682008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
669
670        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
671        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
672
6732007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
674
675        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
676
6772007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
678
679        * Makefile.am, configure.ac: Added test for ualarm
680        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
681        psxualarm/system.h: New files.
682
6832007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
684
685        * Makefile.am, configure.ac: Added posix signal test
686        * psxsignal01/Makefile.am, psxsignal01/init.c,
687        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
688        psxsignal01/task1.c: New files.
689
6902007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
691
692        * Makefile.am, configure.ac: Add test for sysconf().
693        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
694        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
695
6962007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
697
698        * psx01/init.c, psx01/psx01.scn: Add more test cases for
699        sched_rr_get_interval() and sched_get_priority_max().
700
7012007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
702
703        * psxenosys/init.c: Fix typo.
704
7052007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
706
707        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
708        addition of second POSIX Timer test. Add initial version of
709        psxtimer02 to cover some conditions missed in psxtimer01. More cases
710        left to add.
711        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
712        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
713        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
714        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
715        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
716        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
717
7182007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
719
720        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
721
7222007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
723
724        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
725        functions that return ENOSYS.
726        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
727        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
728
7292007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
730
731        * psx13/test.c: Fix spelling error.
732
7332007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
734
735        * psxtime/test.c: Add tests for adjtime().
736
7372007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
738
739        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
740        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
741        cases to improve test coverage.
742
7432007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
744
745        PR 1262/filesystem
746        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
747        and writev() including documentation and test case.
748        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
749        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
750
7512007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
752
753        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
754        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
755        test cases so last output line follows END OF pattern. Make sure test
756        case all run. All tests appeared ok on sis.
757
7582007-04-05      Joel Sherrill <joel@OARcorp.com>
759
760        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
761        behavior more closely matching GNU/Linux.
762
7632006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
764
765        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
766        include normal blocking and unblocking on timeout.
767
7682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
769
770        * configure.ac: New BUG-REPORT address.
771
7722006-11-17      Joel Sherrill <joel@OARcorp.com>
773
774        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
775        Previously the timeout was not absolute time and checked BEFORE
776        attempting to lock semaphore.
777
7782006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
779
780        * psxbarrier01/main.c: New file.
781
7822006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
783
784        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
785        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
786        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
787        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
788
7892006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
790
791        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
792        and partial implementation of POSIX rwlocks.
793        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
794        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
795
7962006-10-30      Joel Sherrill <joel@OARcorp.com>
797
798        PR 841/rtems
799        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
800        specification.
801
8022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
803
804        * configure.ac: Require autoconf-2.60. Require automake-1.10.
805
8062006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
807
808        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
809        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
810        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
811        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
812        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
813        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
814        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
815        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
816        Use rtems_testsdir instead.
817
8182005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
819
820        * configure.ac: Remove RTEMS_ENABLE_BARE,
821        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
822
8232005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
824
825        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
826        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
827        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
828        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
829        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
830        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
831        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
832        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
833        Convert to using *_PROGRAMS.
834
8352005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
836
837        * psx01/Makefile.am, psx02/Makefile.am,
838        psx03/Makefile.am, psx04/Makefile.am,
839        psx05/Makefile.am, psx06/Makefile.am,
840        psx07/Makefile.am, psx08/Makefile.am,
841        psx09/Makefile.am, psx10/Makefile.am,
842        psx11/Makefile.am, psx12/Makefile.am,
843        psx13/Makefile.am, psxcancel/Makefile.am,
844        psxchroot01/Makefile.am, psxfile01/Makefile.am,
845        psxmount/Makefile.am, psxmsgq01/Makefile.am,
846        psxreaddir/Makefile.am, psxsem01/Makefile.am,
847        psxstat/Makefile.am, psxtime/Makefile.am,
848        psxtimer/Makefile.am: Rework.
849
8502005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
851
852        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
853        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
854        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
855        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
856        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
857        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
858        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
859        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
860        * psxtests.am: Remove.
861
8622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
863
864        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
865        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
866        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
867        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
868        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
869        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
870        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
871        psxtime/Makefile.am, psxtimer/Makefile.am:
872        AM_CPPFLAGS += -I..../support/include.
873
8742005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
875
876        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
877
8782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
879
880        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
881        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
882        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
883        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
884        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
885        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
886        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
887        psxstat/Makefile.am: Add ../include/pmacros.h
888        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
889        POSIX_FILES_DIRS.
890        * psxtests.am: Remove LIB_VARIANT.
891
8922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
893
894        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
895        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
896        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
897        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
898        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
899        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
900        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
901        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
902        Remove SRC, PRINT_SRC.
903
9042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
905
906        * Makefile.am: Cleanup.
907
9082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
909
910        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
911        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
912        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
913        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
914        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
915        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
916        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
917        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
918        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
919        Partial conversion to automake.
920
9212005-09-01      Joel Sherrill <joel@OARcorp.com>
922
923        PR 628/rtems
924        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
925        being an error.
926
9272005-04-26      Joel Sherrill <joel@OARcorp.com>
928
929        * psxreaddir/test.c: Eliminate warnings.
930
9312004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
932
933        * configure.ac: Require automake > 1.9.
934
9352004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
936
937        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
938        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
939        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
940        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
941        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
942        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
943        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
944        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
945        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
946        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
947        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
948        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
949        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
950        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
951        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
952        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
953        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
954        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
955        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
956        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
957        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
958        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
959        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
960
9612004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
962
963        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
964        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
965        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
966        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
967
9682004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
969
970        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
971        to using c99 fixed size types.
972
9732004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
974
975        * Makefile.am: Remove include from SUBDIRS.
976
9772004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
978
979        * include/Makefile.am: Remove.
980        * Makefile.am: Merge-in include/Makefile.am.
981        * configure.ac: Reflect changes above.
982
9832004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * configure.ac: Add 2nd arg to RTEMS_TOP.
986
9872004-03-05      Joel Sherrill <joel@OARcorp.com>
988
989        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
990        psxtimer/psxtimer.c: Eliminate warnings and typos.
991
9922004-02-26      Sébastien Barré <sbarre@sdelcc.com>
993
994        PR 582/core
995        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
996        queue test so more of it runs now.
997
9982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1001        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1002        * psx02/Makefile.am: Ditto.
1003        * psx03/Makefile.am: Ditto.
1004        * psx04/Makefile.am: Ditto.
1005        * psx05/Makefile.am: Ditto.
1006        * psx06/Makefile.am: Ditto.
1007        * psx07/Makefile.am: Ditto.
1008        * psx08/Makefile.am: Ditto.
1009        * psx09/Makefile.am: Ditto.
1010        * psx10/Makefile.am: Ditto.
1011        * psx11/Makefile.am: Ditto.
1012        * psx12/Makefile.am: Ditto.
1013        * psx13/Makefile.am: Ditto.
1014        * psxcancel/Makefile.am: Ditto.
1015        * psxchroot01/Makefile.am: Ditto.
1016        * psxfile01/Makefile.am: Ditto.
1017        * psxmount/Makefile.am: Ditto.
1018        * psxmsgq01/Makefile.am: Ditto.
1019        * psxreaddir/Makefile.am: Ditto.
1020        * psxsem01/Makefile.am: Ditto.
1021        * psxstat/Makefile.am: Ditto.
1022        * psxtime/Makefile.am: Ditto.
1023        * psxtimer/Makefile.am: Ditto.
1024
10252003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * psxtests.am: Add dirstamp support.
1028
10292003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1032
10332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1036
10372003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * psxcancel/Makefile.am: Remove used H_FILES.
1040
10412003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * include/Makefile.am: Reformat.
1044        * psx01/Makefile.am: Remove all-local: $(ARCH).
1045        * psx02/Makefile.am: Remove all-local: $(ARCH).
1046        * psx03/Makefile.am: Remove all-local: $(ARCH).
1047        * psx04/Makefile.am: Remove all-local: $(ARCH).
1048        * psx05/Makefile.am: Remove all-local: $(ARCH).
1049        * psx06/Makefile.am: Remove all-local: $(ARCH).
1050        * psx07/Makefile.am: Remove all-local: $(ARCH).
1051        * psx08/Makefile.am: Remove all-local: $(ARCH).
1052        * psx09/Makefile.am: Remove all-local: $(ARCH).
1053        * psx10/Makefile.am: Remove all-local: $(ARCH).
1054        * psx11/Makefile.am: Remove all-local: $(ARCH).
1055        * psx12/Makefile.am: Remove all-local: $(ARCH).
1056        * psx13/Makefile.am: Remove all-local: $(ARCH).
1057        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1058        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1059        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1060        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1061        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1062        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1063        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1064        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1065        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1066        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1067        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1068
10692003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1070
1071        * configure.ac: Reflect having moved to testsuites/.
1072
10732003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1076
10772003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1078
1079        * configure.ac:Remove RTEMS_CHECK_CPU.
1080
10812003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1082
1083        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1084
10852003-09-04      Joel Sherrill <joel@OARcorp.com>
1086
1087        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1088        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1089        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1090        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1091        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1092        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1093        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1094        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1095        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1096        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1097        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1098        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1099        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1100        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1101        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1102        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1103        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1104        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1105        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1106        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1107        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1108        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1109        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1110        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1111        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1112        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1113        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1114        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1115        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1116        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1117        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1118        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1119        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1120        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1121        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1122        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1123        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1124        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1125        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1126        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1127        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1128        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1129        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1130        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1131        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1132        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1133        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1134        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1135        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1136        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1137        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1138        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1139        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1140        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1141        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1142        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1143        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1144        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1145        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1146        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1147        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1148        psxtimer/system.h: URL for license changed.
1149
11502003-09-04      Joel Sherrill <joel@OARcorp.com>
1151
1152        PR 462/tests
1153        * psxhdrs/Makefile.am: Added ualarm.c
1154        * psxhdrs/signal23.c: New file.
1155
11562003-09-03      Joel Sherrill <joel@OARcorp.com>
1157
1158        PR 463/tests
1159        PR 465/tests
1160        * psxhdrs/Makefile.am: Add new test cases.
1161        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1162        psxhdrs/timer07.c: New files.
1163
11642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * Makefile.am: Reflect having moved aclocal/.
1167
11682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * Makefile.am: Reflect having moved automake/.
1171        * include/Makefile.am: Reflect having moved automake/.
1172        * psx01/Makefile.am: Reflect having moved automake/.
1173        * psx02/Makefile.am: Reflect having moved automake/.
1174        * psx03/Makefile.am: Reflect having moved automake/.
1175        * psx04/Makefile.am: Reflect having moved automake/.
1176        * psx05/Makefile.am: Reflect having moved automake/.
1177        * psx06/Makefile.am: Reflect having moved automake/.
1178        * psx07/Makefile.am: Reflect having moved automake/.
1179        * psx08/Makefile.am: Reflect having moved automake/.
1180        * psx09/Makefile.am: Reflect having moved automake/.
1181        * psx10/Makefile.am: Reflect having moved automake/.
1182        * psx11/Makefile.am: Reflect having moved automake/.
1183        * psx12/Makefile.am: Reflect having moved automake/.
1184        * psx13/Makefile.am: Reflect having moved automake/.
1185        * psxcancel/Makefile.am: Reflect having moved automake/.
1186        * psxchroot01/Makefile.am: Reflect having moved automake/.
1187        * psxfile01/Makefile.am: Reflect having moved automake/.
1188        * psxhdrs/Makefile.am: Reflect having moved automake/.
1189        * psxmount/Makefile.am: Reflect having moved automake/.
1190        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1191        * psxreaddir/Makefile.am: Reflect having moved automake/.
1192        * psxsem01/Makefile.am: Reflect having moved automake/.
1193        * psxstat/Makefile.am: Reflect having moved automake/.
1194        * psxtime/Makefile.am: Reflect having moved automake/.
1195        * psxtimer/Makefile.am: Reflect having moved automake/.
1196
11972003-08-14      Joel Sherrill <joel@OARcorp.com>
1198
1199        PR 408/filesystem
1200        * psx13/test.c: Added very rudimentary test of sync() service.
1201
12022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1203
1204        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1205
12062003-06-12      Joel Sherrill <joel@OARcorp.com>
1207
1208        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1209
12102003-05-29      Joel Sherrill <joel@OARcorp.com>
1211
1212        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1213        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1214        psxtimer/psxtimer.c: Removed warnings.
1215
12162003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1219        CC_CFLAGS_DEFAULT (obsolete).
1220
12212003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1222
1223        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1224        Remove CC_LDFLAGS_PROFILE_V.
1225
12262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1229
12302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1231
1232        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1233
12342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1235
1236        * configure.ac: AC_PREREQ(2.57).
1237
12382002-11-14      Joel Sherrill <joel@OARcorp.com>
1239
1240        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1241        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1242        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1243        Per PR239 update the IDs in the various screens.
1244
12452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * .cvsignore: Reformat.
1248        Add autom4te*cache.
1249        Remove autom4te.cache.
1250
12512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1252
1253        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1254        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1255        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1256        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1257        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1258        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1259        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1260        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1261        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1262        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1263        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1264        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1265        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1266        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1267        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1268        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1269        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1270        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1271        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1272        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1273        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1274        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1275        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1276        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1277
12782002-08-01      Joel Sherrill <joel@OARcorp.com>
1279
1280        * Per PR47 add support for buffered test output.  This involved
1281        adding defines to redirect output to a buffer and dump it when
1282        full, at "test pause", and at exit.  To avoid problems when redefining
1283        exit(), all tests were modified to call rtems_test_exit().
1284        Some tests, notable psxtests, had to be modified to include
1285        the standard test macro .h file (pmacros.h or tmacros.h) to
1286        enable this support.
1287        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1288        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1289        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1290        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1291        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1292        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1293        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1294        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1295        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1296        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1297        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1298        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1299
13002002-07-05      Joel Sherrill <joel@OARcorp.com>
1301
1302        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1303        Updated as part of PR164 which reported problems with the RTEMS
1304        implementation of pthread_cancel.
1305       
13062001-04-26      Joel Sherrill <joel@OARcorp.com>
1307
1308        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1309        reworked POSIX message queues to add a descriptor separate from
1310        the underlying message queue.  This allows non-blocking to follow
1311        the "open" not the underlying queue.
1312 
13132002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1314
1315        * configure.ac: Remove ENABLE_GCC28.
1316
13172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * configure.ac:
1320        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1321        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1322        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1324        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1325        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1326        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1327        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1328        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1329        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1330        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1331        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1332        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1333        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1334        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1335        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1336        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1337        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1338        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1339        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1340        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1341        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1342        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1343        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1344        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1345        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1346        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1347        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1348
13492001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1350
1351        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1352        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1353        Since we check permissions before evaluating enough to see if it
1354        a regular file or directory, this hack is needed to make the regular
1355        file executable.
1356
13572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1360        * configure.in: Remove.
1361        * configure.ac: New file, generated from configure.in by autoupdate.
1362
13632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1366
13672001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1368
1369        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1370        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1371        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1372        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1373        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1374        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1375        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1376        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1377        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1378        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1379        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1380        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1381        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1382        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1383        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1384        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1385        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1386        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1387        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1388        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1389        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1390        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1391        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1392        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1393
13942001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1395
1396        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1397        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1398        psxchroot01 test.
1399
14002001-05-25      Joel Sherrill <joel@OARcorp.com>
1401
1402        * Added once version of psxchroot01 test for user review.
1403        * psxchroot01: New directory.
1404        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1405        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1406        * configure.in, Makefile.am: Modified to reflect above.
1407
14082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1409
1410        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1411
14122001-04-24      Joel Sherrill <joel@OARcorp.com>
1413
1414        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1415        open, write, reopen, append twice from Andrew Bythell
1416        <abythell@nortelnetworks.com> that tripped an initialization
1417        problem in the IMFS.
1418
14192001-04-20      Joel Sherrill <joel@OARcorp.com>
1420
1421        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1422        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1423        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1424        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1425        Various adjustments so test output matches screens more reliably.
1426
14272001-01-25      Joel Sherrill <joel@OARcorp.com>
1428
1429        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1430
14312000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1432
1433        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1434        to remain consistant across platforms and bsps by forcing
1435        a mount point in front of all paths.
1436
14372000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1438
1439        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1440        expected error condition in one case.
1441        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1442        readdir() of root of mounted filesystem.  Also corrected the screen
1443        file for some mistakes noticed in this effort.
1444
14452000-11-13      Joel Sherrill <joel@OARcorp.com>
1446
1447        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1448
14492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1450
1451        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1452
14532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1454
1455        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1456
14572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1458
1459        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1460        Switch to GNU canonicalization.
1461        * psxtests.am: Remove DEFS.
1462
14632000-10-24      Joel Sherrill <joel@OARcorp.com>
1464
1465        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1466        It was formerly incorrectly prototyped in <libio.h>.
1467
14682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1469
1470        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1471        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1472        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1473        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1474        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1475        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1476        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1477        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1478
14792000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1480        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1481        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1482        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1483        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1484        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1485        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1486        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1487
14882000-08-10      Joel Sherrill <joel@OARcorp.com>
1489
1490        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.