source: rtems/testsuites/psxtests/ChangeLog @ 330e858c

4.104.115
Last change on this file since 330e858c was 330e858c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/09 at 20:15:33

2009-07-29 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add shell of new test.
  • psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
  • Property mode set to 100644
File size: 50.1 KB
RevLine 
[330e858c]12009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add shell of new test.
4        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
5        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
6
[2ad8f85]72009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, configure.ac: Add test to address cases where a thread
10        is waiting on a signal (sigwait) and we send it. Also address case
11        where there are too many queued signals.
12        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
13        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
14
[a2b8140]152009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * psxsignal02/init.c: Fix spacing.
18
[5d8b8eb]192009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
20
21        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
22        mq_timedreceive and mq_timedsend conditions. In particular test
23        timeout in the past.
24
[42d57c7]252009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
26
27        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
28        with timeout in the past.
29
[b4f7353]302009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * psxsignal02/psxsignal02.scn: Fill in screen file.
33
[a3e4a58]342009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, configure.ac: Add new test to exercise algorithm to
37        dispatch process wide signals to individual threads.
38        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
39        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
40
[6ffde61]412009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am, configure.ac: Add test to exercise interrupt
44        synchronization logic in _POSIX_Timer_Insert_helper that supports
45        POSIX timers.
46        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
47        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
48        psxintrcritical01/psxintrcritical01.scn: New files.
49
[73dfaf8]502009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
51
52        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
53        multiple cases which complete coverage of thread cancellation.
54        * psxcancel/psxcancel.doc: New file.
55
[17e3808]562009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
59        * psxsem01/system.h: Removed.
60
[7e9765d]612009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * psxsem01/init.c: Eliminate warning.
64
[381a53a8]652009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * psxcancel/init.c: Clean up.
68
[56864ffc]692009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * psxmutexattr01/init.c: Make test optional if tools do not support
72        posix mutex type attribute.
73
[14d3ad4f]742009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, configure.ac: Add new test to exercise error case for
77        when a task is blocked on a condition variable with one mutex and
78        another task attempts to block on the same condition variable with
79        another mutex.
80        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
81        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
82
[1938cc07]832009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
86        trylock is unable to obtain the spinlock and that attempting to
87        unlock a spinlock from a thread which did not lock it works as
88        expected.
89        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
90        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
91        New files.
92
[7c6375b]932009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * psxspin01/test.c: Remove unnecessary defines.
96
[3d36b370]972009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * psx11/init.c: Use explicit scheduler.
100
[5d6e8c88]1012009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * Makefile.am, configure.ac: Add test to exercise
104        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
105        toolset enables the feature.
106        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
107        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
108        psxmutexattr01/psxmutexattr01.scn: New files.
109
[13a4c71c]1102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * Makefile.am, configure.ac: Add test for auto initialization of
113        message queues.
114        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
115        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
116        psxautoinit02/psxautoinit02.scn: New files.
117
[9a845e17]1182009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile.am, configure.ac: Add test of pthread mutex auto
121        intialization.
122        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
123        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
124
[824b3d1c]1252009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
128
[147c5d5]1292009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
132        code.
133
[69ca55c0]1342009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * psx07/init.c: Slight test fix to ensure state of sched_param
137        structure.
138
[c6dc6db]1392009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
140
141        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
142        obtaining an rwlock and then releasing it twice.
143
[4a10519]1442009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
147
[2819bd1]1482009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
151        sigtimedwait(). Update screen file.
152
[f9ff8ce]1532009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
154
155        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
156        obtaining rwlock for write with a timed lock operation when the
157        abstime timeout is in the past.
158
[94ccbb7]1592009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
162        obtaining rwlock for read with a timed lock operation when the
163        abstime timeout is in the past.
164
[85e525a]1652009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
168        that the assert has been removed in the source.
169
[cbbc55ef]1702009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
173        mode bits being set. This behavior was not POSIX compliant and has
174        been corrected in the filesystem code.
175
[f9eb21d]1762009-06-18      Chris Johns <chrisj@rtems.org>
177
178        * psx04/task3.c: Declare unions volatile to workaround the H8300
179        gcc bug.
180
[7cd9cd89]1812009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
184        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
185        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
186
[b7681c6b]1872009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
190        NULL attribute pointer on init.
191
[7a67dfbc]1922009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
195        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
196        Improved so coverage is better.
197
[ea6dbd0]1982009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * psx04/init.c: Correct errors introduced by using different variable
201        for return type when correcting typing warnings.
202
[9bced10]2032009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * Makefile.am, configure.ac: Add new test to provide coverage analysis
206        of the current implementation of getitimer() and setitimer().
207        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
208        psxitimer/psxitimer.scn: New files.
209
[760076d7]2102009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
213        case to improve coverage analysis.
214
[2e7e636f]2152009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
218        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
219        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
220        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
221        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
222        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
223        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
224
[7a9030a0]2252009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
228        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
229        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
230        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
231        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
232        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
233        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
234        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
235        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
236        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
237        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
238        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
239        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
240        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
241        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
242        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
243        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
244        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
245        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
246        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
247        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
248        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
249        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
250        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
251        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
252        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
253        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
254        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
255        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
256        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
257        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
258        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
259        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
260        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
261        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
262        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
263        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
264        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
265        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
266        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
267        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
268        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
269        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
270        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
271        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
272        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
273        psxhdrs/timer07.c: Fix warnings.
274
[52137b7]2752009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * psxfile01/test.c: Change from int to size_t.
278
[b9665ca]2792009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
282        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
283        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
284        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
285        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
286        psxcancel/Makefile.am, psxchroot01/Makefile.am,
287        psxcleanup/Makefile.am, psxenosys/Makefile.am,
288        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
289        psxfile01/Makefile.am, psxkey01/Makefile.am,
290        psxmount/Makefile.am, psxmsgq01/Makefile.am,
291        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
292        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
293        psxsem01/Makefile.am, psxsignal01/Makefile.am,
294        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
295        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
296        psxualarm/Makefile.am: Eliminate _exe_/.exe.
297
[8bafd77]2982009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
301        with create option so we are sure it will get a control block and
302        proceed to allocate other memory. Clean up screen output.
303
[d32daa6]3042008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
305
306        * psx05/init.c: Add parameter to call to sched_get_priority_max().
307
[5abf63d]3082008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
311        Run all tests successfully with maxixum number of priorities as 16
312        instead of 256. This was done by temporarily modifying the score
313        priority.h maximum. This allowed testing of all API code to ensure
314        that it worked properly with a reduced number of priorities. Most
315        modifications were to switch from hard-coded maximum to using the API
316        provided methods to determine maximum number of priority levels.
317
[bdd1f5d]3182008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
321        clock_gettime() NOT by reaching into the SuperCore.
322
[7d2aaa6f]3232008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * psx01/psx01.scn: Bump version to 4.9.99.0
326
[7b7073e8]3272008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
330        psxfatal_support/system.h: Convert to "bool".
331
[f132a3d8]3322008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
333
334        PR 1296/cpukit.
335        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
336        incorrect repeat interval. This patch fixes the following problems in
337        the test.
338          (1) Adds test for value of it_interval.tv_nsec.
339          (2) Corrects test for absolute timer in past.
340          (3) Modifies test to use different initial and repeat periods.
341          (4) Updates psxtimer01.scn to match results.
342
[d95b992a]3432008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
344
345        PR 1297/cpukit
346        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
347        pointer handling.
348
[ce7803fe]3492008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
350
351        * psxsem01/init.c: Spacing.
352
[decb0759]3532008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
354
355        PR 1293/tests
356        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
357
[f5119be4]3582008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
359
360        PR 1291/cpukit
361        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
362        POSIX services taking relative instead of absolute time for timeouts,
363        these tests were updated.
364
[05480bb]3652008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
366
367        * psxfile01/test.c: truncate on /dev/console now works.
368
[f5f519bd]3692008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
372        requested for initialization task.
373
[17004308]3742008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
377        like CVS conflict markers.
378
[8ae91559]3792008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
380
381        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
382        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
383
[3f4dce3]3842008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
387
[78b4e2eb]3882008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
389
390        * psxkey01/task.c: Fix warnings.
391
[19cbe603]3922008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
393
394        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
395
[f8d39b8d]3962008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
397
398        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
399        Added tests for failure path coverages. Consolidated methods used in
400        multiple places into support routines.
401        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
402        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
403        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
404
[66c348cb]4052008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
406
407        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
408        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
409        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
410        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
411        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
412        Make tmacros.h available to all POSIX tests. Add a clock_settime case
413        for < 1988.
414
[920343e]4152008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
416
417        * Makefile.am, configure.ac: New tests.
418        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
419        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
420        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
421        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
422        psxfatal_support/init.c, psxfatal_support/system.h: New files.
423
[c87593f]4242008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
425
426        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
427        portions of Object Services added to API.
428        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
429        psx14/system.h: New files.
430
[01618ccc]4312008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
432
433        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
434        pthread_attr_[get|set]clock.
435
[8571262]4362008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
437
438        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
439        implementation mprotect().
440
[00b66f2]4412008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * psxcleanup/.cvsignore: New file.
444
[9b9f018e]4452008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
446
447        * psxcleanup/system.h: New file.
448
[f7ad5b3]4492008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
450
451        * Makefile.am, configure.ac:
452        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
453        psxcleanup/psxcleanup.scn: New files.
454
[0e4232b]4552008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
456
457        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
458        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
459
[fe88171]4602007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
461
462        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
463
[c3a8293]4642007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
465
466        * Makefile.am, configure.ac: Added test for ualarm
467        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
468        psxualarm/system.h: New files.
469
[7689b49]4702007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
471
472        * Makefile.am, configure.ac: Added posix signal test
473        * psxsignal01/Makefile.am, psxsignal01/init.c,
474        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
475        psxsignal01/task1.c: New files.
476
[901a913]4772007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
478
479        * Makefile.am, configure.ac: Add test for sysconf().
480        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
481        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
482
[dcb6efb]4832007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
484
485        * psx01/init.c, psx01/psx01.scn: Add more test cases for
486        sched_rr_get_interval() and sched_get_priority_max().
487
[2209eecd]4882007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
489
490        * psxenosys/init.c: Fix typo.
491
[eed0b96d]4922007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
493
494        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
495        addition of second POSIX Timer test. Add initial version of
496        psxtimer02 to cover some conditions missed in psxtimer01. More cases
497        left to add.
498        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
499        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
500        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
501        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
502        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
503        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
504
[cdc7984]5052007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
506
507        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
508
[8728969]5092007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
510
511        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
512        functions that return ENOSYS.
513        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
514        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
515
[75b5713]5162007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
517
518        * psx13/test.c: Fix spelling error.
519
[a023333]5202007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
521
522        * psxtime/test.c: Add tests for adjtime().
523
[8c464e2c]5242007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
525
526        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
527        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
528        cases to improve test coverage.
529
[41f17ba]5302007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
531
532        PR 1262/filesystem
533        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
534        and writev() including documentation and test case.
535        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
536        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
537
[e02db20c]5382007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
539
540        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
541        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
542        test cases so last output line follows END OF pattern. Make sure test
543        case all run. All tests appeared ok on sis.
544
[68e2f074]5452007-04-05      Joel Sherrill <joel@OARcorp.com>
546
547        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
548        behavior more closely matching GNU/Linux.
549
[c0547b49]5502006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
553        include normal blocking and unblocking on timeout.
554
[0a978b3d]5552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
556
557        * configure.ac: New BUG-REPORT address.
558
[0c2a6a1]5592006-11-17      Joel Sherrill <joel@OARcorp.com>
560
561        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
562        Previously the timeout was not absolute time and checked BEFORE
563        attempting to lock semaphore.
564
[f029dd9]5652006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
566
567        * psxbarrier01/main.c: New file.
568
[7c6dac1]5692006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
570
571        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
572        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
573        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
574        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
575
[b4e79bc]5762006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
577
578        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
579        and partial implementation of POSIX rwlocks.
580        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
581        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
582
[302f5fa]5832006-10-30      Joel Sherrill <joel@OARcorp.com>
584
585        PR 841/rtems
586        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
587        specification.
588
[67ace2d9]5892006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
590
591        * configure.ac: Require autoconf-2.60. Require automake-1.10.
592
[6fb507b]5932006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
594
595        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
596        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
597        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
598        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
599        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
600        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
601        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
602        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
603        Use rtems_testsdir instead.
604
[1fd1595]6052005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * configure.ac: Remove RTEMS_ENABLE_BARE,
608        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
609
[b776ece7]6102005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
613        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
614        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
615        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
616        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
617        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
618        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
619        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
620        Convert to using *_PROGRAMS.
621
[b7ffd7b]6222005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
623
[dc35ca43]624        * psx01/Makefile.am, psx02/Makefile.am,
625        psx03/Makefile.am, psx04/Makefile.am,
626        psx05/Makefile.am, psx06/Makefile.am,
627        psx07/Makefile.am, psx08/Makefile.am,
628        psx09/Makefile.am, psx10/Makefile.am,
629        psx11/Makefile.am, psx12/Makefile.am,
630        psx13/Makefile.am, psxcancel/Makefile.am,
631        psxchroot01/Makefile.am, psxfile01/Makefile.am,
632        psxmount/Makefile.am, psxmsgq01/Makefile.am,
633        psxreaddir/Makefile.am, psxsem01/Makefile.am,
634        psxstat/Makefile.am, psxtime/Makefile.am,
635        psxtimer/Makefile.am: Rework.
[b7ffd7b]636
[00570384]6372005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
638
639        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
640        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
641        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
642        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
643        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
644        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
645        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
646        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
647        * psxtests.am: Remove.
648
[e1660cfb]6492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
650
651        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
652        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
653        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
654        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
655        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
656        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
657        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
658        psxtime/Makefile.am, psxtimer/Makefile.am:
659        AM_CPPFLAGS += -I..../support/include.
660
[c19bc934]6612005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
664
[b4dd03c]6652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
666
[28aba4be]667        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
668        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
[7a00629b]669        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
670        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
671        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
672        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
673        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
[28aba4be]674        psxstat/Makefile.am: Add ../include/pmacros.h
[7a00629b]675        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
676        POSIX_FILES_DIRS.
[b4dd03c]677        * psxtests.am: Remove LIB_VARIANT.
678
[707bf028]6792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
680
681        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
682        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
683        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
684        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
685        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
686        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
687        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
688        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
689        Remove SRC, PRINT_SRC.
690
[c32fb8f]6912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
692
693        * Makefile.am: Cleanup.
694
[ddbeece]6952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
696
697        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
698        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
699        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
700        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
701        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
702        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
703        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
704        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
705        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
706        Partial conversion to automake.
707
[a98ea87]7082005-09-01      Joel Sherrill <joel@OARcorp.com>
709
710        PR 628/rtems
711        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
712        being an error.
713
[a514e78]7142005-04-26      Joel Sherrill <joel@OARcorp.com>
715
716        * psxreaddir/test.c: Eliminate warnings.
717
[6f2593f]7182004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]719
720        * configure.ac: Require automake > 1.9.
721
[6f2593f]7222004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[80450c7]723
724        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
725        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
726        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
727        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
728        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
731        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
732        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
733        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
734        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
735        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
736        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
737        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
738        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
739        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
740        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
741        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
742        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
743        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
744        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
745        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
746        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
747
[6f2593f]7482004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[0fdaca2]749
750        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
751        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
752        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
753        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
754
[6f2593f]7552004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[6965fc4]756
757        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
758        to using c99 fixed size types.
759
[6f2593f]7602004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
[c5e9109]761
762        * Makefile.am: Remove include from SUBDIRS.
763
[6f2593f]7642004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
[dc75609]765
766        * include/Makefile.am: Remove.
767        * Makefile.am: Merge-in include/Makefile.am.
768        * configure.ac: Reflect changes above.
769
[7c48a2e8]7702004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * configure.ac: Add 2nd arg to RTEMS_TOP.
773
[3c0c898]7742004-03-05      Joel Sherrill <joel@OARcorp.com>
775
776        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
777        psxtimer/psxtimer.c: Eliminate warnings and typos.
778
[c7e8989]7792004-02-26      Sébastien Barré <sbarre@sdelcc.com>
[68cc3ad]780
781        PR 582/core
782        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
783        queue test so more of it runs now.
784
[1ace275]7852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
788        Add PRE/TMPINSTALL_FILES to CLEANFILES.
789        * psx02/Makefile.am: Ditto.
790        * psx03/Makefile.am: Ditto.
791        * psx04/Makefile.am: Ditto.
792        * psx05/Makefile.am: Ditto.
793        * psx06/Makefile.am: Ditto.
794        * psx07/Makefile.am: Ditto.
795        * psx08/Makefile.am: Ditto.
796        * psx09/Makefile.am: Ditto.
797        * psx10/Makefile.am: Ditto.
798        * psx11/Makefile.am: Ditto.
799        * psx12/Makefile.am: Ditto.
800        * psx13/Makefile.am: Ditto.
801        * psxcancel/Makefile.am: Ditto.
802        * psxchroot01/Makefile.am: Ditto.
803        * psxfile01/Makefile.am: Ditto.
804        * psxmount/Makefile.am: Ditto.
805        * psxmsgq01/Makefile.am: Ditto.
806        * psxreaddir/Makefile.am: Ditto.
807        * psxsem01/Makefile.am: Ditto.
808        * psxstat/Makefile.am: Ditto.
809        * psxtime/Makefile.am: Ditto.
810        * psxtimer/Makefile.am: Ditto.
811
[e2eb7c0]8122003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * psxtests.am: Add dirstamp support.
815
[0ab3b151]8162003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
819
[810720b6]8202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
823
[31b65e5]8242003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * psxcancel/Makefile.am: Remove used H_FILES.
827
[a450a93d]8282003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * include/Makefile.am: Reformat.
831        * psx01/Makefile.am: Remove all-local: $(ARCH).
832        * psx02/Makefile.am: Remove all-local: $(ARCH).
833        * psx03/Makefile.am: Remove all-local: $(ARCH).
834        * psx04/Makefile.am: Remove all-local: $(ARCH).
835        * psx05/Makefile.am: Remove all-local: $(ARCH).
836        * psx06/Makefile.am: Remove all-local: $(ARCH).
837        * psx07/Makefile.am: Remove all-local: $(ARCH).
838        * psx08/Makefile.am: Remove all-local: $(ARCH).
839        * psx09/Makefile.am: Remove all-local: $(ARCH).
840        * psx10/Makefile.am: Remove all-local: $(ARCH).
841        * psx11/Makefile.am: Remove all-local: $(ARCH).
842        * psx12/Makefile.am: Remove all-local: $(ARCH).
843        * psx13/Makefile.am: Remove all-local: $(ARCH).
844        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
845        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
846        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
847        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
848        * psxmount/Makefile.am: Remove all-local: $(ARCH).
849        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
850        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
851        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
852        * psxstat/Makefile.am: Remove all-local: $(ARCH).
853        * psxtime/Makefile.am: Remove all-local: $(ARCH).
854        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
855
[5f52d1f]8562003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * configure.ac: Reflect having moved to testsuites/.
859
[c6328bee]8602003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * configure.ac: Remove RTEMS_CANONICAL_HOST.
863
[5445ee60]8642003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * configure.ac:Remove RTEMS_CHECK_CPU.
867
[e02bfe21]8682003-09-15      Jennifer Averett <jennifer@OARcorp.com>
869
870        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
871
[3c48599]8722003-09-04      Joel Sherrill <joel@OARcorp.com>
873
874        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
875        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
876        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
877        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
878        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
879        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
880        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
881        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
882        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
883        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
884        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
885        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
886        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
887        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
888        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
889        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
890        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
891        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
892        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
893        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
894        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
895        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
896        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
897        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
898        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
899        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
900        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
901        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
902        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
903        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
904        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
905        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
906        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
907        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
908        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
909        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
910        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
911        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
912        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
913        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
914        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
915        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
916        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
917        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
918        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
919        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
920        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
921        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
922        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
923        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
924        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
925        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
926        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
927        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
928        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
929        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
930        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
931        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
932        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
933        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
934        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
935        psxtimer/system.h: URL for license changed.
936
[a0c59d6]9372003-09-04      Joel Sherrill <joel@OARcorp.com>
938
939        PR 462/tests
940        * psxhdrs/Makefile.am: Added ualarm.c
941        * psxhdrs/signal23.c: New file.
942
[f01f75c]9432003-09-03      Joel Sherrill <joel@OARcorp.com>
944
945        PR 463/tests
946        PR 465/tests
947        * psxhdrs/Makefile.am: Add new test cases.
948        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
949        psxhdrs/timer07.c: New files.
950
[7862f888]9512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * Makefile.am: Reflect having moved aclocal/.
954
[d549d0a6]9552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
[61d9371]957        * Makefile.am: Reflect having moved automake/.
958        * include/Makefile.am: Reflect having moved automake/.
959        * psx01/Makefile.am: Reflect having moved automake/.
960        * psx02/Makefile.am: Reflect having moved automake/.
961        * psx03/Makefile.am: Reflect having moved automake/.
962        * psx04/Makefile.am: Reflect having moved automake/.
963        * psx05/Makefile.am: Reflect having moved automake/.
964        * psx06/Makefile.am: Reflect having moved automake/.
965        * psx07/Makefile.am: Reflect having moved automake/.
966        * psx08/Makefile.am: Reflect having moved automake/.
967        * psx09/Makefile.am: Reflect having moved automake/.
968        * psx10/Makefile.am: Reflect having moved automake/.
969        * psx11/Makefile.am: Reflect having moved automake/.
970        * psx12/Makefile.am: Reflect having moved automake/.
971        * psx13/Makefile.am: Reflect having moved automake/.
972        * psxcancel/Makefile.am: Reflect having moved automake/.
973        * psxchroot01/Makefile.am: Reflect having moved automake/.
974        * psxfile01/Makefile.am: Reflect having moved automake/.
975        * psxhdrs/Makefile.am: Reflect having moved automake/.
976        * psxmount/Makefile.am: Reflect having moved automake/.
977        * psxmsgq01/Makefile.am: Reflect having moved automake/.
978        * psxreaddir/Makefile.am: Reflect having moved automake/.
979        * psxsem01/Makefile.am: Reflect having moved automake/.
980        * psxstat/Makefile.am: Reflect having moved automake/.
981        * psxtime/Makefile.am: Reflect having moved automake/.
982        * psxtimer/Makefile.am: Reflect having moved automake/.
[d549d0a6]983
[d216fca7]9842003-08-14      Joel Sherrill <joel@OARcorp.com>
985
986        PR 408/filesystem
987        * psx13/test.c: Added very rudimentary test of sync() service.
988
[7dcc3fe]9892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
992
[a978589]9932003-06-12      Joel Sherrill <joel@OARcorp.com>
994
995        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
996
[7b64b25b]9972003-05-29      Joel Sherrill <joel@OARcorp.com>
998
999        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1000        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1001        psxtimer/psxtimer.c: Removed warnings.
1002
[c98849ef]10032003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1006        CC_CFLAGS_DEFAULT (obsolete).
1007
[78bea14]10082003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1011        Remove CC_LDFLAGS_PROFILE_V.
1012
[3c55718]10132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1016
[ccd81b60]10172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1020
[9b5c258]10212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * configure.ac: AC_PREREQ(2.57).
1024
[6da99727]10252002-11-14      Joel Sherrill <joel@OARcorp.com>
1026
1027        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1028        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1029        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1030        Per PR239 update the IDs in the various screens.
1031
[8730f45]10322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * .cvsignore: Reformat.
1035        Add autom4te*cache.
1036        Remove autom4te.cache.
1037
[4f8d7dd]10382002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1041        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1042        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1043        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1044        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1045        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1046        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1047        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1048        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1049        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1050        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1051        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1052        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1053        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1054        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1055        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1056        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1057        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1058        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1059        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1060        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1061        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1062        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1063        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1064
[d802489]10652002-08-01      Joel Sherrill <joel@OARcorp.com>
1066
1067        * Per PR47 add support for buffered test output.  This involved
1068        adding defines to redirect output to a buffer and dump it when
1069        full, at "test pause", and at exit.  To avoid problems when redefining
1070        exit(), all tests were modified to call rtems_test_exit().
1071        Some tests, notable psxtests, had to be modified to include
1072        the standard test macro .h file (pmacros.h or tmacros.h) to
1073        enable this support.
1074        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1075        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1076        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1077        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1078        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1079        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1080        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1081        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1082        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1083        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1084        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1085        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1086
[4f234da]10872002-07-05      Joel Sherrill <joel@OARcorp.com>
1088
1089        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1090        Updated as part of PR164 which reported problems with the RTEMS
1091        implementation of pthread_cancel.
1092       
[7ae7cf7]10932001-04-26      Joel Sherrill <joel@OARcorp.com>
1094
1095        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1096        reworked POSIX message queues to add a descriptor separate from
1097        the underlying message queue.  This allows non-blocking to follow
1098        the "open" not the underlying queue.
1099 
[cb9b2bfc]11002002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * configure.ac: Remove ENABLE_GCC28.
1103
[8dc526ef]11042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1105
1106        * configure.ac:
1107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1110        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1111        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1112        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1113        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1114        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1115        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1116        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1117        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1118        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1119        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1120        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1121        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1122        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1123        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1124        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1125        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1126        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1127        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1128        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1129        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1130        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1131        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1132        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1133        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1134        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1135
[f2278a8]11362001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1137
1138        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1139        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1140        Since we check permissions before evaluating enough to see if it
1141        a regular file or directory, this hack is needed to make the regular
1142        file executable.
1143
[df25c998]11442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1145
1146        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1147        * configure.in: Remove.
1148        * configure.ac: New file, generated from configure.in by autoupdate.
1149
[869fa3c2]11502001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1151
1152        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1153
[929efa6]11542001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1157        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1158        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1159        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1160        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1161        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1162        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1163        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1164        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1165        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1166        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1167        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1168        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1169        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1170        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1171        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1172        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1173        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1174        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1175        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1176        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1177        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1178        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1179        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1180
[4f088ae]11812001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1182
1183        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1184        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1185        psxchroot01 test.
1186
[6287b57]11872001-05-25      Joel Sherrill <joel@OARcorp.com>
1188
1189        * Added once version of psxchroot01 test for user review.
1190        * psxchroot01: New directory.
1191        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1192        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1193        * configure.in, Makefile.am: Modified to reflect above.
1194
[95083c0]11952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1196
1197        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1198
[b2a1ea3]11992001-04-24      Joel Sherrill <joel@OARcorp.com>
1200
1201        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1202        open, write, reopen, append twice from Andrew Bythell
1203        <abythell@nortelnetworks.com> that tripped an initialization
1204        problem in the IMFS.
1205
[1fbd283c]12062001-04-20      Joel Sherrill <joel@OARcorp.com>
1207
1208        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1209        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1210        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1211        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1212        Various adjustments so test output matches screens more reliably.
1213
[4a80bf2b]12142001-01-25      Joel Sherrill <joel@OARcorp.com>
1215
1216        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1217
[c9fcb34]12182000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1219
1220        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1221        to remain consistant across platforms and bsps by forcing
1222        a mount point in front of all paths.
1223
12242000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1225
1226        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1227        expected error condition in one case.
1228        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1229        readdir() of root of mounted filesystem.  Also corrected the screen
1230        file for some mistakes noticed in this effort.
1231
[c34ac295]12322000-11-13      Joel Sherrill <joel@OARcorp.com>
1233
1234        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1235
[feead226]12362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1237
1238        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1239
[a314d3b4]12402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1243
[4d2ba82]12442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1245
1246        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1247        Switch to GNU canonicalization.
1248        * psxtests.am: Remove DEFS.
1249
[0bbc89d]12502000-10-24      Joel Sherrill <joel@OARcorp.com>
1251
1252        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1253        It was formerly incorrectly prototyped in <libio.h>.
1254
[021eeaa]12552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1258        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1259        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1260        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1261        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1262        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1263        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1264        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1265
[977fc49]12662000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1267        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1268        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1269        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1270        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1271        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1272        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1273        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1274
[e94ad1fe]12752000-08-10      Joel Sherrill <joel@OARcorp.com>
1276
1277        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.