source: rtems/testsuites/samples/ChangeLog @ 40cfd3e9

4.104.114.84.95
Last change on this file since 40cfd3e9 was 40cfd3e9, checked in by Joel Sherrill <joel.sherrill@…>, on 07/17/07 at 22:32:12

2007-07-17 Joel Sherrill <joel.sherrill@…>

  • nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC.
  • nsecs/empty.c: New file.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
4        loop was being optimized out on the PowerPC.
5        * nsecs/empty.c: New file.
6
72007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * nsecs/init.c: Change name to avoid any hint of the timer driver.
10
112007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * nsecs/init.c: Do not make this test depend on the benchmark timer
14        driver.
15
162007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
19        time varaying in proportion to the length of the loop measured.
20
212007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * nsecs/init.c: Remove stray "volatile int i".
24
252007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
28        loopback/Makefile.am, nsecs/Makefile.am,
29        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
30        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
31        test cases so last output line follows END OF pattern. Make sure test
32        case all run. All tests appeared ok on sis.
33        * nsecs/init.c: Commit hack so test will compile when POSIX is
34        disabled.  Remove hack when clock_gettime() is present even when
35        --disable-posix.
36
372007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
40        Test needs clock manager. Should use rtems_test_exit() instead of
41        exit().
42
432007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
46        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
47        to demonstrate that the newlib reentrancy support is optional.
48
492007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
52          version from rtems/score/timespec.h.
53
542007-04-05      Joel Sherrill <joel@OARcorp.com>
55
56        * nsecs/init.c: Provide timespec manipulation routines in the
57        SuperCore. Use them everywhere possible. Perhaps they should be part
58        of the public API so this test and others can use them without
59        peeking into the bowels.
60
612007-04-05      Joel Sherrill <joel@OARcorp.com>
62
63        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
64        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
65
662007-04-02      Joel Sherrill <joel@OARcorp.com>
67
68        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
69        as fundamental time structure to POSIX struct timespec. Add
70        clock_get_uptime().
71        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
72        nsecs/nsecs.scn: New files.
73
742007-03-26      Joel Sherrill <joel@OARcorp.com>
75
76        * loopback/init.c: Add CVS Id.
77
782007-03-26      Joel Sherrill <joel@OARcorp.com>
79
80        PR 1230/tests
81        * minimum/init.c: Minimum should not configure console driver.
82
832007-02-21      Joel Sherrill <joel@OARcorp.com>
84
85        * loopback/init.c: Fix exit paths in client thread and main test
86        thread.
87
882006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
89
90        * init.c: added stdout flushs after prompts
91
922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: New BUG-REPORT address.
95
962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Require autoconf-2.60. Require automake-1.10.
99
1002006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
101
102        PR 1162/rtems
103        * unlimited/system.h: Reserve enough memory for the stacks wanted.
104
1052006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
108        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
109        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
110        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
111        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
112        instead.
113
1142006-02-08      Joel Sherrill <joel@OARcorp.com>
115
116        * cdtest/main.cc: Fix warnings.
117
1182005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Remove RTEMS_ENABLE_BARE,
121        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
122
1232005-11-15  Eric Norum <norume@aps.anl.gov>
124
125        * cdtest/Makefile.am: Remove extraneous make-exe.
126
1272005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
130        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
131        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
132        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
133        ticker/Makefile.am, unlimited/Makefile.am:
134        Convert to using *_PROGRAMS.
135
1362005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * configure.ac: Remove AMPOLISH3.
139        * base_mp/node1/Makefile.am,
140        base_mp/node2/Makefile.am, base_sp/Makefile.am,
141        cdtest/Makefile.am, fileio/Makefile.am,
142        hello/Makefile.am, iostream/Makefile.am,
143        loopback/Makefile.am, minimum/Makefile.am,
144        paranoia/Makefile.am, pppd/Makefile.am,
145        ticker/Makefile.am, unlimited/Makefile.am: Rework.
146
1472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
150        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
151        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
152        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
153        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
154        * sample.am: Remove.
155
1562005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
159        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
160        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
161        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
162        New (Renamed from base_mp.*).
163        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
164        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
165        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
166        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
167        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
168        s/SAMPLE/TEST/ for improved consistency with other tests.
169
1702005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Add ampolish3.
173        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
174
1752005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
178
1792005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
182        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
183
1842005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * sample.am: Remove LIB_VARIANT.
187
1882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
191        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
192        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
193        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
194        ticker/Makefile.am, unlimited/Makefile.am:
195        Remove SRCS, PRINT_SRCS.
196
1972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
200
2012005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
204        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
205        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
206        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
207        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
208        ticker/Makefile.am, unlimited/Makefile.am:
209        Partial conversion to automake.
210
2112005-10-26  Eric Norum <norume@aps.anl.gov>
212
213        PR 839/tests
214        * pppd/system.h: Remove i386-specific conditional.
215        This at least lets the sample compile.   It's unlikely to actually
216        work, though.
217
2182005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * pppd/Makefile.am: Reflect libpppd having been split out.
221        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
222        rtemspppd.h.
223
2242005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * loopback/init.c: socklen_t.
227
2282005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
231        Remove LIB_VARIANT.
232
2332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Remove DIST_SUBDIRS.
236
2372004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Require automake > 1.9.
240
2412004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
244        NETTESTS. Add iostream/.
245        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
246        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
247        Reflect changes above.
248        * cdtest/main.cc: Adaptation to new C++ standards.
249
2502004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
253        iostream/iostream.scn, iostream/system.h:
254        New (C++ variant of hello).
255
2562004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
259        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
260        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
261        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
262        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
263        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
264        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
265        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
266        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
267        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
268        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
269
2702004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
273
2742004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
277        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
278        unlimited/test3.c: Convert to using c99 fixed size types.
279
2802004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Add 2nd arg to RTEMS_TOP.
283
2842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove -Wall -ansi to work-around non-portability of
287        with cdtest.
288
2892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
292        Add PRE/TMPINSTALL_FILES to CLEANFILES.
293        * base_mp/node2/Makefile.am: Ditto.
294        * base_sp/Makefile.am: Ditto.
295        * cdtest/Makefile.am: Ditto.
296        * fileio/Makefile.am: Ditto.
297        * hello/Makefile.am: Ditto.
298        * loopback/Makefile.am: Ditto.
299        * minimum/Makefile.am: Ditto.
300        * paranoia/Makefile.am: Ditto.
301        * pppd/Makefile.am: Ditto.
302        * ticker/Makefile.am: Ditto.
303        * unlimited/Makefile.am: Ditto.
304
3052003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * samples.am: Fix yet another stupid typo in yesterday's patch.
308
3092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * samples.am: Add dirstamp support.
312
3132003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
316        Eliminate VPATH.
317
3182003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
325
3262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * base_mp/Makefile.am: Reformat.
329        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
330        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
331        * base_sp/Makefile.am: Remove all-local: $(ARCH).
332        * cdtest/Makefile.am: Remove all-local: $(ARCH).
333        * fileio/Makefile.am: Remove all-local: $(ARCH).
334        * hello/Makefile.am: Remove all-local: $(ARCH).
335        * loopback/Makefile.am: Remove all-local: $(ARCH).
336        * minimum/Makefile.am: Remove all-local: $(ARCH).
337        * paranoia/Makefile.am: Remove all-local: $(ARCH).
338        * pppd/Makefile.am: Remove all-local: $(ARCH).
339        * ticker/Makefile.am: Remove all-local: $(ARCH).
340        * unlimited/Makefile.am: Remove all-local: $(ARCH).
341
3422003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Reflect having moved to testsuites/.
345
3462003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
349        * fileio/Makefile.am: Only build if LIBCHIP is available.
350
3512003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Remove RTEMS_CANONICAL_HOST.
354
3552003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac:Remove RTEMS_CHECK_CPU.
358
3592003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * fileio/init.c: Unconditionally define MIN (We *do want* to see
362        error messages if it conflicts).
363
3642003-09-04      Joel Sherrill <joel@OARcorp.com>
365
366        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
367        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
368        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
369        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
370        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
371        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
372        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
373        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
374        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
375        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
376        for license changed.
377
3782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Reflect having moved aclocal/.
381
3822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Reflect having moved automake/.
385        * base_mp/Makefile.am: Reflect having moved automake/.
386        * base_mp/node1/Makefile.am: Reflect having moved automake/.
387        * base_mp/node2/Makefile.am: Reflect having moved automake/.
388        * base_sp/Makefile.am: Reflect having moved automake/.
389        * cdtest/Makefile.am: Reflect having moved automake/.
390        * fileio/Makefile.am: Reflect having moved automake/.
391        * hello/Makefile.am: Reflect having moved automake/.
392        * loopback/Makefile.am: Reflect having moved automake/.
393        * minimum/Makefile.am: Reflect having moved automake/.
394        * paranoia/Makefile.am: Reflect having moved automake/.
395        * pppd/Makefile.am: Reflect having moved automake/.
396        * ticker/Makefile.am: Reflect having moved automake/.
397        * unlimited/Makefile.am: Reflect having moved automake/.
398
3992003-08-13      Joel Sherrill <joel@OARcorp.com>
400
401        * fileio/.cvsignore: New file.
402
4032003-08-13      Joel Sherrill <joel@OARcorp.com>
404
405        PR 451/bsps
406        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
407
4082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
411
4122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
415        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
416
4172003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
418
419        PR 369/filesystem
420        * Makefile.am, configure.ac: sample application to show the use of the
421        DOSFS functions
422        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
423        fileio/system.h: New files.
424
4252003-06-04      Joel Sherrill <joel@OARcorp.com>
426
427        * pppd/system.h: Hack from Ralf to compile on all targets.
428
4292003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add pppd.
432        * Makefile.am: Add pppd.
433
4342003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        Adding pppd:
437        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
438        * pppd/README: New, copied over from libnetworking/pppd/example.
439        * pppd/init.c: New, copied over from libnetworking/pppd/example.
440        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
441        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
442        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
443        * pppd/system.h: New, copied over from libnetworking/pppd/example.
444        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
445        * pppd/Makefile.am: New, converted to automake from Makefile-user.
446        * pppd/.cvsignore: New.
447
4482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Remove AC_CONFIG_AUX_DIR.
451
4522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
455
4562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: AC_PREREQ(2.57).
459
4602003-01-27      Joel Sherrill <joel@OARcorp.com>
461
462        * Makefile.am, configure.ac: Added new test loopback which shows how to
463        use the loopback interface. Thank you Eric Norum for a portable
464        target independent test which exercises the TCP/IP. This should
465        prevent massive failures in the TCP/IP stack from reaching the
466        street.
467        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
468        loopback/init.c, loopback/loopback.scn: New files.
469
4702003-01-03      Joel Sherrill <joel@OARcorp.com>
471
472        * unlimited/system.h, unlimited/test1.c: Backed off previous
473        modification as it does not compile.
474
4752002-10-31      Chris Johns <ccj@acm.org>
476
477        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
478        can be created. 
479        * unlimited/system.h: PR296. Reference the number of tasks in the
480        configuration table rather than a hardcoded number.
481
4822002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Unconditionally check for CXX (Hack to bug in
485        autoconf > 2.54).
486
4872002-10-31      Joel Sherrill <joel@OARcorp.com>
488
489        * base_mp/apptask.c: Removed warning.
490
4912002-10-28      Joel Sherrill <joel@OARcorp.com>
492
493        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
494
4952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * .cvsignore: Reformat.
498        Add autom4te*cache.
499        Remove autom4te.cache.
500
5012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
505        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
506        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
507        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
510        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
512
5132002-08-01      Joel Sherrill <joel@OARcorp.com>
514
515        * Per PR47 add support for buffered test output.  This involved
516        adding defines to redirect output to a buffer and dump it when
517        full, at "test pause", and at exit.  To avoid problems when redefining
518        exit(), all tests were modified to call rtems_test_exit().
519        Some tests, notable psxtests, had to be modified to include
520        the standard test macro .h file (pmacros.h or tmacros.h) to
521        enable this support.
522        * cdtest/init.c: Modified.
523
5242002-07-01      Joel Sherrill <joel@OARcorp.com>
525
526        * unlimited/test1.c: Corrected use of _Objects_Information_table
527        now that it is a two dimensional array based upon API and class.
528
5292002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * base_sp/apptask.c: Include <stdlib.h>.
532        * hello/init.c: Ditto.
533        * paranoia/init.c: Ditto.
534        * ticker/tasks.c: Ditto.
535        * unlimited/init.c: Ditto.
536        * unlimited/test1.c: Ditto.
537        * unlimited/test2.c: Ditto.
538        * unlimited/test3.c: Ditto.
539
5402002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: Remove ENABLE_GCC28.
543
5442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac:
547        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
548        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
549        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
560
5612001-11-26      Ralf Corsepius
562
563        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
564
5652001-10-25      Eric Norum <eric.norum@usask.ca>
566
567        * cdtest/system.h: Configure 1 semaphore.  This probably covers
568        up not defining one for the GCC C++ Run-Time Libraries.
569
5702001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
573
5742001-10-12      Joel Sherrill <joel@OARcorp.com>
575
576        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
577        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
578        Fixed typo.
579
5802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
583        * configure.in: Remove.
584        * configure.ac: New file, generated from configure.in by autoupdate.
585
5862001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
589        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
590        * cdtest/Makefile.am: Remove LD_LIBS.
591
5922001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
595        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
596        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
597        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
598        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
599        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
600        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
601        make-cxx-exe.
602        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
603        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
604
6052001-06-14      Joel Sherrill <joel@OARcorp.com>
606
607        * cdtest/system.h: Removed configure of POSIX mutexes since
608        there do not appear to be any used in this test.
609
6102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
611
612        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
613
6142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
617
6182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
621
6222000-10-30      Joel Sherrill <joel@OARcorp.com>
623
624        * POSIX include files merged into newlib.  This resulted in
625        some definitions moving to other files and thus some secondary
626        effects in RTEMS source code.
627        * paranoia/paranoia.c: Commented out incorrect and conflicting
628        prototype of read().
629
6302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
633        Switch to GNU canonicalization.
634        * sample.am: Remove DEFS.
635
6362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
639        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
640        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
641        unlimited/Makefile.am: Include compile.am
642
6432000-08-10      Joel Sherrill <joel@OARcorp.com>
644
645        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.