source: rtems/testsuites/psxtests/ChangeLog @ 7ae7cf7

4.104.114.84.95
Last change on this file since 7ae7cf7 was 7ae7cf7, checked in by Joel Sherrill <joel.sherrill@…>, on 04/26/02 at 23:41:02

2001-04-26 Joel Sherrill <joel@…>

  • psxmsgq01/init.c: Reflect changes made to address PR81 that reworked POSIX message queues to add a descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12001-04-26      Joel Sherrill <joel@OARcorp.com>
2
3        * psxmsgq01/init.c: Reflect changes made to address PR81 that
4        reworked POSIX message queues to add a descriptor separate from
5        the underlying message queue.  This allows non-blocking to follow
6        the "open" not the underlying queue.
7 
82002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove ENABLE_GCC28.
11
122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac:
15        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
16        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
17        * Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
442001-11-07      Jennifer Averett <jennifer@OARcorp.com>
45
46        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
47        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
48        Since we check permissions before evaluating enough to see if it
49        a regular file or directory, this hack is needed to make the regular
50        file executable.
51
522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
61
622001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
65        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
66        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
67        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
68        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
69        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
70        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
71        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
72        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
73        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
74        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
75        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
76        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
77        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
78        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
79        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
80        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
81        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
82        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
83        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
84        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
85        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
86        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
87        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
88
892001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
90
91        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
92        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
93        psxchroot01 test.
94
952001-05-25      Joel Sherrill <joel@OARcorp.com>
96
97        * Added once version of psxchroot01 test for user review.
98        * psxchroot01: New directory.
99        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
100        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
101        * configure.in, Makefile.am: Modified to reflect above.
102
1032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
104
105        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
106
1072001-04-24      Joel Sherrill <joel@OARcorp.com>
108
109        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
110        open, write, reopen, append twice from Andrew Bythell
111        <abythell@nortelnetworks.com> that tripped an initialization
112        problem in the IMFS.
113
1142001-04-20      Joel Sherrill <joel@OARcorp.com>
115
116        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
117        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
118        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
119        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
120        Various adjustments so test output matches screens more reliably.
121
1222001-01-25      Joel Sherrill <joel@OARcorp.com>
123
124        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
125
1262000-11-17      Jennifer Averett <jennifer@OARcorp.com>
127
128        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
129        to remain consistant across platforms and bsps by forcing
130        a mount point in front of all paths.
131
1322000-11-17      Jennifer Averret <jennifer@OARcorp.com>
133
134        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
135        expected error condition in one case.
136        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
137        readdir() of root of mounted filesystem.  Also corrected the screen
138        file for some mistakes noticed in this effort.
139
1402000-11-13      Joel Sherrill <joel@OARcorp.com>
141
142        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
143
1442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
147
1482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
151
1522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
155        Switch to GNU canonicalization.
156        * psxtests.am: Remove DEFS.
157
1582000-10-24      Joel Sherrill <joel@OARcorp.com>
159
160        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
161        It was formerly incorrectly prototyped in <libio.h>.
162
1632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
166        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
167        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
168        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
169        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
170        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
171        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
172        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
173
1742000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
176        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
177        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
178        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
179        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
180        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
181        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
182
1832000-08-10      Joel Sherrill <joel@OARcorp.com>
184
185        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.