source: rtems/testsuites/psxtests/ChangeLog @ 64bad68b

4.104.115
Last change on this file since 64bad68b was 64bad68b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/09 at 20:21:41

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

  • Makefile.am, configure.ac: Add new test to account for properly handling keys when a thread has non-NULL key value and key has NULL destructor and when a thread has NULL key value and key has destructor.
  • psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c, psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
  • Property mode set to 100644
File size: 50.9 KB
Line 
12009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: Add new test to account for properly
4        handling keys when a thread has non-NULL key value and key has NULL
5        destructor and when a thread has NULL key value and key has
6        destructor.
7        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
8        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
9
102009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * Makefile.am, configure.ac: Add new test for exercising running out of
13        memory while allocating the key pointers.
14        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
15        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
16
172009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * psxmsgq04/init.c: Add call to mq_unlink.
20
212009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * Makefile.am, configure.ac: Add shell of new test.
24        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
25        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
26
272009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile.am, configure.ac: Add test to address cases where a thread
30        is waiting on a signal (sigwait) and we send it. Also address case
31        where there are too many queued signals.
32        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
33        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
34
352009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * psxsignal02/init.c: Fix spacing.
38
392009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
40
41        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
42        mq_timedreceive and mq_timedsend conditions. In particular test
43        timeout in the past.
44
452009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
46
47        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
48        with timeout in the past.
49
502009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * psxsignal02/psxsignal02.scn: Fill in screen file.
53
542009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * Makefile.am, configure.ac: Add new test to exercise algorithm to
57        dispatch process wide signals to individual threads.
58        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
59        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
60
612009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * Makefile.am, configure.ac: Add test to exercise interrupt
64        synchronization logic in _POSIX_Timer_Insert_helper that supports
65        POSIX timers.
66        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
67        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
68        psxintrcritical01/psxintrcritical01.scn: New files.
69
702009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
71
72        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
73        multiple cases which complete coverage of thread cancellation.
74        * psxcancel/psxcancel.doc: New file.
75
762009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
79        * psxsem01/system.h: Removed.
80
812009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * psxsem01/init.c: Eliminate warning.
84
852009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * psxcancel/init.c: Clean up.
88
892009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * psxmutexattr01/init.c: Make test optional if tools do not support
92        posix mutex type attribute.
93
942009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac: Add new test to exercise error case for
97        when a task is blocked on a condition variable with one mutex and
98        another task attempts to block on the same condition variable with
99        another mutex.
100        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
101        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
102
1032009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
106        trylock is unable to obtain the spinlock and that attempting to
107        unlock a spinlock from a thread which did not lock it works as
108        expected.
109        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
110        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
111        New files.
112
1132009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * psxspin01/test.c: Remove unnecessary defines.
116
1172009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * psx11/init.c: Use explicit scheduler.
120
1212009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * Makefile.am, configure.ac: Add test to exercise
124        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
125        toolset enables the feature.
126        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
127        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
128        psxmutexattr01/psxmutexattr01.scn: New files.
129
1302009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * Makefile.am, configure.ac: Add test for auto initialization of
133        message queues.
134        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
135        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
136        psxautoinit02/psxautoinit02.scn: New files.
137
1382009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * Makefile.am, configure.ac: Add test of pthread mutex auto
141        intialization.
142        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
143        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
144
1452009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
148
1492009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
152        code.
153
1542009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * psx07/init.c: Slight test fix to ensure state of sched_param
157        structure.
158
1592009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
160
161        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
162        obtaining an rwlock and then releasing it twice.
163
1642009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
167
1682009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
171        sigtimedwait(). Update screen file.
172
1732009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
174
175        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
176        obtaining rwlock for write with a timed lock operation when the
177        abstime timeout is in the past.
178
1792009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
182        obtaining rwlock for read with a timed lock operation when the
183        abstime timeout is in the past.
184
1852009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
188        that the assert has been removed in the source.
189
1902009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
193        mode bits being set. This behavior was not POSIX compliant and has
194        been corrected in the filesystem code.
195
1962009-06-18      Chris Johns <chrisj@rtems.org>
197
198        * psx04/task3.c: Declare unions volatile to workaround the H8300
199        gcc bug.
200
2012009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
204        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
205        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
206
2072009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
210        NULL attribute pointer on init.
211
2122009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
215        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
216        Improved so coverage is better.
217
2182009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * psx04/init.c: Correct errors introduced by using different variable
221        for return type when correcting typing warnings.
222
2232009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * Makefile.am, configure.ac: Add new test to provide coverage analysis
226        of the current implementation of getitimer() and setitimer().
227        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
228        psxitimer/psxitimer.scn: New files.
229
2302009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
233        case to improve coverage analysis.
234
2352009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
238        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
239        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
240        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
241        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
242        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
243        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
244
2452009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
248        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
249        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
250        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
251        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
252        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
253        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
254        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
255        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
256        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
257        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
258        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
259        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
260        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
261        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
262        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
263        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
264        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
265        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
266        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
267        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
268        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
269        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
270        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
271        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
272        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
273        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
274        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
275        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
276        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
277        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
278        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
279        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
280        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
281        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
282        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
283        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
284        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
285        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
286        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
287        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
288        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
289        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
290        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
291        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
292        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
293        psxhdrs/timer07.c: Fix warnings.
294
2952009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
296
297        * psxfile01/test.c: Change from int to size_t.
298
2992009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
302        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
303        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
304        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
305        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
306        psxcancel/Makefile.am, psxchroot01/Makefile.am,
307        psxcleanup/Makefile.am, psxenosys/Makefile.am,
308        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
309        psxfile01/Makefile.am, psxkey01/Makefile.am,
310        psxmount/Makefile.am, psxmsgq01/Makefile.am,
311        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
312        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
313        psxsem01/Makefile.am, psxsignal01/Makefile.am,
314        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
315        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
316        psxualarm/Makefile.am: Eliminate _exe_/.exe.
317
3182009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
321        with create option so we are sure it will get a control block and
322        proceed to allocate other memory. Clean up screen output.
323
3242008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psx05/init.c: Add parameter to call to sched_get_priority_max().
327
3282008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
329
330        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
331        Run all tests successfully with maxixum number of priorities as 16
332        instead of 256. This was done by temporarily modifying the score
333        priority.h maximum. This allowed testing of all API code to ensure
334        that it worked properly with a reduced number of priorities. Most
335        modifications were to switch from hard-coded maximum to using the API
336        provided methods to determine maximum number of priority levels.
337
3382008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
341        clock_gettime() NOT by reaching into the SuperCore.
342
3432008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * psx01/psx01.scn: Bump version to 4.9.99.0
346
3472008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
350        psxfatal_support/system.h: Convert to "bool".
351
3522008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
353
354        PR 1296/cpukit.
355        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
356        incorrect repeat interval. This patch fixes the following problems in
357        the test.
358          (1) Adds test for value of it_interval.tv_nsec.
359          (2) Corrects test for absolute timer in past.
360          (3) Modifies test to use different initial and repeat periods.
361          (4) Updates psxtimer01.scn to match results.
362
3632008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
364
365        PR 1297/cpukit
366        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
367        pointer handling.
368
3692008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * psxsem01/init.c: Spacing.
372
3732008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
374
375        PR 1293/tests
376        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
377
3782008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        PR 1291/cpukit
381        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
382        POSIX services taking relative instead of absolute time for timeouts,
383        these tests were updated.
384
3852008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
386
387        * psxfile01/test.c: truncate on /dev/console now works.
388
3892008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
392        requested for initialization task.
393
3942008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
395
396        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
397        like CVS conflict markers.
398
3992008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
400
401        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
402        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
403
4042008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
405
406        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
407
4082008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
409
410        * psxkey01/task.c: Fix warnings.
411
4122008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
413
414        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
415
4162008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
417
418        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
419        Added tests for failure path coverages. Consolidated methods used in
420        multiple places into support routines.
421        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
422        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
423        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
424
4252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
426
427        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
428        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
429        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
430        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
431        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
432        Make tmacros.h available to all POSIX tests. Add a clock_settime case
433        for < 1988.
434
4352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
436
437        * Makefile.am, configure.ac: New tests.
438        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
439        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
440        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
441        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
442        psxfatal_support/init.c, psxfatal_support/system.h: New files.
443
4442008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
445
446        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
447        portions of Object Services added to API.
448        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
449        psx14/system.h: New files.
450
4512008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
452
453        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
454        pthread_attr_[get|set]clock.
455
4562008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
457
458        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
459        implementation mprotect().
460
4612008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
462
463        * psxcleanup/.cvsignore: New file.
464
4652008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
466
467        * psxcleanup/system.h: New file.
468
4692008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
470
471        * Makefile.am, configure.ac:
472        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
473        psxcleanup/psxcleanup.scn: New files.
474
4752008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
476
477        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
478        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
479
4802007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
481
482        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
483
4842007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
485
486        * Makefile.am, configure.ac: Added test for ualarm
487        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
488        psxualarm/system.h: New files.
489
4902007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
491
492        * Makefile.am, configure.ac: Added posix signal test
493        * psxsignal01/Makefile.am, psxsignal01/init.c,
494        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
495        psxsignal01/task1.c: New files.
496
4972007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
498
499        * Makefile.am, configure.ac: Add test for sysconf().
500        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
501        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
502
5032007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
504
505        * psx01/init.c, psx01/psx01.scn: Add more test cases for
506        sched_rr_get_interval() and sched_get_priority_max().
507
5082007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
509
510        * psxenosys/init.c: Fix typo.
511
5122007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
513
514        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
515        addition of second POSIX Timer test. Add initial version of
516        psxtimer02 to cover some conditions missed in psxtimer01. More cases
517        left to add.
518        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
519        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
520        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
521        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
522        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
523        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
524
5252007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
526
527        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
528
5292007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
530
531        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
532        functions that return ENOSYS.
533        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
534        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
535
5362007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
537
538        * psx13/test.c: Fix spelling error.
539
5402007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
541
542        * psxtime/test.c: Add tests for adjtime().
543
5442007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
545
546        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
547        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
548        cases to improve test coverage.
549
5502007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
551
552        PR 1262/filesystem
553        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
554        and writev() including documentation and test case.
555        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
556        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
557
5582007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
561        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
562        test cases so last output line follows END OF pattern. Make sure test
563        case all run. All tests appeared ok on sis.
564
5652007-04-05      Joel Sherrill <joel@OARcorp.com>
566
567        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
568        behavior more closely matching GNU/Linux.
569
5702006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
571
572        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
573        include normal blocking and unblocking on timeout.
574
5752006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
576
577        * configure.ac: New BUG-REPORT address.
578
5792006-11-17      Joel Sherrill <joel@OARcorp.com>
580
581        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
582        Previously the timeout was not absolute time and checked BEFORE
583        attempting to lock semaphore.
584
5852006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
586
587        * psxbarrier01/main.c: New file.
588
5892006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
590
591        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
592        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
593        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
594        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
595
5962006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
597
598        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
599        and partial implementation of POSIX rwlocks.
600        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
601        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
602
6032006-10-30      Joel Sherrill <joel@OARcorp.com>
604
605        PR 841/rtems
606        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
607        specification.
608
6092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
610
611        * configure.ac: Require autoconf-2.60. Require automake-1.10.
612
6132006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
614
615        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
616        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
617        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
618        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
619        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
620        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
621        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
622        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
623        Use rtems_testsdir instead.
624
6252005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
626
627        * configure.ac: Remove RTEMS_ENABLE_BARE,
628        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
629
6302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
631
632        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
633        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
634        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
635        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
636        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
637        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
638        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
639        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
640        Convert to using *_PROGRAMS.
641
6422005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * psx01/Makefile.am, psx02/Makefile.am,
645        psx03/Makefile.am, psx04/Makefile.am,
646        psx05/Makefile.am, psx06/Makefile.am,
647        psx07/Makefile.am, psx08/Makefile.am,
648        psx09/Makefile.am, psx10/Makefile.am,
649        psx11/Makefile.am, psx12/Makefile.am,
650        psx13/Makefile.am, psxcancel/Makefile.am,
651        psxchroot01/Makefile.am, psxfile01/Makefile.am,
652        psxmount/Makefile.am, psxmsgq01/Makefile.am,
653        psxreaddir/Makefile.am, psxsem01/Makefile.am,
654        psxstat/Makefile.am, psxtime/Makefile.am,
655        psxtimer/Makefile.am: Rework.
656
6572005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
660        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
661        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
662        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
663        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
664        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
665        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
666        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
667        * psxtests.am: Remove.
668
6692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
670
671        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
672        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
673        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
674        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
675        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
676        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
677        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
678        psxtime/Makefile.am, psxtimer/Makefile.am:
679        AM_CPPFLAGS += -I..../support/include.
680
6812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
682
683        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
684
6852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
686
687        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
688        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
689        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
690        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
691        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
692        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
693        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
694        psxstat/Makefile.am: Add ../include/pmacros.h
695        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
696        POSIX_FILES_DIRS.
697        * psxtests.am: Remove LIB_VARIANT.
698
6992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
700
701        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
702        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
703        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
704        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
705        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
706        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
707        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
708        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
709        Remove SRC, PRINT_SRC.
710
7112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
712
713        * Makefile.am: Cleanup.
714
7152005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
716
717        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
718        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
719        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
720        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
721        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
722        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
723        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
724        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
725        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
726        Partial conversion to automake.
727
7282005-09-01      Joel Sherrill <joel@OARcorp.com>
729
730        PR 628/rtems
731        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
732        being an error.
733
7342005-04-26      Joel Sherrill <joel@OARcorp.com>
735
736        * psxreaddir/test.c: Eliminate warnings.
737
7382004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
739
740        * configure.ac: Require automake > 1.9.
741
7422004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
743
744        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
745        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
746        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
747        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
748        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
749        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
750        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
751        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
752        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
753        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
754        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
755        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
756        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
757        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
758        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
759        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
760        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
761        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
762        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
763        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
764        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
765        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
766        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
767
7682004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
769
770        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
771        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
772        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
773        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
774
7752004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
776
777        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
778        to using c99 fixed size types.
779
7802004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
781
782        * Makefile.am: Remove include from SUBDIRS.
783
7842004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
785
786        * include/Makefile.am: Remove.
787        * Makefile.am: Merge-in include/Makefile.am.
788        * configure.ac: Reflect changes above.
789
7902004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * configure.ac: Add 2nd arg to RTEMS_TOP.
793
7942004-03-05      Joel Sherrill <joel@OARcorp.com>
795
796        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
797        psxtimer/psxtimer.c: Eliminate warnings and typos.
798
7992004-02-26      Sébastien Barré <sbarre@sdelcc.com>
800
801        PR 582/core
802        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
803        queue test so more of it runs now.
804
8052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
808        Add PRE/TMPINSTALL_FILES to CLEANFILES.
809        * psx02/Makefile.am: Ditto.
810        * psx03/Makefile.am: Ditto.
811        * psx04/Makefile.am: Ditto.
812        * psx05/Makefile.am: Ditto.
813        * psx06/Makefile.am: Ditto.
814        * psx07/Makefile.am: Ditto.
815        * psx08/Makefile.am: Ditto.
816        * psx09/Makefile.am: Ditto.
817        * psx10/Makefile.am: Ditto.
818        * psx11/Makefile.am: Ditto.
819        * psx12/Makefile.am: Ditto.
820        * psx13/Makefile.am: Ditto.
821        * psxcancel/Makefile.am: Ditto.
822        * psxchroot01/Makefile.am: Ditto.
823        * psxfile01/Makefile.am: Ditto.
824        * psxmount/Makefile.am: Ditto.
825        * psxmsgq01/Makefile.am: Ditto.
826        * psxreaddir/Makefile.am: Ditto.
827        * psxsem01/Makefile.am: Ditto.
828        * psxstat/Makefile.am: Ditto.
829        * psxtime/Makefile.am: Ditto.
830        * psxtimer/Makefile.am: Ditto.
831
8322003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * psxtests.am: Add dirstamp support.
835
8362003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
839
8402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
843
8442003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * psxcancel/Makefile.am: Remove used H_FILES.
847
8482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * include/Makefile.am: Reformat.
851        * psx01/Makefile.am: Remove all-local: $(ARCH).
852        * psx02/Makefile.am: Remove all-local: $(ARCH).
853        * psx03/Makefile.am: Remove all-local: $(ARCH).
854        * psx04/Makefile.am: Remove all-local: $(ARCH).
855        * psx05/Makefile.am: Remove all-local: $(ARCH).
856        * psx06/Makefile.am: Remove all-local: $(ARCH).
857        * psx07/Makefile.am: Remove all-local: $(ARCH).
858        * psx08/Makefile.am: Remove all-local: $(ARCH).
859        * psx09/Makefile.am: Remove all-local: $(ARCH).
860        * psx10/Makefile.am: Remove all-local: $(ARCH).
861        * psx11/Makefile.am: Remove all-local: $(ARCH).
862        * psx12/Makefile.am: Remove all-local: $(ARCH).
863        * psx13/Makefile.am: Remove all-local: $(ARCH).
864        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
865        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
866        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
867        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
868        * psxmount/Makefile.am: Remove all-local: $(ARCH).
869        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
870        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
871        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
872        * psxstat/Makefile.am: Remove all-local: $(ARCH).
873        * psxtime/Makefile.am: Remove all-local: $(ARCH).
874        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
875
8762003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * configure.ac: Reflect having moved to testsuites/.
879
8802003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * configure.ac: Remove RTEMS_CANONICAL_HOST.
883
8842003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * configure.ac:Remove RTEMS_CHECK_CPU.
887
8882003-09-15      Jennifer Averett <jennifer@OARcorp.com>
889
890        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
891
8922003-09-04      Joel Sherrill <joel@OARcorp.com>
893
894        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
895        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
896        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
897        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
898        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
899        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
900        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
901        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
902        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
903        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
904        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
905        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
906        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
907        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
908        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
909        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
910        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
911        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
912        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
913        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
914        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
915        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
916        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
917        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
918        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
919        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
920        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
921        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
922        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
923        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
924        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
925        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
926        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
927        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
928        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
929        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
930        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
931        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
932        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
933        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
934        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
935        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
936        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
937        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
938        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
939        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
940        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
941        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
942        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
943        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
944        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
945        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
946        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
947        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
948        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
949        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
950        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
951        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
952        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
953        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
954        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
955        psxtimer/system.h: URL for license changed.
956
9572003-09-04      Joel Sherrill <joel@OARcorp.com>
958
959        PR 462/tests
960        * psxhdrs/Makefile.am: Added ualarm.c
961        * psxhdrs/signal23.c: New file.
962
9632003-09-03      Joel Sherrill <joel@OARcorp.com>
964
965        PR 463/tests
966        PR 465/tests
967        * psxhdrs/Makefile.am: Add new test cases.
968        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
969        psxhdrs/timer07.c: New files.
970
9712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * Makefile.am: Reflect having moved aclocal/.
974
9752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * Makefile.am: Reflect having moved automake/.
978        * include/Makefile.am: Reflect having moved automake/.
979        * psx01/Makefile.am: Reflect having moved automake/.
980        * psx02/Makefile.am: Reflect having moved automake/.
981        * psx03/Makefile.am: Reflect having moved automake/.
982        * psx04/Makefile.am: Reflect having moved automake/.
983        * psx05/Makefile.am: Reflect having moved automake/.
984        * psx06/Makefile.am: Reflect having moved automake/.
985        * psx07/Makefile.am: Reflect having moved automake/.
986        * psx08/Makefile.am: Reflect having moved automake/.
987        * psx09/Makefile.am: Reflect having moved automake/.
988        * psx10/Makefile.am: Reflect having moved automake/.
989        * psx11/Makefile.am: Reflect having moved automake/.
990        * psx12/Makefile.am: Reflect having moved automake/.
991        * psx13/Makefile.am: Reflect having moved automake/.
992        * psxcancel/Makefile.am: Reflect having moved automake/.
993        * psxchroot01/Makefile.am: Reflect having moved automake/.
994        * psxfile01/Makefile.am: Reflect having moved automake/.
995        * psxhdrs/Makefile.am: Reflect having moved automake/.
996        * psxmount/Makefile.am: Reflect having moved automake/.
997        * psxmsgq01/Makefile.am: Reflect having moved automake/.
998        * psxreaddir/Makefile.am: Reflect having moved automake/.
999        * psxsem01/Makefile.am: Reflect having moved automake/.
1000        * psxstat/Makefile.am: Reflect having moved automake/.
1001        * psxtime/Makefile.am: Reflect having moved automake/.
1002        * psxtimer/Makefile.am: Reflect having moved automake/.
1003
10042003-08-14      Joel Sherrill <joel@OARcorp.com>
1005
1006        PR 408/filesystem
1007        * psx13/test.c: Added very rudimentary test of sync() service.
1008
10092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1012
10132003-06-12      Joel Sherrill <joel@OARcorp.com>
1014
1015        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1016
10172003-05-29      Joel Sherrill <joel@OARcorp.com>
1018
1019        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1020        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1021        psxtimer/psxtimer.c: Removed warnings.
1022
10232003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1026        CC_CFLAGS_DEFAULT (obsolete).
1027
10282003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1031        Remove CC_LDFLAGS_PROFILE_V.
1032
10332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1036
10372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1040
10412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * configure.ac: AC_PREREQ(2.57).
1044
10452002-11-14      Joel Sherrill <joel@OARcorp.com>
1046
1047        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1048        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1049        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1050        Per PR239 update the IDs in the various screens.
1051
10522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * .cvsignore: Reformat.
1055        Add autom4te*cache.
1056        Remove autom4te.cache.
1057
10582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1059
1060        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1061        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1062        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1063        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1064        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1065        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1066        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1067        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1068        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1069        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1070        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1071        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1072        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1073        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1074        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1075        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1076        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1077        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1078        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1079        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1080        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1081        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1082        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1083        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1084
10852002-08-01      Joel Sherrill <joel@OARcorp.com>
1086
1087        * Per PR47 add support for buffered test output.  This involved
1088        adding defines to redirect output to a buffer and dump it when
1089        full, at "test pause", and at exit.  To avoid problems when redefining
1090        exit(), all tests were modified to call rtems_test_exit().
1091        Some tests, notable psxtests, had to be modified to include
1092        the standard test macro .h file (pmacros.h or tmacros.h) to
1093        enable this support.
1094        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1095        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1096        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1097        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1098        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1099        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1100        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1101        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1102        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1103        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1104        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1105        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1106
11072002-07-05      Joel Sherrill <joel@OARcorp.com>
1108
1109        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1110        Updated as part of PR164 which reported problems with the RTEMS
1111        implementation of pthread_cancel.
1112       
11132001-04-26      Joel Sherrill <joel@OARcorp.com>
1114
1115        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1116        reworked POSIX message queues to add a descriptor separate from
1117        the underlying message queue.  This allows non-blocking to follow
1118        the "open" not the underlying queue.
1119 
11202002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1121
1122        * configure.ac: Remove ENABLE_GCC28.
1123
11242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1125
1126        * configure.ac:
1127        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1129        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1130        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1131        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1132        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1133        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1134        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1135        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1136        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1137        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1138        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1139        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1140        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1141        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1142        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1143        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1144        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1145        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1146        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1147        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1148        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1149        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1150        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1151        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1152        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1153        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1154        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1155
11562001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1157
1158        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1159        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1160        Since we check permissions before evaluating enough to see if it
1161        a regular file or directory, this hack is needed to make the regular
1162        file executable.
1163
11642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1167        * configure.in: Remove.
1168        * configure.ac: New file, generated from configure.in by autoupdate.
1169
11702001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1173
11742001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1175
1176        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1177        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1178        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1179        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1180        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1181        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1182        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1183        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1184        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1185        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1186        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1187        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1188        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1189        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1190        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1191        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1192        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1193        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1194        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1195        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1196        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1197        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1198        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1199        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1200
12012001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1202
1203        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1204        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1205        psxchroot01 test.
1206
12072001-05-25      Joel Sherrill <joel@OARcorp.com>
1208
1209        * Added once version of psxchroot01 test for user review.
1210        * psxchroot01: New directory.
1211        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1212        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1213        * configure.in, Makefile.am: Modified to reflect above.
1214
12152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1216
1217        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1218
12192001-04-24      Joel Sherrill <joel@OARcorp.com>
1220
1221        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1222        open, write, reopen, append twice from Andrew Bythell
1223        <abythell@nortelnetworks.com> that tripped an initialization
1224        problem in the IMFS.
1225
12262001-04-20      Joel Sherrill <joel@OARcorp.com>
1227
1228        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1229        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1230        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1231        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1232        Various adjustments so test output matches screens more reliably.
1233
12342001-01-25      Joel Sherrill <joel@OARcorp.com>
1235
1236        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1237
12382000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1239
1240        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1241        to remain consistant across platforms and bsps by forcing
1242        a mount point in front of all paths.
1243
12442000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1245
1246        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1247        expected error condition in one case.
1248        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1249        readdir() of root of mounted filesystem.  Also corrected the screen
1250        file for some mistakes noticed in this effort.
1251
12522000-11-13      Joel Sherrill <joel@OARcorp.com>
1253
1254        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1255
12562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1259
12602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1261
1262        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1263
12642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1267        Switch to GNU canonicalization.
1268        * psxtests.am: Remove DEFS.
1269
12702000-10-24      Joel Sherrill <joel@OARcorp.com>
1271
1272        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1273        It was formerly incorrectly prototyped in <libio.h>.
1274
12752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1278        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1279        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1280        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1281        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1282        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1283        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1284        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1285
12862000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1287        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1288        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1289        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1290        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1291        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1292        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1293        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1294
12952000-08-10      Joel Sherrill <joel@OARcorp.com>
1296
1297        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.