source: rtems/testsuites/samples/ChangeLog @ 7a18a320

4.104.115
Last change on this file since 7a18a320 was 7a18a320, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 11:13:52

Adapt to modified shell configuration

  • Property mode set to 100644
File size: 28.5 KB
Line 
12009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2        * fileio/init.c: Adapt to modified shell configuration
3
42008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
5
6        * capture/test1.c: Add const to eliminate warning.
7
82008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * capture/test1.c: Eliminate all public use of TOD conversion routines.
11
122008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * unlimited/init.c: Run all tests successfully with maxixum number of
15        priorities as 16 instead of 256. This was done by temporarily
16        modifying the score priority.h maximum. This allowed testing of all
17        API code to ensure that it worked properly with a reduced number of
18        priorities. Most modifications were to switch from hard-coded maximum
19        to using the API provided methods to determine maximum number of
20        priority levels.
21
222008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
25        we have a test case for real password checking.
26
272008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * paranoia/paranoia.c: Add missing prototypes.
30
312008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * unlimited/system.h: Tighten configuration for stack space.
34
352008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * fileio/init.c: When USE_SHELL not defined, do not attempt to
38        configure shell.
39
402008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * unlimited/system.h: 10000 task ids is too many for some targets.
43
442008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
47        pc386 and configured for unified workspace, you can get close to
48        this.
49
502008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
53        CONFIGURE_STACK_CHECKER_ENABLED.
54
552008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * minimum/init.c, unlimited/system.h: Add support for optionally having
58        a unified work area. In other words, the RTEMS Workspace and C
59        Program Heap are the same pool of memory.
60
612008-09-17      Miao Yan <yanmiaobest@gmail.com>
62
63        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
64        project code to add simple device only filesystem (devfs), optionally
65        completely drop out filesystem, and to clean up disabling newlib
66        reentrancy support. This dropped 17K from the minimum.exe for
67        sparc/sis and arm/rtl22xx_t now has a 15K code space.
68
692008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * capture/system.h, capture/test1.c, fileio/init.c,
72        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
73        Convert to "bool".
74
752008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
78        fixing while running mptests on psim.
79
802008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
83        split on multiple lines and document each parameter.
84
852008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * minimum/init.c: Disable confdefs.h debug.
88
892008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * iostream/system.h: Init task was close to blowing stack on PowerPC.
92        * minimum/init.c: Disable Classic API Notepads.
93
942008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
97        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
98        on psim.
99
1002008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * minimum/init.c: Exerise new ability for application to configure
103        minimum stack size. This test still runs the same with a 7.5K stack
104        on the powerpc but reserves 15K less Workspace on the PowerPC.
105
1062008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * minimum/Makefile.am: Link against all managers.
109        * minimum/init.c: Use existing confdefs.h macros to turn off more
110        this test does not use.
111
1122008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * iostream/system.h: Update to include definition of
115        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
116
1172008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
120        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
121
1222008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
125        4.3.x.
126
1272008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * fileio/system.h, ticker/system.h: Add new Object Services collection.
130        This changed the name of a few previously public but undocumented
131        services and added a some new services.
132
1332008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * hello/init.c: Remove accidental commit.
136
1372008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
140        statistics so shell output can be interesting.
141
1422007-12-17      Chris Johns <chrisj@rtems.org>
143
144        * testsuites/samples/fileio/init.c: Change shell_* to
145        rtems_shell_*. Add the mount file-system type of msdos.
146
1472007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * fileio/init.c, fileio/system.h: Increase stack requested for shell
150        task. Turn on stack checking so the report is interesting.
151
1522007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * fileio/init.c: Add RTEMS Shell configuration and static configuration
155        of user commands.
156
1572007-11-29      Chris Johns <chrisj@rtems.org>
158
159        * iostream/Makefile.am: Change the executable name so it does not
160        create a file which is the same name as the standard header file.
161        * iostream/system.h: Need to increase the number of semaphores for
162        the libstdc++ runtime.
163
1642007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * capture/Makefile.am: Use all managers.
167
1682007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * capture/Makefile.am: Fix typo -- not unlimited.
171
1722007-08-21      Chris Johns <chrisj@rtems.org>
173
174        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
175        from files. Committed incorrectly.
176         
1772007-08-17      Chris Johns <chrisj@rtems.org>
178
179        * Makefile.am, README, configure.ac, capture/.cvsignore,
180        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
181        capture/init.c, capture/system.h, capture/test1.c: Add a sample
182        test for the capture engine.
183
1842007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
187
1882007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
191        loop was being optimized out on the PowerPC.
192        * nsecs/empty.c: New file.
193
1942007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * nsecs/init.c: Change name to avoid any hint of the timer driver.
197
1982007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * nsecs/init.c: Do not make this test depend on the benchmark timer
201        driver.
202
2032007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
206        time varaying in proportion to the length of the loop measured.
207
2082007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * nsecs/init.c: Remove stray "volatile int i".
211
2122007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
215        loopback/Makefile.am, nsecs/Makefile.am,
216        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
217        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
218        test cases so last output line follows END OF pattern. Make sure test
219        case all run. All tests appeared ok on sis.
220        * nsecs/init.c: Commit hack so test will compile when POSIX is
221        disabled.  Remove hack when clock_gettime() is present even when
222        --disable-posix.
223
2242007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
227        Test needs clock manager. Should use rtems_test_exit() instead of
228        exit().
229
2302007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
233        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
234        to demonstrate that the newlib reentrancy support is optional.
235
2362007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
239          version from rtems/score/timespec.h.
240
2412007-04-05      Joel Sherrill <joel@OARcorp.com>
242
243        * nsecs/init.c: Provide timespec manipulation routines in the
244        SuperCore. Use them everywhere possible. Perhaps they should be part
245        of the public API so this test and others can use them without
246        peeking into the bowels.
247
2482007-04-05      Joel Sherrill <joel@OARcorp.com>
249
250        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
251        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
252
2532007-04-02      Joel Sherrill <joel@OARcorp.com>
254
255        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
256        as fundamental time structure to POSIX struct timespec. Add
257        clock_get_uptime().
258        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
259        nsecs/nsecs.scn: New files.
260
2612007-03-26      Joel Sherrill <joel@OARcorp.com>
262
263        * loopback/init.c: Add CVS Id.
264
2652007-03-26      Joel Sherrill <joel@OARcorp.com>
266
267        PR 1230/tests
268        * minimum/init.c: Minimum should not configure console driver.
269
2702007-02-21      Joel Sherrill <joel@OARcorp.com>
271
272        * loopback/init.c: Fix exit paths in client thread and main test
273        thread.
274
2752006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
276
277        * init.c: added stdout flushs after prompts
278
2792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * configure.ac: New BUG-REPORT address.
282
2832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Require autoconf-2.60. Require automake-1.10.
286
2872006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
288
289        PR 1162/rtems
290        * unlimited/system.h: Reserve enough memory for the stacks wanted.
291
2922006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
295        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
296        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
297        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
298        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
299        instead.
300
3012006-02-08      Joel Sherrill <joel@OARcorp.com>
302
303        * cdtest/main.cc: Fix warnings.
304
3052005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * configure.ac: Remove RTEMS_ENABLE_BARE,
308        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
309
3102005-11-15  Eric Norum <norume@aps.anl.gov>
311
312        * cdtest/Makefile.am: Remove extraneous make-exe.
313
3142005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
317        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
318        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
319        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
320        ticker/Makefile.am, unlimited/Makefile.am:
321        Convert to using *_PROGRAMS.
322
3232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * configure.ac: Remove AMPOLISH3.
326        * base_mp/node1/Makefile.am,
327        base_mp/node2/Makefile.am, base_sp/Makefile.am,
328        cdtest/Makefile.am, fileio/Makefile.am,
329        hello/Makefile.am, iostream/Makefile.am,
330        loopback/Makefile.am, minimum/Makefile.am,
331        paranoia/Makefile.am, pppd/Makefile.am,
332        ticker/Makefile.am, unlimited/Makefile.am: Rework.
333
3342005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
337        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
338        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
339        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
340        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
341        * sample.am: Remove.
342
3432005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
346        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
347        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
348        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
349        New (Renamed from base_mp.*).
350        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
351        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
352        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
353        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
354        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
355        s/SAMPLE/TEST/ for improved consistency with other tests.
356
3572005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * configure.ac: Add ampolish3.
360        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
361
3622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
365
3662005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
369        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
370
3712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
372
373        * sample.am: Remove LIB_VARIANT.
374
3752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
378        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
379        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
380        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
381        ticker/Makefile.am, unlimited/Makefile.am:
382        Remove SRCS, PRINT_SRCS.
383
3842005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
387
3882005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
391        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
392        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
393        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
394        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
395        ticker/Makefile.am, unlimited/Makefile.am:
396        Partial conversion to automake.
397
3982005-10-26  Eric Norum <norume@aps.anl.gov>
399
400        PR 839/tests
401        * pppd/system.h: Remove i386-specific conditional.
402        This at least lets the sample compile.   It's unlikely to actually
403        work, though.
404
4052005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * pppd/Makefile.am: Reflect libpppd having been split out.
408        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
409        rtemspppd.h.
410
4112005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * loopback/init.c: socklen_t.
414
4152005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
418        Remove LIB_VARIANT.
419
4202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * Makefile.am: Remove DIST_SUBDIRS.
423
4242004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * configure.ac: Require automake > 1.9.
427
4282004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
429
430        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
431        NETTESTS. Add iostream/.
432        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
433        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
434        Reflect changes above.
435        * cdtest/main.cc: Adaptation to new C++ standards.
436
4372004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
438
439        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
440        iostream/iostream.scn, iostream/system.h:
441        New (C++ variant of hello).
442
4432004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
444
445        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
446        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456
4572004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
458
459        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
460
4612004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
464        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
465        unlimited/test3.c: Convert to using c99 fixed size types.
466
4672004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Add 2nd arg to RTEMS_TOP.
470
4712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Remove -Wall -ansi to work-around non-portability of
474        with cdtest.
475
4762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
479        Add PRE/TMPINSTALL_FILES to CLEANFILES.
480        * base_mp/node2/Makefile.am: Ditto.
481        * base_sp/Makefile.am: Ditto.
482        * cdtest/Makefile.am: Ditto.
483        * fileio/Makefile.am: Ditto.
484        * hello/Makefile.am: Ditto.
485        * loopback/Makefile.am: Ditto.
486        * minimum/Makefile.am: Ditto.
487        * paranoia/Makefile.am: Ditto.
488        * pppd/Makefile.am: Ditto.
489        * ticker/Makefile.am: Ditto.
490        * unlimited/Makefile.am: Ditto.
491
4922003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * samples.am: Fix yet another stupid typo in yesterday's patch.
495
4962003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * samples.am: Add dirstamp support.
499
5002003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
503        Eliminate VPATH.
504
5052003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
508
5092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
512
5132003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * base_mp/Makefile.am: Reformat.
516        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
517        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
518        * base_sp/Makefile.am: Remove all-local: $(ARCH).
519        * cdtest/Makefile.am: Remove all-local: $(ARCH).
520        * fileio/Makefile.am: Remove all-local: $(ARCH).
521        * hello/Makefile.am: Remove all-local: $(ARCH).
522        * loopback/Makefile.am: Remove all-local: $(ARCH).
523        * minimum/Makefile.am: Remove all-local: $(ARCH).
524        * paranoia/Makefile.am: Remove all-local: $(ARCH).
525        * pppd/Makefile.am: Remove all-local: $(ARCH).
526        * ticker/Makefile.am: Remove all-local: $(ARCH).
527        * unlimited/Makefile.am: Remove all-local: $(ARCH).
528
5292003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: Reflect having moved to testsuites/.
532
5332003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
536        * fileio/Makefile.am: Only build if LIBCHIP is available.
537
5382003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Remove RTEMS_CANONICAL_HOST.
541
5422003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac:Remove RTEMS_CHECK_CPU.
545
5462003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * fileio/init.c: Unconditionally define MIN (We *do want* to see
549        error messages if it conflicts).
550
5512003-09-04      Joel Sherrill <joel@OARcorp.com>
552
553        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
554        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
555        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
556        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
557        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
558        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
559        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
560        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
561        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
562        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
563        for license changed.
564
5652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Reflect having moved aclocal/.
568
5692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am: Reflect having moved automake/.
572        * base_mp/Makefile.am: Reflect having moved automake/.
573        * base_mp/node1/Makefile.am: Reflect having moved automake/.
574        * base_mp/node2/Makefile.am: Reflect having moved automake/.
575        * base_sp/Makefile.am: Reflect having moved automake/.
576        * cdtest/Makefile.am: Reflect having moved automake/.
577        * fileio/Makefile.am: Reflect having moved automake/.
578        * hello/Makefile.am: Reflect having moved automake/.
579        * loopback/Makefile.am: Reflect having moved automake/.
580        * minimum/Makefile.am: Reflect having moved automake/.
581        * paranoia/Makefile.am: Reflect having moved automake/.
582        * pppd/Makefile.am: Reflect having moved automake/.
583        * ticker/Makefile.am: Reflect having moved automake/.
584        * unlimited/Makefile.am: Reflect having moved automake/.
585
5862003-08-13      Joel Sherrill <joel@OARcorp.com>
587
588        * fileio/.cvsignore: New file.
589
5902003-08-13      Joel Sherrill <joel@OARcorp.com>
591
592        PR 451/bsps
593        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
594
5952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
598
5992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
602        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
603
6042003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
605
606        PR 369/filesystem
607        * Makefile.am, configure.ac: sample application to show the use of the
608        DOSFS functions
609        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
610        fileio/system.h: New files.
611
6122003-06-04      Joel Sherrill <joel@OARcorp.com>
613
614        * pppd/system.h: Hack from Ralf to compile on all targets.
615
6162003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Add pppd.
619        * Makefile.am: Add pppd.
620
6212003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        Adding pppd:
624        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
625        * pppd/README: New, copied over from libnetworking/pppd/example.
626        * pppd/init.c: New, copied over from libnetworking/pppd/example.
627        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
628        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
629        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
630        * pppd/system.h: New, copied over from libnetworking/pppd/example.
631        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
632        * pppd/Makefile.am: New, converted to automake from Makefile-user.
633        * pppd/.cvsignore: New.
634
6352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * configure.ac: Remove AC_CONFIG_AUX_DIR.
638
6392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
642
6432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.ac: AC_PREREQ(2.57).
646
6472003-01-27      Joel Sherrill <joel@OARcorp.com>
648
649        * Makefile.am, configure.ac: Added new test loopback which shows how to
650        use the loopback interface. Thank you Eric Norum for a portable
651        target independent test which exercises the TCP/IP. This should
652        prevent massive failures in the TCP/IP stack from reaching the
653        street.
654        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
655        loopback/init.c, loopback/loopback.scn: New files.
656
6572003-01-03      Joel Sherrill <joel@OARcorp.com>
658
659        * unlimited/system.h, unlimited/test1.c: Backed off previous
660        modification as it does not compile.
661
6622002-10-31      Chris Johns <ccj@acm.org>
663
664        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
665        can be created. 
666        * unlimited/system.h: PR296. Reference the number of tasks in the
667        configuration table rather than a hardcoded number.
668
6692002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Unconditionally check for CXX (Hack to bug in
672        autoconf > 2.54).
673
6742002-10-31      Joel Sherrill <joel@OARcorp.com>
675
676        * base_mp/apptask.c: Removed warning.
677
6782002-10-28      Joel Sherrill <joel@OARcorp.com>
679
680        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
681
6822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * .cvsignore: Reformat.
685        Add autom4te*cache.
686        Remove autom4te.cache.
687
6882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
691        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
692        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
693        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
694        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
695        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
696        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
697        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
698        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
699
7002002-08-01      Joel Sherrill <joel@OARcorp.com>
701
702        * Per PR47 add support for buffered test output.  This involved
703        adding defines to redirect output to a buffer and dump it when
704        full, at "test pause", and at exit.  To avoid problems when redefining
705        exit(), all tests were modified to call rtems_test_exit().
706        Some tests, notable psxtests, had to be modified to include
707        the standard test macro .h file (pmacros.h or tmacros.h) to
708        enable this support.
709        * cdtest/init.c: Modified.
710
7112002-07-01      Joel Sherrill <joel@OARcorp.com>
712
713        * unlimited/test1.c: Corrected use of _Objects_Information_table
714        now that it is a two dimensional array based upon API and class.
715
7162002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * base_sp/apptask.c: Include <stdlib.h>.
719        * hello/init.c: Ditto.
720        * paranoia/init.c: Ditto.
721        * ticker/tasks.c: Ditto.
722        * unlimited/init.c: Ditto.
723        * unlimited/test1.c: Ditto.
724        * unlimited/test2.c: Ditto.
725        * unlimited/test3.c: Ditto.
726
7272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac: Remove ENABLE_GCC28.
730
7312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac:
734        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
735        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
736        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
737        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * Makefile.am: Remove AUTOMAKE_OPTIONS.
740        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
741        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
742        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
743        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
746        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
747
7482001-11-26      Ralf Corsepius
749
750        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
751
7522001-10-25      Eric Norum <eric.norum@usask.ca>
753
754        * cdtest/system.h: Configure 1 semaphore.  This probably covers
755        up not defining one for the GCC C++ Run-Time Libraries.
756
7572001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
760
7612001-10-12      Joel Sherrill <joel@OARcorp.com>
762
763        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
764        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
765        Fixed typo.
766
7672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
770        * configure.in: Remove.
771        * configure.ac: New file, generated from configure.in by autoupdate.
772
7732001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
776        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
777        * cdtest/Makefile.am: Remove LD_LIBS.
778
7792001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
782        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
783        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
784        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
785        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
786        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
787        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
788        make-cxx-exe.
789        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
790        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
791
7922001-06-14      Joel Sherrill <joel@OARcorp.com>
793
794        * cdtest/system.h: Removed configure of POSIX mutexes since
795        there do not appear to be any used in this test.
796
7972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
798
799        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
800
8012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
804
8052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
808
8092000-10-30      Joel Sherrill <joel@OARcorp.com>
810
811        * POSIX include files merged into newlib.  This resulted in
812        some definitions moving to other files and thus some secondary
813        effects in RTEMS source code.
814        * paranoia/paranoia.c: Commented out incorrect and conflicting
815        prototype of read().
816
8172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
820        Switch to GNU canonicalization.
821        * sample.am: Remove DEFS.
822
8232000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
826        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
827        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
828        unlimited/Makefile.am: Include compile.am
829
8302000-08-10      Joel Sherrill <joel@OARcorp.com>
831
832        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.