source: rtems/testsuites/psxtests/ChangeLog @ 33c46f1

4.115
Last change on this file since 33c46f1 was 33c46f1, checked in by Joel Sherrill <joel.sherrill@…>, on 10/21/10 at 21:22:25

2010-10-21 Joel Sherrill <joel.sherrill@…>

  • psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c, psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c, psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate double space after parenthesis on rtems_test_assert().
  • Property mode set to 100644
File size: 82.5 KB
Line 
12010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
4        psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
5        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
6        psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
7        psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
8        psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
9        psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
10        psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
11        psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
12        psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
13        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
14        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
15        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
16        psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
17        double space after parenthesis on rtems_test_assert().
18
192010-10-08      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
22        guardsize.
23
242010-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
27        psxhdrs/pthread40.c: New files.
28
292010-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
32        psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
33        pthread_attr_setstack, pthread_attr_getguardsize, and
34        pthread_attr_setguardsize.
35        * psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
36        psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
37
382010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Check for pthread_attr_{get,set}cputime instead of
41        pthread_pthread_attr_{get,set}cputime (Typo).
42
432010-09-28      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
44
45        * psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn:
46        New files.
47        * Makefile.am, configure.ac: Reflect changes above.
48
492010-08-30      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: AC_CHECK_DECLS([seteuid]).
52        * psximfs02/init.c: Provide decl for seteuid if not provided by
53        libc.
54
552010-08-30      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * psxenosys/init.c, psxenosys/psxenosys.doc,
58        psxenosys/psxenosys.scn: Remove devctl.
59
602010-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
63        aio being implemented.
64
652010-08-19      Joel Sherrill <joel.sherrilL@OARcorp.com>
66
67        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
68        submission.
69
702010-08-19      Joel Sherrill <joel.sherrilL@OARcorp.com>
71
72        * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
73
742010-08-16      Alin Rus <alin.codejunkie@gmail.com>
75
76        * Makefile.am, configure.ac: Add psxaio01/, psxaio02/.
77        * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn,
78        psxaio01/system.h: New.
79        * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn,
80        psxaio02/system.h: New.
81
822010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
83
84        PR 1598/testing
85        * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
86        added to improve coverage of getpwent.c.
87
882010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        PR 1665/testing
91        * psximfs02/init.c: Fix uninitialized variable warning.
92
932010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
94
95        PR 1661/testing
96        * psximfs02/init.c: Changes to improve coverage of
97        imfs_initsupp.c, by using a bad value for
98        CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
99
1002010-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        PR 1661/testing
103        * psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
104        psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
105
1062010-08-09      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * psxpasswd02/init.c: Remove unused variable.
109
1102010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
111
112        PR 1654/testing
113        * psx13/test.c, psx13/psx13.scn: Test case to improve testing of
114        dup2 routine.
115        * psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve
116        testing of fcntl routine.
117        * psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of
118        imfs routines.
119        * psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of
120        imfs routines.
121        * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to
122        improve coverage of getpwent.c.
123
1242010-08-06      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        PR 1652/GCC:
127        * psxpipe01/init.c: Expand incomplete initializers triggering
128        powerpc-gcc -msdata breakdown.
129
1302010-07-30      Bharath Suri <bharath.s.jois@gmail.com>
131
132        PR 1642/testing
133        * psximfs02/init.c, psximfs02/psximfs02.scn,
134        psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
135        chown() and routines in imfs_debug.c.
136
1372010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
138
139        PR 1642/testing
140        * psximfs02/init.c, psximfs02/psximfs02.scn,
141        psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
142        * configure.ac, Makefile.am: Changes to accommodate psximfs02
143        test.
144
1452010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
146
147        PR 1633/testing
148        * psximfs01/init.c, psximfs01/psximfs01.scn,
149        psximfs01/psximfs01.doc: New cases to exercise
150        IMFS_memfile_remove.
151
1522010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add
155        test for runnign out of workspace when setting object name as string.
156
1572010-07-27      Vinu Rajashekhar <vinutheraj@gmail.com>
158
159        PR 1629/cpukit
160        * psx04/init.c: sigsuspend() was not completely following the POSIX
161        specification.
162
1632010-07-19      Bharath Suri <bharath.s.jois@gmail.com>
164
165        PR 1623/testing
166        * psx13/test.c, psx13/psx13.scn: New cases to improve coverage of
167        utime() and fpathconf().
168        * psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve
169        coverage of rmdir(), unlink(), mknod(), link(), open(), read(),
170        write().
171        * psxstat/test.c, psxstat/psxstat.scn: New case to improve
172        coverage of readlink().
173
1742010-07-17      Bharath Suri <bharath.s.jois@gmail.com>
175
176        PR 1622/testing
177        * psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
178        cases to completely cover chroot().
179
1802010-07-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
181
182        * psxfile01/test.c: Avoid NULL pointer access.
183
1842010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
185
186        PR 1617/testing
187        * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to
188        exercise_link_r and _unlink_r
189        * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise
190        _lstat_r and _stat_r.
191        * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise
192        _gettimeofday.
193
1942010-07-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
195
196        * psxstat/test.c: Avoid NULL pointer access.
197
1982010-07-12      Bharath Suri <bharath.s.jois@gmail.com>
199
200        PR 1613/testing
201        * psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore,
202        psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New
203        tests. Improves coverage of fchdir, fchmod, fchown directives.
204        * configure.ac, Makefile.am: Changes to accommodate new test.
205        * psxstat/test.c, psxstat/psxstat.scn: Added new test case to test
206        statvfs routine under libcsupport.
207
2082010-07-09      Bharath Suri <bharath.s.jois@gmail.com>
209
210        PR 1610/testing
211        * psx13/test.c, psx13/psx13.scn: Remove the test cases which
212        exercise pipe. These are new a new test under psxpipe01/
213        * psxpipe01/init.c, psxpipe01/Makefile.am,
214        psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
215        * Makefile.am, configure.ac: Changes due to addition of new test:
216        psxpipe01.
217
2182010-07-08      Bharath Suri <bharath.s.jois@gmail.com>
219
220        PR 1608/testing
221        * psxfile01/init.c: Add a simple test case: Open file as read-only
222        and attemp to truncate. Improves coverage.
223
2242010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        PR 1606/cpukit
227        * psxfatal_support/init.c: Remove
228        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
229
2302010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
231
232        * psxfatal_support/init.c: Print end of test message in case of
233        success.  Stop multitasking in the fatal error extension.
234        * psxfatal01/psxfatal01.scn, psxfatal02/psxfatal02.scn: Update.
235
2362010-07-06      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
237
238        * psxtimes01/init.c: Added missing declaration.
239
2402010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * Makefile.am, configure.ac: Add test for various forms of times() and
243        getrusage().
244        * psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am,
245        psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc,
246        psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore,
247        psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc,
248        psxtimes01/psxtimes01.scn: New files.
249
2502010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * psxid01/init.c, psxid01/psxid01.scn: Actually match an entry in
253        /etc/passwd and /etc/group.
254
2552010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: Add test
258        cases.
259
2602010-07-02      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * psx13/test.c: Fix warning.
263
2642010-07-02      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * psxfile01/test_cat.c: Does not need posix specific macros.
267
2682010-07-01      Joel Sherrill <joel.sherrilL@OARcorp.com>
269
270        * psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c:
271        Remove tests which put NULL entries in file handlers.
272
2732010-07-01      Bharath Suri <bharath.s.jois@gmail.com>
274
275        PR 1598/testing
276        * Makefile.am, configure.ac, psxpasswd01/init.c,
277        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing
278        for POSIX user database (e.g. /etc/group and /etc/passwd) access
279        routines which are implemented in libcsupport/src/getpwent.c.
280        * psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c,
281        psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.
282
2832010-07-01      Vinu Rajashekhar <vinutheraj@gmail.com>
284
285        PR 1597/cpukit
286        * psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn,
287        psxstat/test.c: Add lchown() and utimes().
288
2892010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * Makefile.am, configure.ac: Add tests for file lock stubs as well as
292        various POSIX methods that access UID, PID, and GID.
293        * psxfilelock01/.cvsignore, psxfilelock01/Makefile.am,
294        psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc,
295        psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore,
296        psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc,
297        psxid01/psxid01.scn: New files.
298
2992010-06-30      Joel Sherrill <joel.sherrilL@OARcorp.com>
300
301        * psximfs01/init.c: Fix warning introduced.
302
3032010-06-30      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        PR 1595/tests
306        * psximfs01/init.c: Fix warnings.
307
3082010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null
311        pointer.
312
3132010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
316
3172010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * Makefile.am, configure.ac: Add test to exercise IMFS behaviour with
320        files of maximum sizes.
321        * psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c,
322        psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
323
3242010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
325
326        * Makefile.am, configure.ac: Revert accidentally committed patch.
327
3282010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
329
330        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
331        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
332        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
333        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
334        psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am,
335        psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
336        psxbarrier01/Makefile.am, psxcancel/Makefile.am,
337        psxcancel01/Makefile.am, psxchroot01/Makefile.am,
338        psxcleanup/Makefile.am, psxcleanup01/Makefile.am,
339        psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am,
340        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
341        psxfile01/Makefile.am, psxintrcritical01/Makefile.am,
342        psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am,
343        psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
344        psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
345        psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
346        psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
347        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
348        psxsem01/Makefile.am, psxsignal01/Makefile.am,
349        psxsignal02/Makefile.am, psxsignal03/Makefile.am,
350        psxsignal04/Makefile.am, psxsignal05/Makefile.am,
351        psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
352        psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
353        psxtimer01/Makefile.am, psxtimer02/Makefile.am,
354        psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally
355        committed patch.
356
3572010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
358
359        * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am,
360        psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am,
361        psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am,
362        psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am,
363        psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am,
364        psxalarm01/Makefile.am, psxautoinit01/Makefile.am,
365        psxautoinit02/Makefile.am, psxbarrier01/Makefile.am,
366        psxcancel/Makefile.am, psxcancel01/Makefile.am,
367        psxchroot01/Makefile.am, psxcleanup/Makefile.am,
368        psxcleanup01/Makefile.am, psxclock/Makefile.am,
369        psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am,
370        psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c,
371        psxfile02/psxfile02.doc, psxfile02/psxfile02.scn,
372        psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
373        psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
374        psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
375        psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
376        psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
377        psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
378        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
379        psxsem01/Makefile.am, psxsignal01/Makefile.am,
380        psxsignal02/Makefile.am, psxsignal03/Makefile.am,
381        psxsignal04/Makefile.am, psxsignal05/Makefile.am,
382        psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
383        psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
384        psxtimer01/Makefile.am, psxtimer02/Makefile.am,
385        psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater
386        than number of file descriptors configured.
387
3882010-06-23      Jennifer Averett <Jennifer.Averett@OARcorp.com>
389
390        * psxfile02/psxfile02.doc: Filled in documentation information.
391
3922010-06-23      Jennifer Averett <Jennifer Averett@OARcorp.com>
393
394        * Makefile.am, configure.ac: Added test case for calls that check for
395        an unopened file descriptor.
396        * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c,
397        psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
398
3992010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
400
401        * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second
402        parameter to adjtime NULL.
403
4042010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
405
406        * psxfatal_support/init.c: Remove references to ITRON constants.
407
4082010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
409
410        * psxfile01/test.c: Update for IMFS API changes.
411
4122010-06-02      Chris Johns <chrisj@rtems.org>
413
414        * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
415        psxstat/test.c: Update to the new mount API.
416
4172010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
418
419        * configure.ac: Add AC_CHECK_SIZEOF(off_t).
420        * include/pmacros.h: Add PRIdoff_t.
421
4222010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
423
424        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
425        exercises the _rename_r in libcsupport. For now, it also
426        provides two fsmount_me_h handlers to enable certain error
427        checking paths
428
4292010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
430
431        * psxfile01/test.c: Add check for errno on chdir(NULL).
432
4332010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
436
4372010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
438
439        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
440        thread can reliably reach the pthread_join() call.
441
4422010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
443
444        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
445        rewinddir(NULL) since we are now using newlib's implementation and it
446        does not check for NULL. This causes a fault on some targets.
447
4482010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
449
450        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
451        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
452        Reflect POSIX changes to sched_param.
453
4542010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
457        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
458        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
459        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
460        #include <unistd.h>.
461
4622009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
463
464        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
465        to cover the trivial NULL case for pipe function.
466
4672009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
468
469        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
470        and compilation issues. Initial test build was accidentally without
471        POSIX enabled.
472
4732009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
474
475        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
476        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
477        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
478        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
479        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
480        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
481        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
482        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
483        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
484        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
485        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
486        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
487        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
488        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
489        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
490        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
491        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
492        Use rtems_test_assert() consistently instead of system assert().
493        rtems_test_assert() is designed to integrate into the RTEMS test
494        suite infrastructure.
495
4962009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
497
498        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
499        families.
500        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
501        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
502
5032009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
504
505        PR 1460/cpukit
506        * psx14/init.c: Change return type on methods accessing portions of
507        RTEMS Ids to int. This allows -1 to be return on error.
508
5092009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
510
511        PR 1466/tests
512        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
513        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
514        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
515        Add test specifically to test it since it is deprecated as of
516        POSIX.1-2008.
517        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
518        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
519
5202009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
521
522        * psxcancel01/init.c: Initialize start time.
523
5242009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
525
526        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
527        returned by POSIX methods which return a pointer which is -1 on
528        error. This eliminated some casts.
529
5302009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
531
532        * psxenosys/Makefile.am: Add documentation file.
533        * psxenosys/psxenosys.doc: New file.
534
5352009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
536
537        * psxsignal03/init.c:
538        Print sigval.sival_ptr instead of "union sigval".
539
5402009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
543        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
544        * psxfile01/test.c: Remove obsure #ifdef's.
545        Apply PRI* macros to print struct stat fields.
546
5472009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
548
549        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
550        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
551
5522009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
553
554        * include/pmacros.h: November is the 11th month.
555
5562009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
557
558        * psxstat/test.c: Remove #ifdef's.
559        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
560        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
561        if 12MB are too big for a target (16bit compliance).
562        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
563        for 16bit compliance.
564        * psx14/init.c: Add local prototypes for
565        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
566        Reflect the prototypes having been missing to printf's.
567
5682009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
569
570        * psxsysconf/init.c:
571        Comment out sysconf(LONG_MAX) check (not useful).
572        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
573        16bit compliance.
574        * psx11/task.c: Use long for nsecs.
575        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
576        attribute to pthread_condattr_setpshared for 16bit target compliance.
577
5782009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
579
580        * psxbarrier01/test.c: Include <tmacros.h>
581
5822009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
583
584        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
585        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
586        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
587        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
588        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
589        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
590        Use PRIxpthread_t to print pthread_t's.
591
5922009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
593
594        * psxmsgq02/init.c:
595        Remove cast in call to fatal_posix_service_status_errno.
596        * psxenosys/init.c:
597        Add missing args in calls to execl, execlp, execle.
598        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
599        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
600        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
601        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
602        * configure.ac:
603        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
604
6052009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
606
607        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
608        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
609        * psxclock/init.c: Use %ld to print *.tv_nsec.
610        * psx06/init.c, psx06/system.h: Misc. warning fixes.
611
6122009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
613
614        * psxsignal03/init.c: Add missing argument to printf.
615        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
616        * psxclock/init.c, psxtimer01/psxtimer.c:
617        Use PRItime_t to print time_t's.
618        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
619        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
620
6212009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
622
623        * psxtime/test.c: Include <sys/time.h>.
624        Conditionally add local prototype for adjtime()
625        if sys/time.h doesn't supply it.
626        * psx07/init.c: Include <sched.h>, <pthread.h>.
627        * psx05/init.c: Include <sched.h>.
628        * psx11/init.c, psx09/init.c: Include <sched.h>.
629        * psx12/init.c: Include <sched.h>.
630        * psxenosys/init.c: Include <pthread.h>.
631        Conditionally add local prototype for pthread_atfork()
632        if pthread.h doesn't supply it.
633        * psxkey01/init.c: Include "test_support.h".
634
6352009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
636
637        * configure.ac: Check for pthread_atfork in pthread.h.
638        * psxrwlock01/test.c: Conditionally add local prototype for
639        pthread_atfork() if pthread.h doesn't supply it.
640        Include <pthread.h>.
641
6422009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
643
644        * configure.ac: Check for sys/mman.h.
645        Check for mprotect in sys/mman.h.
646        * psxenosys/init.c: Conditionally add local prototype for
647        mprotect() if sys/mman.h doesn't supply it.
648
6492009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
650
651        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
652        * psxrwlock01/test.c: Conditionally add local prototype for
653        pthread_rwlock_unlock() if pthread.h doesn't supply it.
654
6552009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
656
657        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
658        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
659        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
660        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
661        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
662        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
663        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
664        psxualarm/init.c: Remove unused vars.
665        Add missing prototypes.
666
6672009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
668
669        * Makefile.am: Build file IO related tests even with POSIX threading is
670        disabled.
671
6722009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
673
674        * configure.ac: Don't add -ansi -fasm to CFLAGS.
675
6762009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
677
678        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
679        remaining to not equal the period.
680
6812009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
682
683        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
684
6852009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
686
687        * psxcleanup/system.h: Fix typo.
688        * Makefile.am, configure.ac: Add new test for exercising pushing
689        and popping a clean up handler without actually executing it.
690        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
691        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
692        psxcleanup01/psxcleanup01.scn: New files.
693
6942009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
695
696        * Makefile.am, configure.ac: Add new test to ensure that canceling an
697        alarm works as defined.
698        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
699        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
700
7012009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
702
703        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
704
7052009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
706
707        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
708        parameter to timer_settime().
709
7102009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
711
712        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
713        timer_settime() for previous value. We are not using the
714        value in this particular case and this path must be exercised.
715        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
716
7172009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
718
719        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
720        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
721        cases.
722
7232009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
724
725        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
726        from an ISR.
727        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
728        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
729
7302009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
731
732        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
733        deprecated rtems_extension.
734
7352009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
736
737        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
738        nanoseconds.
739
7402009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
741
742        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
743        getpagesize().
744
7452009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
746
747        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
748        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
749        psxsignal04/Makefile.am: Move test cases which needed to be executed
750        when POSIX is disabled to psxclock so they will be.
751
7522009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
753
754        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
755        test to exercise clock and delay services enabled when POSIX threads
756        are disabled. This is split from psx01. POSIX test suite now enabled
757        when POSIX threads are disabled so only enable tests which are
758        appropriate.
759        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
760        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
761
7622009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
763
764        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
765        when not to change ssporadic scheduler so it does not touch a task's
766        priority when it is holding a mutex or its priority would be impacted
767        adversely.
768
7692009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
770
771        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
772        for adjusting time (adjtime()) where the time is adjusted by enough
773        microseconds that it crosses a second boundary.
774
7752009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
776
777        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
778        test to catch more sporadic server cases.
779
7802009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
781
782        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
783        remaining pointer.
784
7852009-08-17     
786
787        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
788        a recursize mutex.
789
7902009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
791
792        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
793        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
794        rtems_clock_get_ticks_per_second().
795
7962009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
797
798        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
799        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
800
8012009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
802
803        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
804        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
805
8062009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
807
808        * Makefile.am, configure.ac: Add test case for user providing their own
809        stack to a POSIX thread.
810        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
811        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
812
8132009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
814
815        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
816        that it hits both failing to allocate memory for the message queue
817        name and message buffers.
818
8192009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
820
821        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
822        quicker and more reliably hit the intended critical section.
823
8242009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
825
826        * Makefile.am, configure.ac: Add a test to exercise an odd case in
827        _POSIX_signals_Clear_signals.
828        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
829        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
830
8312009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
832
833        * psxmsgq04/init.c: Correct typo in configuration so test does as
834        intended.
835
8362009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
837
838        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
839        Update to handle ENFILE case now that POSIX message queues and
840        message queue file descriptors are configured separately and this
841        error is possible.
842
8432009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
844
845        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
846        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
847        allocating the message buffers for a POSIX message queue.
848
8492009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
850
851        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
852        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
853        is right. Update both screens.
854
8552009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
856
857        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
858        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
859        variation which focused on real-time signals rather than user
860        signals.
861        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
862        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
863
8642009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
865
866        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
867        replenish period of zero.
868
8692009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
870
871        * Makefile.am, configure.ac: Add new test to account for properly
872        handling keys when a thread has non-NULL key value and key has NULL
873        destructor and when a thread has NULL key value and key has
874        destructor.
875        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
876        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
877
8782009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
879
880        * Makefile.am, configure.ac: Add new test for exercising running out of
881        memory while allocating the key pointers.
882        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
883        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
884
8852009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
886
887        * psxmsgq04/init.c: Add call to mq_unlink.
888
8892009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
890
891        * Makefile.am, configure.ac: Add shell of new test.
892        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
893        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
894
8952009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
896
897        * Makefile.am, configure.ac: Add test to address cases where a thread
898        is waiting on a signal (sigwait) and we send it. Also address case
899        where there are too many queued signals.
900        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
901        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
902
9032009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
904
905        * psxsignal02/init.c: Fix spacing.
906
9072009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
908
909        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
910        mq_timedreceive and mq_timedsend conditions. In particular test
911        timeout in the past.
912
9132009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
914
915        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
916        with timeout in the past.
917
9182009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
919
920        * psxsignal02/psxsignal02.scn: Fill in screen file.
921
9222009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
923
924        * Makefile.am, configure.ac: Add new test to exercise algorithm to
925        dispatch process wide signals to individual threads.
926        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
927        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
928
9292009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
930
931        * Makefile.am, configure.ac: Add test to exercise interrupt
932        synchronization logic in _POSIX_Timer_Insert_helper that supports
933        POSIX timers.
934        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
935        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
936        psxintrcritical01/psxintrcritical01.scn: New files.
937
9382009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
939
940        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
941        multiple cases which complete coverage of thread cancellation.
942        * psxcancel/psxcancel.doc: New file.
943
9442009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
945
946        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
947        * psxsem01/system.h: Removed.
948
9492009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
950
951        * psxsem01/init.c: Eliminate warning.
952
9532009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
954
955        * psxcancel/init.c: Clean up.
956
9572009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
958
959        * psxmutexattr01/init.c: Make test optional if tools do not support
960        posix mutex type attribute.
961
9622009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
963
964        * Makefile.am, configure.ac: Add new test to exercise error case for
965        when a task is blocked on a condition variable with one mutex and
966        another task attempts to block on the same condition variable with
967        another mutex.
968        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
969        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
970
9712009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
972
973        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
974        trylock is unable to obtain the spinlock and that attempting to
975        unlock a spinlock from a thread which did not lock it works as
976        expected.
977        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
978        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
979        New files.
980
9812009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
982
983        * psxspin01/test.c: Remove unnecessary defines.
984
9852009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
986
987        * psx11/init.c: Use explicit scheduler.
988
9892009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
990
991        * Makefile.am, configure.ac: Add test to exercise
992        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
993        toolset enables the feature.
994        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
995        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
996        psxmutexattr01/psxmutexattr01.scn: New files.
997
9982009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
999
1000        * Makefile.am, configure.ac: Add test for auto initialization of
1001        message queues.
1002        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
1003        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
1004        psxautoinit02/psxautoinit02.scn: New files.
1005
10062009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1007
1008        * Makefile.am, configure.ac: Add test of pthread mutex auto
1009        intialization.
1010        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
1011        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
1012
10132009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1014
1015        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
1016
10172009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1018
1019        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
1020        code.
1021
10222009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1023
1024        * psx07/init.c: Slight test fix to ensure state of sched_param
1025        structure.
1026
10272009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
1028
1029        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1030        obtaining an rwlock and then releasing it twice.
1031
10322009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1033
1034        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
1035
10362009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1037
1038        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
1039        sigtimedwait(). Update screen file.
1040
10412009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
1042
1043        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1044        obtaining rwlock for write with a timed lock operation when the
1045        abstime timeout is in the past.
1046
10472009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
1048
1049        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1050        obtaining rwlock for read with a timed lock operation when the
1051        abstime timeout is in the past.
1052
10532009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1054
1055        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
1056        that the assert has been removed in the source.
1057
10582009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
1059
1060        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
1061        mode bits being set. This behavior was not POSIX compliant and has
1062        been corrected in the filesystem code.
1063
10642009-06-18      Chris Johns <chrisj@rtems.org>
1065
1066        * psx04/task3.c: Declare unions volatile to workaround the H8300
1067        gcc bug.
1068
10692009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1070
1071        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
1072        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
1073        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
1074
10752009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1076
1077        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1078        NULL attribute pointer on init.
1079
10802009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1081
1082        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
1083        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
1084        Improved so coverage is better.
1085
10862009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1087
1088        * psx04/init.c: Correct errors introduced by using different variable
1089        for return type when correcting typing warnings.
1090
10912009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1092
1093        * Makefile.am, configure.ac: Add new test to provide coverage analysis
1094        of the current implementation of getitimer() and setitimer().
1095        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
1096        psxitimer/psxitimer.scn: New files.
1097
10982009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1099
1100        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
1101        case to improve coverage analysis.
1102
11032009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1104
1105        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
1106        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
1107        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
1108        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
1109        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
1110        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
1111        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
1112
11132009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1114
1115        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
1116        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
1117        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
1118        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
1119        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
1120        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
1121        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
1122        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
1123        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
1124        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
1125        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
1126        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
1127        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
1128        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
1129        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
1130        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
1131        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
1132        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
1133        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
1134        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
1135        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
1136        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
1137        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
1138        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
1139        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
1140        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
1141        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
1142        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
1143        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
1144        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
1145        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
1146        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
1147        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
1148        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
1149        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
1150        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
1151        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
1152        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
1153        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
1154        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
1155        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
1156        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
1157        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
1158        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
1159        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
1160        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
1161        psxhdrs/timer07.c: Fix warnings.
1162
11632009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1164
1165        * psxfile01/test.c: Change from int to size_t.
1166
11672009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1168
1169        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1170        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1171        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1172        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1173        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
1174        psxcancel/Makefile.am, psxchroot01/Makefile.am,
1175        psxcleanup/Makefile.am, psxenosys/Makefile.am,
1176        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
1177        psxfile01/Makefile.am, psxkey01/Makefile.am,
1178        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1179        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
1180        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
1181        psxsem01/Makefile.am, psxsignal01/Makefile.am,
1182        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
1183        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
1184        psxualarm/Makefile.am: Eliminate _exe_/.exe.
1185
11862009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1187
1188        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
1189        with create option so we are sure it will get a control block and
1190        proceed to allocate other memory. Clean up screen output.
1191
11922008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1193
1194        * psx05/init.c: Add parameter to call to sched_get_priority_max().
1195
11962008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1197
1198        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
1199        Run all tests successfully with maxixum number of priorities as 16
1200        instead of 256. This was done by temporarily modifying the score
1201        priority.h maximum. This allowed testing of all API code to ensure
1202        that it worked properly with a reduced number of priorities. Most
1203        modifications were to switch from hard-coded maximum to using the API
1204        provided methods to determine maximum number of priority levels.
1205
12062008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1207
1208        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
1209        clock_gettime() NOT by reaching into the SuperCore.
1210
12112008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1212
1213        * psx01/psx01.scn: Bump version to 4.9.99.0
1214
12152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1216
1217        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
1218        psxfatal_support/system.h: Convert to "bool".
1219
12202008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
1221
1222        PR 1296/cpukit.
1223        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
1224        incorrect repeat interval. This patch fixes the following problems in
1225        the test.
1226          (1) Adds test for value of it_interval.tv_nsec.
1227          (2) Corrects test for absolute timer in past.
1228          (3) Modifies test to use different initial and repeat periods.
1229          (4) Updates psxtimer01.scn to match results.
1230
12312008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1232
1233        PR 1297/cpukit
1234        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
1235        pointer handling.
1236
12372008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1238
1239        * psxsem01/init.c: Spacing.
1240
12412008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
1242
1243        PR 1293/tests
1244        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
1245
12462008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
1247
1248        PR 1291/cpukit
1249        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
1250        POSIX services taking relative instead of absolute time for timeouts,
1251        these tests were updated.
1252
12532008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1254
1255        * psxfile01/test.c: truncate on /dev/console now works.
1256
12572008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1258
1259        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
1260        requested for initialization task.
1261
12622008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1263
1264        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
1265        like CVS conflict markers.
1266
12672008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1268
1269        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
1270        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
1271
12722008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1273
1274        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
1275
12762008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1277
1278        * psxkey01/task.c: Fix warnings.
1279
12802008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1281
1282        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
1283
12842008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
1285
1286        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
1287        Added tests for failure path coverages. Consolidated methods used in
1288        multiple places into support routines.
1289        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
1290        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
1291        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
1292
12932008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1294
1295        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
1296        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
1297        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
1298        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
1299        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
1300        Make tmacros.h available to all POSIX tests. Add a clock_settime case
1301        for < 1988.
1302
13032008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1304
1305        * Makefile.am, configure.ac: New tests.
1306        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
1307        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
1308        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
1309        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
1310        psxfatal_support/init.c, psxfatal_support/system.h: New files.
1311
13122008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1313
1314        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
1315        portions of Object Services added to API.
1316        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
1317        psx14/system.h: New files.
1318
13192008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
1320
1321        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
1322        pthread_attr_[get|set]clock.
1323
13242008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1325
1326        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
1327        implementation mprotect().
1328
13292008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1330
1331        * psxcleanup/.cvsignore: New file.
1332
13332008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1334
1335        * psxcleanup/system.h: New file.
1336
13372008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1338
1339        * Makefile.am, configure.ac:
1340        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
1341        psxcleanup/psxcleanup.scn: New files.
1342
13432008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1344
1345        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
1346        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
1347
13482007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1349
1350        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
1351
13522007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
1353
1354        * Makefile.am, configure.ac: Added test for ualarm
1355        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
1356        psxualarm/system.h: New files.
1357
13582007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
1359
1360        * Makefile.am, configure.ac: Added posix signal test
1361        * psxsignal01/Makefile.am, psxsignal01/init.c,
1362        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
1363        psxsignal01/task1.c: New files.
1364
13652007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1366
1367        * Makefile.am, configure.ac: Add test for sysconf().
1368        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
1369        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
1370
13712007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1372
1373        * psx01/init.c, psx01/psx01.scn: Add more test cases for
1374        sched_rr_get_interval() and sched_get_priority_max().
1375
13762007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1377
1378        * psxenosys/init.c: Fix typo.
1379
13802007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1381
1382        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
1383        addition of second POSIX Timer test. Add initial version of
1384        psxtimer02 to cover some conditions missed in psxtimer01. More cases
1385        left to add.
1386        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
1387        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
1388        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
1389        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
1390        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
1391        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
1392
13932007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1394
1395        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
1396
13972007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1398
1399        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
1400        functions that return ENOSYS.
1401        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
1402        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
1403
14042007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1405
1406        * psx13/test.c: Fix spelling error.
1407
14082007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1409
1410        * psxtime/test.c: Add tests for adjtime().
1411
14122007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1413
1414        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
1415        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
1416        cases to improve test coverage.
1417
14182007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1419
1420        PR 1262/filesystem
1421        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1422        and writev() including documentation and test case.
1423        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1424        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1425
14262007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1427
1428        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1429        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1430        test cases so last output line follows END OF pattern. Make sure test
1431        case all run. All tests appeared ok on sis.
1432
14332007-04-05      Joel Sherrill <joel@OARcorp.com>
1434
1435        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1436        behavior more closely matching GNU/Linux.
1437
14382006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1439
1440        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1441        include normal blocking and unblocking on timeout.
1442
14432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1444
1445        * configure.ac: New BUG-REPORT address.
1446
14472006-11-17      Joel Sherrill <joel@OARcorp.com>
1448
1449        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1450        Previously the timeout was not absolute time and checked BEFORE
1451        attempting to lock semaphore.
1452
14532006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1454
1455        * psxbarrier01/main.c: New file.
1456
14572006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1458
1459        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1460        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1461        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1462        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1463
14642006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1465
1466        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1467        and partial implementation of POSIX rwlocks.
1468        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1469        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1470
14712006-10-30      Joel Sherrill <joel@OARcorp.com>
1472
1473        PR 841/rtems
1474        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1475        specification.
1476
14772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1478
1479        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1480
14812006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1482
1483        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1484        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1485        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1486        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1487        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1488        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1489        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1490        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1491        Use rtems_testsdir instead.
1492
14932005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1494
1495        * configure.ac: Remove RTEMS_ENABLE_BARE,
1496        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1497
14982005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1499
1500        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1501        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1502        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1503        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1504        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1505        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1506        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1507        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1508        Convert to using *_PROGRAMS.
1509
15102005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1511
1512        * psx01/Makefile.am, psx02/Makefile.am,
1513        psx03/Makefile.am, psx04/Makefile.am,
1514        psx05/Makefile.am, psx06/Makefile.am,
1515        psx07/Makefile.am, psx08/Makefile.am,
1516        psx09/Makefile.am, psx10/Makefile.am,
1517        psx11/Makefile.am, psx12/Makefile.am,
1518        psx13/Makefile.am, psxcancel/Makefile.am,
1519        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1520        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1521        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1522        psxstat/Makefile.am, psxtime/Makefile.am,
1523        psxtimer/Makefile.am: Rework.
1524
15252005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1526
1527        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1528        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1529        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1530        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1531        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1532        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1533        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1534        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1535        * psxtests.am: Remove.
1536
15372005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1538
1539        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1540        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1541        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1542        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1543        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1544        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1545        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1546        psxtime/Makefile.am, psxtimer/Makefile.am:
1547        AM_CPPFLAGS += -I..../support/include.
1548
15492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1550
1551        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1552
15532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1554
1555        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1556        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1557        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1558        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1559        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1560        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1561        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1562        psxstat/Makefile.am: Add ../include/pmacros.h
1563        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1564        POSIX_FILES_DIRS.
1565        * psxtests.am: Remove LIB_VARIANT.
1566
15672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1568
1569        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1570        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1571        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1572        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1573        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1574        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1575        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1576        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1577        Remove SRC, PRINT_SRC.
1578
15792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1580
1581        * Makefile.am: Cleanup.
1582
15832005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1584
1585        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1586        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1587        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1588        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1589        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1590        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1591        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1592        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1593        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1594        Partial conversion to automake.
1595
15962005-09-01      Joel Sherrill <joel@OARcorp.com>
1597
1598        PR 628/rtems
1599        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1600        being an error.
1601
16022005-04-26      Joel Sherrill <joel@OARcorp.com>
1603
1604        * psxreaddir/test.c: Eliminate warnings.
1605
16062004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1607
1608        * configure.ac: Require automake > 1.9.
1609
16102004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1611
1612        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1613        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1614        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1615        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1616        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1617        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1618        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1619        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1620        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1621        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1622        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1623        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1624        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1625        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1626        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1627        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1628        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1629        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1630        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1631        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1632        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1633        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1634        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1635
16362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1637
1638        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1639        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1640        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1641        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1642
16432004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1644
1645        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1646        to using c99 fixed size types.
1647
16482004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1649
1650        * Makefile.am: Remove include from SUBDIRS.
1651
16522004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1653
1654        * include/Makefile.am: Remove.
1655        * Makefile.am: Merge-in include/Makefile.am.
1656        * configure.ac: Reflect changes above.
1657
16582004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1659
1660        * configure.ac: Add 2nd arg to RTEMS_TOP.
1661
16622004-03-05      Joel Sherrill <joel@OARcorp.com>
1663
1664        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1665        psxtimer/psxtimer.c: Eliminate warnings and typos.
1666
16672004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1668
1669        PR 582/core
1670        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1671        queue test so more of it runs now.
1672
16732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1676        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1677        * psx02/Makefile.am: Ditto.
1678        * psx03/Makefile.am: Ditto.
1679        * psx04/Makefile.am: Ditto.
1680        * psx05/Makefile.am: Ditto.
1681        * psx06/Makefile.am: Ditto.
1682        * psx07/Makefile.am: Ditto.
1683        * psx08/Makefile.am: Ditto.
1684        * psx09/Makefile.am: Ditto.
1685        * psx10/Makefile.am: Ditto.
1686        * psx11/Makefile.am: Ditto.
1687        * psx12/Makefile.am: Ditto.
1688        * psx13/Makefile.am: Ditto.
1689        * psxcancel/Makefile.am: Ditto.
1690        * psxchroot01/Makefile.am: Ditto.
1691        * psxfile01/Makefile.am: Ditto.
1692        * psxmount/Makefile.am: Ditto.
1693        * psxmsgq01/Makefile.am: Ditto.
1694        * psxreaddir/Makefile.am: Ditto.
1695        * psxsem01/Makefile.am: Ditto.
1696        * psxstat/Makefile.am: Ditto.
1697        * psxtime/Makefile.am: Ditto.
1698        * psxtimer/Makefile.am: Ditto.
1699
17002003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * psxtests.am: Add dirstamp support.
1703
17042003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1705
1706        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1707
17082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1709
1710        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1711
17122003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1713
1714        * psxcancel/Makefile.am: Remove used H_FILES.
1715
17162003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1717
1718        * include/Makefile.am: Reformat.
1719        * psx01/Makefile.am: Remove all-local: $(ARCH).
1720        * psx02/Makefile.am: Remove all-local: $(ARCH).
1721        * psx03/Makefile.am: Remove all-local: $(ARCH).
1722        * psx04/Makefile.am: Remove all-local: $(ARCH).
1723        * psx05/Makefile.am: Remove all-local: $(ARCH).
1724        * psx06/Makefile.am: Remove all-local: $(ARCH).
1725        * psx07/Makefile.am: Remove all-local: $(ARCH).
1726        * psx08/Makefile.am: Remove all-local: $(ARCH).
1727        * psx09/Makefile.am: Remove all-local: $(ARCH).
1728        * psx10/Makefile.am: Remove all-local: $(ARCH).
1729        * psx11/Makefile.am: Remove all-local: $(ARCH).
1730        * psx12/Makefile.am: Remove all-local: $(ARCH).
1731        * psx13/Makefile.am: Remove all-local: $(ARCH).
1732        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1733        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1734        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1735        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1736        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1737        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1738        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1739        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1740        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1741        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1742        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1743
17442003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * configure.ac: Reflect having moved to testsuites/.
1747
17482003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1751
17522003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1753
1754        * configure.ac:Remove RTEMS_CHECK_CPU.
1755
17562003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1757
1758        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1759
17602003-09-04      Joel Sherrill <joel@OARcorp.com>
1761
1762        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1763        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1764        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1765        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1766        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1767        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1768        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1769        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1770        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1771        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1772        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1773        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1774        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1775        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1776        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1777        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1778        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1779        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1780        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1781        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1782        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1783        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1784        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1785        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1786        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1787        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1788        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1789        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1790        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1791        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1792        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1793        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1794        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1795        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1796        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1797        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1798        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1799        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1800        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1801        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1802        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1803        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1804        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1805        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1806        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1807        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1808        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1809        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1810        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1811        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1812        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1813        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1814        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1815        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1816        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1817        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1818        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1819        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1820        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1821        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1822        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1823        psxtimer/system.h: URL for license changed.
1824
18252003-09-04      Joel Sherrill <joel@OARcorp.com>
1826
1827        PR 462/tests
1828        * psxhdrs/Makefile.am: Added ualarm.c
1829        * psxhdrs/signal23.c: New file.
1830
18312003-09-03      Joel Sherrill <joel@OARcorp.com>
1832
1833        PR 463/tests
1834        PR 465/tests
1835        * psxhdrs/Makefile.am: Add new test cases.
1836        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1837        psxhdrs/timer07.c: New files.
1838
18392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1840
1841        * Makefile.am: Reflect having moved aclocal/.
1842
18432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1844
1845        * Makefile.am: Reflect having moved automake/.
1846        * include/Makefile.am: Reflect having moved automake/.
1847        * psx01/Makefile.am: Reflect having moved automake/.
1848        * psx02/Makefile.am: Reflect having moved automake/.
1849        * psx03/Makefile.am: Reflect having moved automake/.
1850        * psx04/Makefile.am: Reflect having moved automake/.
1851        * psx05/Makefile.am: Reflect having moved automake/.
1852        * psx06/Makefile.am: Reflect having moved automake/.
1853        * psx07/Makefile.am: Reflect having moved automake/.
1854        * psx08/Makefile.am: Reflect having moved automake/.
1855        * psx09/Makefile.am: Reflect having moved automake/.
1856        * psx10/Makefile.am: Reflect having moved automake/.
1857        * psx11/Makefile.am: Reflect having moved automake/.
1858        * psx12/Makefile.am: Reflect having moved automake/.
1859        * psx13/Makefile.am: Reflect having moved automake/.
1860        * psxcancel/Makefile.am: Reflect having moved automake/.
1861        * psxchroot01/Makefile.am: Reflect having moved automake/.
1862        * psxfile01/Makefile.am: Reflect having moved automake/.
1863        * psxhdrs/Makefile.am: Reflect having moved automake/.
1864        * psxmount/Makefile.am: Reflect having moved automake/.
1865        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1866        * psxreaddir/Makefile.am: Reflect having moved automake/.
1867        * psxsem01/Makefile.am: Reflect having moved automake/.
1868        * psxstat/Makefile.am: Reflect having moved automake/.
1869        * psxtime/Makefile.am: Reflect having moved automake/.
1870        * psxtimer/Makefile.am: Reflect having moved automake/.
1871
18722003-08-14      Joel Sherrill <joel@OARcorp.com>
1873
1874        PR 408/filesystem
1875        * psx13/test.c: Added very rudimentary test of sync() service.
1876
18772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1878
1879        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1880
18812003-06-12      Joel Sherrill <joel@OARcorp.com>
1882
1883        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1884
18852003-05-29      Joel Sherrill <joel@OARcorp.com>
1886
1887        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1888        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1889        psxtimer/psxtimer.c: Removed warnings.
1890
18912003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1894        CC_CFLAGS_DEFAULT (obsolete).
1895
18962003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1899        Remove CC_LDFLAGS_PROFILE_V.
1900
19012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1902
1903        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1904
19052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1906
1907        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1908
19092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1910
1911        * configure.ac: AC_PREREQ(2.57).
1912
19132002-11-14      Joel Sherrill <joel@OARcorp.com>
1914
1915        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1916        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1917        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1918        Per PR239 update the IDs in the various screens.
1919
19202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1921
1922        * .cvsignore: Reformat.
1923        Add autom4te*cache.
1924        Remove autom4te.cache.
1925
19262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1927
1928        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1929        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1930        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1931        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1932        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1933        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1934        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1935        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1936        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1937        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1938        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1939        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1940        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1941        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1942        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1943        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1944        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1945        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1946        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1947        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1948        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1949        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1950        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1951        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1952
19532002-08-01      Joel Sherrill <joel@OARcorp.com>
1954
1955        * Per PR47 add support for buffered test output.  This involved
1956        adding defines to redirect output to a buffer and dump it when
1957        full, at "test pause", and at exit.  To avoid problems when redefining
1958        exit(), all tests were modified to call rtems_test_exit().
1959        Some tests, notable psxtests, had to be modified to include
1960        the standard test macro .h file (pmacros.h or tmacros.h) to
1961        enable this support.
1962        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1963        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1964        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1965        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1966        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
1967        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
1968        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
1969        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
1970        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
1971        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
1972        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
1973        psxtime/test.c, psxtimer/psxtimer.c: Modified.
1974
19752002-07-05      Joel Sherrill <joel@OARcorp.com>
1976
1977        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
1978        Updated as part of PR164 which reported problems with the RTEMS
1979        implementation of pthread_cancel.
1980       
19812001-04-26      Joel Sherrill <joel@OARcorp.com>
1982
1983        * psxmsgq01/init.c: Reflect changes made to address PR81 that
1984        reworked POSIX message queues to add a descriptor separate from
1985        the underlying message queue.  This allows non-blocking to follow
1986        the "open" not the underlying queue.
1987 
19882002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1989
1990        * configure.ac: Remove ENABLE_GCC28.
1991
19922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1993
1994        * configure.ac:
1995        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1996        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1997        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1998        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
1999        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2000        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2003        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2004        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2005        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2006        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2007        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2008        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
2009        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2010        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2011        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2012        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
2013        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2014        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2015        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2016        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
2017        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2018        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
2019        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2020        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
2021        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
2022        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
2023
20242001-11-07      Jennifer Averett <jennifer@OARcorp.com>
2025
2026        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
2027        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
2028        Since we check permissions before evaluating enough to see if it
2029        a regular file or directory, this hack is needed to make the regular
2030        file executable.
2031
20322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2033
2034        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2035        * configure.in: Remove.
2036        * configure.ac: New file, generated from configure.in by autoupdate.
2037
20382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2039
2040        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2041
20422001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2043
2044        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
2045        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
2046        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
2047        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
2048        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
2049        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
2050        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
2051        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
2052        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
2053        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
2054        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
2055        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
2056        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
2057        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
2058        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
2059        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
2060        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
2061        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
2062        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
2063        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
2064        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
2065        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
2066        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
2067        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
2068
20692001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2070
2071        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
2072        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
2073        psxchroot01 test.
2074
20752001-05-25      Joel Sherrill <joel@OARcorp.com>
2076
2077        * Added once version of psxchroot01 test for user review.
2078        * psxchroot01: New directory.
2079        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
2080        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
2081        * configure.in, Makefile.am: Modified to reflect above.
2082
20832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2084
2085        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2086
20872001-04-24      Joel Sherrill <joel@OARcorp.com>
2088
2089        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
2090        open, write, reopen, append twice from Andrew Bythell
2091        <abythell@nortelnetworks.com> that tripped an initialization
2092        problem in the IMFS.
2093
20942001-04-20      Joel Sherrill <joel@OARcorp.com>
2095
2096        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
2097        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
2098        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
2099        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
2100        Various adjustments so test output matches screens more reliably.
2101
21022001-01-25      Joel Sherrill <joel@OARcorp.com>
2103
2104        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
2105
21062000-11-17      Jennifer Averett <jennifer@OARcorp.com>
2107
2108        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
2109        to remain consistant across platforms and bsps by forcing
2110        a mount point in front of all paths.
2111
21122000-11-17      Jennifer Averret <jennifer@OARcorp.com>
2113
2114        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
2115        expected error condition in one case.
2116        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
2117        readdir() of root of mounted filesystem.  Also corrected the screen
2118        file for some mistakes noticed in this effort.
2119
21202000-11-13      Joel Sherrill <joel@OARcorp.com>
2121
2122        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
2123
21242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2125
2126        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2127
21282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2129
2130        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2131
21322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2133
2134        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2135        Switch to GNU canonicalization.
2136        * psxtests.am: Remove DEFS.
2137
21382000-10-24      Joel Sherrill <joel@OARcorp.com>
2139
2140        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
2141        It was formerly incorrectly prototyped in <libio.h>.
2142
21432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2144
2145        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
2146        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
2147        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
2148        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
2149        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
2150        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
2151        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
2152        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
2153
21542000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2155        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
2156        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
2157        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
2158        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
2159        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
2160        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
2161        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
2162
21632000-08-10      Joel Sherrill <joel@OARcorp.com>
2164
2165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.