source: rtems/c/src/tests/psxtests/ChangeLog @ bd2fab3f

Last change on this file since bd2fab3f was bd2fab3f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/03 at 19:08:53

2003-05-29 Joel Sherrill <joel@…>

  • psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c, psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c, psxtimer/psxtimer.c: Removed warnings.
  • Property mode set to 100644
File size: 11.4 KB
Line 
12003-05-29      Joel Sherrill <joel@OARcorp.com>
2
3        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
4        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
5        psxtimer/psxtimer.c: Removed warnings.
6
72003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
10        CC_CFLAGS_DEFAULT (obsolete).
11
122003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
15        Remove CC_LDFLAGS_PROFILE_V.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove AC_CONFIG_AUX_DIR.
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_PREREQ(2.57).
28
292002-11-14      Joel Sherrill <joel@OARcorp.com>
30
31        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
32        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
33        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
34        Per PR239 update the IDs in the various screens.
35
362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Reformat.
39        Add autom4te*cache.
40        Remove autom4te.cache.
41
422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-08-01      Joel Sherrill <joel@OARcorp.com>
70
71        * Per PR47 add support for buffered test output.  This involved
72        adding defines to redirect output to a buffer and dump it when
73        full, at "test pause", and at exit.  To avoid problems when redefining
74        exit(), all tests were modified to call rtems_test_exit().
75        Some tests, notable psxtests, had to be modified to include
76        the standard test macro .h file (pmacros.h or tmacros.h) to
77        enable this support.
78        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
79        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
80        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
81        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
82        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
83        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
84        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
85        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
86        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
87        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
88        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
89        psxtime/test.c, psxtimer/psxtimer.c: Modified.
90
912002-07-05      Joel Sherrill <joel@OARcorp.com>
92
93        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
94        Updated as part of PR164 which reported problems with the RTEMS
95        implementation of pthread_cancel.
96       
972001-04-26      Joel Sherrill <joel@OARcorp.com>
98
99        * psxmsgq01/init.c: Reflect changes made to address PR81 that
100        reworked POSIX message queues to add a descriptor separate from
101        the underlying message queue.  This allows non-blocking to follow
102        the "open" not the underlying queue.
103 
1042002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove ENABLE_GCC28.
107
1082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac:
111        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
112        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
139
1402001-11-07      Jennifer Averett <jennifer@OARcorp.com>
141
142        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
143        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
144        Since we check permissions before evaluating enough to see if it
145        a regular file or directory, this hack is needed to make the regular
146        file executable.
147
1482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
151        * configure.in: Remove.
152        * configure.ac: New file, generated from configure.in by autoupdate.
153
1542001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
157
1582001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
161        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
162        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
163        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
164        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
165        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
166        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
167        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
168        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
169        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
170        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
171        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
172        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
173        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
174        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
175        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
176        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
177        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
178        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
179        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
180        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
181        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
182        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
183        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
184
1852001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
186
187        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
188        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
189        psxchroot01 test.
190
1912001-05-25      Joel Sherrill <joel@OARcorp.com>
192
193        * Added once version of psxchroot01 test for user review.
194        * psxchroot01: New directory.
195        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
196        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
197        * configure.in, Makefile.am: Modified to reflect above.
198
1992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
202
2032001-04-24      Joel Sherrill <joel@OARcorp.com>
204
205        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
206        open, write, reopen, append twice from Andrew Bythell
207        <abythell@nortelnetworks.com> that tripped an initialization
208        problem in the IMFS.
209
2102001-04-20      Joel Sherrill <joel@OARcorp.com>
211
212        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
213        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
214        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
215        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
216        Various adjustments so test output matches screens more reliably.
217
2182001-01-25      Joel Sherrill <joel@OARcorp.com>
219
220        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
221
2222000-11-17      Jennifer Averett <jennifer@OARcorp.com>
223
224        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
225        to remain consistant across platforms and bsps by forcing
226        a mount point in front of all paths.
227
2282000-11-17      Jennifer Averret <jennifer@OARcorp.com>
229
230        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
231        expected error condition in one case.
232        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
233        readdir() of root of mounted filesystem.  Also corrected the screen
234        file for some mistakes noticed in this effort.
235
2362000-11-13      Joel Sherrill <joel@OARcorp.com>
237
238        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
239
2402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
243
2442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
247
2482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
251        Switch to GNU canonicalization.
252        * psxtests.am: Remove DEFS.
253
2542000-10-24      Joel Sherrill <joel@OARcorp.com>
255
256        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
257        It was formerly incorrectly prototyped in <libio.h>.
258
2592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
262        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
263        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
264        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
265        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
266        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
267        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
268        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
269
2702000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
272        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
273        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
274        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
275        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
276        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
277        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
278
2792000-08-10      Joel Sherrill <joel@OARcorp.com>
280
281        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.