source: rtems/c/src/tests/psxtests/ChangeLog @ 93d5462

Last change on this file since 93d5462 was 93d5462, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 10:02:07

2003-05-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove CC_CFLAGS_DEBUG_V. CC_CFLAGS_DEFAULT (obsolete).

2003-05-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove CC_CFLAGS_PROFILE_V. Remove CC_LDFLAGS_PROFILE_V.
  • Property mode set to 100644
File size: 11.2 KB
RevLine 
[93d5462]12003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
4        CC_CFLAGS_DEFAULT (obsolete).
5
62003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
9        Remove CC_LDFLAGS_PROFILE_V.
10
[b18646c9]112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
[ccd81b60]152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
[9b5c258]192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
[6da99727]232002-11-14      Joel Sherrill <joel@OARcorp.com>
24
25        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
26        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
27        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
28        Per PR239 update the IDs in the various screens.
29
[8730f45]302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
[4f8d7dd]362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
62
[d802489]632002-08-01      Joel Sherrill <joel@OARcorp.com>
64
65        * Per PR47 add support for buffered test output.  This involved
66        adding defines to redirect output to a buffer and dump it when
67        full, at "test pause", and at exit.  To avoid problems when redefining
68        exit(), all tests were modified to call rtems_test_exit().
69        Some tests, notable psxtests, had to be modified to include
70        the standard test macro .h file (pmacros.h or tmacros.h) to
71        enable this support.
72        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
73        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
74        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
75        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
76        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
77        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
78        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
79        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
80        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
81        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
82        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
83        psxtime/test.c, psxtimer/psxtimer.c: Modified.
84
[4f234da]852002-07-05      Joel Sherrill <joel@OARcorp.com>
86
87        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
88        Updated as part of PR164 which reported problems with the RTEMS
89        implementation of pthread_cancel.
90       
[7ae7cf7]912001-04-26      Joel Sherrill <joel@OARcorp.com>
92
93        * psxmsgq01/init.c: Reflect changes made to address PR81 that
94        reworked POSIX message queues to add a descriptor separate from
95        the underlying message queue.  This allows non-blocking to follow
96        the "open" not the underlying queue.
97 
[cb9b2bfc]982002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove ENABLE_GCC28.
101
[8dc526ef]1022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac:
105        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
106        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
107        * Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
133
[f2278a8]1342001-11-07      Jennifer Averett <jennifer@OARcorp.com>
135
136        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
137        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
138        Since we check permissions before evaluating enough to see if it
139        a regular file or directory, this hack is needed to make the regular
140        file executable.
141
[df25c998]1422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
145        * configure.in: Remove.
146        * configure.ac: New file, generated from configure.in by autoupdate.
147
[869fa3c2]1482001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
151
[929efa6]1522001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
155        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
156        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
157        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
158        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
159        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
160        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
161        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
162        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
163        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
164        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
165        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
166        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
167        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
168        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
169        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
170        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
171        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
172        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
173        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
174        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
175        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
176        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
177        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
178
[4f088ae]1792001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
180
181        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
182        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
183        psxchroot01 test.
184
[6287b57]1852001-05-25      Joel Sherrill <joel@OARcorp.com>
186
187        * Added once version of psxchroot01 test for user review.
188        * psxchroot01: New directory.
189        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
190        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
191        * configure.in, Makefile.am: Modified to reflect above.
192
[95083c0]1932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
196
[b2a1ea3]1972001-04-24      Joel Sherrill <joel@OARcorp.com>
198
199        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
200        open, write, reopen, append twice from Andrew Bythell
201        <abythell@nortelnetworks.com> that tripped an initialization
202        problem in the IMFS.
203
[1fbd283c]2042001-04-20      Joel Sherrill <joel@OARcorp.com>
205
206        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
207        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
208        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
209        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
210        Various adjustments so test output matches screens more reliably.
211
[4a80bf2b]2122001-01-25      Joel Sherrill <joel@OARcorp.com>
213
214        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
215
[c9fcb34]2162000-11-17      Jennifer Averett <jennifer@OARcorp.com>
217
218        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
219        to remain consistant across platforms and bsps by forcing
220        a mount point in front of all paths.
221
2222000-11-17      Jennifer Averret <jennifer@OARcorp.com>
223
224        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
225        expected error condition in one case.
226        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
227        readdir() of root of mounted filesystem.  Also corrected the screen
228        file for some mistakes noticed in this effort.
229
[c34ac295]2302000-11-13      Joel Sherrill <joel@OARcorp.com>
231
232        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
233
[feead226]2342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
237
[a314d3b4]2382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
241
[4d2ba82]2422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
245        Switch to GNU canonicalization.
246        * psxtests.am: Remove DEFS.
247
[0bbc89d]2482000-10-24      Joel Sherrill <joel@OARcorp.com>
249
250        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
251        It was formerly incorrectly prototyped in <libio.h>.
252
[021eeaa]2532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
256        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
257        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
258        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
259        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
260        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
261        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
262        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
263
[977fc49]2642000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
266        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
267        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
268        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
269        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
270        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
271        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
272
[e94ad1fe]2732000-08-10      Joel Sherrill <joel@OARcorp.com>
274
275        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.