source: rtems/testsuites/psxtests/ChangeLog @ a0cd0829

4.115
Last change on this file since a0cd0829 was a0cd0829, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/11 at 22:17:18

2011-01-17 Alin Rus <alin.codejunkie@…>

  • Makefile.am, configure.ac: Add psxaio03/.
  • psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn psxaio03/system.h: New.
  • Property mode set to 100644
File size: 83.6 KB
Line 
12011-01-17      Alin Rus <alin.codejunkie@gmail.com>
2
3        * Makefile.am, configure.ac: Add psxaio03/.
4        * psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn
5        psxaio03/system.h: New.
6
72011-01-08      Alin Rus <alin.codejunkie@gmail.com>
8
9        * psxaio02/init.c: Improve aio_cancel() coverage.
10
112011-01-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
12
13        * psx05/init.c: Spacing.
14
152010-11-01      Alin Rus <alin.codejunkie@gmail.com>
16
17        * psxaio01/init.c, psxaio02/init.c: Improve coverage.
18
192010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * psx05/init.c: Check for correct status returned.
22        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code
23        to exercise path when attempting to lock for reading but there
24        is at least one writer blocked waiting for access.
25
262010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
29        sleep() (e.g. interruptible blocking and sleeping) are interruptible
30        by signal.
31        * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
32        psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
33
342010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
37        psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
38        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
39        psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
40        psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
41        psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
42        psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
43        psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
44        psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
45        psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
46        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
47        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
48        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
49        psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
50        double space after parenthesis on rtems_test_assert().
51
522010-10-08      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
55        guardsize.
56
572010-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
60        psxhdrs/pthread40.c: New files.
61
622010-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
65        psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
66        pthread_attr_setstack, pthread_attr_getguardsize, and
67        pthread_attr_setguardsize.
68        * psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
69        psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
70
712010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Check for pthread_attr_{get,set}cputime instead of
74        pthread_pthread_attr_{get,set}cputime (Typo).
75
762010-09-28      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
77
78        * psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn:
79        New files.
80        * Makefile.am, configure.ac: Reflect changes above.
81
822010-08-30      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: AC_CHECK_DECLS([seteuid]).
85        * psximfs02/init.c: Provide decl for seteuid if not provided by
86        libc.
87
882010-08-30      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * psxenosys/init.c, psxenosys/psxenosys.doc,
91        psxenosys/psxenosys.scn: Remove devctl.
92
932010-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
96        aio being implemented.
97
982010-08-19      Joel Sherrill <joel.sherrilL@OARcorp.com>
99
100        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
101        submission.
102
1032010-08-19      Joel Sherrill <joel.sherrilL@OARcorp.com>
104
105        * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
106
1072010-08-16      Alin Rus <alin.codejunkie@gmail.com>
108
109        * Makefile.am, configure.ac: Add psxaio01/, psxaio02/.
110        * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn,
111        psxaio01/system.h: New.
112        * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn,
113        psxaio02/system.h: New.
114
1152010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
116
117        PR 1598/testing
118        * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
119        added to improve coverage of getpwent.c.
120
1212010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        PR 1665/testing
124        * psximfs02/init.c: Fix uninitialized variable warning.
125
1262010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
127
128        PR 1661/testing
129        * psximfs02/init.c: Changes to improve coverage of
130        imfs_initsupp.c, by using a bad value for
131        CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
132
1332010-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        PR 1661/testing
136        * psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
137        psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
138
1392010-08-09      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * psxpasswd02/init.c: Remove unused variable.
142
1432010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
144
145        PR 1654/testing
146        * psx13/test.c, psx13/psx13.scn: Test case to improve testing of
147        dup2 routine.
148        * psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve
149        testing of fcntl routine.
150        * psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of
151        imfs routines.
152        * psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of
153        imfs routines.
154        * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to
155        improve coverage of getpwent.c.
156
1572010-08-06      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        PR 1652/GCC:
160        * psxpipe01/init.c: Expand incomplete initializers triggering
161        powerpc-gcc -msdata breakdown.
162
1632010-07-30      Bharath Suri <bharath.s.jois@gmail.com>
164
165        PR 1642/testing
166        * psximfs02/init.c, psximfs02/psximfs02.scn,
167        psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
168        chown() and routines in imfs_debug.c.
169
1702010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
171
172        PR 1642/testing
173        * psximfs02/init.c, psximfs02/psximfs02.scn,
174        psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
175        * configure.ac, Makefile.am: Changes to accommodate psximfs02
176        test.
177
1782010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
179
180        PR 1633/testing
181        * psximfs01/init.c, psximfs01/psximfs01.scn,
182        psximfs01/psximfs01.doc: New cases to exercise
183        IMFS_memfile_remove.
184
1852010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add
188        test for runnign out of workspace when setting object name as string.
189
1902010-07-27      Vinu Rajashekhar <vinutheraj@gmail.com>
191
192        PR 1629/cpukit
193        * psx04/init.c: sigsuspend() was not completely following the POSIX
194        specification.
195
1962010-07-19      Bharath Suri <bharath.s.jois@gmail.com>
197
198        PR 1623/testing
199        * psx13/test.c, psx13/psx13.scn: New cases to improve coverage of
200        utime() and fpathconf().
201        * psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve
202        coverage of rmdir(), unlink(), mknod(), link(), open(), read(),
203        write().
204        * psxstat/test.c, psxstat/psxstat.scn: New case to improve
205        coverage of readlink().
206
2072010-07-17      Bharath Suri <bharath.s.jois@gmail.com>
208
209        PR 1622/testing
210        * psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
211        cases to completely cover chroot().
212
2132010-07-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
214
215        * psxfile01/test.c: Avoid NULL pointer access.
216
2172010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
218
219        PR 1617/testing
220        * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to
221        exercise_link_r and _unlink_r
222        * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise
223        _lstat_r and _stat_r.
224        * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise
225        _gettimeofday.
226
2272010-07-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
228
229        * psxstat/test.c: Avoid NULL pointer access.
230
2312010-07-12      Bharath Suri <bharath.s.jois@gmail.com>
232
233        PR 1613/testing
234        * psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore,
235        psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New
236        tests. Improves coverage of fchdir, fchmod, fchown directives.
237        * configure.ac, Makefile.am: Changes to accommodate new test.
238        * psxstat/test.c, psxstat/psxstat.scn: Added new test case to test
239        statvfs routine under libcsupport.
240
2412010-07-09      Bharath Suri <bharath.s.jois@gmail.com>
242
243        PR 1610/testing
244        * psx13/test.c, psx13/psx13.scn: Remove the test cases which
245        exercise pipe. These are new a new test under psxpipe01/
246        * psxpipe01/init.c, psxpipe01/Makefile.am,
247        psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
248        * Makefile.am, configure.ac: Changes due to addition of new test:
249        psxpipe01.
250
2512010-07-08      Bharath Suri <bharath.s.jois@gmail.com>
252
253        PR 1608/testing
254        * psxfile01/init.c: Add a simple test case: Open file as read-only
255        and attemp to truncate. Improves coverage.
256
2572010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        PR 1606/cpukit
260        * psxfatal_support/init.c: Remove
261        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
262
2632010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
264
265        * psxfatal_support/init.c: Print end of test message in case of
266        success.  Stop multitasking in the fatal error extension.
267        * psxfatal01/psxfatal01.scn, psxfatal02/psxfatal02.scn: Update.
268
2692010-07-06      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
270
271        * psxtimes01/init.c: Added missing declaration.
272
2732010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * Makefile.am, configure.ac: Add test for various forms of times() and
276        getrusage().
277        * psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am,
278        psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc,
279        psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore,
280        psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc,
281        psxtimes01/psxtimes01.scn: New files.
282
2832010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * psxid01/init.c, psxid01/psxid01.scn: Actually match an entry in
286        /etc/passwd and /etc/group.
287
2882010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: Add test
291        cases.
292
2932010-07-02      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * psx13/test.c: Fix warning.
296
2972010-07-02      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * psxfile01/test_cat.c: Does not need posix specific macros.
300
3012010-07-01      Joel Sherrill <joel.sherrilL@OARcorp.com>
302
303        * psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c:
304        Remove tests which put NULL entries in file handlers.
305
3062010-07-01      Bharath Suri <bharath.s.jois@gmail.com>
307
308        PR 1598/testing
309        * Makefile.am, configure.ac, psxpasswd01/init.c,
310        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing
311        for POSIX user database (e.g. /etc/group and /etc/passwd) access
312        routines which are implemented in libcsupport/src/getpwent.c.
313        * psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c,
314        psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.
315
3162010-07-01      Vinu Rajashekhar <vinutheraj@gmail.com>
317
318        PR 1597/cpukit
319        * psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn,
320        psxstat/test.c: Add lchown() and utimes().
321
3222010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * Makefile.am, configure.ac: Add tests for file lock stubs as well as
325        various POSIX methods that access UID, PID, and GID.
326        * psxfilelock01/.cvsignore, psxfilelock01/Makefile.am,
327        psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc,
328        psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore,
329        psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc,
330        psxid01/psxid01.scn: New files.
331
3322010-06-30      Joel Sherrill <joel.sherrilL@OARcorp.com>
333
334        * psximfs01/init.c: Fix warning introduced.
335
3362010-06-30      Joel Sherrill <joel.sherrill@oarcorp.com>
337
338        PR 1595/tests
339        * psximfs01/init.c: Fix warnings.
340
3412010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
342
343        * psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null
344        pointer.
345
3462010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
347
348        * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
349
3502010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * Makefile.am, configure.ac: Add test to exercise IMFS behaviour with
353        files of maximum sizes.
354        * psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c,
355        psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
356
3572010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
358
359        * Makefile.am, configure.ac: Revert accidentally committed patch.
360
3612010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
362
363        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
364        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
365        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
366        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
367        psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am,
368        psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
369        psxbarrier01/Makefile.am, psxcancel/Makefile.am,
370        psxcancel01/Makefile.am, psxchroot01/Makefile.am,
371        psxcleanup/Makefile.am, psxcleanup01/Makefile.am,
372        psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am,
373        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
374        psxfile01/Makefile.am, psxintrcritical01/Makefile.am,
375        psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am,
376        psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
377        psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
378        psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
379        psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
380        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
381        psxsem01/Makefile.am, psxsignal01/Makefile.am,
382        psxsignal02/Makefile.am, psxsignal03/Makefile.am,
383        psxsignal04/Makefile.am, psxsignal05/Makefile.am,
384        psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
385        psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
386        psxtimer01/Makefile.am, psxtimer02/Makefile.am,
387        psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally
388        committed patch.
389
3902010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
391
392        * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am,
393        psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am,
394        psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am,
395        psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am,
396        psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am,
397        psxalarm01/Makefile.am, psxautoinit01/Makefile.am,
398        psxautoinit02/Makefile.am, psxbarrier01/Makefile.am,
399        psxcancel/Makefile.am, psxcancel01/Makefile.am,
400        psxchroot01/Makefile.am, psxcleanup/Makefile.am,
401        psxcleanup01/Makefile.am, psxclock/Makefile.am,
402        psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am,
403        psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c,
404        psxfile02/psxfile02.doc, psxfile02/psxfile02.scn,
405        psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
406        psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
407        psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
408        psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
409        psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
410        psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
411        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
412        psxsem01/Makefile.am, psxsignal01/Makefile.am,
413        psxsignal02/Makefile.am, psxsignal03/Makefile.am,
414        psxsignal04/Makefile.am, psxsignal05/Makefile.am,
415        psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
416        psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
417        psxtimer01/Makefile.am, psxtimer02/Makefile.am,
418        psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater
419        than number of file descriptors configured.
420
4212010-06-23      Jennifer Averett <Jennifer.Averett@OARcorp.com>
422
423        * psxfile02/psxfile02.doc: Filled in documentation information.
424
4252010-06-23      Jennifer Averett <Jennifer Averett@OARcorp.com>
426
427        * Makefile.am, configure.ac: Added test case for calls that check for
428        an unopened file descriptor.
429        * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c,
430        psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
431
4322010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
433
434        * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second
435        parameter to adjtime NULL.
436
4372010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
438
439        * psxfatal_support/init.c: Remove references to ITRON constants.
440
4412010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
442
443        * psxfile01/test.c: Update for IMFS API changes.
444
4452010-06-02      Chris Johns <chrisj@rtems.org>
446
447        * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
448        psxstat/test.c: Update to the new mount API.
449
4502010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * configure.ac: Add AC_CHECK_SIZEOF(off_t).
453        * include/pmacros.h: Add PRIdoff_t.
454
4552010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
456
457        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
458        exercises the _rename_r in libcsupport. For now, it also
459        provides two fsmount_me_h handlers to enable certain error
460        checking paths
461
4622010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
463
464        * psxfile01/test.c: Add check for errno on chdir(NULL).
465
4662010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
469
4702010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
473        thread can reliably reach the pthread_join() call.
474
4752010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
476
477        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
478        rewinddir(NULL) since we are now using newlib's implementation and it
479        does not check for NULL. This causes a fault on some targets.
480
4812010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
482
483        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
484        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
485        Reflect POSIX changes to sched_param.
486
4872010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
488
489        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
490        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
491        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
492        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
493        #include <unistd.h>.
494
4952009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
496
497        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
498        to cover the trivial NULL case for pipe function.
499
5002009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
501
502        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
503        and compilation issues. Initial test build was accidentally without
504        POSIX enabled.
505
5062009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
507
508        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
509        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
510        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
511        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
512        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
513        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
514        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
515        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
516        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
517        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
518        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
519        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
520        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
521        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
522        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
523        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
524        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
525        Use rtems_test_assert() consistently instead of system assert().
526        rtems_test_assert() is designed to integrate into the RTEMS test
527        suite infrastructure.
528
5292009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
530
531        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
532        families.
533        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
534        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
535
5362009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
537
538        PR 1460/cpukit
539        * psx14/init.c: Change return type on methods accessing portions of
540        RTEMS Ids to int. This allows -1 to be return on error.
541
5422009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
543
544        PR 1466/tests
545        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
546        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
547        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
548        Add test specifically to test it since it is deprecated as of
549        POSIX.1-2008.
550        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
551        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
552
5532009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
554
555        * psxcancel01/init.c: Initialize start time.
556
5572009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
558
559        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
560        returned by POSIX methods which return a pointer which is -1 on
561        error. This eliminated some casts.
562
5632009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
564
565        * psxenosys/Makefile.am: Add documentation file.
566        * psxenosys/psxenosys.doc: New file.
567
5682009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
569
570        * psxsignal03/init.c:
571        Print sigval.sival_ptr instead of "union sigval".
572
5732009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
574
575        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
576        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
577        * psxfile01/test.c: Remove obsure #ifdef's.
578        Apply PRI* macros to print struct stat fields.
579
5802009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
581
582        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
583        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
584
5852009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
586
587        * include/pmacros.h: November is the 11th month.
588
5892009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
590
591        * psxstat/test.c: Remove #ifdef's.
592        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
593        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
594        if 12MB are too big for a target (16bit compliance).
595        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
596        for 16bit compliance.
597        * psx14/init.c: Add local prototypes for
598        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
599        Reflect the prototypes having been missing to printf's.
600
6012009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
602
603        * psxsysconf/init.c:
604        Comment out sysconf(LONG_MAX) check (not useful).
605        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
606        16bit compliance.
607        * psx11/task.c: Use long for nsecs.
608        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
609        attribute to pthread_condattr_setpshared for 16bit target compliance.
610
6112009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
612
613        * psxbarrier01/test.c: Include <tmacros.h>
614
6152009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
616
617        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
618        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
619        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
620        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
621        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
622        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
623        Use PRIxpthread_t to print pthread_t's.
624
6252009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
626
627        * psxmsgq02/init.c:
628        Remove cast in call to fatal_posix_service_status_errno.
629        * psxenosys/init.c:
630        Add missing args in calls to execl, execlp, execle.
631        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
632        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
633        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
634        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
635        * configure.ac:
636        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
637
6382009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
639
640        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
641        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
642        * psxclock/init.c: Use %ld to print *.tv_nsec.
643        * psx06/init.c, psx06/system.h: Misc. warning fixes.
644
6452009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
646
647        * psxsignal03/init.c: Add missing argument to printf.
648        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
649        * psxclock/init.c, psxtimer01/psxtimer.c:
650        Use PRItime_t to print time_t's.
651        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
652        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
653
6542009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
655
656        * psxtime/test.c: Include <sys/time.h>.
657        Conditionally add local prototype for adjtime()
658        if sys/time.h doesn't supply it.
659        * psx07/init.c: Include <sched.h>, <pthread.h>.
660        * psx05/init.c: Include <sched.h>.
661        * psx11/init.c, psx09/init.c: Include <sched.h>.
662        * psx12/init.c: Include <sched.h>.
663        * psxenosys/init.c: Include <pthread.h>.
664        Conditionally add local prototype for pthread_atfork()
665        if pthread.h doesn't supply it.
666        * psxkey01/init.c: Include "test_support.h".
667
6682009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
669
670        * configure.ac: Check for pthread_atfork in pthread.h.
671        * psxrwlock01/test.c: Conditionally add local prototype for
672        pthread_atfork() if pthread.h doesn't supply it.
673        Include <pthread.h>.
674
6752009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
676
677        * configure.ac: Check for sys/mman.h.
678        Check for mprotect in sys/mman.h.
679        * psxenosys/init.c: Conditionally add local prototype for
680        mprotect() if sys/mman.h doesn't supply it.
681
6822009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
683
684        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
685        * psxrwlock01/test.c: Conditionally add local prototype for
686        pthread_rwlock_unlock() if pthread.h doesn't supply it.
687
6882009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
689
690        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
691        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
692        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
693        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
694        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
695        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
696        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
697        psxualarm/init.c: Remove unused vars.
698        Add missing prototypes.
699
7002009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
701
702        * Makefile.am: Build file IO related tests even with POSIX threading is
703        disabled.
704
7052009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
706
707        * configure.ac: Don't add -ansi -fasm to CFLAGS.
708
7092009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
710
711        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
712        remaining to not equal the period.
713
7142009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
715
716        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
717
7182009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
719
720        * psxcleanup/system.h: Fix typo.
721        * Makefile.am, configure.ac: Add new test for exercising pushing
722        and popping a clean up handler without actually executing it.
723        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
724        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
725        psxcleanup01/psxcleanup01.scn: New files.
726
7272009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
728
729        * Makefile.am, configure.ac: Add new test to ensure that canceling an
730        alarm works as defined.
731        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
732        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
733
7342009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
735
736        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
737
7382009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
739
740        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
741        parameter to timer_settime().
742
7432009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
744
745        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
746        timer_settime() for previous value. We are not using the
747        value in this particular case and this path must be exercised.
748        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
749
7502009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
751
752        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
753        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
754        cases.
755
7562009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
757
758        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
759        from an ISR.
760        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
761        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
762
7632009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
764
765        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
766        deprecated rtems_extension.
767
7682009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
769
770        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
771        nanoseconds.
772
7732009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
774
775        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
776        getpagesize().
777
7782009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
779
780        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
781        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
782        psxsignal04/Makefile.am: Move test cases which needed to be executed
783        when POSIX is disabled to psxclock so they will be.
784
7852009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
786
787        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
788        test to exercise clock and delay services enabled when POSIX threads
789        are disabled. This is split from psx01. POSIX test suite now enabled
790        when POSIX threads are disabled so only enable tests which are
791        appropriate.
792        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
793        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
794
7952009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
796
797        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
798        when not to change ssporadic scheduler so it does not touch a task's
799        priority when it is holding a mutex or its priority would be impacted
800        adversely.
801
8022009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
803
804        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
805        for adjusting time (adjtime()) where the time is adjusted by enough
806        microseconds that it crosses a second boundary.
807
8082009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
809
810        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
811        test to catch more sporadic server cases.
812
8132009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
814
815        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
816        remaining pointer.
817
8182009-08-17     
819
820        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
821        a recursize mutex.
822
8232009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
824
825        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
826        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
827        rtems_clock_get_ticks_per_second().
828
8292009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
830
831        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
832        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
833
8342009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
835
836        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
837        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
838
8392009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
840
841        * Makefile.am, configure.ac: Add test case for user providing their own
842        stack to a POSIX thread.
843        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
844        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
845
8462009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
847
848        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
849        that it hits both failing to allocate memory for the message queue
850        name and message buffers.
851
8522009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
853
854        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
855        quicker and more reliably hit the intended critical section.
856
8572009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
858
859        * Makefile.am, configure.ac: Add a test to exercise an odd case in
860        _POSIX_signals_Clear_signals.
861        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
862        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
863
8642009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
865
866        * psxmsgq04/init.c: Correct typo in configuration so test does as
867        intended.
868
8692009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
870
871        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
872        Update to handle ENFILE case now that POSIX message queues and
873        message queue file descriptors are configured separately and this
874        error is possible.
875
8762009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
877
878        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
879        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
880        allocating the message buffers for a POSIX message queue.
881
8822009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
883
884        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
885        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
886        is right. Update both screens.
887
8882009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
889
890        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
891        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
892        variation which focused on real-time signals rather than user
893        signals.
894        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
895        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
896
8972009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
898
899        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
900        replenish period of zero.
901
9022009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
903
904        * Makefile.am, configure.ac: Add new test to account for properly
905        handling keys when a thread has non-NULL key value and key has NULL
906        destructor and when a thread has NULL key value and key has
907        destructor.
908        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
909        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
910
9112009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
912
913        * Makefile.am, configure.ac: Add new test for exercising running out of
914        memory while allocating the key pointers.
915        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
916        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
917
9182009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
919
920        * psxmsgq04/init.c: Add call to mq_unlink.
921
9222009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
923
924        * Makefile.am, configure.ac: Add shell of new test.
925        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
926        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
927
9282009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
929
930        * Makefile.am, configure.ac: Add test to address cases where a thread
931        is waiting on a signal (sigwait) and we send it. Also address case
932        where there are too many queued signals.
933        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
934        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
935
9362009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
937
938        * psxsignal02/init.c: Fix spacing.
939
9402009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
941
942        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
943        mq_timedreceive and mq_timedsend conditions. In particular test
944        timeout in the past.
945
9462009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
947
948        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
949        with timeout in the past.
950
9512009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
952
953        * psxsignal02/psxsignal02.scn: Fill in screen file.
954
9552009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
956
957        * Makefile.am, configure.ac: Add new test to exercise algorithm to
958        dispatch process wide signals to individual threads.
959        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
960        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
961
9622009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
963
964        * Makefile.am, configure.ac: Add test to exercise interrupt
965        synchronization logic in _POSIX_Timer_Insert_helper that supports
966        POSIX timers.
967        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
968        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
969        psxintrcritical01/psxintrcritical01.scn: New files.
970
9712009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
972
973        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
974        multiple cases which complete coverage of thread cancellation.
975        * psxcancel/psxcancel.doc: New file.
976
9772009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
978
979        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
980        * psxsem01/system.h: Removed.
981
9822009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
983
984        * psxsem01/init.c: Eliminate warning.
985
9862009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
987
988        * psxcancel/init.c: Clean up.
989
9902009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
991
992        * psxmutexattr01/init.c: Make test optional if tools do not support
993        posix mutex type attribute.
994
9952009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
996
997        * Makefile.am, configure.ac: Add new test to exercise error case for
998        when a task is blocked on a condition variable with one mutex and
999        another task attempts to block on the same condition variable with
1000        another mutex.
1001        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
1002        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
1003
10042009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1005
1006        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
1007        trylock is unable to obtain the spinlock and that attempting to
1008        unlock a spinlock from a thread which did not lock it works as
1009        expected.
1010        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
1011        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
1012        New files.
1013
10142009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1015
1016        * psxspin01/test.c: Remove unnecessary defines.
1017
10182009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1019
1020        * psx11/init.c: Use explicit scheduler.
1021
10222009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1023
1024        * Makefile.am, configure.ac: Add test to exercise
1025        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
1026        toolset enables the feature.
1027        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
1028        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
1029        psxmutexattr01/psxmutexattr01.scn: New files.
1030
10312009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1032
1033        * Makefile.am, configure.ac: Add test for auto initialization of
1034        message queues.
1035        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
1036        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
1037        psxautoinit02/psxautoinit02.scn: New files.
1038
10392009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1040
1041        * Makefile.am, configure.ac: Add test of pthread mutex auto
1042        intialization.
1043        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
1044        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
1045
10462009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1047
1048        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
1049
10502009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1051
1052        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
1053        code.
1054
10552009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1056
1057        * psx07/init.c: Slight test fix to ensure state of sched_param
1058        structure.
1059
10602009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
1061
1062        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1063        obtaining an rwlock and then releasing it twice.
1064
10652009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1066
1067        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
1068
10692009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1070
1071        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
1072        sigtimedwait(). Update screen file.
1073
10742009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
1075
1076        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1077        obtaining rwlock for write with a timed lock operation when the
1078        abstime timeout is in the past.
1079
10802009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
1081
1082        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1083        obtaining rwlock for read with a timed lock operation when the
1084        abstime timeout is in the past.
1085
10862009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1087
1088        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
1089        that the assert has been removed in the source.
1090
10912009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
1092
1093        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
1094        mode bits being set. This behavior was not POSIX compliant and has
1095        been corrected in the filesystem code.
1096
10972009-06-18      Chris Johns <chrisj@rtems.org>
1098
1099        * psx04/task3.c: Declare unions volatile to workaround the H8300
1100        gcc bug.
1101
11022009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1103
1104        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
1105        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
1106        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
1107
11082009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1109
1110        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1111        NULL attribute pointer on init.
1112
11132009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1114
1115        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
1116        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
1117        Improved so coverage is better.
1118
11192009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1120
1121        * psx04/init.c: Correct errors introduced by using different variable
1122        for return type when correcting typing warnings.
1123
11242009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1125
1126        * Makefile.am, configure.ac: Add new test to provide coverage analysis
1127        of the current implementation of getitimer() and setitimer().
1128        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
1129        psxitimer/psxitimer.scn: New files.
1130
11312009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1132
1133        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
1134        case to improve coverage analysis.
1135
11362009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1137
1138        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
1139        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
1140        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
1141        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
1142        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
1143        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
1144        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
1145
11462009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1147
1148        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
1149        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
1150        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
1151        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
1152        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
1153        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
1154        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
1155        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
1156        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
1157        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
1158        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
1159        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
1160        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
1161        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
1162        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
1163        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
1164        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
1165        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
1166        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
1167        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
1168        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
1169        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
1170        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
1171        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
1172        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
1173        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
1174        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
1175        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
1176        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
1177        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
1178        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
1179        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
1180        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
1181        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
1182        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
1183        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
1184        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
1185        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
1186        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
1187        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
1188        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
1189        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
1190        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
1191        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
1192        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
1193        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
1194        psxhdrs/timer07.c: Fix warnings.
1195
11962009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1197
1198        * psxfile01/test.c: Change from int to size_t.
1199
12002009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1201
1202        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1203        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1204        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1205        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1206        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
1207        psxcancel/Makefile.am, psxchroot01/Makefile.am,
1208        psxcleanup/Makefile.am, psxenosys/Makefile.am,
1209        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
1210        psxfile01/Makefile.am, psxkey01/Makefile.am,
1211        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1212        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
1213        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
1214        psxsem01/Makefile.am, psxsignal01/Makefile.am,
1215        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
1216        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
1217        psxualarm/Makefile.am: Eliminate _exe_/.exe.
1218
12192009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1220
1221        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
1222        with create option so we are sure it will get a control block and
1223        proceed to allocate other memory. Clean up screen output.
1224
12252008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1226
1227        * psx05/init.c: Add parameter to call to sched_get_priority_max().
1228
12292008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1230
1231        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
1232        Run all tests successfully with maxixum number of priorities as 16
1233        instead of 256. This was done by temporarily modifying the score
1234        priority.h maximum. This allowed testing of all API code to ensure
1235        that it worked properly with a reduced number of priorities. Most
1236        modifications were to switch from hard-coded maximum to using the API
1237        provided methods to determine maximum number of priority levels.
1238
12392008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1240
1241        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
1242        clock_gettime() NOT by reaching into the SuperCore.
1243
12442008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1245
1246        * psx01/psx01.scn: Bump version to 4.9.99.0
1247
12482008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1249
1250        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
1251        psxfatal_support/system.h: Convert to "bool".
1252
12532008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
1254
1255        PR 1296/cpukit.
1256        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
1257        incorrect repeat interval. This patch fixes the following problems in
1258        the test.
1259          (1) Adds test for value of it_interval.tv_nsec.
1260          (2) Corrects test for absolute timer in past.
1261          (3) Modifies test to use different initial and repeat periods.
1262          (4) Updates psxtimer01.scn to match results.
1263
12642008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1265
1266        PR 1297/cpukit
1267        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
1268        pointer handling.
1269
12702008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1271
1272        * psxsem01/init.c: Spacing.
1273
12742008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
1275
1276        PR 1293/tests
1277        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
1278
12792008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
1280
1281        PR 1291/cpukit
1282        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
1283        POSIX services taking relative instead of absolute time for timeouts,
1284        these tests were updated.
1285
12862008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1287
1288        * psxfile01/test.c: truncate on /dev/console now works.
1289
12902008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1291
1292        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
1293        requested for initialization task.
1294
12952008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1296
1297        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
1298        like CVS conflict markers.
1299
13002008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1301
1302        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
1303        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
1304
13052008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1306
1307        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
1308
13092008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1310
1311        * psxkey01/task.c: Fix warnings.
1312
13132008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1314
1315        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
1316
13172008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
1318
1319        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
1320        Added tests for failure path coverages. Consolidated methods used in
1321        multiple places into support routines.
1322        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
1323        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
1324        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
1325
13262008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1327
1328        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
1329        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
1330        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
1331        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
1332        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
1333        Make tmacros.h available to all POSIX tests. Add a clock_settime case
1334        for < 1988.
1335
13362008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1337
1338        * Makefile.am, configure.ac: New tests.
1339        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
1340        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
1341        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
1342        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
1343        psxfatal_support/init.c, psxfatal_support/system.h: New files.
1344
13452008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1346
1347        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
1348        portions of Object Services added to API.
1349        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
1350        psx14/system.h: New files.
1351
13522008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
1353
1354        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
1355        pthread_attr_[get|set]clock.
1356
13572008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1358
1359        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
1360        implementation mprotect().
1361
13622008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1363
1364        * psxcleanup/.cvsignore: New file.
1365
13662008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1367
1368        * psxcleanup/system.h: New file.
1369
13702008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1371
1372        * Makefile.am, configure.ac:
1373        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
1374        psxcleanup/psxcleanup.scn: New files.
1375
13762008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1377
1378        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
1379        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
1380
13812007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1382
1383        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
1384
13852007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
1386
1387        * Makefile.am, configure.ac: Added test for ualarm
1388        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
1389        psxualarm/system.h: New files.
1390
13912007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
1392
1393        * Makefile.am, configure.ac: Added posix signal test
1394        * psxsignal01/Makefile.am, psxsignal01/init.c,
1395        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
1396        psxsignal01/task1.c: New files.
1397
13982007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1399
1400        * Makefile.am, configure.ac: Add test for sysconf().
1401        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
1402        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
1403
14042007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1405
1406        * psx01/init.c, psx01/psx01.scn: Add more test cases for
1407        sched_rr_get_interval() and sched_get_priority_max().
1408
14092007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1410
1411        * psxenosys/init.c: Fix typo.
1412
14132007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1414
1415        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
1416        addition of second POSIX Timer test. Add initial version of
1417        psxtimer02 to cover some conditions missed in psxtimer01. More cases
1418        left to add.
1419        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
1420        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
1421        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
1422        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
1423        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
1424        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
1425
14262007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1427
1428        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
1429
14302007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1431
1432        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
1433        functions that return ENOSYS.
1434        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
1435        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
1436
14372007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1438
1439        * psx13/test.c: Fix spelling error.
1440
14412007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1442
1443        * psxtime/test.c: Add tests for adjtime().
1444
14452007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1446
1447        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
1448        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
1449        cases to improve test coverage.
1450
14512007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1452
1453        PR 1262/filesystem
1454        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1455        and writev() including documentation and test case.
1456        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1457        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1458
14592007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1460
1461        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1462        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1463        test cases so last output line follows END OF pattern. Make sure test
1464        case all run. All tests appeared ok on sis.
1465
14662007-04-05      Joel Sherrill <joel@OARcorp.com>
1467
1468        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1469        behavior more closely matching GNU/Linux.
1470
14712006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1472
1473        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1474        include normal blocking and unblocking on timeout.
1475
14762006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1477
1478        * configure.ac: New BUG-REPORT address.
1479
14802006-11-17      Joel Sherrill <joel@OARcorp.com>
1481
1482        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1483        Previously the timeout was not absolute time and checked BEFORE
1484        attempting to lock semaphore.
1485
14862006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1487
1488        * psxbarrier01/main.c: New file.
1489
14902006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1491
1492        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1493        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1494        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1495        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1496
14972006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1498
1499        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1500        and partial implementation of POSIX rwlocks.
1501        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1502        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1503
15042006-10-30      Joel Sherrill <joel@OARcorp.com>
1505
1506        PR 841/rtems
1507        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1508        specification.
1509
15102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1511
1512        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1513
15142006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1515
1516        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1517        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1518        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1519        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1520        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1521        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1522        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1523        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1524        Use rtems_testsdir instead.
1525
15262005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1527
1528        * configure.ac: Remove RTEMS_ENABLE_BARE,
1529        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1530
15312005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1532
1533        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1534        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1535        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1536        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1537        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1538        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1539        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1540        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1541        Convert to using *_PROGRAMS.
1542
15432005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1544
1545        * psx01/Makefile.am, psx02/Makefile.am,
1546        psx03/Makefile.am, psx04/Makefile.am,
1547        psx05/Makefile.am, psx06/Makefile.am,
1548        psx07/Makefile.am, psx08/Makefile.am,
1549        psx09/Makefile.am, psx10/Makefile.am,
1550        psx11/Makefile.am, psx12/Makefile.am,
1551        psx13/Makefile.am, psxcancel/Makefile.am,
1552        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1553        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1554        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1555        psxstat/Makefile.am, psxtime/Makefile.am,
1556        psxtimer/Makefile.am: Rework.
1557
15582005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1559
1560        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1561        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1562        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1563        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1564        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1565        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1566        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1567        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1568        * psxtests.am: Remove.
1569
15702005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1571
1572        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1573        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1574        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1575        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1576        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1577        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1578        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1579        psxtime/Makefile.am, psxtimer/Makefile.am:
1580        AM_CPPFLAGS += -I..../support/include.
1581
15822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1583
1584        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1585
15862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1587
1588        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1589        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1590        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1591        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1592        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1593        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1594        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1595        psxstat/Makefile.am: Add ../include/pmacros.h
1596        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1597        POSIX_FILES_DIRS.
1598        * psxtests.am: Remove LIB_VARIANT.
1599
16002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1601
1602        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1603        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1604        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1605        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1606        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1607        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1608        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1609        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1610        Remove SRC, PRINT_SRC.
1611
16122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1613
1614        * Makefile.am: Cleanup.
1615
16162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1617
1618        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1619        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1620        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1621        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1622        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1623        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1624        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1625        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1626        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1627        Partial conversion to automake.
1628
16292005-09-01      Joel Sherrill <joel@OARcorp.com>
1630
1631        PR 628/rtems
1632        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1633        being an error.
1634
16352005-04-26      Joel Sherrill <joel@OARcorp.com>
1636
1637        * psxreaddir/test.c: Eliminate warnings.
1638
16392004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1640
1641        * configure.ac: Require automake > 1.9.
1642
16432004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1644
1645        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1646        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1647        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1648        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1649        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1650        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1651        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1652        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1653        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1654        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1655        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1656        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1657        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1658        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1659        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1660        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1661        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1662        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1663        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1664        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1665        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1666        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1667        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1668
16692004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1670
1671        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1672        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1673        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1674        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1675
16762004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1677
1678        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1679        to using c99 fixed size types.
1680
16812004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1682
1683        * Makefile.am: Remove include from SUBDIRS.
1684
16852004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1686
1687        * include/Makefile.am: Remove.
1688        * Makefile.am: Merge-in include/Makefile.am.
1689        * configure.ac: Reflect changes above.
1690
16912004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1692
1693        * configure.ac: Add 2nd arg to RTEMS_TOP.
1694
16952004-03-05      Joel Sherrill <joel@OARcorp.com>
1696
1697        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1698        psxtimer/psxtimer.c: Eliminate warnings and typos.
1699
17002004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1701
1702        PR 582/core
1703        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1704        queue test so more of it runs now.
1705
17062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1707
1708        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1709        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1710        * psx02/Makefile.am: Ditto.
1711        * psx03/Makefile.am: Ditto.
1712        * psx04/Makefile.am: Ditto.
1713        * psx05/Makefile.am: Ditto.
1714        * psx06/Makefile.am: Ditto.
1715        * psx07/Makefile.am: Ditto.
1716        * psx08/Makefile.am: Ditto.
1717        * psx09/Makefile.am: Ditto.
1718        * psx10/Makefile.am: Ditto.
1719        * psx11/Makefile.am: Ditto.
1720        * psx12/Makefile.am: Ditto.
1721        * psx13/Makefile.am: Ditto.
1722        * psxcancel/Makefile.am: Ditto.
1723        * psxchroot01/Makefile.am: Ditto.
1724        * psxfile01/Makefile.am: Ditto.
1725        * psxmount/Makefile.am: Ditto.
1726        * psxmsgq01/Makefile.am: Ditto.
1727        * psxreaddir/Makefile.am: Ditto.
1728        * psxsem01/Makefile.am: Ditto.
1729        * psxstat/Makefile.am: Ditto.
1730        * psxtime/Makefile.am: Ditto.
1731        * psxtimer/Makefile.am: Ditto.
1732
17332003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1734
1735        * psxtests.am: Add dirstamp support.
1736
17372003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1738
1739        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1740
17412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1742
1743        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1744
17452003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * psxcancel/Makefile.am: Remove used H_FILES.
1748
17492003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * include/Makefile.am: Reformat.
1752        * psx01/Makefile.am: Remove all-local: $(ARCH).
1753        * psx02/Makefile.am: Remove all-local: $(ARCH).
1754        * psx03/Makefile.am: Remove all-local: $(ARCH).
1755        * psx04/Makefile.am: Remove all-local: $(ARCH).
1756        * psx05/Makefile.am: Remove all-local: $(ARCH).
1757        * psx06/Makefile.am: Remove all-local: $(ARCH).
1758        * psx07/Makefile.am: Remove all-local: $(ARCH).
1759        * psx08/Makefile.am: Remove all-local: $(ARCH).
1760        * psx09/Makefile.am: Remove all-local: $(ARCH).
1761        * psx10/Makefile.am: Remove all-local: $(ARCH).
1762        * psx11/Makefile.am: Remove all-local: $(ARCH).
1763        * psx12/Makefile.am: Remove all-local: $(ARCH).
1764        * psx13/Makefile.am: Remove all-local: $(ARCH).
1765        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1766        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1767        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1768        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1769        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1770        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1771        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1772        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1773        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1774        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1775        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1776
17772003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * configure.ac: Reflect having moved to testsuites/.
1780
17812003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1782
1783        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1784
17852003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * configure.ac:Remove RTEMS_CHECK_CPU.
1788
17892003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1790
1791        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1792
17932003-09-04      Joel Sherrill <joel@OARcorp.com>
1794
1795        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1796        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1797        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1798        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1799        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1800        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1801        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1802        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1803        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1804        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1805        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1806        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1807        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1808        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1809        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1810        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1811        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1812        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1813        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1814        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1815        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1816        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1817        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1818        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1819        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1820        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1821        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1822        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1823        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1824        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1825        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1826        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1827        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1828        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1829        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1830        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1831        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1832        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1833        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1834        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1835        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1836        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1837        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1838        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1839        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1840        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1841        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1842        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1843        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1844        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1845        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1846        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1847        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1848        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1849        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1850        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1851        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1852        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1853        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1854        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1855        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1856        psxtimer/system.h: URL for license changed.
1857
18582003-09-04      Joel Sherrill <joel@OARcorp.com>
1859
1860        PR 462/tests
1861        * psxhdrs/Makefile.am: Added ualarm.c
1862        * psxhdrs/signal23.c: New file.
1863
18642003-09-03      Joel Sherrill <joel@OARcorp.com>
1865
1866        PR 463/tests
1867        PR 465/tests
1868        * psxhdrs/Makefile.am: Add new test cases.
1869        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1870        psxhdrs/timer07.c: New files.
1871
18722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1873
1874        * Makefile.am: Reflect having moved aclocal/.
1875
18762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * Makefile.am: Reflect having moved automake/.
1879        * include/Makefile.am: Reflect having moved automake/.
1880        * psx01/Makefile.am: Reflect having moved automake/.
1881        * psx02/Makefile.am: Reflect having moved automake/.
1882        * psx03/Makefile.am: Reflect having moved automake/.
1883        * psx04/Makefile.am: Reflect having moved automake/.
1884        * psx05/Makefile.am: Reflect having moved automake/.
1885        * psx06/Makefile.am: Reflect having moved automake/.
1886        * psx07/Makefile.am: Reflect having moved automake/.
1887        * psx08/Makefile.am: Reflect having moved automake/.
1888        * psx09/Makefile.am: Reflect having moved automake/.
1889        * psx10/Makefile.am: Reflect having moved automake/.
1890        * psx11/Makefile.am: Reflect having moved automake/.
1891        * psx12/Makefile.am: Reflect having moved automake/.
1892        * psx13/Makefile.am: Reflect having moved automake/.
1893        * psxcancel/Makefile.am: Reflect having moved automake/.
1894        * psxchroot01/Makefile.am: Reflect having moved automake/.
1895        * psxfile01/Makefile.am: Reflect having moved automake/.
1896        * psxhdrs/Makefile.am: Reflect having moved automake/.
1897        * psxmount/Makefile.am: Reflect having moved automake/.
1898        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1899        * psxreaddir/Makefile.am: Reflect having moved automake/.
1900        * psxsem01/Makefile.am: Reflect having moved automake/.
1901        * psxstat/Makefile.am: Reflect having moved automake/.
1902        * psxtime/Makefile.am: Reflect having moved automake/.
1903        * psxtimer/Makefile.am: Reflect having moved automake/.
1904
19052003-08-14      Joel Sherrill <joel@OARcorp.com>
1906
1907        PR 408/filesystem
1908        * psx13/test.c: Added very rudimentary test of sync() service.
1909
19102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1911
1912        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1913
19142003-06-12      Joel Sherrill <joel@OARcorp.com>
1915
1916        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1917
19182003-05-29      Joel Sherrill <joel@OARcorp.com>
1919
1920        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1921        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1922        psxtimer/psxtimer.c: Removed warnings.
1923
19242003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1925
1926        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1927        CC_CFLAGS_DEFAULT (obsolete).
1928
19292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1930
1931        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1932        Remove CC_LDFLAGS_PROFILE_V.
1933
19342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1935
1936        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1937
19382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1941
19422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * configure.ac: AC_PREREQ(2.57).
1945
19462002-11-14      Joel Sherrill <joel@OARcorp.com>
1947
1948        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1949        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1950        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1951        Per PR239 update the IDs in the various screens.
1952
19532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1954
1955        * .cvsignore: Reformat.
1956        Add autom4te*cache.
1957        Remove autom4te.cache.
1958
19592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1960
1961        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1962        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1963        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1964        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1965        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1966        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1967        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1968        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1969        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1970        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1971        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1972        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1973        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1974        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1975        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1976        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1977        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1978        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1979        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1980        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1981        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1982        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1983        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1984        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1985
19862002-08-01      Joel Sherrill <joel@OARcorp.com>
1987
1988        * Per PR47 add support for buffered test output.  This involved
1989        adding defines to redirect output to a buffer and dump it when
1990        full, at "test pause", and at exit.  To avoid problems when redefining
1991        exit(), all tests were modified to call rtems_test_exit().
1992        Some tests, notable psxtests, had to be modified to include
1993        the standard test macro .h file (pmacros.h or tmacros.h) to
1994        enable this support.
1995        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
1996        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
1997        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
1998        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
1999        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
2000        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
2001        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
2002        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
2003        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
2004        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
2005        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
2006        psxtime/test.c, psxtimer/psxtimer.c: Modified.
2007
20082002-07-05      Joel Sherrill <joel@OARcorp.com>
2009
2010        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
2011        Updated as part of PR164 which reported problems with the RTEMS
2012        implementation of pthread_cancel.
2013       
20142001-04-26      Joel Sherrill <joel@OARcorp.com>
2015
2016        * psxmsgq01/init.c: Reflect changes made to address PR81 that
2017        reworked POSIX message queues to add a descriptor separate from
2018        the underlying message queue.  This allows non-blocking to follow
2019        the "open" not the underlying queue.
2020 
20212002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2022
2023        * configure.ac: Remove ENABLE_GCC28.
2024
20252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * configure.ac:
2028        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2029        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2030        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2031        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2032        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2033        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2034        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2035        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2036        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2037        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2038        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2039        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2040        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2041        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
2042        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2043        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2044        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2045        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
2046        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2047        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2048        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2049        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
2050        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2051        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
2052        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2053        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
2054        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
2055        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
2056
20572001-11-07      Jennifer Averett <jennifer@OARcorp.com>
2058
2059        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
2060        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
2061        Since we check permissions before evaluating enough to see if it
2062        a regular file or directory, this hack is needed to make the regular
2063        file executable.
2064
20652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2066
2067        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2068        * configure.in: Remove.
2069        * configure.ac: New file, generated from configure.in by autoupdate.
2070
20712001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2072
2073        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2074
20752001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
2078        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
2079        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
2080        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
2081        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
2082        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
2083        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
2084        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
2085        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
2086        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
2087        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
2088        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
2089        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
2090        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
2091        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
2092        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
2093        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
2094        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
2095        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
2096        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
2097        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
2098        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
2099        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
2100        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
2101
21022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2103
2104        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
2105        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
2106        psxchroot01 test.
2107
21082001-05-25      Joel Sherrill <joel@OARcorp.com>
2109
2110        * Added once version of psxchroot01 test for user review.
2111        * psxchroot01: New directory.
2112        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
2113        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
2114        * configure.in, Makefile.am: Modified to reflect above.
2115
21162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2117
2118        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2119
21202001-04-24      Joel Sherrill <joel@OARcorp.com>
2121
2122        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
2123        open, write, reopen, append twice from Andrew Bythell
2124        <abythell@nortelnetworks.com> that tripped an initialization
2125        problem in the IMFS.
2126
21272001-04-20      Joel Sherrill <joel@OARcorp.com>
2128
2129        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
2130        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
2131        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
2132        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
2133        Various adjustments so test output matches screens more reliably.
2134
21352001-01-25      Joel Sherrill <joel@OARcorp.com>
2136
2137        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
2138
21392000-11-17      Jennifer Averett <jennifer@OARcorp.com>
2140
2141        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
2142        to remain consistant across platforms and bsps by forcing
2143        a mount point in front of all paths.
2144
21452000-11-17      Jennifer Averret <jennifer@OARcorp.com>
2146
2147        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
2148        expected error condition in one case.
2149        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
2150        readdir() of root of mounted filesystem.  Also corrected the screen
2151        file for some mistakes noticed in this effort.
2152
21532000-11-13      Joel Sherrill <joel@OARcorp.com>
2154
2155        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
2156
21572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2158
2159        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2160
21612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2164
21652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2166
2167        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2168        Switch to GNU canonicalization.
2169        * psxtests.am: Remove DEFS.
2170
21712000-10-24      Joel Sherrill <joel@OARcorp.com>
2172
2173        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
2174        It was formerly incorrectly prototyped in <libio.h>.
2175
21762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2177
2178        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
2179        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
2180        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
2181        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
2182        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
2183        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
2184        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
2185        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
2186
21872000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2188        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
2189        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
2190        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
2191        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
2192        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
2193        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
2194        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
2195
21962000-08-10      Joel Sherrill <joel@OARcorp.com>
2197
2198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.