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

4.104.115
Last change on this file since 9a845e17 was 9a845e17, checked in by Joel Sherrill <joel.sherrill@…>, on 07/07/09 at 14:30:12

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

  • Makefile.am, configure.ac: Add test of pthread mutex auto intialization.
  • psxautoinit01/.cvsignore, psxautoinit01/Makefile.am, psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
  • Property mode set to 100644
File size: 46.0 KB
Line 
12009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: Add test of pthread mutex auto
4        intialization.
5        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
6        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
7
82009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
9
10        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
11
122009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
15        code.
16
172009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * psx07/init.c: Slight test fix to ensure state of sched_param
20        structure.
21
222009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
23
24        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
25        obtaining an rwlock and then releasing it twice.
26
272009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
30
312009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
34        sigtimedwait(). Update screen file.
35
362009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
37
38        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
39        obtaining rwlock for write with a timed lock operation when the
40        abstime timeout is in the past.
41
422009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
45        obtaining rwlock for read with a timed lock operation when the
46        abstime timeout is in the past.
47
482009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
51        that the assert has been removed in the source.
52
532009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
56        mode bits being set. This behavior was not POSIX compliant and has
57        been corrected in the filesystem code.
58
592009-06-18      Chris Johns <chrisj@rtems.org>
60
61        * psx04/task3.c: Declare unions volatile to workaround the H8300
62        gcc bug.
63
642009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
67        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
68        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
69
702009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
73        NULL attribute pointer on init.
74
752009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
78        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
79        Improved so coverage is better.
80
812009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * psx04/init.c: Correct errors introduced by using different variable
84        for return type when correcting typing warnings.
85
862009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * Makefile.am, configure.ac: Add new test to provide coverage analysis
89        of the current implementation of getitimer() and setitimer().
90        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
91        psxitimer/psxitimer.scn: New files.
92
932009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
96        case to improve coverage analysis.
97
982009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
101        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
102        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
103        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
104        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
105        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
106        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
107
1082009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
111        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
112        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
113        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
114        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
115        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
116        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
117        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
118        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
119        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
120        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
121        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
122        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
123        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
124        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
125        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
126        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
127        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
128        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
129        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
130        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
131        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
132        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
133        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
134        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
135        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
136        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
137        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
138        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
139        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
140        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
141        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
142        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
143        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
144        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
145        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
146        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
147        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
148        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
149        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
150        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
151        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
152        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
153        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
154        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
155        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
156        psxhdrs/timer07.c: Fix warnings.
157
1582009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * psxfile01/test.c: Change from int to size_t.
161
1622009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
165        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
166        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
167        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
168        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
169        psxcancel/Makefile.am, psxchroot01/Makefile.am,
170        psxcleanup/Makefile.am, psxenosys/Makefile.am,
171        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
172        psxfile01/Makefile.am, psxkey01/Makefile.am,
173        psxmount/Makefile.am, psxmsgq01/Makefile.am,
174        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
175        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
176        psxsem01/Makefile.am, psxsignal01/Makefile.am,
177        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
178        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
179        psxualarm/Makefile.am: Eliminate _exe_/.exe.
180
1812009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
184        with create option so we are sure it will get a control block and
185        proceed to allocate other memory. Clean up screen output.
186
1872008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * psx05/init.c: Add parameter to call to sched_get_priority_max().
190
1912008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
194        Run all tests successfully with maxixum number of priorities as 16
195        instead of 256. This was done by temporarily modifying the score
196        priority.h maximum. This allowed testing of all API code to ensure
197        that it worked properly with a reduced number of priorities. Most
198        modifications were to switch from hard-coded maximum to using the API
199        provided methods to determine maximum number of priority levels.
200
2012008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
204        clock_gettime() NOT by reaching into the SuperCore.
205
2062008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * psx01/psx01.scn: Bump version to 4.9.99.0
209
2102008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
213        psxfatal_support/system.h: Convert to "bool".
214
2152008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
216
217        PR 1296/cpukit.
218        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
219        incorrect repeat interval. This patch fixes the following problems in
220        the test.
221          (1) Adds test for value of it_interval.tv_nsec.
222          (2) Corrects test for absolute timer in past.
223          (3) Modifies test to use different initial and repeat periods.
224          (4) Updates psxtimer01.scn to match results.
225
2262008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        PR 1297/cpukit
229        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
230        pointer handling.
231
2322008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * psxsem01/init.c: Spacing.
235
2362008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
237
238        PR 1293/tests
239        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
240
2412008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        PR 1291/cpukit
244        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
245        POSIX services taking relative instead of absolute time for timeouts,
246        these tests were updated.
247
2482008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * psxfile01/test.c: truncate on /dev/console now works.
251
2522008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
255        requested for initialization task.
256
2572008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
260        like CVS conflict markers.
261
2622008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
265        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
266
2672008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
270
2712008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * psxkey01/task.c: Fix warnings.
274
2752008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
278
2792008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
280
281        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
282        Added tests for failure path coverages. Consolidated methods used in
283        multiple places into support routines.
284        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
285        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
286        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
287
2882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
291        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
292        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
293        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
294        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
295        Make tmacros.h available to all POSIX tests. Add a clock_settime case
296        for < 1988.
297
2982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * Makefile.am, configure.ac: New tests.
301        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
302        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
303        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
304        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
305        psxfatal_support/init.c, psxfatal_support/system.h: New files.
306
3072008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
308
309        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
310        portions of Object Services added to API.
311        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
312        psx14/system.h: New files.
313
3142008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
315
316        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
317        pthread_attr_[get|set]clock.
318
3192008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
322        implementation mprotect().
323
3242008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
325
326        * psxcleanup/.cvsignore: New file.
327
3282008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
329
330        * psxcleanup/system.h: New file.
331
3322008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
333
334        * Makefile.am, configure.ac:
335        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
336        psxcleanup/psxcleanup.scn: New files.
337
3382008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
339
340        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
341        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
342
3432007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
344
345        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
346
3472007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
348
349        * Makefile.am, configure.ac: Added test for ualarm
350        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
351        psxualarm/system.h: New files.
352
3532007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
354
355        * Makefile.am, configure.ac: Added posix signal test
356        * psxsignal01/Makefile.am, psxsignal01/init.c,
357        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
358        psxsignal01/task1.c: New files.
359
3602007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * Makefile.am, configure.ac: Add test for sysconf().
363        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
364        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
365
3662007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * psx01/init.c, psx01/psx01.scn: Add more test cases for
369        sched_rr_get_interval() and sched_get_priority_max().
370
3712007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * psxenosys/init.c: Fix typo.
374
3752007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
378        addition of second POSIX Timer test. Add initial version of
379        psxtimer02 to cover some conditions missed in psxtimer01. More cases
380        left to add.
381        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
382        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
383        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
384        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
385        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
386        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
387
3882007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
389
390        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
391
3922007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
393
394        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
395        functions that return ENOSYS.
396        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
397        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
398
3992007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
400
401        * psx13/test.c: Fix spelling error.
402
4032007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
404
405        * psxtime/test.c: Add tests for adjtime().
406
4072007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
408
409        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
410        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
411        cases to improve test coverage.
412
4132007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
414
415        PR 1262/filesystem
416        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
417        and writev() including documentation and test case.
418        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
419        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
420
4212007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
422
423        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
424        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
425        test cases so last output line follows END OF pattern. Make sure test
426        case all run. All tests appeared ok on sis.
427
4282007-04-05      Joel Sherrill <joel@OARcorp.com>
429
430        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
431        behavior more closely matching GNU/Linux.
432
4332006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
436        include normal blocking and unblocking on timeout.
437
4382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
439
440        * configure.ac: New BUG-REPORT address.
441
4422006-11-17      Joel Sherrill <joel@OARcorp.com>
443
444        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
445        Previously the timeout was not absolute time and checked BEFORE
446        attempting to lock semaphore.
447
4482006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
449
450        * psxbarrier01/main.c: New file.
451
4522006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
455        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
456        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
457        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
458
4592006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
460
461        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
462        and partial implementation of POSIX rwlocks.
463        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
464        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
465
4662006-10-30      Joel Sherrill <joel@OARcorp.com>
467
468        PR 841/rtems
469        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
470        specification.
471
4722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
473
474        * configure.ac: Require autoconf-2.60. Require automake-1.10.
475
4762006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
479        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
480        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
481        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
482        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
483        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
484        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
485        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
486        Use rtems_testsdir instead.
487
4882005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * configure.ac: Remove RTEMS_ENABLE_BARE,
491        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
492
4932005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
494
495        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
496        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
497        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
498        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
499        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
500        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
501        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
502        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
503        Convert to using *_PROGRAMS.
504
5052005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * psx01/Makefile.am, psx02/Makefile.am,
508        psx03/Makefile.am, psx04/Makefile.am,
509        psx05/Makefile.am, psx06/Makefile.am,
510        psx07/Makefile.am, psx08/Makefile.am,
511        psx09/Makefile.am, psx10/Makefile.am,
512        psx11/Makefile.am, psx12/Makefile.am,
513        psx13/Makefile.am, psxcancel/Makefile.am,
514        psxchroot01/Makefile.am, psxfile01/Makefile.am,
515        psxmount/Makefile.am, psxmsgq01/Makefile.am,
516        psxreaddir/Makefile.am, psxsem01/Makefile.am,
517        psxstat/Makefile.am, psxtime/Makefile.am,
518        psxtimer/Makefile.am: Rework.
519
5202005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
523        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
524        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
525        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
526        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
527        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
528        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
529        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
530        * psxtests.am: Remove.
531
5322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
535        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
536        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
537        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
538        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
539        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
540        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
541        psxtime/Makefile.am, psxtimer/Makefile.am:
542        AM_CPPFLAGS += -I..../support/include.
543
5442005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
547
5482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
551        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
552        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
553        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
554        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
555        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
556        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
557        psxstat/Makefile.am: Add ../include/pmacros.h
558        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
559        POSIX_FILES_DIRS.
560        * psxtests.am: Remove LIB_VARIANT.
561
5622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
565        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
566        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
567        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
568        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
569        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
570        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
571        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
572        Remove SRC, PRINT_SRC.
573
5742005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
575
576        * Makefile.am: Cleanup.
577
5782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
581        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
582        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
583        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
584        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
585        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
586        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
587        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
588        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
589        Partial conversion to automake.
590
5912005-09-01      Joel Sherrill <joel@OARcorp.com>
592
593        PR 628/rtems
594        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
595        being an error.
596
5972005-04-26      Joel Sherrill <joel@OARcorp.com>
598
599        * psxreaddir/test.c: Eliminate warnings.
600
6012004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
602
603        * configure.ac: Require automake > 1.9.
604
6052004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
608        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
609        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
610        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
616        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
617        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
618        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
620        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
621        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
622        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
623        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
624        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
625        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
626        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
627        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
628        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
629        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
630
6312004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
632
633        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
634        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
635        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
636        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
637
6382004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
639
640        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
641        to using c99 fixed size types.
642
6432004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
644
645        * Makefile.am: Remove include from SUBDIRS.
646
6472004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
648
649        * include/Makefile.am: Remove.
650        * Makefile.am: Merge-in include/Makefile.am.
651        * configure.ac: Reflect changes above.
652
6532004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Add 2nd arg to RTEMS_TOP.
656
6572004-03-05      Joel Sherrill <joel@OARcorp.com>
658
659        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
660        psxtimer/psxtimer.c: Eliminate warnings and typos.
661
6622004-02-26      Sébastien Barré <sbarre@sdelcc.com>
663
664        PR 582/core
665        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
666        queue test so more of it runs now.
667
6682004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
671        Add PRE/TMPINSTALL_FILES to CLEANFILES.
672        * psx02/Makefile.am: Ditto.
673        * psx03/Makefile.am: Ditto.
674        * psx04/Makefile.am: Ditto.
675        * psx05/Makefile.am: Ditto.
676        * psx06/Makefile.am: Ditto.
677        * psx07/Makefile.am: Ditto.
678        * psx08/Makefile.am: Ditto.
679        * psx09/Makefile.am: Ditto.
680        * psx10/Makefile.am: Ditto.
681        * psx11/Makefile.am: Ditto.
682        * psx12/Makefile.am: Ditto.
683        * psx13/Makefile.am: Ditto.
684        * psxcancel/Makefile.am: Ditto.
685        * psxchroot01/Makefile.am: Ditto.
686        * psxfile01/Makefile.am: Ditto.
687        * psxmount/Makefile.am: Ditto.
688        * psxmsgq01/Makefile.am: Ditto.
689        * psxreaddir/Makefile.am: Ditto.
690        * psxsem01/Makefile.am: Ditto.
691        * psxstat/Makefile.am: Ditto.
692        * psxtime/Makefile.am: Ditto.
693        * psxtimer/Makefile.am: Ditto.
694
6952003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * psxtests.am: Add dirstamp support.
698
6992003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
702
7032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
706
7072003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * psxcancel/Makefile.am: Remove used H_FILES.
710
7112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * include/Makefile.am: Reformat.
714        * psx01/Makefile.am: Remove all-local: $(ARCH).
715        * psx02/Makefile.am: Remove all-local: $(ARCH).
716        * psx03/Makefile.am: Remove all-local: $(ARCH).
717        * psx04/Makefile.am: Remove all-local: $(ARCH).
718        * psx05/Makefile.am: Remove all-local: $(ARCH).
719        * psx06/Makefile.am: Remove all-local: $(ARCH).
720        * psx07/Makefile.am: Remove all-local: $(ARCH).
721        * psx08/Makefile.am: Remove all-local: $(ARCH).
722        * psx09/Makefile.am: Remove all-local: $(ARCH).
723        * psx10/Makefile.am: Remove all-local: $(ARCH).
724        * psx11/Makefile.am: Remove all-local: $(ARCH).
725        * psx12/Makefile.am: Remove all-local: $(ARCH).
726        * psx13/Makefile.am: Remove all-local: $(ARCH).
727        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
728        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
729        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
730        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
731        * psxmount/Makefile.am: Remove all-local: $(ARCH).
732        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
733        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
734        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
735        * psxstat/Makefile.am: Remove all-local: $(ARCH).
736        * psxtime/Makefile.am: Remove all-local: $(ARCH).
737        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
738
7392003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: Reflect having moved to testsuites/.
742
7432003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * configure.ac: Remove RTEMS_CANONICAL_HOST.
746
7472003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * configure.ac:Remove RTEMS_CHECK_CPU.
750
7512003-09-15      Jennifer Averett <jennifer@OARcorp.com>
752
753        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
754
7552003-09-04      Joel Sherrill <joel@OARcorp.com>
756
757        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
758        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
759        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
760        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
761        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
762        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
763        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
764        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
765        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
766        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
767        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
768        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
769        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
770        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
771        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
772        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
773        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
774        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
775        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
776        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
777        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
778        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
779        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
780        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
781        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
782        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
783        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
784        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
785        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
786        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
787        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
788        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
789        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
790        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
791        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
792        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
793        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
794        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
795        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
796        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
797        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
798        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
799        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
800        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
801        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
802        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
803        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
804        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
805        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
806        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
807        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
808        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
809        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
810        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
811        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
812        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
813        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
814        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
815        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
816        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
817        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
818        psxtimer/system.h: URL for license changed.
819
8202003-09-04      Joel Sherrill <joel@OARcorp.com>
821
822        PR 462/tests
823        * psxhdrs/Makefile.am: Added ualarm.c
824        * psxhdrs/signal23.c: New file.
825
8262003-09-03      Joel Sherrill <joel@OARcorp.com>
827
828        PR 463/tests
829        PR 465/tests
830        * psxhdrs/Makefile.am: Add new test cases.
831        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
832        psxhdrs/timer07.c: New files.
833
8342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * Makefile.am: Reflect having moved aclocal/.
837
8382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * Makefile.am: Reflect having moved automake/.
841        * include/Makefile.am: Reflect having moved automake/.
842        * psx01/Makefile.am: Reflect having moved automake/.
843        * psx02/Makefile.am: Reflect having moved automake/.
844        * psx03/Makefile.am: Reflect having moved automake/.
845        * psx04/Makefile.am: Reflect having moved automake/.
846        * psx05/Makefile.am: Reflect having moved automake/.
847        * psx06/Makefile.am: Reflect having moved automake/.
848        * psx07/Makefile.am: Reflect having moved automake/.
849        * psx08/Makefile.am: Reflect having moved automake/.
850        * psx09/Makefile.am: Reflect having moved automake/.
851        * psx10/Makefile.am: Reflect having moved automake/.
852        * psx11/Makefile.am: Reflect having moved automake/.
853        * psx12/Makefile.am: Reflect having moved automake/.
854        * psx13/Makefile.am: Reflect having moved automake/.
855        * psxcancel/Makefile.am: Reflect having moved automake/.
856        * psxchroot01/Makefile.am: Reflect having moved automake/.
857        * psxfile01/Makefile.am: Reflect having moved automake/.
858        * psxhdrs/Makefile.am: Reflect having moved automake/.
859        * psxmount/Makefile.am: Reflect having moved automake/.
860        * psxmsgq01/Makefile.am: Reflect having moved automake/.
861        * psxreaddir/Makefile.am: Reflect having moved automake/.
862        * psxsem01/Makefile.am: Reflect having moved automake/.
863        * psxstat/Makefile.am: Reflect having moved automake/.
864        * psxtime/Makefile.am: Reflect having moved automake/.
865        * psxtimer/Makefile.am: Reflect having moved automake/.
866
8672003-08-14      Joel Sherrill <joel@OARcorp.com>
868
869        PR 408/filesystem
870        * psx13/test.c: Added very rudimentary test of sync() service.
871
8722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
875
8762003-06-12      Joel Sherrill <joel@OARcorp.com>
877
878        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
879
8802003-05-29      Joel Sherrill <joel@OARcorp.com>
881
882        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
883        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
884        psxtimer/psxtimer.c: Removed warnings.
885
8862003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
889        CC_CFLAGS_DEFAULT (obsolete).
890
8912003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
894        Remove CC_LDFLAGS_PROFILE_V.
895
8962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * configure.ac: Remove AC_CONFIG_AUX_DIR.
899
9002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
903
9042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * configure.ac: AC_PREREQ(2.57).
907
9082002-11-14      Joel Sherrill <joel@OARcorp.com>
909
910        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
911        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
912        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
913        Per PR239 update the IDs in the various screens.
914
9152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * .cvsignore: Reformat.
918        Add autom4te*cache.
919        Remove autom4te.cache.
920
9212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
924        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
925        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
926        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
927        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
928        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
929        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
930        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
931        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
932        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
933        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
934        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
935        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
936        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
937        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
938        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
939        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
940        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
941        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
942        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
943        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
944        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
945        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
946        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
947
9482002-08-01      Joel Sherrill <joel@OARcorp.com>
949
950        * Per PR47 add support for buffered test output.  This involved
951        adding defines to redirect output to a buffer and dump it when
952        full, at "test pause", and at exit.  To avoid problems when redefining
953        exit(), all tests were modified to call rtems_test_exit().
954        Some tests, notable psxtests, had to be modified to include
955        the standard test macro .h file (pmacros.h or tmacros.h) to
956        enable this support.
957        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
958        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
959        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
960        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
961        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
962        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
963        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
964        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
965        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
966        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
967        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
968        psxtime/test.c, psxtimer/psxtimer.c: Modified.
969
9702002-07-05      Joel Sherrill <joel@OARcorp.com>
971
972        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
973        Updated as part of PR164 which reported problems with the RTEMS
974        implementation of pthread_cancel.
975       
9762001-04-26      Joel Sherrill <joel@OARcorp.com>
977
978        * psxmsgq01/init.c: Reflect changes made to address PR81 that
979        reworked POSIX message queues to add a descriptor separate from
980        the underlying message queue.  This allows non-blocking to follow
981        the "open" not the underlying queue.
982 
9832002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * configure.ac: Remove ENABLE_GCC28.
986
9872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * configure.ac:
990        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
991        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
992        * Makefile.am: Remove AUTOMAKE_OPTIONS.
993        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
994        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
995        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
996        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
997        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
998        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
999        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1000        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1001        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1002        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1005        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
1008        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1009        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1010        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1011        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1012        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1013        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1014        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1015        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1016        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1017        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1018
10192001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1020
1021        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1022        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1023        Since we check permissions before evaluating enough to see if it
1024        a regular file or directory, this hack is needed to make the regular
1025        file executable.
1026
10272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1030        * configure.in: Remove.
1031        * configure.ac: New file, generated from configure.in by autoupdate.
1032
10332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1034
1035        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1036
10372001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1038
1039        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1040        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1041        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1042        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1043        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1044        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1045        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1046        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1047        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1048        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1049        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1050        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1051        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1052        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1053        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1054        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1055        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1056        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1057        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1058        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1059        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1060        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1061        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1062        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1063
10642001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1065
1066        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1067        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1068        psxchroot01 test.
1069
10702001-05-25      Joel Sherrill <joel@OARcorp.com>
1071
1072        * Added once version of psxchroot01 test for user review.
1073        * psxchroot01: New directory.
1074        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1075        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1076        * configure.in, Makefile.am: Modified to reflect above.
1077
10782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1079
1080        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1081
10822001-04-24      Joel Sherrill <joel@OARcorp.com>
1083
1084        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1085        open, write, reopen, append twice from Andrew Bythell
1086        <abythell@nortelnetworks.com> that tripped an initialization
1087        problem in the IMFS.
1088
10892001-04-20      Joel Sherrill <joel@OARcorp.com>
1090
1091        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1092        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1093        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1094        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1095        Various adjustments so test output matches screens more reliably.
1096
10972001-01-25      Joel Sherrill <joel@OARcorp.com>
1098
1099        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1100
11012000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1102
1103        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1104        to remain consistant across platforms and bsps by forcing
1105        a mount point in front of all paths.
1106
11072000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1108
1109        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1110        expected error condition in one case.
1111        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1112        readdir() of root of mounted filesystem.  Also corrected the screen
1113        file for some mistakes noticed in this effort.
1114
11152000-11-13      Joel Sherrill <joel@OARcorp.com>
1116
1117        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1118
11192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1120
1121        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1122
11232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1126
11272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1130        Switch to GNU canonicalization.
1131        * psxtests.am: Remove DEFS.
1132
11332000-10-24      Joel Sherrill <joel@OARcorp.com>
1134
1135        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1136        It was formerly incorrectly prototyped in <libio.h>.
1137
11382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1141        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1142        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1143        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1144        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1145        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1146        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1147        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1148
11492000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1151        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1152        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1153        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1154        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1155        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1156        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1157
11582000-08-10      Joel Sherrill <joel@OARcorp.com>
1159
1160        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.