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

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

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