source: rtems/testsuites/psxtests/ChangeLog @ 147c5d5

4.104.115
Last change on this file since 147c5d5 was 147c5d5, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/09 at 21:03:05

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

  • psxsignal01/init.c: Tune code to really hit POSIX signal from ISR code.
  • Property mode set to 100644
File size: 45.6 KB
Line 
12009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
4        code.
5
62009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * psx07/init.c: Slight test fix to ensure state of sched_param
9        structure.
10
112009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
12
13        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
14        obtaining an rwlock and then releasing it twice.
15
162009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
19
202009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
23        sigtimedwait(). Update screen file.
24
252009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
26
27        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
28        obtaining rwlock for write with a timed lock operation when the
29        abstime timeout is in the past.
30
312009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
34        obtaining rwlock for read with a timed lock operation when the
35        abstime timeout is in the past.
36
372009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
40        that the assert has been removed in the source.
41
422009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
45        mode bits being set. This behavior was not POSIX compliant and has
46        been corrected in the filesystem code.
47
482009-06-18      Chris Johns <chrisj@rtems.org>
49
50        * psx04/task3.c: Declare unions volatile to workaround the H8300
51        gcc bug.
52
532009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
56        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
57        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
58
592009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
62        NULL attribute pointer on init.
63
642009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
67        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
68        Improved so coverage is better.
69
702009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * psx04/init.c: Correct errors introduced by using different variable
73        for return type when correcting typing warnings.
74
752009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * Makefile.am, configure.ac: Add new test to provide coverage analysis
78        of the current implementation of getitimer() and setitimer().
79        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
80        psxitimer/psxitimer.scn: New files.
81
822009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
85        case to improve coverage analysis.
86
872009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
90        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
91        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
92        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
93        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
94        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
95        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
96
972009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
100        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
101        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
102        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
103        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
104        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
105        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
106        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
107        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
108        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
109        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
110        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
111        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
112        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
113        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
114        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
115        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
116        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
117        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
118        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
119        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
120        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
121        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
122        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
123        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
124        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
125        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
126        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
127        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
128        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
129        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
130        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
131        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
132        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
133        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
134        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
135        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
136        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
137        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
138        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
139        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
140        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
141        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
142        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
143        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
144        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
145        psxhdrs/timer07.c: Fix warnings.
146
1472009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * psxfile01/test.c: Change from int to size_t.
150
1512009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
154        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
155        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
156        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
157        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
158        psxcancel/Makefile.am, psxchroot01/Makefile.am,
159        psxcleanup/Makefile.am, psxenosys/Makefile.am,
160        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
161        psxfile01/Makefile.am, psxkey01/Makefile.am,
162        psxmount/Makefile.am, psxmsgq01/Makefile.am,
163        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
164        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
165        psxsem01/Makefile.am, psxsignal01/Makefile.am,
166        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
167        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
168        psxualarm/Makefile.am: Eliminate _exe_/.exe.
169
1702009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
173        with create option so we are sure it will get a control block and
174        proceed to allocate other memory. Clean up screen output.
175
1762008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * psx05/init.c: Add parameter to call to sched_get_priority_max().
179
1802008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
183        Run all tests successfully with maxixum number of priorities as 16
184        instead of 256. This was done by temporarily modifying the score
185        priority.h maximum. This allowed testing of all API code to ensure
186        that it worked properly with a reduced number of priorities. Most
187        modifications were to switch from hard-coded maximum to using the API
188        provided methods to determine maximum number of priority levels.
189
1902008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
191
192        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
193        clock_gettime() NOT by reaching into the SuperCore.
194
1952008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * psx01/psx01.scn: Bump version to 4.9.99.0
198
1992008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
202        psxfatal_support/system.h: Convert to "bool".
203
2042008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
205
206        PR 1296/cpukit.
207        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
208        incorrect repeat interval. This patch fixes the following problems in
209        the test.
210          (1) Adds test for value of it_interval.tv_nsec.
211          (2) Corrects test for absolute timer in past.
212          (3) Modifies test to use different initial and repeat periods.
213          (4) Updates psxtimer01.scn to match results.
214
2152008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
216
217        PR 1297/cpukit
218        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
219        pointer handling.
220
2212008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * psxsem01/init.c: Spacing.
224
2252008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
226
227        PR 1293/tests
228        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
229
2302008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        PR 1291/cpukit
233        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
234        POSIX services taking relative instead of absolute time for timeouts,
235        these tests were updated.
236
2372008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * psxfile01/test.c: truncate on /dev/console now works.
240
2412008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
244        requested for initialization task.
245
2462008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
249        like CVS conflict markers.
250
2512008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
254        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
255
2562008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
259
2602008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * psxkey01/task.c: Fix warnings.
263
2642008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
267
2682008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
269
270        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
271        Added tests for failure path coverages. Consolidated methods used in
272        multiple places into support routines.
273        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
274        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
275        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
276
2772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
280        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
281        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
282        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
283        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
284        Make tmacros.h available to all POSIX tests. Add a clock_settime case
285        for < 1988.
286
2872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
288
289        * Makefile.am, configure.ac: New tests.
290        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
291        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
292        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
293        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
294        psxfatal_support/init.c, psxfatal_support/system.h: New files.
295
2962008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
299        portions of Object Services added to API.
300        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
301        psx14/system.h: New files.
302
3032008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
304
305        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
306        pthread_attr_[get|set]clock.
307
3082008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
311        implementation mprotect().
312
3132008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * psxcleanup/.cvsignore: New file.
316
3172008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
318
319        * psxcleanup/system.h: New file.
320
3212008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
322
323        * Makefile.am, configure.ac:
324        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
325        psxcleanup/psxcleanup.scn: New files.
326
3272008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
328
329        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
330        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
331
3322007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
333
334        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
335
3362007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
337
338        * Makefile.am, configure.ac: Added test for ualarm
339        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
340        psxualarm/system.h: New files.
341
3422007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
343
344        * Makefile.am, configure.ac: Added posix signal test
345        * psxsignal01/Makefile.am, psxsignal01/init.c,
346        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
347        psxsignal01/task1.c: New files.
348
3492007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * Makefile.am, configure.ac: Add test for sysconf().
352        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
353        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
354
3552007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
356
357        * psx01/init.c, psx01/psx01.scn: Add more test cases for
358        sched_rr_get_interval() and sched_get_priority_max().
359
3602007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * psxenosys/init.c: Fix typo.
363
3642007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
367        addition of second POSIX Timer test. Add initial version of
368        psxtimer02 to cover some conditions missed in psxtimer01. More cases
369        left to add.
370        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
371        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
372        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
373        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
374        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
375        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
376
3772007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
380
3812007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
384        functions that return ENOSYS.
385        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
386        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
387
3882007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
389
390        * psx13/test.c: Fix spelling error.
391
3922007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
393
394        * psxtime/test.c: Add tests for adjtime().
395
3962007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
397
398        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
399        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
400        cases to improve test coverage.
401
4022007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
403
404        PR 1262/filesystem
405        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
406        and writev() including documentation and test case.
407        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
408        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
409
4102007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
413        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
414        test cases so last output line follows END OF pattern. Make sure test
415        case all run. All tests appeared ok on sis.
416
4172007-04-05      Joel Sherrill <joel@OARcorp.com>
418
419        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
420        behavior more closely matching GNU/Linux.
421
4222006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
423
424        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
425        include normal blocking and unblocking on timeout.
426
4272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
428
429        * configure.ac: New BUG-REPORT address.
430
4312006-11-17      Joel Sherrill <joel@OARcorp.com>
432
433        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
434        Previously the timeout was not absolute time and checked BEFORE
435        attempting to lock semaphore.
436
4372006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
438
439        * psxbarrier01/main.c: New file.
440
4412006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
444        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
445        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
446        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
447
4482006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
449
450        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
451        and partial implementation of POSIX rwlocks.
452        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
453        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
454
4552006-10-30      Joel Sherrill <joel@OARcorp.com>
456
457        PR 841/rtems
458        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
459        specification.
460
4612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * configure.ac: Require autoconf-2.60. Require automake-1.10.
464
4652006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
468        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
469        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
470        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
471        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
472        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
473        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
474        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
475        Use rtems_testsdir instead.
476
4772005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * configure.ac: Remove RTEMS_ENABLE_BARE,
480        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
481
4822005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
485        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
486        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
487        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
488        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
489        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
490        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
491        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
492        Convert to using *_PROGRAMS.
493
4942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * psx01/Makefile.am, psx02/Makefile.am,
497        psx03/Makefile.am, psx04/Makefile.am,
498        psx05/Makefile.am, psx06/Makefile.am,
499        psx07/Makefile.am, psx08/Makefile.am,
500        psx09/Makefile.am, psx10/Makefile.am,
501        psx11/Makefile.am, psx12/Makefile.am,
502        psx13/Makefile.am, psxcancel/Makefile.am,
503        psxchroot01/Makefile.am, psxfile01/Makefile.am,
504        psxmount/Makefile.am, psxmsgq01/Makefile.am,
505        psxreaddir/Makefile.am, psxsem01/Makefile.am,
506        psxstat/Makefile.am, psxtime/Makefile.am,
507        psxtimer/Makefile.am: Rework.
508
5092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
510
511        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
512        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
513        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
514        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
515        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
516        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
517        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
518        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
519        * psxtests.am: Remove.
520
5212005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
524        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
525        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
526        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
527        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
528        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
529        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
530        psxtime/Makefile.am, psxtimer/Makefile.am:
531        AM_CPPFLAGS += -I..../support/include.
532
5332005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
536
5372005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
540        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
541        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
542        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
543        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
544        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
545        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
546        psxstat/Makefile.am: Add ../include/pmacros.h
547        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
548        POSIX_FILES_DIRS.
549        * psxtests.am: Remove LIB_VARIANT.
550
5512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
554        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
555        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
556        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
557        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
558        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
559        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
560        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
561        Remove SRC, PRINT_SRC.
562
5632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * Makefile.am: Cleanup.
566
5672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
568
569        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
570        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
571        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
572        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
573        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
574        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
575        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
576        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
577        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
578        Partial conversion to automake.
579
5802005-09-01      Joel Sherrill <joel@OARcorp.com>
581
582        PR 628/rtems
583        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
584        being an error.
585
5862005-04-26      Joel Sherrill <joel@OARcorp.com>
587
588        * psxreaddir/test.c: Eliminate warnings.
589
5902004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
591
592        * configure.ac: Require automake > 1.9.
593
5942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
599        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
600        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
601        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
602        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
603        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
604        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
605        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
606        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
607        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
608        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
609        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
610        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
616        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
617        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
618        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619
6202004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
621
622        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
623        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
624        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
625        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
626
6272004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
630        to using c99 fixed size types.
631
6322004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
633
634        * Makefile.am: Remove include from SUBDIRS.
635
6362004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * include/Makefile.am: Remove.
639        * Makefile.am: Merge-in include/Makefile.am.
640        * configure.ac: Reflect changes above.
641
6422004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.ac: Add 2nd arg to RTEMS_TOP.
645
6462004-03-05      Joel Sherrill <joel@OARcorp.com>
647
648        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
649        psxtimer/psxtimer.c: Eliminate warnings and typos.
650
6512004-02-26      Sébastien Barré <sbarre@sdelcc.com>
652
653        PR 582/core
654        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
655        queue test so more of it runs now.
656
6572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
660        Add PRE/TMPINSTALL_FILES to CLEANFILES.
661        * psx02/Makefile.am: Ditto.
662        * psx03/Makefile.am: Ditto.
663        * psx04/Makefile.am: Ditto.
664        * psx05/Makefile.am: Ditto.
665        * psx06/Makefile.am: Ditto.
666        * psx07/Makefile.am: Ditto.
667        * psx08/Makefile.am: Ditto.
668        * psx09/Makefile.am: Ditto.
669        * psx10/Makefile.am: Ditto.
670        * psx11/Makefile.am: Ditto.
671        * psx12/Makefile.am: Ditto.
672        * psx13/Makefile.am: Ditto.
673        * psxcancel/Makefile.am: Ditto.
674        * psxchroot01/Makefile.am: Ditto.
675        * psxfile01/Makefile.am: Ditto.
676        * psxmount/Makefile.am: Ditto.
677        * psxmsgq01/Makefile.am: Ditto.
678        * psxreaddir/Makefile.am: Ditto.
679        * psxsem01/Makefile.am: Ditto.
680        * psxstat/Makefile.am: Ditto.
681        * psxtime/Makefile.am: Ditto.
682        * psxtimer/Makefile.am: Ditto.
683
6842003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * psxtests.am: Add dirstamp support.
687
6882003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
691
6922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
695
6962003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * psxcancel/Makefile.am: Remove used H_FILES.
699
7002003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * include/Makefile.am: Reformat.
703        * psx01/Makefile.am: Remove all-local: $(ARCH).
704        * psx02/Makefile.am: Remove all-local: $(ARCH).
705        * psx03/Makefile.am: Remove all-local: $(ARCH).
706        * psx04/Makefile.am: Remove all-local: $(ARCH).
707        * psx05/Makefile.am: Remove all-local: $(ARCH).
708        * psx06/Makefile.am: Remove all-local: $(ARCH).
709        * psx07/Makefile.am: Remove all-local: $(ARCH).
710        * psx08/Makefile.am: Remove all-local: $(ARCH).
711        * psx09/Makefile.am: Remove all-local: $(ARCH).
712        * psx10/Makefile.am: Remove all-local: $(ARCH).
713        * psx11/Makefile.am: Remove all-local: $(ARCH).
714        * psx12/Makefile.am: Remove all-local: $(ARCH).
715        * psx13/Makefile.am: Remove all-local: $(ARCH).
716        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
717        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
718        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
719        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
720        * psxmount/Makefile.am: Remove all-local: $(ARCH).
721        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
722        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
723        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
724        * psxstat/Makefile.am: Remove all-local: $(ARCH).
725        * psxtime/Makefile.am: Remove all-local: $(ARCH).
726        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
727
7282003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.ac: Reflect having moved to testsuites/.
731
7322003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.ac: Remove RTEMS_CANONICAL_HOST.
735
7362003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac:Remove RTEMS_CHECK_CPU.
739
7402003-09-15      Jennifer Averett <jennifer@OARcorp.com>
741
742        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
743
7442003-09-04      Joel Sherrill <joel@OARcorp.com>
745
746        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
747        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
748        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
749        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
750        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
751        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
752        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
753        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
754        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
755        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
756        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
757        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
758        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
759        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
760        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
761        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
762        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
763        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
764        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
765        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
766        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
767        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
768        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
769        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
770        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
771        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
772        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
773        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
774        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
775        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
776        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
777        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
778        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
779        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
780        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
781        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
782        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
783        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
784        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
785        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
786        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
787        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
788        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
789        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
790        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
791        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
792        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
793        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
794        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
795        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
796        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
797        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
798        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
799        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
800        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
801        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
802        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
803        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
804        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
805        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
806        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
807        psxtimer/system.h: URL for license changed.
808
8092003-09-04      Joel Sherrill <joel@OARcorp.com>
810
811        PR 462/tests
812        * psxhdrs/Makefile.am: Added ualarm.c
813        * psxhdrs/signal23.c: New file.
814
8152003-09-03      Joel Sherrill <joel@OARcorp.com>
816
817        PR 463/tests
818        PR 465/tests
819        * psxhdrs/Makefile.am: Add new test cases.
820        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
821        psxhdrs/timer07.c: New files.
822
8232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * Makefile.am: Reflect having moved aclocal/.
826
8272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * Makefile.am: Reflect having moved automake/.
830        * include/Makefile.am: Reflect having moved automake/.
831        * psx01/Makefile.am: Reflect having moved automake/.
832        * psx02/Makefile.am: Reflect having moved automake/.
833        * psx03/Makefile.am: Reflect having moved automake/.
834        * psx04/Makefile.am: Reflect having moved automake/.
835        * psx05/Makefile.am: Reflect having moved automake/.
836        * psx06/Makefile.am: Reflect having moved automake/.
837        * psx07/Makefile.am: Reflect having moved automake/.
838        * psx08/Makefile.am: Reflect having moved automake/.
839        * psx09/Makefile.am: Reflect having moved automake/.
840        * psx10/Makefile.am: Reflect having moved automake/.
841        * psx11/Makefile.am: Reflect having moved automake/.
842        * psx12/Makefile.am: Reflect having moved automake/.
843        * psx13/Makefile.am: Reflect having moved automake/.
844        * psxcancel/Makefile.am: Reflect having moved automake/.
845        * psxchroot01/Makefile.am: Reflect having moved automake/.
846        * psxfile01/Makefile.am: Reflect having moved automake/.
847        * psxhdrs/Makefile.am: Reflect having moved automake/.
848        * psxmount/Makefile.am: Reflect having moved automake/.
849        * psxmsgq01/Makefile.am: Reflect having moved automake/.
850        * psxreaddir/Makefile.am: Reflect having moved automake/.
851        * psxsem01/Makefile.am: Reflect having moved automake/.
852        * psxstat/Makefile.am: Reflect having moved automake/.
853        * psxtime/Makefile.am: Reflect having moved automake/.
854        * psxtimer/Makefile.am: Reflect having moved automake/.
855
8562003-08-14      Joel Sherrill <joel@OARcorp.com>
857
858        PR 408/filesystem
859        * psx13/test.c: Added very rudimentary test of sync() service.
860
8612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
864
8652003-06-12      Joel Sherrill <joel@OARcorp.com>
866
867        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
868
8692003-05-29      Joel Sherrill <joel@OARcorp.com>
870
871        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
872        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
873        psxtimer/psxtimer.c: Removed warnings.
874
8752003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
878        CC_CFLAGS_DEFAULT (obsolete).
879
8802003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
883        Remove CC_LDFLAGS_PROFILE_V.
884
8852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: Remove AC_CONFIG_AUX_DIR.
888
8892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
892
8932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * configure.ac: AC_PREREQ(2.57).
896
8972002-11-14      Joel Sherrill <joel@OARcorp.com>
898
899        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
900        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
901        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
902        Per PR239 update the IDs in the various screens.
903
9042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * .cvsignore: Reformat.
907        Add autom4te*cache.
908        Remove autom4te.cache.
909
9102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
913        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
914        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
915        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
916        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
917        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
918        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
919        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
920        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
921        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
922        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
923        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
924        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
925        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
926        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
927        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
928        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
929        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
930        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
931        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
932        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
933        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
934        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
935        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
936
9372002-08-01      Joel Sherrill <joel@OARcorp.com>
938
939        * Per PR47 add support for buffered test output.  This involved
940        adding defines to redirect output to a buffer and dump it when
941        full, at "test pause", and at exit.  To avoid problems when redefining
942        exit(), all tests were modified to call rtems_test_exit().
943        Some tests, notable psxtests, had to be modified to include
944        the standard test macro .h file (pmacros.h or tmacros.h) to
945        enable this support.
946        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
947        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
948        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
949        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
950        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
951        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
952        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
953        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
954        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
955        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
956        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
957        psxtime/test.c, psxtimer/psxtimer.c: Modified.
958
9592002-07-05      Joel Sherrill <joel@OARcorp.com>
960
961        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
962        Updated as part of PR164 which reported problems with the RTEMS
963        implementation of pthread_cancel.
964       
9652001-04-26      Joel Sherrill <joel@OARcorp.com>
966
967        * psxmsgq01/init.c: Reflect changes made to address PR81 that
968        reworked POSIX message queues to add a descriptor separate from
969        the underlying message queue.  This allows non-blocking to follow
970        the "open" not the underlying queue.
971 
9722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * configure.ac: Remove ENABLE_GCC28.
975
9762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * configure.ac:
979        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
980        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
981        * Makefile.am: Remove AUTOMAKE_OPTIONS.
982        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
983        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
984        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
985        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
986        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
987        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
988        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
989        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
990        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
991        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
992        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
993        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
994        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
995        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
996        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
997        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
998        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
999        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
1000        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
1001        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1002        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
1003        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1004        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
1005        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
1006        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
1007
10082001-11-07      Jennifer Averett <jennifer@OARcorp.com>
1009
1010        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
1011        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
1012        Since we check permissions before evaluating enough to see if it
1013        a regular file or directory, this hack is needed to make the regular
1014        file executable.
1015
10162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1019        * configure.in: Remove.
1020        * configure.ac: New file, generated from configure.in by autoupdate.
1021
10222001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1023
1024        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1025
10262001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
1029        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
1030        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
1031        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
1032        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
1033        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
1034        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
1035        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
1036        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
1037        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
1038        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
1039        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
1040        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
1041        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
1042        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
1043        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
1044        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
1045        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
1046        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
1047        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
1048        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
1049        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
1050        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
1051        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
1052
10532001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
1054
1055        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
1056        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
1057        psxchroot01 test.
1058
10592001-05-25      Joel Sherrill <joel@OARcorp.com>
1060
1061        * Added once version of psxchroot01 test for user review.
1062        * psxchroot01: New directory.
1063        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
1064        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
1065        * configure.in, Makefile.am: Modified to reflect above.
1066
10672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1068
1069        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1070
10712001-04-24      Joel Sherrill <joel@OARcorp.com>
1072
1073        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
1074        open, write, reopen, append twice from Andrew Bythell
1075        <abythell@nortelnetworks.com> that tripped an initialization
1076        problem in the IMFS.
1077
10782001-04-20      Joel Sherrill <joel@OARcorp.com>
1079
1080        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
1081        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
1082        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
1083        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
1084        Various adjustments so test output matches screens more reliably.
1085
10862001-01-25      Joel Sherrill <joel@OARcorp.com>
1087
1088        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
1089
10902000-11-17      Jennifer Averett <jennifer@OARcorp.com>
1091
1092        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
1093        to remain consistant across platforms and bsps by forcing
1094        a mount point in front of all paths.
1095
10962000-11-17      Jennifer Averret <jennifer@OARcorp.com>
1097
1098        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
1099        expected error condition in one case.
1100        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
1101        readdir() of root of mounted filesystem.  Also corrected the screen
1102        file for some mistakes noticed in this effort.
1103
11042000-11-13      Joel Sherrill <joel@OARcorp.com>
1105
1106        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
1107
11082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1111
11122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1115
11162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1119        Switch to GNU canonicalization.
1120        * psxtests.am: Remove DEFS.
1121
11222000-10-24      Joel Sherrill <joel@OARcorp.com>
1123
1124        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
1125        It was formerly incorrectly prototyped in <libio.h>.
1126
11272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1130        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1131        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1132        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1133        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
1134        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1135        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1136        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
1137
11382000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1140        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1141        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1142        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
1143        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
1144        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
1145        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
1146
11472000-08-10      Joel Sherrill <joel@OARcorp.com>
1148
1149        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.