source: rtems/testsuites/samples/ChangeLog @ 78de0879

4.104.115
Last change on this file since 78de0879 was 78de0879, checked in by Joel Sherrill <joel.sherrill@…>, on 02/27/09 at 16:44:55

Format.

  • Property mode set to 100644
File size: 28.5 KB
Line 
12009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * fileio/init.c: Adapt to modified shell configuration
4
52008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * capture/test1.c: Add const to eliminate warning.
8
92008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * capture/test1.c: Eliminate all public use of TOD conversion routines.
12
132008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * unlimited/init.c: Run all tests successfully with maxixum number of
16        priorities as 16 instead of 256. This was done by temporarily
17        modifying the score priority.h maximum. This allowed testing of all
18        API code to ensure that it worked properly with a reduced number of
19        priorities. Most modifications were to switch from hard-coded maximum
20        to using the API provided methods to determine maximum number of
21        priority levels.
22
232008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
26        we have a test case for real password checking.
27
282008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * paranoia/paranoia.c: Add missing prototypes.
31
322008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * unlimited/system.h: Tighten configuration for stack space.
35
362008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * fileio/init.c: When USE_SHELL not defined, do not attempt to
39        configure shell.
40
412008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * unlimited/system.h: 10000 task ids is too many for some targets.
44
452008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
48        pc386 and configured for unified workspace, you can get close to
49        this.
50
512008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
54        CONFIGURE_STACK_CHECKER_ENABLED.
55
562008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * minimum/init.c, unlimited/system.h: Add support for optionally having
59        a unified work area. In other words, the RTEMS Workspace and C
60        Program Heap are the same pool of memory.
61
622008-09-17      Miao Yan <yanmiaobest@gmail.com>
63
64        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
65        project code to add simple device only filesystem (devfs), optionally
66        completely drop out filesystem, and to clean up disabling newlib
67        reentrancy support. This dropped 17K from the minimum.exe for
68        sparc/sis and arm/rtl22xx_t now has a 15K code space.
69
702008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * capture/system.h, capture/test1.c, fileio/init.c,
73        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
74        Convert to "bool".
75
762008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
79        fixing while running mptests on psim.
80
812008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
84        split on multiple lines and document each parameter.
85
862008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * minimum/init.c: Disable confdefs.h debug.
89
902008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * iostream/system.h: Init task was close to blowing stack on PowerPC.
93        * minimum/init.c: Disable Classic API Notepads.
94
952008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
98        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
99        on psim.
100
1012008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * minimum/init.c: Exerise new ability for application to configure
104        minimum stack size. This test still runs the same with a 7.5K stack
105        on the powerpc but reserves 15K less Workspace on the PowerPC.
106
1072008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * minimum/Makefile.am: Link against all managers.
110        * minimum/init.c: Use existing confdefs.h macros to turn off more
111        this test does not use.
112
1132008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * iostream/system.h: Update to include definition of
116        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
117
1182008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
121        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
122
1232008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
126        4.3.x.
127
1282008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * fileio/system.h, ticker/system.h: Add new Object Services collection.
131        This changed the name of a few previously public but undocumented
132        services and added a some new services.
133
1342008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * hello/init.c: Remove accidental commit.
137
1382008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
141        statistics so shell output can be interesting.
142
1432007-12-17      Chris Johns <chrisj@rtems.org>
144
145        * testsuites/samples/fileio/init.c: Change shell_* to
146        rtems_shell_*. Add the mount file-system type of msdos.
147
1482007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * fileio/init.c, fileio/system.h: Increase stack requested for shell
151        task. Turn on stack checking so the report is interesting.
152
1532007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * fileio/init.c: Add RTEMS Shell configuration and static configuration
156        of user commands.
157
1582007-11-29      Chris Johns <chrisj@rtems.org>
159
160        * iostream/Makefile.am: Change the executable name so it does not
161        create a file which is the same name as the standard header file.
162        * iostream/system.h: Need to increase the number of semaphores for
163        the libstdc++ runtime.
164
1652007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * capture/Makefile.am: Use all managers.
168
1692007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * capture/Makefile.am: Fix typo -- not unlimited.
172
1732007-08-21      Chris Johns <chrisj@rtems.org>
174
175        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
176        from files. Committed incorrectly.
177         
1782007-08-17      Chris Johns <chrisj@rtems.org>
179
180        * Makefile.am, README, configure.ac, capture/.cvsignore,
181        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
182        capture/init.c, capture/system.h, capture/test1.c: Add a sample
183        test for the capture engine.
184
1852007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
188
1892007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
192        loop was being optimized out on the PowerPC.
193        * nsecs/empty.c: New file.
194
1952007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * nsecs/init.c: Change name to avoid any hint of the timer driver.
198
1992007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * nsecs/init.c: Do not make this test depend on the benchmark timer
202        driver.
203
2042007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
207        time varaying in proportion to the length of the loop measured.
208
2092007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * nsecs/init.c: Remove stray "volatile int i".
212
2132007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
216        loopback/Makefile.am, nsecs/Makefile.am,
217        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
218        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
219        test cases so last output line follows END OF pattern. Make sure test
220        case all run. All tests appeared ok on sis.
221        * nsecs/init.c: Commit hack so test will compile when POSIX is
222        disabled.  Remove hack when clock_gettime() is present even when
223        --disable-posix.
224
2252007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
228        Test needs clock manager. Should use rtems_test_exit() instead of
229        exit().
230
2312007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
234        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
235        to demonstrate that the newlib reentrancy support is optional.
236
2372007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
240          version from rtems/score/timespec.h.
241
2422007-04-05      Joel Sherrill <joel@OARcorp.com>
243
244        * nsecs/init.c: Provide timespec manipulation routines in the
245        SuperCore. Use them everywhere possible. Perhaps they should be part
246        of the public API so this test and others can use them without
247        peeking into the bowels.
248
2492007-04-05      Joel Sherrill <joel@OARcorp.com>
250
251        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
252        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
253
2542007-04-02      Joel Sherrill <joel@OARcorp.com>
255
256        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
257        as fundamental time structure to POSIX struct timespec. Add
258        clock_get_uptime().
259        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
260        nsecs/nsecs.scn: New files.
261
2622007-03-26      Joel Sherrill <joel@OARcorp.com>
263
264        * loopback/init.c: Add CVS Id.
265
2662007-03-26      Joel Sherrill <joel@OARcorp.com>
267
268        PR 1230/tests
269        * minimum/init.c: Minimum should not configure console driver.
270
2712007-02-21      Joel Sherrill <joel@OARcorp.com>
272
273        * loopback/init.c: Fix exit paths in client thread and main test
274        thread.
275
2762006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
277
278        * init.c: added stdout flushs after prompts
279
2802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * configure.ac: New BUG-REPORT address.
283
2842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * configure.ac: Require autoconf-2.60. Require automake-1.10.
287
2882006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
289
290        PR 1162/rtems
291        * unlimited/system.h: Reserve enough memory for the stacks wanted.
292
2932006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
296        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
297        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
298        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
299        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
300        instead.
301
3022006-02-08      Joel Sherrill <joel@OARcorp.com>
303
304        * cdtest/main.cc: Fix warnings.
305
3062005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * configure.ac: Remove RTEMS_ENABLE_BARE,
309        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
310
3112005-11-15  Eric Norum <norume@aps.anl.gov>
312
313        * cdtest/Makefile.am: Remove extraneous make-exe.
314
3152005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
318        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
319        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
320        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
321        ticker/Makefile.am, unlimited/Makefile.am:
322        Convert to using *_PROGRAMS.
323
3242005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
325
326        * configure.ac: Remove AMPOLISH3.
327        * base_mp/node1/Makefile.am,
328        base_mp/node2/Makefile.am, base_sp/Makefile.am,
329        cdtest/Makefile.am, fileio/Makefile.am,
330        hello/Makefile.am, iostream/Makefile.am,
331        loopback/Makefile.am, minimum/Makefile.am,
332        paranoia/Makefile.am, pppd/Makefile.am,
333        ticker/Makefile.am, unlimited/Makefile.am: Rework.
334
3352005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
338        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
339        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
340        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
341        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
342        * sample.am: Remove.
343
3442005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
347        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
348        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
349        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
350        New (Renamed from base_mp.*).
351        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
352        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
353        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
354        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
355        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
356        s/SAMPLE/TEST/ for improved consistency with other tests.
357
3582005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * configure.ac: Add ampolish3.
361        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
362
3632005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
366
3672005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
368
369        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
370        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
371
3722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * sample.am: Remove LIB_VARIANT.
375
3762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
379        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
380        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
381        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
382        ticker/Makefile.am, unlimited/Makefile.am:
383        Remove SRCS, PRINT_SRCS.
384
3852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
388
3892005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
392        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
393        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
394        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
395        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
396        ticker/Makefile.am, unlimited/Makefile.am:
397        Partial conversion to automake.
398
3992005-10-26  Eric Norum <norume@aps.anl.gov>
400
401        PR 839/tests
402        * pppd/system.h: Remove i386-specific conditional.
403        This at least lets the sample compile.   It's unlikely to actually
404        work, though.
405
4062005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * pppd/Makefile.am: Reflect libpppd having been split out.
409        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
410        rtemspppd.h.
411
4122005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * loopback/init.c: socklen_t.
415
4162005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
419        Remove LIB_VARIANT.
420
4212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * Makefile.am: Remove DIST_SUBDIRS.
424
4252004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * configure.ac: Require automake > 1.9.
428
4292004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
432        NETTESTS. Add iostream/.
433        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
434        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
435        Reflect changes above.
436        * cdtest/main.cc: Adaptation to new C++ standards.
437
4382004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
441        iostream/iostream.scn, iostream/system.h:
442        New (C++ variant of hello).
443
4442004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
457
4582004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
461
4622004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
463
464        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
465        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
466        unlimited/test3.c: Convert to using c99 fixed size types.
467
4682004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Add 2nd arg to RTEMS_TOP.
471
4722004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac: Remove -Wall -ansi to work-around non-portability of
475        with cdtest.
476
4772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
480        Add PRE/TMPINSTALL_FILES to CLEANFILES.
481        * base_mp/node2/Makefile.am: Ditto.
482        * base_sp/Makefile.am: Ditto.
483        * cdtest/Makefile.am: Ditto.
484        * fileio/Makefile.am: Ditto.
485        * hello/Makefile.am: Ditto.
486        * loopback/Makefile.am: Ditto.
487        * minimum/Makefile.am: Ditto.
488        * paranoia/Makefile.am: Ditto.
489        * pppd/Makefile.am: Ditto.
490        * ticker/Makefile.am: Ditto.
491        * unlimited/Makefile.am: Ditto.
492
4932003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * samples.am: Fix yet another stupid typo in yesterday's patch.
496
4972003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * samples.am: Add dirstamp support.
500
5012003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
504        Eliminate VPATH.
505
5062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
509
5102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
513
5142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * base_mp/Makefile.am: Reformat.
517        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
518        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
519        * base_sp/Makefile.am: Remove all-local: $(ARCH).
520        * cdtest/Makefile.am: Remove all-local: $(ARCH).
521        * fileio/Makefile.am: Remove all-local: $(ARCH).
522        * hello/Makefile.am: Remove all-local: $(ARCH).
523        * loopback/Makefile.am: Remove all-local: $(ARCH).
524        * minimum/Makefile.am: Remove all-local: $(ARCH).
525        * paranoia/Makefile.am: Remove all-local: $(ARCH).
526        * pppd/Makefile.am: Remove all-local: $(ARCH).
527        * ticker/Makefile.am: Remove all-local: $(ARCH).
528        * unlimited/Makefile.am: Remove all-local: $(ARCH).
529
5302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac: Reflect having moved to testsuites/.
533
5342003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
537        * fileio/Makefile.am: Only build if LIBCHIP is available.
538
5392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Remove RTEMS_CANONICAL_HOST.
542
5432003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac:Remove RTEMS_CHECK_CPU.
546
5472003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * fileio/init.c: Unconditionally define MIN (We *do want* to see
550        error messages if it conflicts).
551
5522003-09-04      Joel Sherrill <joel@OARcorp.com>
553
554        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
555        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
556        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
557        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
558        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
559        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
560        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
561        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
562        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
563        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
564        for license changed.
565
5662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: Reflect having moved aclocal/.
569
5702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: Reflect having moved automake/.
573        * base_mp/Makefile.am: Reflect having moved automake/.
574        * base_mp/node1/Makefile.am: Reflect having moved automake/.
575        * base_mp/node2/Makefile.am: Reflect having moved automake/.
576        * base_sp/Makefile.am: Reflect having moved automake/.
577        * cdtest/Makefile.am: Reflect having moved automake/.
578        * fileio/Makefile.am: Reflect having moved automake/.
579        * hello/Makefile.am: Reflect having moved automake/.
580        * loopback/Makefile.am: Reflect having moved automake/.
581        * minimum/Makefile.am: Reflect having moved automake/.
582        * paranoia/Makefile.am: Reflect having moved automake/.
583        * pppd/Makefile.am: Reflect having moved automake/.
584        * ticker/Makefile.am: Reflect having moved automake/.
585        * unlimited/Makefile.am: Reflect having moved automake/.
586
5872003-08-13      Joel Sherrill <joel@OARcorp.com>
588
589        * fileio/.cvsignore: New file.
590
5912003-08-13      Joel Sherrill <joel@OARcorp.com>
592
593        PR 451/bsps
594        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
595
5962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
599
6002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
603        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
604
6052003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
606
607        PR 369/filesystem
608        * Makefile.am, configure.ac: sample application to show the use of the
609        DOSFS functions
610        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
611        fileio/system.h: New files.
612
6132003-06-04      Joel Sherrill <joel@OARcorp.com>
614
615        * pppd/system.h: Hack from Ralf to compile on all targets.
616
6172003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Add pppd.
620        * Makefile.am: Add pppd.
621
6222003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        Adding pppd:
625        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
626        * pppd/README: New, copied over from libnetworking/pppd/example.
627        * pppd/init.c: New, copied over from libnetworking/pppd/example.
628        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
629        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
630        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
631        * pppd/system.h: New, copied over from libnetworking/pppd/example.
632        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
633        * pppd/Makefile.am: New, converted to automake from Makefile-user.
634        * pppd/.cvsignore: New.
635
6362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * configure.ac: Remove AC_CONFIG_AUX_DIR.
639
6402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
643
6442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac: AC_PREREQ(2.57).
647
6482003-01-27      Joel Sherrill <joel@OARcorp.com>
649
650        * Makefile.am, configure.ac: Added new test loopback which shows how to
651        use the loopback interface. Thank you Eric Norum for a portable
652        target independent test which exercises the TCP/IP. This should
653        prevent massive failures in the TCP/IP stack from reaching the
654        street.
655        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
656        loopback/init.c, loopback/loopback.scn: New files.
657
6582003-01-03      Joel Sherrill <joel@OARcorp.com>
659
660        * unlimited/system.h, unlimited/test1.c: Backed off previous
661        modification as it does not compile.
662
6632002-10-31      Chris Johns <ccj@acm.org>
664
665        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
666        can be created. 
667        * unlimited/system.h: PR296. Reference the number of tasks in the
668        configuration table rather than a hardcoded number.
669
6702002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Unconditionally check for CXX (Hack to bug in
673        autoconf > 2.54).
674
6752002-10-31      Joel Sherrill <joel@OARcorp.com>
676
677        * base_mp/apptask.c: Removed warning.
678
6792002-10-28      Joel Sherrill <joel@OARcorp.com>
680
681        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
682
6832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * .cvsignore: Reformat.
686        Add autom4te*cache.
687        Remove autom4te.cache.
688
6892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
692        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
693        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
694        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
695        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
696        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
697        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
698        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
699        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
700
7012002-08-01      Joel Sherrill <joel@OARcorp.com>
702
703        * Per PR47 add support for buffered test output.  This involved
704        adding defines to redirect output to a buffer and dump it when
705        full, at "test pause", and at exit.  To avoid problems when redefining
706        exit(), all tests were modified to call rtems_test_exit().
707        Some tests, notable psxtests, had to be modified to include
708        the standard test macro .h file (pmacros.h or tmacros.h) to
709        enable this support.
710        * cdtest/init.c: Modified.
711
7122002-07-01      Joel Sherrill <joel@OARcorp.com>
713
714        * unlimited/test1.c: Corrected use of _Objects_Information_table
715        now that it is a two dimensional array based upon API and class.
716
7172002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * base_sp/apptask.c: Include <stdlib.h>.
720        * hello/init.c: Ditto.
721        * paranoia/init.c: Ditto.
722        * ticker/tasks.c: Ditto.
723        * unlimited/init.c: Ditto.
724        * unlimited/test1.c: Ditto.
725        * unlimited/test2.c: Ditto.
726        * unlimited/test3.c: Ditto.
727
7282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.ac: Remove ENABLE_GCC28.
731
7322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.ac:
735        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
736        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
737        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
740        * Makefile.am: Remove AUTOMAKE_OPTIONS.
741        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
742        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
743        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
747        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
748
7492001-11-26      Ralf Corsepius
750
751        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
752
7532001-10-25      Eric Norum <eric.norum@usask.ca>
754
755        * cdtest/system.h: Configure 1 semaphore.  This probably covers
756        up not defining one for the GCC C++ Run-Time Libraries.
757
7582001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
761
7622001-10-12      Joel Sherrill <joel@OARcorp.com>
763
764        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
765        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
766        Fixed typo.
767
7682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
771        * configure.in: Remove.
772        * configure.ac: New file, generated from configure.in by autoupdate.
773
7742001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
777        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
778        * cdtest/Makefile.am: Remove LD_LIBS.
779
7802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
783        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
784        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
785        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
786        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
787        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
788        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
789        make-cxx-exe.
790        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
791        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
792
7932001-06-14      Joel Sherrill <joel@OARcorp.com>
794
795        * cdtest/system.h: Removed configure of POSIX mutexes since
796        there do not appear to be any used in this test.
797
7982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
799
800        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
801
8022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
805
8062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
809
8102000-10-30      Joel Sherrill <joel@OARcorp.com>
811
812        * POSIX include files merged into newlib.  This resulted in
813        some definitions moving to other files and thus some secondary
814        effects in RTEMS source code.
815        * paranoia/paranoia.c: Commented out incorrect and conflicting
816        prototype of read().
817
8182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
821        Switch to GNU canonicalization.
822        * sample.am: Remove DEFS.
823
8242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
827        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
828        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
829        unlimited/Makefile.am: Include compile.am
830
8312000-08-10      Joel Sherrill <joel@OARcorp.com>
832
833        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.