source: rtems/testsuites/psxtests/ChangeLog @ 677e813

4.115
Last change on this file since 677e813 was 677e813, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:25

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 83.7 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52011-01-17      Alin Rus <alin.codejunkie@gmail.com>
6
7        * Makefile.am, configure.ac: Add psxaio03/.
8        * psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn
9        psxaio03/system.h: New.
10
112011-01-08      Alin Rus <alin.codejunkie@gmail.com>
12
13        * psxaio02/init.c: Improve aio_cancel() coverage.
14
152011-01-02      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * psx05/init.c: Spacing.
18
192010-11-01      Alin Rus <alin.codejunkie@gmail.com>
20
21        * psxaio01/init.c, psxaio02/init.c: Improve coverage.
22
232010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * psx05/init.c: Check for correct status returned.
26        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code
27        to exercise path when attempting to lock for reading but there
28        is at least one writer blocked waiting for access.
29
302010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and
33        sleep() (e.g. interruptible blocking and sleeping) are interruptible
34        by signal.
35        * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c,
36        psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
37
382010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
41        psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
42        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
43        psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
44        psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
45        psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
46        psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
47        psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
48        psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
49        psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
50        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
51        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
52        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
53        psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
54        double space after parenthesis on rtems_test_assert().
55
562010-10-08      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
59        guardsize.
60
612010-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
64        psxhdrs/pthread40.c: New files.
65
662010-10-04      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
69        psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
70        pthread_attr_setstack, pthread_attr_getguardsize, and
71        pthread_attr_setguardsize.
72        * psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
73        psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
74
752010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Check for pthread_attr_{get,set}cputime instead of
78        pthread_pthread_attr_{get,set}cputime (Typo).
79
802010-09-28      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
81
82        * psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn:
83        New files.
84        * Makefile.am, configure.ac: Reflect changes above.
85
862010-08-30      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: AC_CHECK_DECLS([seteuid]).
89        * psximfs02/init.c: Provide decl for seteuid if not provided by
90        libc.
91
922010-08-30      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * psxenosys/init.c, psxenosys/psxenosys.doc,
95        psxenosys/psxenosys.scn: Remove devctl.
96
972010-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
100        aio being implemented.
101
1022010-08-19      Joel Sherrill <joel.sherrilL@OARcorp.com>
103
104        * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
105        submission.
106
1072010-08-19      Joel Sherrill <joel.sherrilL@OARcorp.com>
108
109        * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
110
1112010-08-16      Alin Rus <alin.codejunkie@gmail.com>
112
113        * Makefile.am, configure.ac: Add psxaio01/, psxaio02/.
114        * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn,
115        psxaio01/system.h: New.
116        * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn,
117        psxaio02/system.h: New.
118
1192010-08-10      Bharath Suri <bharath.s.jois@gmail.com>
120
121        PR 1598/testing
122        * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
123        added to improve coverage of getpwent.c.
124
1252010-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        PR 1665/testing
128        * psximfs02/init.c: Fix uninitialized variable warning.
129
1302010-08-09      Bharath Suri <bharath.s.jois@gmail.com>
131
132        PR 1661/testing
133        * psximfs02/init.c: Changes to improve coverage of
134        imfs_initsupp.c, by using a bad value for
135        CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
136
1372010-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        PR 1661/testing
140        * psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
141        psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
142
1432010-08-09      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * psxpasswd02/init.c: Remove unused variable.
146
1472010-08-06      Bharath Suri <bharath.s.jois@gmail.com>
148
149        PR 1654/testing
150        * psx13/test.c, psx13/psx13.scn: Test case to improve testing of
151        dup2 routine.
152        * psxfile01/test.c, psxfile01/psxfile01.scn: New test to improve
153        testing of fcntl routine.
154        * psximfs01/init.c, psximfs01/psximfs01.scn: Improve testing of
155        imfs routines.
156        * psximfs02/init.c, psximfs02/psximfs02.scn: Improve coverage of
157        imfs routines.
158        * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New tests to
159        improve coverage of getpwent.c.
160
1612010-08-06      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        PR 1652/GCC:
164        * psxpipe01/init.c: Expand incomplete initializers triggering
165        powerpc-gcc -msdata breakdown.
166
1672010-07-30      Bharath Suri <bharath.s.jois@gmail.com>
168
169        PR 1642/testing
170        * psximfs02/init.c, psximfs02/psximfs02.scn,
171        psximfs02/psximfs02.doc: Added test cases to exercise chmod(),
172        chown() and routines in imfs_debug.c.
173
1742010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
175
176        PR 1642/testing
177        * psximfs02/init.c, psximfs02/psximfs02.scn,
178        psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
179        * configure.ac, Makefile.am: Changes to accommodate psximfs02
180        test.
181
1822010-07-29      Bharath Suri <bharath.s.jois@gmail.com>
183
184        PR 1633/testing
185        * psximfs01/init.c, psximfs01/psximfs01.scn,
186        psximfs01/psximfs01.doc: New cases to exercise
187        IMFS_memfile_remove.
188
1892010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * psxobj01/Makefile.am, psxobj01/init.c, psxobj01/psxobj01.scn: Add
192        test for runnign out of workspace when setting object name as string.
193
1942010-07-27      Vinu Rajashekhar <vinutheraj@gmail.com>
195
196        PR 1629/cpukit
197        * psx04/init.c: sigsuspend() was not completely following the POSIX
198        specification.
199
2002010-07-19      Bharath Suri <bharath.s.jois@gmail.com>
201
202        PR 1623/testing
203        * psx13/test.c, psx13/psx13.scn: New cases to improve coverage of
204        utime() and fpathconf().
205        * psxfile01/test.c, psxfile01/psxfile01.scn: New cases to improve
206        coverage of rmdir(), unlink(), mknod(), link(), open(), read(),
207        write().
208        * psxstat/test.c, psxstat/psxstat.scn: New case to improve
209        coverage of readlink().
210
2112010-07-17      Bharath Suri <bharath.s.jois@gmail.com>
212
213        PR 1622/testing
214        * psxchroot01/test.c, psxchroot01/psxchroot01.scn: Added two test
215        cases to completely cover chroot().
216
2172010-07-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
218
219        * psxfile01/test.c: Avoid NULL pointer access.
220
2212010-07-15      Bharath Suri <bharath.s.jois@gmail.com>
222
223        PR 1617/testing
224        * psxfile01/test.c, psxfile01/psxfile01.scn: Added new cases to
225        exercise_link_r and _unlink_r
226        * psxstat/test.c, psxstat/psxstat.scn: Added new cases to exercise
227        _lstat_r and _stat_r.
228        * psxtime/test.c, psxtime/psxtime.scn: Added new cases to exercise
229        _gettimeofday.
230
2312010-07-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
232
233        * psxstat/test.c: Avoid NULL pointer access.
234
2352010-07-12      Bharath Suri <bharath.s.jois@gmail.com>
236
237        PR 1613/testing
238        * psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore,
239        psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New
240        tests. Improves coverage of fchdir, fchmod, fchown directives.
241        * configure.ac, Makefile.am: Changes to accommodate new test.
242        * psxstat/test.c, psxstat/psxstat.scn: Added new test case to test
243        statvfs routine under libcsupport.
244
2452010-07-09      Bharath Suri <bharath.s.jois@gmail.com>
246
247        PR 1610/testing
248        * psx13/test.c, psx13/psx13.scn: Remove the test cases which
249        exercise pipe. These are new a new test under psxpipe01/
250        * psxpipe01/init.c, psxpipe01/Makefile.am,
251        psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
252        * Makefile.am, configure.ac: Changes due to addition of new test:
253        psxpipe01.
254
2552010-07-08      Bharath Suri <bharath.s.jois@gmail.com>
256
257        PR 1608/testing
258        * psxfile01/init.c: Add a simple test case: Open file as read-only
259        and attemp to truncate. Improves coverage.
260
2612010-07-07      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        PR 1606/cpukit
264        * psxfatal_support/init.c: Remove
265        INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
266
2672010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
268
269        * psxfatal_support/init.c: Print end of test message in case of
270        success.  Stop multitasking in the fatal error extension.
271        * psxfatal01/psxfatal01.scn, psxfatal02/psxfatal02.scn: Update.
272
2732010-07-06      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
274
275        * psxtimes01/init.c: Added missing declaration.
276
2772010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * Makefile.am, configure.ac: Add test for various forms of times() and
280        getrusage().
281        * psxgetrusage01/.cvsignore, psxgetrusage01/Makefile.am,
282        psxgetrusage01/init.c, psxgetrusage01/psxgetrusage01.doc,
283        psxgetrusage01/psxgetrusage01.scn, psxtimes01/.cvsignore,
284        psxtimes01/Makefile.am, psxtimes01/init.c, psxtimes01/psxtimes01.doc,
285        psxtimes01/psxtimes01.scn: New files.
286
2872010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * psxid01/init.c, psxid01/psxid01.scn: Actually match an entry in
290        /etc/passwd and /etc/group.
291
2922010-07-05      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * psxid01/init.c, psxid01/psxid01.doc, psxid01/psxid01.scn: Add test
295        cases.
296
2972010-07-02      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * psx13/test.c: Fix warning.
300
3012010-07-02      Joel Sherrill <joel.sherrill@oarcorp.com>
302
303        * psxfile01/test_cat.c: Does not need posix specific macros.
304
3052010-07-01      Joel Sherrill <joel.sherrilL@OARcorp.com>
306
307        * psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c:
308        Remove tests which put NULL entries in file handlers.
309
3102010-07-01      Bharath Suri <bharath.s.jois@gmail.com>
311
312        PR 1598/testing
313        * Makefile.am, configure.ac, psxpasswd01/init.c,
314        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: Add testing
315        for POSIX user database (e.g. /etc/group and /etc/passwd) access
316        routines which are implemented in libcsupport/src/getpwent.c.
317        * psxpasswd02/.cvsignore, psxpasswd02/Makefile.am, psxpasswd02/init.c,
318        psxpasswd02/psxpasswd02.doc, psxpasswd02/psxpasswd02.scn: New files.
319
3202010-07-01      Vinu Rajashekhar <vinutheraj@gmail.com>
321
322        PR 1597/cpukit
323        * psx13/psx13.scn, psx13/test.c, psxstat/psxstat.scn,
324        psxstat/test.c: Add lchown() and utimes().
325
3262010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * Makefile.am, configure.ac: Add tests for file lock stubs as well as
329        various POSIX methods that access UID, PID, and GID.
330        * psxfilelock01/.cvsignore, psxfilelock01/Makefile.am,
331        psxfilelock01/init.c, psxfilelock01/psxfilelock01.doc,
332        psxfilelock01/psxfilelock01.scn, psxid01/.cvsignore,
333        psxid01/Makefile.am, psxid01/init.c, psxid01/psxid01.doc,
334        psxid01/psxid01.scn: New files.
335
3362010-06-30      Joel Sherrill <joel.sherrilL@OARcorp.com>
337
338        * psximfs01/init.c: Fix warning introduced.
339
3402010-06-30      Joel Sherrill <joel.sherrill@oarcorp.com>
341
342        PR 1595/tests
343        * psximfs01/init.c: Fix warnings.
344
3452010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * psxtime/psxtime.scn, psxtime/test.c: Add test for passing a null
348        pointer.
349
3502010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
353
3542010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * Makefile.am, configure.ac: Add test to exercise IMFS behaviour with
357        files of maximum sizes.
358        * psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c,
359        psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
360
3612010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
362
363        * Makefile.am, configure.ac: Revert accidentally committed patch.
364
3652010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
366
367        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
368        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
369        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
370        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
371        psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am,
372        psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
373        psxbarrier01/Makefile.am, psxcancel/Makefile.am,
374        psxcancel01/Makefile.am, psxchroot01/Makefile.am,
375        psxcleanup/Makefile.am, psxcleanup01/Makefile.am,
376        psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am,
377        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
378        psxfile01/Makefile.am, psxintrcritical01/Makefile.am,
379        psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am,
380        psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
381        psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
382        psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
383        psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
384        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
385        psxsem01/Makefile.am, psxsignal01/Makefile.am,
386        psxsignal02/Makefile.am, psxsignal03/Makefile.am,
387        psxsignal04/Makefile.am, psxsignal05/Makefile.am,
388        psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
389        psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
390        psxtimer01/Makefile.am, psxtimer02/Makefile.am,
391        psxualarm/Makefile.am, psxusleep/Makefile.am: Revert accidentally
392        committed patch.
393
3942010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
395
396        * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am,
397        psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am,
398        psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am,
399        psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am,
400        psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am,
401        psxalarm01/Makefile.am, psxautoinit01/Makefile.am,
402        psxautoinit02/Makefile.am, psxbarrier01/Makefile.am,
403        psxcancel/Makefile.am, psxcancel01/Makefile.am,
404        psxchroot01/Makefile.am, psxcleanup/Makefile.am,
405        psxcleanup01/Makefile.am, psxclock/Makefile.am,
406        psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am,
407        psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c,
408        psxfile02/psxfile02.doc, psxfile02/psxfile02.scn,
409        psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
410        psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
411        psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
412        psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
413        psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
414        psxpasswd01/Makefile.am, psxrdwrv/Makefile.am,
415        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
416        psxsem01/Makefile.am, psxsignal01/Makefile.am,
417        psxsignal02/Makefile.am, psxsignal03/Makefile.am,
418        psxsignal04/Makefile.am, psxsignal05/Makefile.am,
419        psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
420        psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am,
421        psxtimer01/Makefile.am, psxtimer02/Makefile.am,
422        psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater
423        than number of file descriptors configured.
424
4252010-06-23      Jennifer Averett <Jennifer.Averett@OARcorp.com>
426
427        * psxfile02/psxfile02.doc: Filled in documentation information.
428
4292010-06-23      Jennifer Averett <Jennifer Averett@OARcorp.com>
430
431        * Makefile.am, configure.ac: Added test case for calls that check for
432        an unopened file descriptor.
433        * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c,
434        psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
435
4362010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
437
438        * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second
439        parameter to adjtime NULL.
440
4412010-06-19      Joel Sherrill <joel.sherrill@oarcorp.com>
442
443        * psxfatal_support/init.c: Remove references to ITRON constants.
444
4452010-06-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
446
447        * psxfile01/test.c: Update for IMFS API changes.
448
4492010-06-02      Chris Johns <chrisj@rtems.org>
450
451        * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c,
452        psxstat/test.c: Update to the new mount API.
453
4542010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
455
456        * configure.ac: Add AC_CHECK_SIZEOF(off_t).
457        * include/pmacros.h: Add PRIdoff_t.
458
4592010-05-17      Bharath Suri <bharath.s.jois@gmail.com>
460
461        * psxfile01/test.c, psxfile01/psxfile01.scn: This file now
462        exercises the _rename_r in libcsupport. For now, it also
463        provides two fsmount_me_h handlers to enable certain error
464        checking paths
465
4662010-04-28      Joel Sherrill <joel.sherrill@oarcorp.com>
467
468        * psxfile01/test.c: Add check for errno on chdir(NULL).
469
4702010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
471
472        * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
473
4742010-04-25      Joel Sherrill <joel.sherrill@oarcorp.com>
475
476        * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init()
477        thread can reliably reach the pthread_join() call.
478
4792010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
480
481        * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for
482        rewinddir(NULL) since we are now using newlib's implementation and it
483        does not check for NULL. This causes a fault on some targets.
484
4852010-04-03      Joel Sherrill <joel.sherrill@oarcorp.com>
486
487        * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c,
488        psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c:
489        Reflect POSIX changes to sched_param.
490
4912010-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
492
493        * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c,
494        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
495        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
496        psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c:
497        #include <unistd.h>.
498
4992009-12-28      Shrikant Gaikwad <n3oo3n@gmail.com>
500
501        * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull()
502        to cover the trivial NULL case for pipe function.
503
5042009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
505
506        * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing
507        and compilation issues. Initial test build was accidentally without
508        POSIX enabled.
509
5102009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
511
512        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
513        psx03/init.c, psx03/task.c, psx04/init.c, psx04/task1.c,
514        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c,
515        psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c,
516        psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c,
517        psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c,
518        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c,
519        psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
520        psxcancel01/init.c, psxchroot01/test.c, psxclock/init.c,
521        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
522        psxfile01/test_write.c, psxitimer/init.c, psxkey01/task.c,
523        psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c,
524        psxmsgq03/init.c, psxmsgq04/init.c, psxreaddir/test.c,
525        psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
526        psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
527        psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
528        psxstack01/init.c, psxstat/test.c, psxtime/test.c, psxualarm/init.c:
529        Use rtems_test_assert() consistently instead of system assert().
530        rtems_test_assert() is designed to integrate into the RTEMS test
531        suite infrastructure.
532
5332009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
534
535        * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam
536        families.
537        * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c,
538        psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
539
5402009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
541
542        PR 1460/cpukit
543        * psx14/init.c: Change return type on methods accessing portions of
544        RTEMS Ids to int. This allows -1 to be return on error.
545
5462009-11-11      Joel Sherrill <joel.sherrill@oarcorp.com>
547
548        PR 1466/tests
549        * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc,
550        psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c,
551        psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests.
552        Add test specifically to test it since it is deprecated as of
553        POSIX.1-2008.
554        * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c,
555        psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
556
5572009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
558
559        * psxcancel01/init.c: Initialize start time.
560
5612009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
562
563        * psxmsgq01/init.c, psxsem01/init.c: Add service to check status
564        returned by POSIX methods which return a pointer which is -1 on
565        error. This eliminated some casts.
566
5672009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * psxenosys/Makefile.am: Add documentation file.
570        * psxenosys/psxenosys.doc: New file.
571
5722009-01-02      Ralf Corsépius <ralf.corsepius@rtems.org>
573
574        * psxsignal03/init.c:
575        Print sigval.sival_ptr instead of "union sigval".
576
5772009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
578
579        * psxstat/test.c: Apply PRI* macros to print struct stat fields.
580        * psxreaddir/test.c: Apply PRI* macros to print struct stat fields.
581        * psxfile01/test.c: Remove obsure #ifdef's.
582        Apply PRI* macros to print struct stat fields.
583
5842009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
585
586        * include/pmacros.h: Change TM_OCTOBER to 9, TM_NOVEMBER to 10,
587        TM_DECEMBER to 11 (tm_mon months start with JAN = 0).
588
5892009-10-31      Ralf Corsépius <ralf.corsepius@rtems.org>
590
591        * include/pmacros.h: November is the 11th month.
592
5932009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
594
595        * psxstat/test.c: Remove #ifdef's.
596        * psxmount/test.c, psxreaddir/test.c: Remove __P (unused anachronism).
597        * psxfatal02/testcase.h: Fall back to INT_MAX as posix stack size in
598        if 12MB are too big for a target (16bit compliance).
599        * psx04/init.c: Use INT_MAX instead of 0xffffffff in call to kill()
600        for 16bit compliance.
601        * psx14/init.c: Add local prototypes for
602        rtems_object_api_minimum_class, rtems_object_api_maximum_class.
603        Reflect the prototypes having been missing to printf's.
604
6052009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
606
607        * psxsysconf/init.c:
608        Comment out sysconf(LONG_MAX) check (not useful).
609        Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
610        16bit compliance.
611        * psx11/task.c: Use long for nsecs.
612        * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
613        attribute to pthread_condattr_setpshared for 16bit target compliance.
614
6152009-10-28      Ralf Corsépius <ralf.corsepius@rtems.org>
616
617        * psxbarrier01/test.c: Include <tmacros.h>
618
6192009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
620
621        * psx01/init.c, psx01/task.c, psx02/init.c, psx03/init.c,
622        psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
623        psx08/init.c, psx09/init.c, psx10/task.c, psx10/task2.c,
624        psx10/task3.c, psx11/init.c, psx12/init.c, psxalarm01/init.c,
625        psxbarrier01/test.c, psxkey01/init.c, psxkey01/task.c,
626        psxmsgq02/init.c, psxsignal01/init.c, psxualarm/init.c:
627        Use PRIxpthread_t to print pthread_t's.
628
6292009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
630
631        * psxmsgq02/init.c:
632        Remove cast in call to fatal_posix_service_status_errno.
633        * psxenosys/init.c:
634        Add missing args in calls to execl, execlp, execle.
635        * psxhdrs/pthread36.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME.
636        * psxhdrs/pthread35.c: Use HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
637        * psx07/init.c: Use HAVE_DECL_PTHREAD_ATTR_GETCPUTIME,
638        HAVE_DECL_PTHREAD_ATTR_SETCPUTIME.
639        * configure.ac:
640        Add AC_CHECK_DECLS pthread_attr_getcputime, pthread_attr_setcputime.
641
6422009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
643
644        * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec.
645        * psxsysconf/init.c: Use %ld to print *.tv_nsec.
646        * psxclock/init.c: Use %ld to print *.tv_nsec.
647        * psx06/init.c, psx06/system.h: Misc. warning fixes.
648
6492009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
650
651        * psxsignal03/init.c: Add missing argument to printf.
652        * psxfile01/test.c: Use %zu instead of %d to print size_t's.
653        * psxclock/init.c, psxtimer01/psxtimer.c:
654        Use PRItime_t to print time_t's.
655        * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
656        Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
657
6582009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
659
660        * psxtime/test.c: Include <sys/time.h>.
661        Conditionally add local prototype for adjtime()
662        if sys/time.h doesn't supply it.
663        * psx07/init.c: Include <sched.h>, <pthread.h>.
664        * psx05/init.c: Include <sched.h>.
665        * psx11/init.c, psx09/init.c: Include <sched.h>.
666        * psx12/init.c: Include <sched.h>.
667        * psxenosys/init.c: Include <pthread.h>.
668        Conditionally add local prototype for pthread_atfork()
669        if pthread.h doesn't supply it.
670        * psxkey01/init.c: Include "test_support.h".
671
6722009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
673
674        * configure.ac: Check for pthread_atfork in pthread.h.
675        * psxrwlock01/test.c: Conditionally add local prototype for
676        pthread_atfork() if pthread.h doesn't supply it.
677        Include <pthread.h>.
678
6792009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
680
681        * configure.ac: Check for sys/mman.h.
682        Check for mprotect in sys/mman.h.
683        * psxenosys/init.c: Conditionally add local prototype for
684        mprotect() if sys/mman.h doesn't supply it.
685
6862009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
687
688        * configure.ac: Check for pthread_rwlock_unlock in pthread.h.
689        * psxrwlock01/test.c: Conditionally add local prototype for
690        pthread_rwlock_unlock() if pthread.h doesn't supply it.
691
6922009-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
693
694        * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
695        psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
696        psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
697        psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
698        psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
699        psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
700        psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
701        psxualarm/init.c: Remove unused vars.
702        Add missing prototypes.
703
7042009-10-22      Joel Sherrill <joel.sherrill@oarcorp.com>
705
706        * Makefile.am: Build file IO related tests even with POSIX threading is
707        disabled.
708
7092009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
710
711        * configure.ac: Don't add -ansi -fasm to CFLAGS.
712
7132009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
714
715        * psxtimer01/psxtimer.c: It is not necessarily an error for the time
716        remaining to not equal the period.
717
7182009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
719
720        * psx05/init.c, psx05/psx05.scn: Add test for bad mutex type.
721
7222009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
723
724        * psxcleanup/system.h: Fix typo.
725        * Makefile.am, configure.ac: Add new test for exercising pushing
726        and popping a clean up handler without actually executing it.
727        * psxcleanup01/.cvsignore, psxcleanup01/Makefile.am,
728        psxcleanup01/init.c, psxcleanup01/psxcleanup01.doc,
729        psxcleanup01/psxcleanup01.scn: New files.
730
7312009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
732
733        * Makefile.am, configure.ac: Add new test to ensure that canceling an
734        alarm works as defined.
735        * psxalarm01/.cvsignore, psxalarm01/Makefile.am, psxalarm01/init.c,
736        psxalarm01/psxalarm01.doc, psxalarm01/psxalarm01.scn: New files.
737
7382009-10-11      Joel Sherrill <joel.sherrill@OARcorp.com>
739
740        * psxtimer01/psxtimer.c: Actually pass the pointer we initialized.
741
7422009-10-11      Joel Sherrill <joel.sherrill@oarcorp.com>
743
744        * psxtimer01/psxtimer.c: Make sure we have null and not-null as return
745        parameter to timer_settime().
746
7472009-10-10      Joel Sherrill <joel.sherrill@oarcorp.com>
748
749        * psxtimer01/psxtimer.c: Modify so it passes in a NULL to
750        timer_settime() for previous value. We are not using the
751        value in this particular case and this path must be exercised.
752        * psxtimer01/psxtimer01.scn: Update so it matches output on sis.
753
7542009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
755
756        * psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c,
757        psxcancel01/psxcancel01.scn: Add missing pthread cancellation test
758        cases.
759
7602009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
761
762        * Makefile.am, configure.ac: Add new test for calling pthread_cancel()
763        from an ISR.
764        * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c,
765        psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
766
7672009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
768
769        * psxfatal_support/init.c, psxfatal_support/system.h: Eliminate use of
770        deprecated rtems_extension.
771
7722009-09-21      Joel Sherrill <joel.sherrill@oarcorp.com>
773
774        * psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
775        nanoseconds.
776
7772009-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
778
779        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
780        getpagesize().
781
7822009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
783
784        * psxclock/init.c, psxclock/psxclock.scn, psxenosys/init.c,
785        psxenosys/psxenosys.scn, psxsignal03/Makefile.am, psxsignal03/init.c,
786        psxsignal04/Makefile.am: Move test cases which needed to be executed
787        when POSIX is disabled to psxclock so they will be.
788
7892009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
790
791        * Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new
792        test to exercise clock and delay services enabled when POSIX threads
793        are disabled. This is split from psx01. POSIX test suite now enabled
794        when POSIX threads are disabled so only enable tests which are
795        appropriate.
796        * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c,
797        psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
798
7992009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
800
801        * psx09/init.c, psx09/psx09.scn: Correct test following decision of
802        when not to change ssporadic scheduler so it does not touch a task's
803        priority when it is holding a mutex or its priority would be impacted
804        adversely.
805
8062009-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
807
808        * psxtime/main.c, psxtime/psxtime.scn, psxtime/test.c: Add test case
809        for adjusting time (adjtime()) where the time is adjusted by enough
810        microseconds that it crosses a second boundary.
811
8122009-08-19      Santosh G Vattam <vattam.santosh@gmail.com>
813
814        * psx07/init.c, psx07/psx07.scn, psx07/system.h, psx07/task.c: Update
815        test to catch more sporadic server cases.
816
8172009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
818
819        * psx01/init.c, psx01/psx01.scn: Add test case for nanosleep with NULL
820        remaining pointer.
821
8222009-08-17     
823
824        * psx05/init.c, psx05/psx05.scn: Add test case for initializing
825        a recursize mutex.
826
8272009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
828
829        * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test
830        routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new
831        rtems_clock_get_ticks_per_second().
832
8332009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
834
835        * psxsignal01/init.c: Convert calls to legacy routine rtems_clock_get(
836        RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
837
8382009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
839
840        * psxstat/test.c, psxtime/test.c: Convert calls to legacy routine
841        rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
842
8432009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
844
845        * Makefile.am, configure.ac: Add test case for user providing their own
846        stack to a POSIX thread.
847        * psxstack01/.cvsignore, psxstack01/Makefile.am, psxstack01/init.c,
848        psxstack01/psxstack01.doc, psxstack01/psxstack01.scn: New files.
849
8502009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
851
852        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.scn: Tinker with test to ensure
853        that it hits both failing to allocate memory for the message queue
854        name and message buffers.
855
8562009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
857
858        * psxintrcritical01/init.c: Lower microseconds per tick so tests run
859        quicker and more reliably hit the intended critical section.
860
8612009-08-05      Joel Sherrill <joel.sherrill@OARcorp.com>
862
863        * Makefile.am, configure.ac: Add a test to exercise an odd case in
864        _POSIX_signals_Clear_signals.
865        * psxsignal05/.cvsignore, psxsignal05/Makefile.am, psxsignal05/init.c,
866        psxsignal05/psxsignal05.doc, psxsignal05/psxsignal05.scn: New files.
867
8682009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
869
870        * psxmsgq04/init.c: Correct typo in configuration so test does as
871        intended.
872
8732009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
874
875        * psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn:
876        Update to handle ENFILE case now that POSIX message queues and
877        message queue file descriptors are configured separately and this
878        error is possible.
879
8802009-08-05      Santosh G Vattam <vattam.santosh@gmail.com>
881
882        * Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc,
883        psxmsgq04/psxmsgq04.scn: Exercise running out of memory while
884        allocating the message buffers for a POSIX message queue.
885
8862009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
887
888        * psxsignal03/init.c, psxsignal03/psxsignal03.scn,
889        psxsignal04/psxsignal04.scn: Correct test numbers in macros so output
890        is right. Update both screens.
891
8922009-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
893
894        * Makefile.am, configure.ac, psxsignal03/Makefile.am,
895        psxsignal03/init.c, psxsignal03/psxsignal03.doc: Add new test
896        variation which focused on real-time signals rather than user
897        signals.
898        * psxsignal04/.cvsignore, psxsignal04/Makefile.am,
899        psxsignal04/psxsignal04.doc, psxsignal04/psxsignal04.scn: New files.
900
9012009-08-01      Joel Sherrill <joel.sherrill@oarcorp.com>
902
903        * psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and
904        replenish period of zero.
905
9062009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
907
908        * Makefile.am, configure.ac: Add new test to account for properly
909        handling keys when a thread has non-NULL key value and key has NULL
910        destructor and when a thread has NULL key value and key has
911        destructor.
912        * psxkey03/.cvsignore, psxkey03/Makefile.am, psxkey03/init.c,
913        psxkey03/psxkey03.doc, psxkey03/psxkey03.scn: New files.
914
9152009-07-30      Joel Sherrill <joel.sherrill@OARcorp.com>
916
917        * Makefile.am, configure.ac: Add new test for exercising running out of
918        memory while allocating the key pointers.
919        * psxkey02/.cvsignore, psxkey02/Makefile.am, psxkey02/init.c,
920        psxkey02/psxkey02.doc, psxkey02/psxkey02.scn: New files.
921
9222009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
923
924        * psxmsgq04/init.c: Add call to mq_unlink.
925
9262009-07-29      Joel Sherrill <joel.sherrill@oarcorp.com>
927
928        * Makefile.am, configure.ac: Add shell of new test.
929        * psxmsgq04/.cvsignore, psxmsgq04/Makefile.am, psxmsgq04/init.c,
930        psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: New files.
931
9322009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
933
934        * Makefile.am, configure.ac: Add test to address cases where a thread
935        is waiting on a signal (sigwait) and we send it. Also address case
936        where there are too many queued signals.
937        * psxsignal03/.cvsignore, psxsignal03/Makefile.am, psxsignal03/init.c,
938        psxsignal03/psxsignal03.doc, psxsignal03/psxsignal03.scn: New files.
939
9402009-07-29      Joel Sherrill <joel.sherrill@OARcorp.com>
941
942        * psxsignal02/init.c: Fix spacing.
943
9442009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
945
946        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Add tests for various
947        mq_timedreceive and mq_timedsend conditions. In particular test
948        timeout in the past.
949
9502009-07-28      Santosh G Vattam <vattam.santosh@gmail.com>
951
952        * psx05/init.c, psx05/psx05.scn: Add test for pthread_mutex_timedlock
953        with timeout in the past.
954
9552009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
956
957        * psxsignal02/psxsignal02.scn: Fill in screen file.
958
9592009-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
960
961        * Makefile.am, configure.ac: Add new test to exercise algorithm to
962        dispatch process wide signals to individual threads.
963        * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c,
964        psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
965
9662009-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
967
968        * Makefile.am, configure.ac: Add test to exercise interrupt
969        synchronization logic in _POSIX_Timer_Insert_helper that supports
970        POSIX timers.
971        * psxintrcritical01/.cvsignore, psxintrcritical01/Makefile.am,
972        psxintrcritical01/init.c, psxintrcritical01/psxintrcritical01.doc,
973        psxintrcritical01/psxintrcritical01.scn: New files.
974
9752009-07-23      Santosh G Vattam <vattam.santosh@gmail.com>
976
977        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Add
978        multiple cases which complete coverage of thread cancellation.
979        * psxcancel/psxcancel.doc: New file.
980
9812009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
982
983        * psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
984        * psxsem01/system.h: Removed.
985
9862009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
987
988        * psxsem01/init.c: Eliminate warning.
989
9902009-07-22      Joel Sherrill <joel.sherrill@oarcorp.com>
991
992        * psxcancel/init.c: Clean up.
993
9942009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
995
996        * psxmutexattr01/init.c: Make test optional if tools do not support
997        posix mutex type attribute.
998
9992009-07-21      Joel Sherrill <joel.sherrill@oarcorp.com>
1000
1001        * Makefile.am, configure.ac: Add new test to exercise error case for
1002        when a task is blocked on a condition variable with one mutex and
1003        another task attempts to block on the same condition variable with
1004        another mutex.
1005        * psxcond01/.cvsignore, psxcond01/Makefile.am, psxcond01/init.c,
1006        psxcond01/psxcond01.doc, psxcond01/psxcond01.scn: New files.
1007
10082009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1009
1010        * Makefile.am, configure.ac: Add psxspin02 to exercise case where
1011        trylock is unable to obtain the spinlock and that attempting to
1012        unlock a spinlock from a thread which did not lock it works as
1013        expected.
1014        * psxspin02/.cvsignore, psxspin02/Makefile.am, psxspin02/main.c,
1015        psxspin02/psxspin02.doc, psxspin02/psxspin02.scn, psxspin02/test.c:
1016        New files.
1017
10182009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1019
1020        * psxspin01/test.c: Remove unnecessary defines.
1021
10222009-07-19      Joel Sherrill <joel.sherrill@oarcorp.com>
1023
1024        * psx11/init.c: Use explicit scheduler.
1025
10262009-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1027
1028        * Makefile.am, configure.ac: Add test to exercise
1029        pthread_mutexattr_gettype and pthread_mutexattr_settype now that the
1030        toolset enables the feature.
1031        * psxmutexattr01/.cvsignore, psxmutexattr01/Makefile.am,
1032        psxmutexattr01/init.c, psxmutexattr01/psxmutexattr01.doc,
1033        psxmutexattr01/psxmutexattr01.scn: New files.
1034
10352009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
1036
1037        * Makefile.am, configure.ac: Add test for auto initialization of
1038        message queues.
1039        * psxautoinit02/.cvsignore, psxautoinit02/Makefile.am,
1040        psxautoinit02/init.c, psxautoinit02/psxautoinit02.doc,
1041        psxautoinit02/psxautoinit02.scn: New files.
1042
10432009-07-07      Joel Sherrill <joel.sherrill@OARcorp.com>
1044
1045        * Makefile.am, configure.ac: Add test of pthread mutex auto
1046        intialization.
1047        * psxautoinit01/.cvsignore, psxautoinit01/Makefile.am,
1048        psxautoinit01/init.c, psxautoinit01/psxautoinit01.scn: New files.
1049
10502009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1051
1052        * psx05/init.c, psx05/psx05.scn: Add a couple of invalid Id cases.
1053
10542009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1055
1056        * psxsignal01/init.c: Tune code to really hit POSIX signal from ISR
1057        code.
1058
10592009-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
1060
1061        * psx07/init.c: Slight test fix to ensure state of sched_param
1062        structure.
1063
10642009-07-04      Santosh G Vattam <vattam.santosh@gmail.com>
1065
1066        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1067        obtaining an rwlock and then releasing it twice.
1068
10692009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1070
1071        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test of vfork stub.
1072
10732009-07-03      Joel Sherrill <joel.sherrill@OARcorp.com>
1074
1075        * psx04/init.c, psx04/psx04.scn: Test error cases in sigwait() and
1076        sigtimedwait(). Update screen file.
1077
10782009-07-01      Santosh G Vattam <vattam.santosh@gmail.com>
1079
1080        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1081        obtaining rwlock for write with a timed lock operation when the
1082        abstime timeout is in the past.
1083
10842009-06-30      Joel Sherrill <joel.sherrill@OARcorp.com>
1085
1086        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1087        obtaining rwlock for read with a timed lock operation when the
1088        abstime timeout is in the past.
1089
10902009-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
1091
1092        * psx05/init.c, psx05/psx05.scn: Add test case for process scope now
1093        that the assert has been removed in the source.
1094
10952009-06-18      Joel Sherrill <joel.sherrill@OARcorp.com>
1096
1097        * psxstat/psxstat.scn, psxstat/test.c: Disable test for error on wrong
1098        mode bits being set. This behavior was not POSIX compliant and has
1099        been corrected in the filesystem code.
1100
11012009-06-18      Chris Johns <chrisj@rtems.org>
1102
1103        * psx04/task3.c: Declare unions volatile to workaround the H8300
1104        gcc bug.
1105
11062009-06-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1107
1108        * Makefile.am, configure.ac: Add mq_send to full queue from ISR case.
1109        * psxmsgq03/.cvsignore, psxmsgq03/Makefile.am, psxmsgq03/init.c,
1110        psxmsgq03/psxmsgq03.doc, psxmsgq03/psxmsgq03.scn, psxmsgq03/system.h: New files.
1111
11122009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1113
1114        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test case for
1115        NULL attribute pointer on init.
1116
11172009-05-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1118
1119        * psxsem01/Makefile.am, psxsem01/init.c, psxsem01/psxsem01.scn,
1120        psxtimer01/psxtimer.c, psxtimer01/system.h, psxtimer02/psxtimer.c:
1121        Improved so coverage is better.
1122
11232009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1124
1125        * psx04/init.c: Correct errors introduced by using different variable
1126        for return type when correcting typing warnings.
1127
11282009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1129
1130        * Makefile.am, configure.ac: Add new test to provide coverage analysis
1131        of the current implementation of getitimer() and setitimer().
1132        * psxitimer/.cvsignore, psxitimer/Makefile.am, psxitimer/init.c,
1133        psxitimer/psxitimer.scn: New files.
1134
11352009-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1136
1137        * psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add missing error test
1138        case to improve coverage analysis.
1139
11402009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1141
1142        * psx01/init.c, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c,
1143        psx04/init.c, psx04/task1.c, psx04/task3.c, psx05/init.c,
1144        psx06/init.c, psx07/init.c, psx08/init.c, psx09/init.c, psx11/task.c,
1145        psx12/init.c, psx13/main.c, psx13/test.c, psxbarrier01/test.c,
1146        psxcancel/init.c, psxcleanup/psxcleanup.c, psxenosys/init.c,
1147        psxmsgq02/init.c, psxtime/main.c, psxtime/test.c,
1148        psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Fix warnings.
1149
11502009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
1151
1152        * psxhdrs/clock01.c, psxhdrs/clock02.c, psxhdrs/clock03.c,
1153        psxhdrs/clock04.c, psxhdrs/clock05.c, psxhdrs/clock06.c,
1154        psxhdrs/cond01.c, psxhdrs/cond02.c, psxhdrs/cond03.c,
1155        psxhdrs/cond04.c, psxhdrs/cond05.c, psxhdrs/cond06.c,
1156        psxhdrs/cond07.c, psxhdrs/cond08.c, psxhdrs/cond09.c,
1157        psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c, psxhdrs/key03.c,
1158        psxhdrs/key04.c, psxhdrs/mutex01.c, psxhdrs/mutex02.c,
1159        psxhdrs/mutex03.c, psxhdrs/mutex04.c, psxhdrs/mutex05.c,
1160        psxhdrs/mutex06.c, psxhdrs/mutex07.c, psxhdrs/mutex08.c,
1161        psxhdrs/mutex09.c, psxhdrs/mutex10.c, psxhdrs/mutex11.c,
1162        psxhdrs/mutex12.c, psxhdrs/mutex13.c, psxhdrs/mutex14.c,
1163        psxhdrs/mutex15.c, psxhdrs/mutex16.c, psxhdrs/proc01.c,
1164        psxhdrs/proc02.c, psxhdrs/proc03.c, psxhdrs/proc04.c,
1165        psxhdrs/proc05.c, psxhdrs/proc06.c, psxhdrs/proc07.c,
1166        psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c,
1167        psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c,
1168        psxhdrs/proc14.c, psxhdrs/pthread01.c, psxhdrs/pthread02.c,
1169        psxhdrs/pthread03.c, psxhdrs/pthread04.c, psxhdrs/pthread05.c,
1170        psxhdrs/pthread06.c, psxhdrs/pthread07.c, psxhdrs/pthread08.c,
1171        psxhdrs/pthread09.c, psxhdrs/pthread10.c, psxhdrs/pthread11.c,
1172        psxhdrs/pthread12.c, psxhdrs/pthread13.c, psxhdrs/pthread14.c,
1173        psxhdrs/pthread15.c, psxhdrs/pthread16.c, psxhdrs/pthread17.c,
1174        psxhdrs/pthread18.c, psxhdrs/pthread19.c, psxhdrs/pthread20.c,
1175        psxhdrs/pthread21.c, psxhdrs/pthread22.c, psxhdrs/pthread23.c,
1176        psxhdrs/pthread24.c, psxhdrs/pthread25.c, psxhdrs/pthread26.c,
1177        psxhdrs/pthread27.c, psxhdrs/pthread28.c, psxhdrs/pthread29.c,
1178        psxhdrs/pthread30.c, psxhdrs/pthread31.c, psxhdrs/pthread32.c,
1179        psxhdrs/pthread33.c, psxhdrs/pthread34.c, psxhdrs/pthread35.c,
1180        psxhdrs/pthread36.c, psxhdrs/sched01.c, psxhdrs/sched02.c,
1181        psxhdrs/sched03.c, psxhdrs/sched04.c, psxhdrs/sched05.c,
1182        psxhdrs/sched06.c, psxhdrs/sched07.c, psxhdrs/sched08.c,
1183        psxhdrs/signal01.c, psxhdrs/signal02.c, psxhdrs/signal03.c,
1184        psxhdrs/signal04.c, psxhdrs/signal05.c, psxhdrs/signal06.c,
1185        psxhdrs/signal07.c, psxhdrs/signal08.c, psxhdrs/signal09.c,
1186        psxhdrs/signal10.c, psxhdrs/signal11.c, psxhdrs/signal12.c,
1187        psxhdrs/signal13.c, psxhdrs/signal14.c, psxhdrs/signal15.c,
1188        psxhdrs/signal16.c, psxhdrs/signal17.c, psxhdrs/signal18.c,
1189        psxhdrs/signal19.c, psxhdrs/signal20.c, psxhdrs/signal21.c,
1190        psxhdrs/signal22.c, psxhdrs/signal23.c, psxhdrs/sync01.c,
1191        psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/time01.c,
1192        psxhdrs/time02.c, psxhdrs/time03.c, psxhdrs/time04.c,
1193        psxhdrs/time05.c, psxhdrs/time06.c, psxhdrs/time07.c,
1194        psxhdrs/time08.c, psxhdrs/time09.c, psxhdrs/time10.c,
1195        psxhdrs/time11.c, psxhdrs/time12.c, psxhdrs/time13.c,
1196        psxhdrs/timer01.c, psxhdrs/timer02.c, psxhdrs/timer03.c,
1197        psxhdrs/timer04.c, psxhdrs/timer05.c, psxhdrs/timer06.c,
1198        psxhdrs/timer07.c: Fix warnings.
1199
12002009-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1201
1202        * psxfile01/test.c: Change from int to size_t.
1203
12042009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
1205
1206        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1207        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1208        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1209        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1210        psx13/Makefile.am, psx14/Makefile.am, psxbarrier01/Makefile.am,
1211        psxcancel/Makefile.am, psxchroot01/Makefile.am,
1212        psxcleanup/Makefile.am, psxenosys/Makefile.am,
1213        psxfatal01/Makefile.am, psxfatal02/Makefile.am,
1214        psxfile01/Makefile.am, psxkey01/Makefile.am,
1215        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1216        psxmsgq02/Makefile.am, psxrdwrv/Makefile.am,
1217        psxreaddir/Makefile.am, psxrwlock01/Makefile.am,
1218        psxsem01/Makefile.am, psxsignal01/Makefile.am,
1219        psxspin01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
1220        psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
1221        psxualarm/Makefile.am: Eliminate _exe_/.exe.
1222
12232009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1224
1225        * psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn: Open the message queue
1226        with create option so we are sure it will get a control block and
1227        proceed to allocate other memory. Clean up screen output.
1228
12292008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1230
1231        * psx05/init.c: Add parameter to call to sched_get_priority_max().
1232
12332008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
1234
1235        * psx05/init.c, psx07/init.c, psx09/init.c, psx11/init.c, psx12/init.c:
1236        Run all tests successfully with maxixum number of priorities as 16
1237        instead of 256. This was done by temporarily modifying the score
1238        priority.h maximum. This allowed testing of all API code to ensure
1239        that it worked properly with a reduced number of priorities. Most
1240        modifications were to switch from hard-coded maximum to using the API
1241        provided methods to determine maximum number of priority levels.
1242
12432008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
1244
1245        * psxtimer01/psxtimer.c, psxtimer02/psxtimer.c: Obtain TOD with
1246        clock_gettime() NOT by reaching into the SuperCore.
1247
12482008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
1249
1250        * psx01/psx01.scn: Bump version to 4.9.99.0
1251
12522008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
1253
1254        * psxcleanup/psxcleanup.c, psxfatal_support/init.c,
1255        psxfatal_support/system.h: Convert to "bool".
1256
12572008-08-19      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
1258
1259        PR 1296/cpukit.
1260        * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
1261        incorrect repeat interval. This patch fixes the following problems in
1262        the test.
1263          (1) Adds test for value of it_interval.tv_nsec.
1264          (2) Corrects test for absolute timer in past.
1265          (3) Modifies test to use different initial and repeat periods.
1266          (4) Updates psxtimer01.scn to match results.
1267
12682008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
1269
1270        PR 1297/cpukit
1271        * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Fix NULL attribute
1272        pointer handling.
1273
12742008-08-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1275
1276        * psxsem01/init.c: Spacing.
1277
12782008-08-04      Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
1279
1280        PR 1293/tests
1281        * psx10/init.c: Make sure we do not let tv_nsec go to -1.
1282
12832008-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
1284
1285        PR 1291/cpukit
1286        * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and
1287        POSIX services taking relative instead of absolute time for timeouts,
1288        these tests were updated.
1289
12902008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1291
1292        * psxfile01/test.c: truncate on /dev/console now works.
1293
12942008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1295
1296        * psxrwlock01/main.c, psxspin01/main.c: Now accounts for extra stack
1297        requested for initialization task.
1298
12992008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1300
1301        * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look
1302        like CVS conflict markers.
1303
13042008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
1305
1306        * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use
1307        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
1308
13092008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1310
1311        * psxmsgq02/init.c, psxsignal01/init.c: Corrent end of test messages.
1312
13132008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
1314
1315        * psxkey01/task.c: Fix warnings.
1316
13172008-02-05      Joel Sherrill <joel.sherrill@oarcorp.com>
1318
1319        * psxkey01/.cvsignore, psxmsgq02/.cvsignore: New files.
1320
13212008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
1322
1323        * Makefile.am, configure.ac, psxmsgq01/Makefile.am, psxmsgq01/init.c:
1324        Added tests for failure path coverages. Consolidated methods used in
1325        multiple places into support routines.
1326        * psxkey01/Makefile.am, psxkey01/init.c, psxkey01/psxkey01.scn,
1327        psxkey01/system.h, psxkey01/task.c, psxmsgq02/Makefile.am,
1328        psxmsgq02/init.c, psxmsgq02/psxmsgq02.scn, psxmsgq02/system.h: New files.
1329
13302008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1331
1332        * include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c,
1333        psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c,
1334        psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c,
1335        psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c,
1336        psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT.
1337        Make tmacros.h available to all POSIX tests. Add a clock_settime case
1338        for < 1988.
1339
13402008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1341
1342        * Makefile.am, configure.ac: New tests.
1343        * psxfatal01/.cvsignore, psxfatal01/Makefile.am,
1344        psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
1345        psxfatal02/.cvsignore, psxfatal02/Makefile.am,
1346        psxfatal02/psxfatal02.scn, psxfatal02/testcase.h,
1347        psxfatal_support/init.c, psxfatal_support/system.h: New files.
1348
13492008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
1350
1351        * Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific
1352        portions of Object Services added to API.
1353        * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn,
1354        psx14/system.h: New files.
1355
13562008-01-29      Jennifer Averett <jennifer.averett@OARcorp.com>
1357
1358        * psx07/init.c, psx07/system.h: Test cleanup and added testing for
1359        pthread_attr_[get|set]clock.
1360
13612008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
1362
1363        * psxenosys/init.c, psxenosys/psxenosys.scn: Add test for stub
1364        implementation mprotect().
1365
13662008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
1367
1368        * psxcleanup/.cvsignore: New file.
1369
13702008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1371
1372        * psxcleanup/system.h: New file.
1373
13742008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1375
1376        * Makefile.am, configure.ac:
1377        * psxcleanup/Makefile.am, psxcleanup/psxcleanup.c,
1378        psxcleanup/psxcleanup.scn: New files.
1379
13802008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
1381
1382        * psx01/init.c, psxmsgq01/init.c, psxtimer01/psxtimer.c,
1383        psxtimer01/psxtimer01.scn, psxtimer02/psxtimer.c:
1384
13852007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
1386
1387        * psxsignal01/.cvsignore, psxualarm/.cvsignore: New files.
1388
13892007-12-20      Jennifer Averett <jennifer.averett@OARcorp.com>
1390
1391        * Makefile.am, configure.ac: Added test for ualarm
1392        * psxualarm/Makefile.am, psxualarm/init.c, psxualarm/psxualarm.scn,
1393        psxualarm/system.h: New files.
1394
13952007-12-19      Jennifer Averett <jennifer.averett@OARcorp.com>
1396
1397        * Makefile.am, configure.ac: Added posix signal test
1398        * psxsignal01/Makefile.am, psxsignal01/init.c,
1399        psxsignal01/psxsignal01.scn, psxsignal01/system.h,
1400        psxsignal01/task1.c: New files.
1401
14022007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1403
1404        * Makefile.am, configure.ac: Add test for sysconf().
1405        * psxsysconf/.cvsignore, psxsysconf/Makefile.am, psxsysconf/init.c,
1406        psxsysconf/psxsysconf.scn, psxsysconf/system.h: New files.
1407
14082007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1409
1410        * psx01/init.c, psx01/psx01.scn: Add more test cases for
1411        sched_rr_get_interval() and sched_get_priority_max().
1412
14132007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1414
1415        * psxenosys/init.c: Fix typo.
1416
14172007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
1418
1419        * Makefile.am, configure.ac: Rename psxtimer to psxtimer01 to indicate
1420        addition of second POSIX Timer test. Add initial version of
1421        psxtimer02 to cover some conditions missed in psxtimer01. More cases
1422        left to add.
1423        * psxtimer01/.cvsignore, psxtimer01/Makefile.am, psxtimer01/psxtimer.c,
1424        psxtimer01/psxtimer01.scn, psxtimer01/system.h,
1425        psxtimer02/.cvsignore, psxtimer02/Makefile.am, psxtimer02/psxtimer.c,
1426        psxtimer02/psxtimer02.scn, psxtimer02/system.h: New files.
1427        * psxtimer/.cvsignore, psxtimer/Makefile.am, psxtimer/psxtimer.c,
1428        psxtimer/psxtimer.scn, psxtimer/system.h: Removed.
1429
14302007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1431
1432        * psx01/init.c, psx01/psx01.scn: Add usleep() test.
1433
14342007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1435
1436        * Makefile.am, configure.ac: New test to cover all RTEMS POSIX
1437        functions that return ENOSYS.
1438        * psxenosys/.cvsignore, psxenosys/Makefile.am, psxenosys/init.c,
1439        psxenosys/psxenosys.scn, psxenosys/system.h: New files.
1440
14412007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1442
1443        * psx13/test.c: Fix spelling error.
1444
14452007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
1446
1447        * psxtime/test.c: Add tests for adjtime().
1448
14492007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
1450
1451        * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c,
1452        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test
1453        cases to improve test coverage.
1454
14552007-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
1456
1457        PR 1262/filesystem
1458        * Makefile.am, configure.ac, include/pmacros.h: Add support for readv()
1459        and writev() including documentation and test case.
1460        * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c,
1461        psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
1462
14632007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
1464
1465        * psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c,
1466        psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up
1467        test cases so last output line follows END OF pattern. Make sure test
1468        case all run. All tests appeared ok on sis.
1469
14702007-04-05      Joel Sherrill <joel@OARcorp.com>
1471
1472        * psx01/init.c, psx01/psx01.scn: Adjust test to account for nanosleep()
1473        behavior more closely matching GNU/Linux.
1474
14752006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
1476
1477        * psxrwlock01/main.c, psxrwlock01/test.c: Improve rwlock test to
1478        include normal blocking and unblocking on timeout.
1479
14802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
1481
1482        * configure.ac: New BUG-REPORT address.
1483
14842006-11-17      Joel Sherrill <joel@OARcorp.com>
1485
1486        * psxsem01/init.c: Account for change in POSIX semaphore time handling.
1487        Previously the timeout was not absolute time and checked BEFORE
1488        attempting to lock semaphore.
1489
14902006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1491
1492        * psxbarrier01/main.c: New file.
1493
14942006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1495
1496        * psxrwlock01/.cvsignore, psxrwlock01/Makefile.am, psxrwlock01/main.c,
1497        psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c,
1498        psxspin01/.cvsignore, psxspin01/Makefile.am, psxspin01/main.c,
1499        psxspin01/psxspin01.scn, psxspin01/test.c: New files.
1500
15012006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
1502
1503        * Makefile.am, configure.ac: Adding POSIX barriers, POSIX spinlocks,
1504        and partial implementation of POSIX rwlocks.
1505        * psxbarrier01/.cvsignore, psxbarrier01/Makefile.am,
1506        psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c: New files.
1507
15082006-10-30      Joel Sherrill <joel@OARcorp.com>
1509
1510        PR 841/rtems
1511        * psxsem01/init.c: Make sem_timedwait more conformant to Open Group
1512        specification.
1513
15142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
1515
1516        * configure.ac: Require autoconf-2.60. Require automake-1.10.
1517
15182006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
1519
1520        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1521        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1522        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1523        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1524        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1525        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1526        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1527        psxtime/Makefile.am, psxtimer/Makefile.am: Eliminate scndir, docdir.
1528        Use rtems_testsdir instead.
1529
15302005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1531
1532        * configure.ac: Remove RTEMS_ENABLE_BARE,
1533        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
1534
15352005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
1536
1537        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1538        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1539        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1540        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1541        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1542        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1543        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1544        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1545        Convert to using *_PROGRAMS.
1546
15472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1548
1549        * psx01/Makefile.am, psx02/Makefile.am,
1550        psx03/Makefile.am, psx04/Makefile.am,
1551        psx05/Makefile.am, psx06/Makefile.am,
1552        psx07/Makefile.am, psx08/Makefile.am,
1553        psx09/Makefile.am, psx10/Makefile.am,
1554        psx11/Makefile.am, psx12/Makefile.am,
1555        psx13/Makefile.am, psxcancel/Makefile.am,
1556        psxchroot01/Makefile.am, psxfile01/Makefile.am,
1557        psxmount/Makefile.am, psxmsgq01/Makefile.am,
1558        psxreaddir/Makefile.am, psxsem01/Makefile.am,
1559        psxstat/Makefile.am, psxtime/Makefile.am,
1560        psxtimer/Makefile.am: Rework.
1561
15622005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
1563
1564        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1565        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1566        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1567        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1568        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1569        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1570        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1571        psxtime/Makefile.am, psxtimer/Makefile.am: Expand psxtests.am.
1572        * psxtests.am: Remove.
1573
15742005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1575
1576        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1577        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1578        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1579        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1580        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1581        psxfile01/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
1582        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
1583        psxtime/Makefile.am, psxtimer/Makefile.am:
1584        AM_CPPFLAGS += -I..../support/include.
1585
15862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
1587
1588        * psxtests.am: Set project_bspdir=$(PROJECT_ROOT)
1589
15902005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1591
1592        * psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1593        psxfile01/Makefile.am, psxmount/Makefile.am, psxreaddir/Makefile.am,
1594        psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1595        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1596        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1597        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1598        psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am,
1599        psxstat/Makefile.am: Add ../include/pmacros.h
1600        * Makefile.am: Remove noinst_HEADERS. Remove POSIX_FILES_DIRS,
1601        POSIX_FILES_DIRS.
1602        * psxtests.am: Remove LIB_VARIANT.
1603
16042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1605
1606        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1607        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1608        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1609        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1610        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1611        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1612        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1613        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1614        Remove SRC, PRINT_SRC.
1615
16162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1617
1618        * Makefile.am: Cleanup.
1619
16202005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
1621
1622        * psxtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
1623        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
1624        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
1625        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
1626        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
1627        psx13/Makefile.am, psxcancel/Makefile.am, psxchroot01/Makefile.am,
1628        psxfile01/Makefile.am, psxhdrs/Makefile.am, psxmount/Makefile.am,
1629        psxmsgq01/Makefile.am, psxreaddir/Makefile.am, psxsem01/Makefile.am,
1630        psxstat/Makefile.am, psxtime/Makefile.am, psxtimer/Makefile.am:
1631        Partial conversion to automake.
1632
16332005-09-01      Joel Sherrill <joel@OARcorp.com>
1634
1635        PR 628/rtems
1636        * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0
1637        being an error.
1638
16392005-04-26      Joel Sherrill <joel@OARcorp.com>
1640
1641        * psxreaddir/test.c: Eliminate warnings.
1642
16432004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
1644
1645        * configure.ac: Require automake > 1.9.
1646
16472004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1648
1649        * psx01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1650        * psx02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1651        * psx03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1652        * psx04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1653        * psx05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1654        * psx06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1655        * psx07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1656        * psx08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1657        * psx09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1658        * psx10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1659        * psx11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1660        * psx12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1661        * psx13/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1662        * psxcancel/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1663        * psxchroot01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1664        * psxfile01/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1665        * psxmount/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1666        * psxmsgq01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1667        * psxreaddir/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1668        * psxsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1669        * psxstat/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1670        * psxtime/main.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
1671        * psxtimer/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
1672
16732004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
1674
1675        * psxcancel/init.c: Include <rtems/console.h> instead of <console.h>.
1676        * psxmount/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1677        * psxreaddir/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1678        * psxstat/test.c: Include <rtems/imfs.h> instead of <imfs.h>.
1679
16802004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1681
1682        * psx06/init.c, psx06/system.h, psx06/task.c, psx06/task2.c: Convert
1683        to using c99 fixed size types.
1684
16852004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1686
1687        * Makefile.am: Remove include from SUBDIRS.
1688
16892004-03-26      Ralf Corsepius <ralf.corsepius@rtems.org>
1690
1691        * include/Makefile.am: Remove.
1692        * Makefile.am: Merge-in include/Makefile.am.
1693        * configure.ac: Reflect changes above.
1694
16952004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1696
1697        * configure.ac: Add 2nd arg to RTEMS_TOP.
1698
16992004-03-05      Joel Sherrill <joel@OARcorp.com>
1700
1701        * psxfile01/test.c, psxmsgq01/init.c, psxstat/test.c,
1702        psxtimer/psxtimer.c: Eliminate warnings and typos.
1703
17042004-02-26      Sébastien Barré <sbarre@sdelcc.com>
1705
1706        PR 582/core
1707        * psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
1708        queue test so more of it runs now.
1709
17102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1711
1712        * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
1713        Add PRE/TMPINSTALL_FILES to CLEANFILES.
1714        * psx02/Makefile.am: Ditto.
1715        * psx03/Makefile.am: Ditto.
1716        * psx04/Makefile.am: Ditto.
1717        * psx05/Makefile.am: Ditto.
1718        * psx06/Makefile.am: Ditto.
1719        * psx07/Makefile.am: Ditto.
1720        * psx08/Makefile.am: Ditto.
1721        * psx09/Makefile.am: Ditto.
1722        * psx10/Makefile.am: Ditto.
1723        * psx11/Makefile.am: Ditto.
1724        * psx12/Makefile.am: Ditto.
1725        * psx13/Makefile.am: Ditto.
1726        * psxcancel/Makefile.am: Ditto.
1727        * psxchroot01/Makefile.am: Ditto.
1728        * psxfile01/Makefile.am: Ditto.
1729        * psxmount/Makefile.am: Ditto.
1730        * psxmsgq01/Makefile.am: Ditto.
1731        * psxreaddir/Makefile.am: Ditto.
1732        * psxsem01/Makefile.am: Ditto.
1733        * psxstat/Makefile.am: Ditto.
1734        * psxtime/Makefile.am: Ditto.
1735        * psxtimer/Makefile.am: Ditto.
1736
17372003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1738
1739        * psxtests.am: Add dirstamp support.
1740
17412003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1742
1743        * psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
1744
17452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1746
1747        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1748
17492003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * psxcancel/Makefile.am: Remove used H_FILES.
1752
17532003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1754
1755        * include/Makefile.am: Reformat.
1756        * psx01/Makefile.am: Remove all-local: $(ARCH).
1757        * psx02/Makefile.am: Remove all-local: $(ARCH).
1758        * psx03/Makefile.am: Remove all-local: $(ARCH).
1759        * psx04/Makefile.am: Remove all-local: $(ARCH).
1760        * psx05/Makefile.am: Remove all-local: $(ARCH).
1761        * psx06/Makefile.am: Remove all-local: $(ARCH).
1762        * psx07/Makefile.am: Remove all-local: $(ARCH).
1763        * psx08/Makefile.am: Remove all-local: $(ARCH).
1764        * psx09/Makefile.am: Remove all-local: $(ARCH).
1765        * psx10/Makefile.am: Remove all-local: $(ARCH).
1766        * psx11/Makefile.am: Remove all-local: $(ARCH).
1767        * psx12/Makefile.am: Remove all-local: $(ARCH).
1768        * psx13/Makefile.am: Remove all-local: $(ARCH).
1769        * psxcancel/Makefile.am: Remove all-local: $(ARCH).
1770        * psxchroot01/Makefile.am: Remove all-local: $(ARCH).
1771        * psxfile01/Makefile.am: Remove all-local: $(ARCH).
1772        * psxhdrs/Makefile.am: Remove all-local: $(ARCH).
1773        * psxmount/Makefile.am: Remove all-local: $(ARCH).
1774        * psxmsgq01/Makefile.am: Remove all-local: $(ARCH).
1775        * psxreaddir/Makefile.am: Remove all-local: $(ARCH).
1776        * psxsem01/Makefile.am: Remove all-local: $(ARCH).
1777        * psxstat/Makefile.am: Remove all-local: $(ARCH).
1778        * psxtime/Makefile.am: Remove all-local: $(ARCH).
1779        * psxtimer/Makefile.am: Remove all-local: $(ARCH).
1780
17812003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1782
1783        * configure.ac: Reflect having moved to testsuites/.
1784
17852003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1786
1787        * configure.ac: Remove RTEMS_CANONICAL_HOST.
1788
17892003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1790
1791        * configure.ac:Remove RTEMS_CHECK_CPU.
1792
17932003-09-15      Jennifer Averett <jennifer@OARcorp.com>
1794
1795        * psxhdrs/sync01.c, psxhdrs/sync02.c: Correct fd creation
1796
17972003-09-04      Joel Sherrill <joel@OARcorp.com>
1798
1799        * psx01/init.c, psx01/system.h, psx01/task.c, psx02/init.c,
1800        psx02/system.h, psx02/task.c, psx03/init.c, psx03/system.h,
1801        psx03/task.c, psx04/init.c, psx04/system.h, psx04/task1.c,
1802        psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/system.h,
1803        psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
1804        psx06/system.h, psx06/task.c, psx06/task2.c, psx07/init.c,
1805        psx07/system.h, psx07/task.c, psx08/init.c, psx08/system.h,
1806        psx08/task1.c, psx08/task2.c, psx08/task3.c, psx09/init.c,
1807        psx09/system.h, psx10/init.c, psx10/system.h, psx10/task.c,
1808        psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/system.h,
1809        psx11/task.c, psx12/init.c, psx12/system.h, psx12/task.c,
1810        psx13/main.c, psx13/test.c, psxcancel/init.c, psxfile01/main.c,
1811        psxfile01/test.c, psxhdrs/clock01.c, psxhdrs/clock02.c,
1812        psxhdrs/clock03.c, psxhdrs/clock04.c, psxhdrs/clock05.c,
1813        psxhdrs/clock06.c, psxhdrs/cond01.c, psxhdrs/cond02.c,
1814        psxhdrs/cond03.c, psxhdrs/cond04.c, psxhdrs/cond05.c,
1815        psxhdrs/cond06.c, psxhdrs/cond07.c, psxhdrs/cond08.c,
1816        psxhdrs/cond09.c, psxhdrs/cond10.c, psxhdrs/key01.c, psxhdrs/key02.c,
1817        psxhdrs/key03.c, psxhdrs/key04.c, psxhdrs/mutex01.c,
1818        psxhdrs/mutex02.c, psxhdrs/mutex03.c, psxhdrs/mutex04.c,
1819        psxhdrs/mutex05.c, psxhdrs/mutex06.c, psxhdrs/mutex07.c,
1820        psxhdrs/mutex08.c, psxhdrs/mutex09.c, psxhdrs/mutex10.c,
1821        psxhdrs/mutex11.c, psxhdrs/mutex12.c, psxhdrs/mutex13.c,
1822        psxhdrs/mutex14.c, psxhdrs/mutex15.c, psxhdrs/mutex16.c,
1823        psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc03.c,
1824        psxhdrs/proc04.c, psxhdrs/proc05.c, psxhdrs/proc06.c,
1825        psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c,
1826        psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c,
1827        psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/pthread01.c,
1828        psxhdrs/pthread02.c, psxhdrs/pthread03.c, psxhdrs/pthread04.c,
1829        psxhdrs/pthread05.c, psxhdrs/pthread06.c, psxhdrs/pthread07.c,
1830        psxhdrs/pthread08.c, psxhdrs/pthread09.c, psxhdrs/pthread10.c,
1831        psxhdrs/pthread11.c, psxhdrs/pthread12.c, psxhdrs/pthread13.c,
1832        psxhdrs/pthread14.c, psxhdrs/pthread15.c, psxhdrs/pthread16.c,
1833        psxhdrs/pthread17.c, psxhdrs/pthread18.c, psxhdrs/pthread19.c,
1834        psxhdrs/pthread20.c, psxhdrs/pthread21.c, psxhdrs/pthread22.c,
1835        psxhdrs/pthread23.c, psxhdrs/pthread24.c, psxhdrs/pthread25.c,
1836        psxhdrs/pthread26.c, psxhdrs/pthread27.c, psxhdrs/pthread28.c,
1837        psxhdrs/pthread29.c, psxhdrs/pthread30.c, psxhdrs/pthread31.c,
1838        psxhdrs/pthread32.c, psxhdrs/pthread33.c, psxhdrs/pthread34.c,
1839        psxhdrs/pthread35.c, psxhdrs/pthread36.c, psxhdrs/sched01.c,
1840        psxhdrs/sched02.c, psxhdrs/sched03.c, psxhdrs/sched04.c,
1841        psxhdrs/sched05.c, psxhdrs/sched06.c, psxhdrs/sched07.c,
1842        psxhdrs/sched08.c, psxhdrs/signal01.c, psxhdrs/signal02.c,
1843        psxhdrs/signal03.c, psxhdrs/signal04.c, psxhdrs/signal05.c,
1844        psxhdrs/signal06.c, psxhdrs/signal07.c, psxhdrs/signal08.c,
1845        psxhdrs/signal09.c, psxhdrs/signal10.c, psxhdrs/signal11.c,
1846        psxhdrs/signal12.c, psxhdrs/signal13.c, psxhdrs/signal14.c,
1847        psxhdrs/signal15.c, psxhdrs/signal16.c, psxhdrs/signal17.c,
1848        psxhdrs/signal18.c, psxhdrs/signal19.c, psxhdrs/signal20.c,
1849        psxhdrs/signal21.c, psxhdrs/signal22.c, psxhdrs/signal23.c,
1850        psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1851        psxhdrs/time01.c, psxhdrs/time02.c, psxhdrs/time03.c,
1852        psxhdrs/time04.c, psxhdrs/time05.c, psxhdrs/time06.c,
1853        psxhdrs/time07.c, psxhdrs/time08.c, psxhdrs/time09.c,
1854        psxhdrs/time10.c, psxhdrs/time11.c, psxhdrs/time12.c,
1855        psxhdrs/time13.c, psxhdrs/timer01.c, psxhdrs/timer02.c,
1856        psxhdrs/timer03.c, psxhdrs/timer04.c, psxhdrs/timer05.c,
1857        psxhdrs/timer06.c, psxhdrs/timer07.c, psxmsgq01/init.c,
1858        psxmsgq01/system.h, psxsem01/system.h, psxstat/main.c,
1859        psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c,
1860        psxtimer/system.h: URL for license changed.
1861
18622003-09-04      Joel Sherrill <joel@OARcorp.com>
1863
1864        PR 462/tests
1865        * psxhdrs/Makefile.am: Added ualarm.c
1866        * psxhdrs/signal23.c: New file.
1867
18682003-09-03      Joel Sherrill <joel@OARcorp.com>
1869
1870        PR 463/tests
1871        PR 465/tests
1872        * psxhdrs/Makefile.am: Add new test cases.
1873        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
1874        psxhdrs/timer07.c: New files.
1875
18762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1877
1878        * Makefile.am: Reflect having moved aclocal/.
1879
18802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1881
1882        * Makefile.am: Reflect having moved automake/.
1883        * include/Makefile.am: Reflect having moved automake/.
1884        * psx01/Makefile.am: Reflect having moved automake/.
1885        * psx02/Makefile.am: Reflect having moved automake/.
1886        * psx03/Makefile.am: Reflect having moved automake/.
1887        * psx04/Makefile.am: Reflect having moved automake/.
1888        * psx05/Makefile.am: Reflect having moved automake/.
1889        * psx06/Makefile.am: Reflect having moved automake/.
1890        * psx07/Makefile.am: Reflect having moved automake/.
1891        * psx08/Makefile.am: Reflect having moved automake/.
1892        * psx09/Makefile.am: Reflect having moved automake/.
1893        * psx10/Makefile.am: Reflect having moved automake/.
1894        * psx11/Makefile.am: Reflect having moved automake/.
1895        * psx12/Makefile.am: Reflect having moved automake/.
1896        * psx13/Makefile.am: Reflect having moved automake/.
1897        * psxcancel/Makefile.am: Reflect having moved automake/.
1898        * psxchroot01/Makefile.am: Reflect having moved automake/.
1899        * psxfile01/Makefile.am: Reflect having moved automake/.
1900        * psxhdrs/Makefile.am: Reflect having moved automake/.
1901        * psxmount/Makefile.am: Reflect having moved automake/.
1902        * psxmsgq01/Makefile.am: Reflect having moved automake/.
1903        * psxreaddir/Makefile.am: Reflect having moved automake/.
1904        * psxsem01/Makefile.am: Reflect having moved automake/.
1905        * psxstat/Makefile.am: Reflect having moved automake/.
1906        * psxtime/Makefile.am: Reflect having moved automake/.
1907        * psxtimer/Makefile.am: Reflect having moved automake/.
1908
19092003-08-14      Joel Sherrill <joel@OARcorp.com>
1910
1911        PR 408/filesystem
1912        * psx13/test.c: Added very rudimentary test of sync() service.
1913
19142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1915
1916        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
1917
19182003-06-12      Joel Sherrill <joel@OARcorp.com>
1919
1920        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
1921
19222003-05-29      Joel Sherrill <joel@OARcorp.com>
1923
1924        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
1925        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
1926        psxtimer/psxtimer.c: Removed warnings.
1927
19282003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1929
1930        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
1931        CC_CFLAGS_DEFAULT (obsolete).
1932
19332003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1934
1935        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
1936        Remove CC_LDFLAGS_PROFILE_V.
1937
19382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1939
1940        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1941
19422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1943
1944        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1945
19462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1947
1948        * configure.ac: AC_PREREQ(2.57).
1949
19502002-11-14      Joel Sherrill <joel@OARcorp.com>
1951
1952        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
1953        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
1954        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
1955        Per PR239 update the IDs in the various screens.
1956
19572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1958
1959        * .cvsignore: Reformat.
1960        Add autom4te*cache.
1961        Remove autom4te.cache.
1962
19632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1964
1965        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
1966        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
1967        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
1968        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
1969        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
1970        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
1971        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
1972        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
1973        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
1974        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
1975        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
1976        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
1977        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
1978        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
1979        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
1980        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
1981        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
1982        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
1983        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
1984        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
1985        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
1986        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
1987        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
1988        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
1989
19902002-08-01      Joel Sherrill <joel@OARcorp.com>
1991
1992        * Per PR47 add support for buffered test output.  This involved
1993        adding defines to redirect output to a buffer and dump it when
1994        full, at "test pause", and at exit.  To avoid problems when redefining
1995        exit(), all tests were modified to call rtems_test_exit().
1996        Some tests, notable psxtests, had to be modified to include
1997        the standard test macro .h file (pmacros.h or tmacros.h) to
1998        enable this support.
1999        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
2000        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
2001        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
2002        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
2003        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
2004        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
2005        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
2006        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
2007        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
2008        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
2009        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
2010        psxtime/test.c, psxtimer/psxtimer.c: Modified.
2011
20122002-07-05      Joel Sherrill <joel@OARcorp.com>
2013
2014        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
2015        Updated as part of PR164 which reported problems with the RTEMS
2016        implementation of pthread_cancel.
2017       
20182001-04-26      Joel Sherrill <joel@OARcorp.com>
2019
2020        * psxmsgq01/init.c: Reflect changes made to address PR81 that
2021        reworked POSIX message queues to add a descriptor separate from
2022        the underlying message queue.  This allows non-blocking to follow
2023        the "open" not the underlying queue.
2024 
20252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2026
2027        * configure.ac: Remove ENABLE_GCC28.
2028
20292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2030
2031        * configure.ac:
2032        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
2033        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
2034        * Makefile.am: Remove AUTOMAKE_OPTIONS.
2035        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
2036        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2037        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
2038        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
2039        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
2040        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
2041        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
2042        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
2043        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
2044        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
2045        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
2046        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
2047        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
2048        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
2049        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
2050        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2051        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2052        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
2053        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
2054        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2055        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
2056        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2057        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
2058        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
2059        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
2060
20612001-11-07      Jennifer Averett <jennifer@OARcorp.com>
2062
2063        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
2064        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
2065        Since we check permissions before evaluating enough to see if it
2066        a regular file or directory, this hack is needed to make the regular
2067        file executable.
2068
20692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2070
2071        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
2072        * configure.in: Remove.
2073        * configure.ac: New file, generated from configure.in by autoupdate.
2074
20752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2076
2077        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2078
20792001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2080
2081        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
2082        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
2083        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
2084        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
2085        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
2086        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
2087        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
2088        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
2089        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
2090        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
2091        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
2092        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
2093        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
2094        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
2095        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
2096        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
2097        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
2098        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
2099        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
2100        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
2101        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
2102        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
2103        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
2104        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
2105
21062001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2107
2108        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
2109        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
2110        psxchroot01 test.
2111
21122001-05-25      Joel Sherrill <joel@OARcorp.com>
2113
2114        * Added once version of psxchroot01 test for user review.
2115        * psxchroot01: New directory.
2116        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
2117        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
2118        * configure.in, Makefile.am: Modified to reflect above.
2119
21202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2121
2122        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
2123
21242001-04-24      Joel Sherrill <joel@OARcorp.com>
2125
2126        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
2127        open, write, reopen, append twice from Andrew Bythell
2128        <abythell@nortelnetworks.com> that tripped an initialization
2129        problem in the IMFS.
2130
21312001-04-20      Joel Sherrill <joel@OARcorp.com>
2132
2133        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
2134        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
2135        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
2136        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
2137        Various adjustments so test output matches screens more reliably.
2138
21392001-01-25      Joel Sherrill <joel@OARcorp.com>
2140
2141        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
2142
21432000-11-17      Jennifer Averett <jennifer@OARcorp.com>
2144
2145        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
2146        to remain consistant across platforms and bsps by forcing
2147        a mount point in front of all paths.
2148
21492000-11-17      Jennifer Averret <jennifer@OARcorp.com>
2150
2151        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
2152        expected error condition in one case.
2153        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
2154        readdir() of root of mounted filesystem.  Also corrected the screen
2155        file for some mistakes noticed in this effort.
2156
21572000-11-13      Joel Sherrill <joel@OARcorp.com>
2158
2159        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
2160
21612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2162
2163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
2164
21652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2166
2167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2168
21692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2170
2171        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
2172        Switch to GNU canonicalization.
2173        * psxtests.am: Remove DEFS.
2174
21752000-10-24      Joel Sherrill <joel@OARcorp.com>
2176
2177        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
2178        It was formerly incorrectly prototyped in <libio.h>.
2179
21802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2181
2182        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
2183        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
2184        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
2185        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
2186        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
2187        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
2188        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
2189        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
2190
21912000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2192        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
2193        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
2194        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
2195        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
2196        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
2197        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
2198        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
2199
22002000-08-10      Joel Sherrill <joel@OARcorp.com>
2201
2202        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.