source: rtems/testsuites/psxtests/ChangeLog @ 9c34c02

4.104.115
Last change on this file since 9c34c02 was f9ff8ce, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/09 at 16:15:21

2009-07-01 Santosh G Vattam <vattam.santosh@…>

  • psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for obtaining rwlock for write with a timed lock operation when the abstime timeout is in the past.
  • Property mode set to 100644
File size: 44.9 KB
Line 
12009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
2
3        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
4        obtaining rwlock for write with a timed lock operation when the
5        abstime timeout is in the past.
6
72009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
10        obtaining rwlock for read with a timed lock operation when the
11        abstime timeout is in the past.
12
132009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
16        that the assert has been removed in the source.
17
182009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
21        mode bits being set. This behavior was not POSIX compliant and has
22        been corrected in the filesystem code.
23
242009-06-18      Chris Johns <chrisj@rtems.org>
25
26        * psx04/task3.c: Declare unions volatile to workaround the H8300
27        gcc bug.
28
292009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
32        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
33        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
34
352009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
38        NULL attribute pointer on init.
39
402009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
43        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
44        Improved so coverage is better.
45
462009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * psx04/init.c: Correct errors introduced by using different variable
49        for return type when correcting typing warnings.
50
512009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am, configure.ac: Add new test to provide coverage analysis
54        of the current implementation of getitimer() and setitimer().
55        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
56        psxitimer/psxitimer.scn: New files.
57
582009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
61        case to improve coverage analysis.
62
632009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
66        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
67        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
68        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
69        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
70        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
71        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
72
732009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
76        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
77        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
78        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
79        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
80        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
81        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
82        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
83        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
84        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
85        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
86        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
87        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
88        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
89        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
90        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
91        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
92        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
93        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
94        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
95        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
96        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
97        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
98        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
99        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
100        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
101        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
102        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
103        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
104        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
105        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
106        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
107        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
108        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
109        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
110        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
111        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
112        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
113        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
114        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
115        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
116        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
117        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
118        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
119        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
120        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
121        psxhdrs/timer07.c: Fix warnings.
122
1232009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * psxfile01/test.c: Change from int to size_t.
126
1272009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
130        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
131        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
132        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
133        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
134        psxcancel/Makefile.am, psxchroot01/Makefile.am,
135        psxcleanup/Makefile.am, psxenosys/Makefile.am,
136        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
137        psxfile01/Makefile.am, psxkey01/Makefile.am,
138        psxmount/Makefile.am, psxmsgq01/Makefile.am,
139        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
140        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
141        psxsem01/Makefile.am, psxsignal01/Makefile.am,
142        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
143        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
144        psxualarm/Makefile.am: Eliminate _exe_/.exe.
145
1462009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
149        with create option so we are sure it will get a control block and
150        proceed to allocate other memory. Clean up screen output.
151
1522008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * psx05/init.c: Add parameter to call to sched_get_priority_max().
155
1562008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
159        Run all tests successfully with maxixum number of priorities as 16
160        instead of 256. This was done by temporarily modifying the score
161        priority.h maximum. This allowed testing of all API code to ensure
162        that it worked properly with a reduced number of priorities. Most
163        modifications were to switch from hard-coded maximum to using the API
164        provided methods to determine maximum number of priority levels.
165
1662008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
169        clock_gettime() NOT by reaching into the SuperCore.
170
1712008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * psx01/psx01.scn: Bump version to 4.9.99.0
174
1752008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
178        psxfatal_support/system.h: Convert to "bool".
179
1802008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
181
182        PR 1296/cpukit.
183        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
184        incorrect repeat interval. This patch fixes the following problems in
185        the test.
186          (1) Adds test for value of it_interval.tv_nsec.
187          (2) Corrects test for absolute timer in past.
188          (3) Modifies test to use different initial and repeat periods.
189          (4) Updates psxtimer01.scn to match results.
190
1912008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        PR 1297/cpukit
194        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
195        pointer handling.
196
1972008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * psxsem01/init.c: Spacing.
200
2012008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
202
203        PR 1293/tests
204        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
205
2062008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        PR 1291/cpukit
209        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
210        POSIX services taking relative instead of absolute time for timeouts,
211        these tests were updated.
212
2132008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * psxfile01/test.c: truncate on /dev/console now works.
216
2172008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
220        requested for initialization task.
221
2222008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
225        like CVS conflict markers.
226
2272008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
230        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
231
2322008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
235
2362008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * psxkey01/task.c: Fix warnings.
239
2402008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
243
2442008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
245
246        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
247        Added tests for failure path coverages. Consolidated methods used in
248        multiple places into support routines.
249        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
250        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
251        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
252
2532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
256        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
257        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
258        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
259        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
260        Make tmacros.h available to all POSIX tests. Add a clock_settime case
261        for < 1988.
262
2632008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * Makefile.am, configure.ac: New tests.
266        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
267        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
268        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
269        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
270        psxfatal_support/init.c, psxfatal_support/system.h: New files.
271
2722008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
275        portions of Object Services added to API.
276        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
277        psx14/system.h: New files.
278
2792008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
280
281        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
282        pthread_attr_[get|set]clock.
283
2842008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
287        implementation mprotect().
288
2892008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * psxcleanup/.cvsignore: New file.
292
2932008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
294
295        * psxcleanup/system.h: New file.
296
2972008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
298
299        * Makefile.am, configure.ac:
300        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
301        psxcleanup/psxcleanup.scn: New files.
302
3032008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
304
305        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
306        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
307
3082007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
311
3122007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
313
314        * Makefile.am, configure.ac: Added test for ualarm
315        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
316        psxualarm/system.h: New files.
317
3182007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
319
320        * Makefile.am, configure.ac: Added posix signal test
321        * psxsignal01/Makefile.am, psxsignal01/init.c,
322        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
323        psxsignal01/task1.c: New files.
324
3252007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * Makefile.am, configure.ac: Add test for sysconf().
328        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
329        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
330
3312007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * psx01/init.c, psx01/psx01.scn: Add more test cases for
334        sched_rr_get_interval() and sched_get_priority_max().
335
3362007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
337
338        * psxenosys/init.c: Fix typo.
339
3402007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
343        addition of second POSIX Timer test. Add initial version of
344        psxtimer02 to cover some conditions missed in psxtimer01. More cases
345        left to add.
346        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
347        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
348        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
349        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
350        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
351        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
352
3532007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
354
355        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
356
3572007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
358
359        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
360        functions that return ENOSYS.
361        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
362        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
363
3642007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * psx13/test.c: Fix spelling error.
367
3682007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
369
370        * psxtime/test.c: Add tests for adjtime().
371
3722007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
373
374        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
375        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
376        cases to improve test coverage.
377
3782007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
379
380        PR 1262/filesystem
381        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
382        and writev() including documentation and test case.
383        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
384        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
385
3862007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
387
388        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
389        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
390        test cases so last output line follows END OF pattern. Make sure test
391        case all run. All tests appeared ok on sis.
392
3932007-04-05      Joel Sherrill <joel@OARcorp.com>
394
395        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
396        behavior more closely matching GNU/Linux.
397
3982006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
401        include normal blocking and unblocking on timeout.
402
4032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * configure.ac: New BUG-REPORT address.
406
4072006-11-17      Joel Sherrill <joel@OARcorp.com>
408
409        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
410        Previously the timeout was not absolute time and checked BEFORE
411        attempting to lock semaphore.
412
4132006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
414
415        * psxbarrier01/main.c: New file.
416
4172006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
418
419        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
420        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
421        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
422        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
423
4242006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
425
426        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
427        and partial implementation of POSIX rwlocks.
428        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
429        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
430
4312006-10-30      Joel Sherrill <joel@OARcorp.com>
432
433        PR 841/rtems
434        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
435        specification.
436
4372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
438
439        * configure.ac: Require autoconf-2.60. Require automake-1.10.
440
4412006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
442
443        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
444        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
445        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
446        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
447        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
448        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
449        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
450        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
451        Use rtems_testsdir instead.
452
4532005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * configure.ac: Remove RTEMS_ENABLE_BARE,
456        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
457
4582005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
461        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
462        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
463        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
464        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
465        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
466        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
467        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
468        Convert to using *_PROGRAMS.
469
4702005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * psx01/Makefile.am, psx02/Makefile.am,
473        psx03/Makefile.am, psx04/Makefile.am,
474        psx05/Makefile.am, psx06/Makefile.am,
475        psx07/Makefile.am, psx08/Makefile.am,
476        psx09/Makefile.am, psx10/Makefile.am,
477        psx11/Makefile.am, psx12/Makefile.am,
478        psx13/Makefile.am, psxcancel/Makefile.am,
479        psxchroot01/Makefile.am, psxfile01/Makefile.am,
480        psxmount/Makefile.am, psxmsgq01/Makefile.am,
481        psxreaddir/Makefile.am, psxsem01/Makefile.am,
482        psxstat/Makefile.am, psxtime/Makefile.am,
483        psxtimer/Makefile.am: Rework.
484
4852005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
488        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
489        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
490        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
491        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
492        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
493        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
494        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
495        * psxtests.am: Remove.
496
4972005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
500        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
501        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
502        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
503        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
504        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
505        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
506        psxtime/Makefile.am, psxtimer/Makefile.am:
507        AM_CPPFLAGS += -I..../support/include.
508
5092005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
510
511        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
512
5132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
516        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
517        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
518        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
519        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
520        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
521        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
522        psxstat/Makefile.am: Add ../include/pmacros.h
523        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
524        POSIX_FILES_DIRS.
525        * psxtests.am: Remove LIB_VARIANT.
526
5272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
530        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
531        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
532        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
533        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
534        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
535        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
536        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
537        Remove SRC, PRINT_SRC.
538
5392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * Makefile.am: Cleanup.
542
5432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
546        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
547        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
548        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
549        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
550        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
551        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
552        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
553        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
554        Partial conversion to automake.
555
5562005-09-01      Joel Sherrill <joel@OARcorp.com>
557
558        PR 628/rtems
559        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
560        being an error.
561
5622005-04-26      Joel Sherrill <joel@OARcorp.com>
563
564        * psxreaddir/test.c: Eliminate warnings.
565
5662004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
567
568        * configure.ac: Require automake > 1.9.
569
5702004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
571
572        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
573        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
574        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
575        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
576        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
577        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
578        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
579        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
580        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
581        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
582        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
583        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
584        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
585        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
586        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
587        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
588        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
589        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
590        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
591        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
592        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
593        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
594        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
595
5962004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
597
598        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
599        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
600        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
601        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
602
6032004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
606        to using c99 fixed size types.
607
6082004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * Makefile.am: Remove include from SUBDIRS.
611
6122004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * include/Makefile.am: Remove.
615        * Makefile.am: Merge-in include/Makefile.am.
616        * configure.ac: Reflect changes above.
617
6182004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Add 2nd arg to RTEMS_TOP.
621
6222004-03-05      Joel Sherrill <joel@OARcorp.com>
623
624        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
625        psxtimer/psxtimer.c: Eliminate warnings and typos.
626
6272004-02-26      Sébastien Barré <sbarre@sdelcc.com>
628
629        PR 582/core
630        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
631        queue test so more of it runs now.
632
6332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
636        Add PRE/TMPINSTALL_FILES to CLEANFILES.
637        * psx02/Makefile.am: Ditto.
638        * psx03/Makefile.am: Ditto.
639        * psx04/Makefile.am: Ditto.
640        * psx05/Makefile.am: Ditto.
641        * psx06/Makefile.am: Ditto.
642        * psx07/Makefile.am: Ditto.
643        * psx08/Makefile.am: Ditto.
644        * psx09/Makefile.am: Ditto.
645        * psx10/Makefile.am: Ditto.
646        * psx11/Makefile.am: Ditto.
647        * psx12/Makefile.am: Ditto.
648        * psx13/Makefile.am: Ditto.
649        * psxcancel/Makefile.am: Ditto.
650        * psxchroot01/Makefile.am: Ditto.
651        * psxfile01/Makefile.am: Ditto.
652        * psxmount/Makefile.am: Ditto.
653        * psxmsgq01/Makefile.am: Ditto.
654        * psxreaddir/Makefile.am: Ditto.
655        * psxsem01/Makefile.am: Ditto.
656        * psxstat/Makefile.am: Ditto.
657        * psxtime/Makefile.am: Ditto.
658        * psxtimer/Makefile.am: Ditto.
659
6602003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * psxtests.am: Add dirstamp support.
663
6642003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
667
6682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
671
6722003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * psxcancel/Makefile.am: Remove used H_FILES.
675
6762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * include/Makefile.am: Reformat.
679        * psx01/Makefile.am: Remove all-local: $(ARCH).
680        * psx02/Makefile.am: Remove all-local: $(ARCH).
681        * psx03/Makefile.am: Remove all-local: $(ARCH).
682        * psx04/Makefile.am: Remove all-local: $(ARCH).
683        * psx05/Makefile.am: Remove all-local: $(ARCH).
684        * psx06/Makefile.am: Remove all-local: $(ARCH).
685        * psx07/Makefile.am: Remove all-local: $(ARCH).
686        * psx08/Makefile.am: Remove all-local: $(ARCH).
687        * psx09/Makefile.am: Remove all-local: $(ARCH).
688        * psx10/Makefile.am: Remove all-local: $(ARCH).
689        * psx11/Makefile.am: Remove all-local: $(ARCH).
690        * psx12/Makefile.am: Remove all-local: $(ARCH).
691        * psx13/Makefile.am: Remove all-local: $(ARCH).
692        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
693        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
694        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
695        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
696        * psxmount/Makefile.am: Remove all-local: $(ARCH).
697        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
698        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
699        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
700        * psxstat/Makefile.am: Remove all-local: $(ARCH).
701        * psxtime/Makefile.am: Remove all-local: $(ARCH).
702        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
703
7042003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * configure.ac: Reflect having moved to testsuites/.
707
7082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * configure.ac: Remove RTEMS_CANONICAL_HOST.
711
7122003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * configure.ac:Remove RTEMS_CHECK_CPU.
715
7162003-09-15      Jennifer Averett <jennifer@OARcorp.com>
717
718        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
719
7202003-09-04      Joel Sherrill <joel@OARcorp.com>
721
722        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
723        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
724        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
725        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
726        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
727        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
728        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
729        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
730        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
731        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
732        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
733        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
734        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
735        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
736        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
737        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
738        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
739        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
740        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
741        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
742        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
743        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
744        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
745        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
746        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
747        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
748        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
749        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
750        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
751        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
752        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
753        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
754        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
755        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
756        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
757        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
758        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
759        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
760        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
761        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
762        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
763        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
764        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
765        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
766        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
767        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
768        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
769        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
770        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
771        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
772        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
773        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
774        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
775        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
776        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
777        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
778        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
779        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
780        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
781        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
782        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
783        psxtimer/system.h: URL for license changed.
784
7852003-09-04      Joel Sherrill <joel@OARcorp.com>
786
787        PR 462/tests
788        * psxhdrs/Makefile.am: Added ualarm.c
789        * psxhdrs/signal23.c: New file.
790
7912003-09-03      Joel Sherrill <joel@OARcorp.com>
792
793        PR 463/tests
794        PR 465/tests
795        * psxhdrs/Makefile.am: Add new test cases.
796        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
797        psxhdrs/timer07.c: New files.
798
7992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * Makefile.am: Reflect having moved aclocal/.
802
8032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * Makefile.am: Reflect having moved automake/.
806        * include/Makefile.am: Reflect having moved automake/.
807        * psx01/Makefile.am: Reflect having moved automake/.
808        * psx02/Makefile.am: Reflect having moved automake/.
809        * psx03/Makefile.am: Reflect having moved automake/.
810        * psx04/Makefile.am: Reflect having moved automake/.
811        * psx05/Makefile.am: Reflect having moved automake/.
812        * psx06/Makefile.am: Reflect having moved automake/.
813        * psx07/Makefile.am: Reflect having moved automake/.
814        * psx08/Makefile.am: Reflect having moved automake/.
815        * psx09/Makefile.am: Reflect having moved automake/.
816        * psx10/Makefile.am: Reflect having moved automake/.
817        * psx11/Makefile.am: Reflect having moved automake/.
818        * psx12/Makefile.am: Reflect having moved automake/.
819        * psx13/Makefile.am: Reflect having moved automake/.
820        * psxcancel/Makefile.am: Reflect having moved automake/.
821        * psxchroot01/Makefile.am: Reflect having moved automake/.
822        * psxfile01/Makefile.am: Reflect having moved automake/.
823        * psxhdrs/Makefile.am: Reflect having moved automake/.
824        * psxmount/Makefile.am: Reflect having moved automake/.
825        * psxmsgq01/Makefile.am: Reflect having moved automake/.
826        * psxreaddir/Makefile.am: Reflect having moved automake/.
827        * psxsem01/Makefile.am: Reflect having moved automake/.
828        * psxstat/Makefile.am: Reflect having moved automake/.
829        * psxtime/Makefile.am: Reflect having moved automake/.
830        * psxtimer/Makefile.am: Reflect having moved automake/.
831
8322003-08-14      Joel Sherrill <joel@OARcorp.com>
833
834        PR 408/filesystem
835        * psx13/test.c: Added very rudimentary test of sync() service.
836
8372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
840
8412003-06-12      Joel Sherrill <joel@OARcorp.com>
842
843        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
844
8452003-05-29      Joel Sherrill <joel@OARcorp.com>
846
847        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
848        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
849        psxtimer/psxtimer.c: Removed warnings.
850
8512003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
854        CC_CFLAGS_DEFAULT (obsolete).
855
8562003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
859        Remove CC_LDFLAGS_PROFILE_V.
860
8612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * configure.ac: Remove AC_CONFIG_AUX_DIR.
864
8652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
868
8692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * configure.ac: AC_PREREQ(2.57).
872
8732002-11-14      Joel Sherrill <joel@OARcorp.com>
874
875        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
876        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
877        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
878        Per PR239 update the IDs in the various screens.
879
8802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * .cvsignore: Reformat.
883        Add autom4te*cache.
884        Remove autom4te.cache.
885
8862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
889        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
890        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
891        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
892        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
893        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
894        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
895        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
896        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
897        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
898        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
899        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
900        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
901        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
902        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
903        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
904        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
905        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
906        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
907        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
908        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
909        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
910        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
911        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
912
9132002-08-01      Joel Sherrill <joel@OARcorp.com>
914
915        * Per PR47 add support for buffered test output.  This involved
916        adding defines to redirect output to a buffer and dump it when
917        full, at "test pause", and at exit.  To avoid problems when redefining
918        exit(), all tests were modified to call rtems_test_exit().
919        Some tests, notable psxtests, had to be modified to include
920        the standard test macro .h file (pmacros.h or tmacros.h) to
921        enable this support.
922        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
923        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
924        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
925        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
926        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
927        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
928        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
929        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
930        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
931        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
932        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
933        psxtime/test.c, psxtimer/psxtimer.c: Modified.
934
9352002-07-05      Joel Sherrill <joel@OARcorp.com>
936
937        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
938        Updated as part of PR164 which reported problems with the RTEMS
939        implementation of pthread_cancel.
940       
9412001-04-26      Joel Sherrill <joel@OARcorp.com>
942
943        * psxmsgq01/init.c: Reflect changes made to address PR81 that
944        reworked POSIX message queues to add a descriptor separate from
945        the underlying message queue.  This allows non-blocking to follow
946        the "open" not the underlying queue.
947 
9482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * configure.ac: Remove ENABLE_GCC28.
951
9522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * configure.ac:
955        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
956        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
957        * Makefile.am: Remove AUTOMAKE_OPTIONS.
958        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
959        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
960        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
961        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
962        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
963        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
964        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
965        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
966        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
967        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
968        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
969        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
970        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
971        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
972        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
973        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
974        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
975        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
976        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
977        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
978        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
979        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
980        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
981        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
982        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
983
9842001-11-07      Jennifer Averett <jennifer@OARcorp.com>
985
986        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
987        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
988        Since we check permissions before evaluating enough to see if it
989        a regular file or directory, this hack is needed to make the regular
990        file executable.
991
9922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
995        * configure.in: Remove.
996        * configure.ac: New file, generated from configure.in by autoupdate.
997
9982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1001
10022001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1005        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1006        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1007        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1008        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1009        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1010        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1011        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1012        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1013        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1014        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1015        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1016        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1017        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1018        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1019        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1020        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1021        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1022        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1023        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1024        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1025        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1026        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1027        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1028
10292001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1030
1031        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1032        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1033        psxchroot01 test.
1034
10352001-05-25      Joel Sherrill <joel@OARcorp.com>
1036
1037        * Added once version of psxchroot01 test for user review.
1038        * psxchroot01: New directory.
1039        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1040        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1041        * configure.in, Makefile.am: Modified to reflect above.
1042
10432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1044
1045        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1046
10472001-04-24      Joel Sherrill <joel@OARcorp.com>
1048
1049        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1050        open, write, reopen, append twice from Andrew Bythell
1051        <abythell@nortelnetworks.com> that tripped an initialization
1052        problem in the IMFS.
1053
10542001-04-20      Joel Sherrill <joel@OARcorp.com>
1055
1056        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1057        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1058        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1059        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1060        Various adjustments so test output matches screens more reliably.
1061
10622001-01-25      Joel Sherrill <joel@OARcorp.com>
1063
1064        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1065
10662000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1067
1068        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1069        to remain consistant across platforms and bsps by forcing
1070        a mount point in front of all paths.
1071
10722000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1073
1074        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1075        expected error condition in one case.
1076        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1077        readdir() of root of mounted filesystem.  Also corrected the screen
1078        file for some mistakes noticed in this effort.
1079
10802000-11-13      Joel Sherrill <joel@OARcorp.com>
1081
1082        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1083
10842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1085
1086        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1087
10882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1091
10922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1095        Switch to GNU canonicalization.
1096        * psxtests.am: Remove DEFS.
1097
10982000-10-24      Joel Sherrill <joel@OARcorp.com>
1099
1100        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1101        It was formerly incorrectly prototyped in <libio.h>.
1102
11032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1106        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1107        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1108        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1109        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1110        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1111        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1112        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1113
11142000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1116        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1117        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1118        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1119        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1120        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1121        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1122
11232000-08-10      Joel Sherrill <joel@OARcorp.com>
1124
1125        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.