source: rtems/c/src/tests/psxtests/ChangeLog @ 78bea14

4.104.114.84.95
Last change on this file since 78bea14 was 78bea14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 07:18:07

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