source: rtems/testsuites/psxtests/ChangeLog @ a1f0ca28

4.104.115
Last change on this file since a1f0ca28 was 4e7ca87, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/09 at 15:13:34

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

  • psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case for adjusting time (adjtime()) where the time is adjusted by enough microseconds that it crosses a second boundary.
  • Property mode set to 100644
File size: 54.5 KB
Line 
12009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
4        for adjusting time (adjtime()) where the time is adjusted by enough
5        microseconds that it crosses a second boundary.
6
72009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
10        test to reflect not allowing poriority changes when mutex is locked.
11
122009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
15        remaining pointer.
16
172009-08-17      Santosh G Vattam <vattam.santosh@gmail.com>
18
19        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
20        a recursize mutex.
21
222009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
25        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
26        rtems_clock_get_ticks_per_second().
27
282009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
31        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
32
332009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
36        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
37
382009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, configure.ac: Add test case for user providing their own
41        stack to a POSIX thread.
42        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
43        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
44
452009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
48        that it hits both failing to allocate memory for the message queue
49        name and message buffers.
50
512009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
54        quicker and more reliably hit the intended critical section.
55
562009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am, configure.ac: Add a test to exercise an odd case in
59        _POSIX_signals_Clear_signals.
60        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
61        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
62
632009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * psxmsgq04/init.c: Correct typo in configuration so test does as
66        intended.
67
682009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
71        Update to handle ENFILE case now that POSIX message queues and
72        message queue file descriptors are configured separately and this
73        error is possible.
74
752009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
76
77        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
78        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
79        allocating the message buffers for a POSIX message queue.
80
812009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
84        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
85        is right. Update both screens.
86
872009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
90        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
91        variation which focused on real-time signals rather than user
92        signals.
93        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
94        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
95
962009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
99        replenish period of zero.
100
1012009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * Makefile.am, configure.ac: Add new test to account for properly
104        handling keys when a thread has non-NULL key value and key has NULL
105        destructor and when a thread has NULL key value and key has
106        destructor.
107        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
108        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
109
1102009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am, configure.ac: Add new test for exercising running out of
113        memory while allocating the key pointers.
114        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
115        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
116
1172009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * psxmsgq04/init.c: Add call to mq_unlink.
120
1212009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, configure.ac: Add shell of new test.
124        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
125        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
126
1272009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * Makefile.am, configure.ac: Add test to address cases where a thread
130        is waiting on a signal (sigwait) and we send it. Also address case
131        where there are too many queued signals.
132        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
133        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
134
1352009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * psxsignal02/init.c: Fix spacing.
138
1392009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
140
141        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
142        mq_timedreceive and mq_timedsend conditions. In particular test
143        timeout in the past.
144
1452009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
146
147        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
148        with timeout in the past.
149
1502009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * psxsignal02/psxsignal02.scn: Fill in screen file.
153
1542009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * Makefile.am, configure.ac: Add new test to exercise algorithm to
157        dispatch process wide signals to individual threads.
158        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
159        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
160
1612009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * Makefile.am, configure.ac: Add test to exercise interrupt
164        synchronization logic in _POSIX_Timer_Insert_helper that supports
165        POSIX timers.
166        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
167        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
168        psxintrcritical01/psxintrcritical01.scn: New files.
169
1702009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
171
172        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
173        multiple cases which complete coverage of thread cancellation.
174        * psxcancel/psxcancel.doc: New file.
175
1762009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
179        * psxsem01/system.h: Removed.
180
1812009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * psxsem01/init.c: Eliminate warning.
184
1852009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * psxcancel/init.c: Clean up.
188
1892009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * psxmutexattr01/init.c: Make test optional if tools do not support
192        posix mutex type attribute.
193
1942009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * Makefile.am, configure.ac: Add new test to exercise error case for
197        when a task is blocked on a condition variable with one mutex and
198        another task attempts to block on the same condition variable with
199        another mutex.
200        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
201        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
202
2032009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
206        trylock is unable to obtain the spinlock and that attempting to
207        unlock a spinlock from a thread which did not lock it works as
208        expected.
209        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
210        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
211        New files.
212
2132009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * psxspin01/test.c: Remove unnecessary defines.
216
2172009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * psx11/init.c: Use explicit scheduler.
220
2212009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * Makefile.am, configure.ac: Add test to exercise
224        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
225        toolset enables the feature.
226        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
227        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
228        psxmutexattr01/psxmutexattr01.scn: New files.
229
2302009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * Makefile.am, configure.ac: Add test for auto initialization of
233        message queues.
234        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
235        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
236        psxautoinit02/psxautoinit02.scn: New files.
237
2382009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * Makefile.am, configure.ac: Add test of pthread mutex auto
241        intialization.
242        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
243        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
244
2452009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
248
2492009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
252        code.
253
2542009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
255
256        * psx07/init.c: Slight test fix to ensure state of sched_param
257        structure.
258
2592009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
260
261        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
262        obtaining an rwlock and then releasing it twice.
263
2642009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
267
2682009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
271        sigtimedwait(). Update screen file.
272
2732009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
274
275        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
276        obtaining rwlock for write with a timed lock operation when the
277        abstime timeout is in the past.
278
2792009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
282        obtaining rwlock for read with a timed lock operation when the
283        abstime timeout is in the past.
284
2852009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
288        that the assert has been removed in the source.
289
2902009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
293        mode bits being set. This behavior was not POSIX compliant and has
294        been corrected in the filesystem code.
295
2962009-06-18      Chris Johns <chrisj@rtems.org>
297
298        * psx04/task3.c: Declare unions volatile to workaround the H8300
299        gcc bug.
300
3012009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
304        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
305        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
306
3072009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
310        NULL attribute pointer on init.
311
3122009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
315        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
316        Improved so coverage is better.
317
3182009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * psx04/init.c: Correct errors introduced by using different variable
321        for return type when correcting typing warnings.
322
3232009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
324
325        * Makefile.am, configure.ac: Add new test to provide coverage analysis
326        of the current implementation of getitimer() and setitimer().
327        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
328        psxitimer/psxitimer.scn: New files.
329
3302009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
331
332        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
333        case to improve coverage analysis.
334
3352009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
338        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
339        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
340        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
341        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
342        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
343        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
344
3452009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
348        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
349        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
350        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
351        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
352        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
353        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
354        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
355        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
356        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
357        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
358        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
359        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
360        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
361        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
362        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
363        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
364        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
365        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
366        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
367        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
368        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
369        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
370        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
371        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
372        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
373        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
374        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
375        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
376        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
377        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
378        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
379        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
380        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
381        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
382        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
383        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
384        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
385        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
386        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
387        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
388        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
389        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
390        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
391        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
392        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
393        psxhdrs/timer07.c: Fix warnings.
394
3952009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
396
397        * psxfile01/test.c: Change from int to size_t.
398
3992009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
402        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
403        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
404        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
405        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
406        psxcancel/Makefile.am, psxchroot01/Makefile.am,
407        psxcleanup/Makefile.am, psxenosys/Makefile.am,
408        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
409        psxfile01/Makefile.am, psxkey01/Makefile.am,
410        psxmount/Makefile.am, psxmsgq01/Makefile.am,
411        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
412        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
413        psxsem01/Makefile.am, psxsignal01/Makefile.am,
414        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
415        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
416        psxualarm/Makefile.am: Eliminate _exe_/.exe.
417
4182009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
419
420        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
421        with create option so we are sure it will get a control block and
422        proceed to allocate other memory. Clean up screen output.
423
4242008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
425
426        * psx05/init.c: Add parameter to call to sched_get_priority_max().
427
4282008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
429
430        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
431        Run all tests successfully with maxixum number of priorities as 16
432        instead of 256. This was done by temporarily modifying the score
433        priority.h maximum. This allowed testing of all API code to ensure
434        that it worked properly with a reduced number of priorities. Most
435        modifications were to switch from hard-coded maximum to using the API
436        provided methods to determine maximum number of priority levels.
437
4382008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
439
440        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
441        clock_gettime() NOT by reaching into the SuperCore.
442
4432008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
444
445        * psx01/psx01.scn: Bump version to 4.9.99.0
446
4472008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
448
449        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
450        psxfatal_support/system.h: Convert to "bool".
451
4522008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
453
454        PR 1296/cpukit.
455        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
456        incorrect repeat interval. This patch fixes the following problems in
457        the test.
458          (1) Adds test for value of it_interval.tv_nsec.
459          (2) Corrects test for absolute timer in past.
460          (3) Modifies test to use different initial and repeat periods.
461          (4) Updates psxtimer01.scn to match results.
462
4632008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        PR 1297/cpukit
466        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
467        pointer handling.
468
4692008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
470
471        * psxsem01/init.c: Spacing.
472
4732008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
474
475        PR 1293/tests
476        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
477
4782008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
479
480        PR 1291/cpukit
481        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
482        POSIX services taking relative instead of absolute time for timeouts,
483        these tests were updated.
484
4852008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * psxfile01/test.c: truncate on /dev/console now works.
488
4892008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
490
491        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
492        requested for initialization task.
493
4942008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
497        like CVS conflict markers.
498
4992008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
500
501        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
502        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
503
5042008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
507
5082008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
509
510        * psxkey01/task.c: Fix warnings.
511
5122008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
513
514        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
515
5162008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
517
518        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
519        Added tests for failure path coverages. Consolidated methods used in
520        multiple places into support routines.
521        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
522        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
523        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
524
5252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
526
527        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
528        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
529        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
530        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
531        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
532        Make tmacros.h available to all POSIX tests. Add a clock_settime case
533        for < 1988.
534
5352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
536
537        * Makefile.am, configure.ac: New tests.
538        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
539        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
540        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
541        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
542        psxfatal_support/init.c, psxfatal_support/system.h: New files.
543
5442008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
545
546        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
547        portions of Object Services added to API.
548        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
549        psx14/system.h: New files.
550
5512008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
552
553        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
554        pthread_attr_[get|set]clock.
555
5562008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
557
558        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
559        implementation mprotect().
560
5612008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
562
563        * psxcleanup/.cvsignore: New file.
564
5652008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
566
567        * psxcleanup/system.h: New file.
568
5692008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
570
571        * Makefile.am, configure.ac:
572        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
573        psxcleanup/psxcleanup.scn: New files.
574
5752008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
576
577        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
578        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
579
5802007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
583
5842007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
585
586        * Makefile.am, configure.ac: Added test for ualarm
587        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
588        psxualarm/system.h: New files.
589
5902007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
591
592        * Makefile.am, configure.ac: Added posix signal test
593        * psxsignal01/Makefile.am, psxsignal01/init.c,
594        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
595        psxsignal01/task1.c: New files.
596
5972007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
598
599        * Makefile.am, configure.ac: Add test for sysconf().
600        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
601        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
602
6032007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
604
605        * psx01/init.c, psx01/psx01.scn: Add more test cases for
606        sched_rr_get_interval() and sched_get_priority_max().
607
6082007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
609
610        * psxenosys/init.c: Fix typo.
611
6122007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
613
614        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
615        addition of second POSIX Timer test. Add initial version of
616        psxtimer02 to cover some conditions missed in psxtimer01. More cases
617        left to add.
618        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
619        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
620        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
621        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
622        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
623        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
624
6252007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
628
6292007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
632        functions that return ENOSYS.
633        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
634        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
635
6362007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
637
638        * psx13/test.c: Fix spelling error.
639
6402007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
641
642        * psxtime/test.c: Add tests for adjtime().
643
6442007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
645
646        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
647        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
648        cases to improve test coverage.
649
6502007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
651
652        PR 1262/filesystem
653        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
654        and writev() including documentation and test case.
655        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
656        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
657
6582007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
659
660        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
661        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
662        test cases so last output line follows END OF pattern. Make sure test
663        case all run. All tests appeared ok on sis.
664
6652007-04-05      Joel Sherrill <joel@OARcorp.com>
666
667        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
668        behavior more closely matching GNU/Linux.
669
6702006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
671
672        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
673        include normal blocking and unblocking on timeout.
674
6752006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
676
677        * configure.ac: New BUG-REPORT address.
678
6792006-11-17      Joel Sherrill <joel@OARcorp.com>
680
681        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
682        Previously the timeout was not absolute time and checked BEFORE
683        attempting to lock semaphore.
684
6852006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
686
687        * psxbarrier01/main.c: New file.
688
6892006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
690
691        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
692        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
693        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
694        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
695
6962006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
697
698        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
699        and partial implementation of POSIX rwlocks.
700        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
701        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
702
7032006-10-30      Joel Sherrill <joel@OARcorp.com>
704
705        PR 841/rtems
706        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
707        specification.
708
7092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
710
711        * configure.ac: Require autoconf-2.60. Require automake-1.10.
712
7132006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
714
715        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
716        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
717        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
718        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
719        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
720        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
721        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
722        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
723        Use rtems_testsdir instead.
724
7252005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
726
727        * configure.ac: Remove RTEMS_ENABLE_BARE,
728        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
729
7302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
731
732        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
733        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
734        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
735        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
736        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
737        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
738        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
739        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
740        Convert to using *_PROGRAMS.
741
7422005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * psx01/Makefile.am, psx02/Makefile.am,
745        psx03/Makefile.am, psx04/Makefile.am,
746        psx05/Makefile.am, psx06/Makefile.am,
747        psx07/Makefile.am, psx08/Makefile.am,
748        psx09/Makefile.am, psx10/Makefile.am,
749        psx11/Makefile.am, psx12/Makefile.am,
750        psx13/Makefile.am, psxcancel/Makefile.am,
751        psxchroot01/Makefile.am, psxfile01/Makefile.am,
752        psxmount/Makefile.am, psxmsgq01/Makefile.am,
753        psxreaddir/Makefile.am, psxsem01/Makefile.am,
754        psxstat/Makefile.am, psxtime/Makefile.am,
755        psxtimer/Makefile.am: Rework.
756
7572005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
758
759        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
760        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
761        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
762        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
763        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
764        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
765        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
766        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
767        * psxtests.am: Remove.
768
7692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
770
771        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
772        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
773        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
774        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
775        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
776        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
777        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
778        psxtime/Makefile.am, psxtimer/Makefile.am:
779        AM_CPPFLAGS += -I..../support/include.
780
7812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
782
783        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
784
7852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
788        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
789        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
790        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
791        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
792        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
793        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
794        psxstat/Makefile.am: Add ../include/pmacros.h
795        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
796        POSIX_FILES_DIRS.
797        * psxtests.am: Remove LIB_VARIANT.
798
7992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
800
801        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
802        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
803        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
804        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
805        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
806        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
807        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
808        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
809        Remove SRC, PRINT_SRC.
810
8112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
812
813        * Makefile.am: Cleanup.
814
8152005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
816
817        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
818        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
819        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
820        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
821        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
822        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
823        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
824        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
825        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
826        Partial conversion to automake.
827
8282005-09-01      Joel Sherrill <joel@OARcorp.com>
829
830        PR 628/rtems
831        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
832        being an error.
833
8342005-04-26      Joel Sherrill <joel@OARcorp.com>
835
836        * psxreaddir/test.c: Eliminate warnings.
837
8382004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
839
840        * configure.ac: Require automake > 1.9.
841
8422004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
843
844        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
845        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
846        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
847        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
848        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
849        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
850        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
851        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
852        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
853        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
854        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
855        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
856        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
857        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
858        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
859        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
860        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
861        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
862        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
863        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
864        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
865        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
866        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
867
8682004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
869
870        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
871        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
872        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
873        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
874
8752004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
876
877        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
878        to using c99 fixed size types.
879
8802004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
881
882        * Makefile.am: Remove include from SUBDIRS.
883
8842004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
885
886        * include/Makefile.am: Remove.
887        * Makefile.am: Merge-in include/Makefile.am.
888        * configure.ac: Reflect changes above.
889
8902004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * configure.ac: Add 2nd arg to RTEMS_TOP.
893
8942004-03-05      Joel Sherrill <joel@OARcorp.com>
895
896        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
897        psxtimer/psxtimer.c: Eliminate warnings and typos.
898
8992004-02-26      Sébastien Barré <sbarre@sdelcc.com>
900
901        PR 582/core
902        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
903        queue test so more of it runs now.
904
9052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
906
907        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
908        Add PRE/TMPINSTALL_FILES to CLEANFILES.
909        * psx02/Makefile.am: Ditto.
910        * psx03/Makefile.am: Ditto.
911        * psx04/Makefile.am: Ditto.
912        * psx05/Makefile.am: Ditto.
913        * psx06/Makefile.am: Ditto.
914        * psx07/Makefile.am: Ditto.
915        * psx08/Makefile.am: Ditto.
916        * psx09/Makefile.am: Ditto.
917        * psx10/Makefile.am: Ditto.
918        * psx11/Makefile.am: Ditto.
919        * psx12/Makefile.am: Ditto.
920        * psx13/Makefile.am: Ditto.
921        * psxcancel/Makefile.am: Ditto.
922        * psxchroot01/Makefile.am: Ditto.
923        * psxfile01/Makefile.am: Ditto.
924        * psxmount/Makefile.am: Ditto.
925        * psxmsgq01/Makefile.am: Ditto.
926        * psxreaddir/Makefile.am: Ditto.
927        * psxsem01/Makefile.am: Ditto.
928        * psxstat/Makefile.am: Ditto.
929        * psxtime/Makefile.am: Ditto.
930        * psxtimer/Makefile.am: Ditto.
931
9322003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * psxtests.am: Add dirstamp support.
935
9362003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
939
9402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
943
9442003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * psxcancel/Makefile.am: Remove used H_FILES.
947
9482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * include/Makefile.am: Reformat.
951        * psx01/Makefile.am: Remove all-local: $(ARCH).
952        * psx02/Makefile.am: Remove all-local: $(ARCH).
953        * psx03/Makefile.am: Remove all-local: $(ARCH).
954        * psx04/Makefile.am: Remove all-local: $(ARCH).
955        * psx05/Makefile.am: Remove all-local: $(ARCH).
956        * psx06/Makefile.am: Remove all-local: $(ARCH).
957        * psx07/Makefile.am: Remove all-local: $(ARCH).
958        * psx08/Makefile.am: Remove all-local: $(ARCH).
959        * psx09/Makefile.am: Remove all-local: $(ARCH).
960        * psx10/Makefile.am: Remove all-local: $(ARCH).
961        * psx11/Makefile.am: Remove all-local: $(ARCH).
962        * psx12/Makefile.am: Remove all-local: $(ARCH).
963        * psx13/Makefile.am: Remove all-local: $(ARCH).
964        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
965        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
966        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
967        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
968        * psxmount/Makefile.am: Remove all-local: $(ARCH).
969        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
970        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
971        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
972        * psxstat/Makefile.am: Remove all-local: $(ARCH).
973        * psxtime/Makefile.am: Remove all-local: $(ARCH).
974        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
975
9762003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * configure.ac: Reflect having moved to testsuites/.
979
9802003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * configure.ac: Remove RTEMS_CANONICAL_HOST.
983
9842003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * configure.ac:Remove RTEMS_CHECK_CPU.
987
9882003-09-15      Jennifer Averett <jennifer@OARcorp.com>
989
990        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
991
9922003-09-04      Joel Sherrill <joel@OARcorp.com>
993
994        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
995        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
996        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
997        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
998        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
999        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1000        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1001        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1002        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1003        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1004        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1005        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1006        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1007        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1008        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1009        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1010        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1011        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1012        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1013        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1014        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1015        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1016        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1017        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1018        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1019        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1020        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1021        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1022        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1023        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1024        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1025        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1026        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1027        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1028        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1029        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1030        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1031        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1032        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1033        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1034        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1035        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1036        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1037        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1038        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1039        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1040        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1041        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1042        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1043        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1044        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1045        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1046        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1047        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1048        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1049        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1050        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1051        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1052        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1053        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1054        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1055        psxtimer/system.h: URL for license changed.
1056
10572003-09-04      Joel Sherrill <joel@OARcorp.com>
1058
1059        PR 462/tests
1060        * psxhdrs/Makefile.am: Added ualarm.c
1061        * psxhdrs/signal23.c: New file.
1062
10632003-09-03      Joel Sherrill <joel@OARcorp.com>
1064
1065        PR 463/tests
1066        PR 465/tests
1067        * psxhdrs/Makefile.am: Add new test cases.
1068        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1069        psxhdrs/timer07.c: New files.
1070
10712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * Makefile.am: Reflect having moved aclocal/.
1074
10752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * Makefile.am: Reflect having moved automake/.
1078        * include/Makefile.am: Reflect having moved automake/.
1079        * psx01/Makefile.am: Reflect having moved automake/.
1080        * psx02/Makefile.am: Reflect having moved automake/.
1081        * psx03/Makefile.am: Reflect having moved automake/.
1082        * psx04/Makefile.am: Reflect having moved automake/.
1083        * psx05/Makefile.am: Reflect having moved automake/.
1084        * psx06/Makefile.am: Reflect having moved automake/.
1085        * psx07/Makefile.am: Reflect having moved automake/.
1086        * psx08/Makefile.am: Reflect having moved automake/.
1087        * psx09/Makefile.am: Reflect having moved automake/.
1088        * psx10/Makefile.am: Reflect having moved automake/.
1089        * psx11/Makefile.am: Reflect having moved automake/.
1090        * psx12/Makefile.am: Reflect having moved automake/.
1091        * psx13/Makefile.am: Reflect having moved automake/.
1092        * psxcancel/Makefile.am: Reflect having moved automake/.
1093        * psxchroot01/Makefile.am: Reflect having moved automake/.
1094        * psxfile01/Makefile.am: Reflect having moved automake/.
1095        * psxhdrs/Makefile.am: Reflect having moved automake/.
1096        * psxmount/Makefile.am: Reflect having moved automake/.
1097        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1098        * psxreaddir/Makefile.am: Reflect having moved automake/.
1099        * psxsem01/Makefile.am: Reflect having moved automake/.
1100        * psxstat/Makefile.am: Reflect having moved automake/.
1101        * psxtime/Makefile.am: Reflect having moved automake/.
1102        * psxtimer/Makefile.am: Reflect having moved automake/.
1103
11042003-08-14      Joel Sherrill <joel@OARcorp.com>
1105
1106        PR 408/filesystem
1107        * psx13/test.c: Added very rudimentary test of sync() service.
1108
11092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1112
11132003-06-12      Joel Sherrill <joel@OARcorp.com>
1114
1115        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1116
11172003-05-29      Joel Sherrill <joel@OARcorp.com>
1118
1119        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1120        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1121        psxtimer/psxtimer.c: Removed warnings.
1122
11232003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1126        CC_CFLAGS_DEFAULT (obsolete).
1127
11282003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1131        Remove CC_LDFLAGS_PROFILE_V.
1132
11332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1134
1135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1136
11372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1138
1139        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1140
11412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * configure.ac: AC_PREREQ(2.57).
1144
11452002-11-14      Joel Sherrill <joel@OARcorp.com>
1146
1147        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1148        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1149        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1150        Per PR239 update the IDs in the various screens.
1151
11522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1153
1154        * .cvsignore: Reformat.
1155        Add autom4te*cache.
1156        Remove autom4te.cache.
1157
11582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1161        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1162        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1163        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1164        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1165        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1166        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1167        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1168        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1169        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1170        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1171        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1172        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1173        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1174        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1175        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1176        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1177        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1178        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1179        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1180        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1181        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1182        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1183        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1184
11852002-08-01      Joel Sherrill <joel@OARcorp.com>
1186
1187        * Per PR47 add support for buffered test output.  This involved
1188        adding defines to redirect output to a buffer and dump it when
1189        full, at "test pause", and at exit.  To avoid problems when redefining
1190        exit(), all tests were modified to call rtems_test_exit().
1191        Some tests, notable psxtests, had to be modified to include
1192        the standard test macro .h file (pmacros.h or tmacros.h) to
1193        enable this support.
1194        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1195        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1196        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1197        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1198        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1199        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1200        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1201        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1202        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1203        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1204        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1205        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1206
12072002-07-05      Joel Sherrill <joel@OARcorp.com>
1208
1209        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1210        Updated as part of PR164 which reported problems with the RTEMS
1211        implementation of pthread_cancel.
1212       
12132001-04-26      Joel Sherrill <joel@OARcorp.com>
1214
1215        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1216        reworked POSIX message queues to add a descriptor separate from
1217        the underlying message queue.  This allows non-blocking to follow
1218        the "open" not the underlying queue.
1219 
12202002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1221
1222        * configure.ac: Remove ENABLE_GCC28.
1223
12242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1225
1226        * configure.ac:
1227        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1228        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1229        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1230        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1231        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1232        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1233        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1234        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1235        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1236        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1237        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1238        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1239        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1240        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1241        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1242        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1243        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1244        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1245        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1246        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1247        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1248        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1249        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1250        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1251        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1252        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1253        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1254        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1255
12562001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1257
1258        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1259        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1260        Since we check permissions before evaluating enough to see if it
1261        a regular file or directory, this hack is needed to make the regular
1262        file executable.
1263
12642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1267        * configure.in: Remove.
1268        * configure.ac: New file, generated from configure.in by autoupdate.
1269
12702001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271
1272        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1273
12742001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1275
1276        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1277        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1278        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1279        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1280        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1281        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1282        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1283        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1284        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1285        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1286        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1287        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1288        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1289        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1290        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1291        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1292        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1293        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1294        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1295        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1296        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1297        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1298        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1299        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1300
13012001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1302
1303        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1304        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1305        psxchroot01 test.
1306
13072001-05-25      Joel Sherrill <joel@OARcorp.com>
1308
1309        * Added once version of psxchroot01 test for user review.
1310        * psxchroot01: New directory.
1311        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1312        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1313        * configure.in, Makefile.am: Modified to reflect above.
1314
13152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1316
1317        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1318
13192001-04-24      Joel Sherrill <joel@OARcorp.com>
1320
1321        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1322        open, write, reopen, append twice from Andrew Bythell
1323        <abythell@nortelnetworks.com> that tripped an initialization
1324        problem in the IMFS.
1325
13262001-04-20      Joel Sherrill <joel@OARcorp.com>
1327
1328        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1329        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1330        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1331        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1332        Various adjustments so test output matches screens more reliably.
1333
13342001-01-25      Joel Sherrill <joel@OARcorp.com>
1335
1336        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1337
13382000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1339
1340        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1341        to remain consistant across platforms and bsps by forcing
1342        a mount point in front of all paths.
1343
13442000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1345
1346        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1347        expected error condition in one case.
1348        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1349        readdir() of root of mounted filesystem.  Also corrected the screen
1350        file for some mistakes noticed in this effort.
1351
13522000-11-13      Joel Sherrill <joel@OARcorp.com>
1353
1354        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1355
13562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1359
13602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1363
13642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1365
1366        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1367        Switch to GNU canonicalization.
1368        * psxtests.am: Remove DEFS.
1369
13702000-10-24      Joel Sherrill <joel@OARcorp.com>
1371
1372        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1373        It was formerly incorrectly prototyped in <libio.h>.
1374
13752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1378        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1379        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1380        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1381        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1382        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1383        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1384        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1385
13862000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1387        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1388        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1389        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1390        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1391        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1392        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1393        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1394
13952000-08-10      Joel Sherrill <joel@OARcorp.com>
1396
1397        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.