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

4.104.115
Last change on this file since 7bf33bfd was 7bf33bfd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 09:14:42

2009-10-26 Ralf Corsépius <ralf.corsepius@…>

  • nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
  • nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
  • nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
  • Property mode set to 100644
File size: 31.9 KB
Line 
12009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
4        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
5        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
6
72009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * capture/init.c: Remove setup_tasks_to_watch.
10        * capture/system.h: Remove test*().
11        Add setup_tasks_to_watch().
12        * capture/test1.c: Fix prototype.
13        * fileio/init.c: Fix broken printfs.
14        * minimum/init.c: Remove unused var.
15        * nsecs/empty.c: Add missing prototype.
16        * nsecs/rprintf.h: New.
17        * nsecs/init.c: Printf fixes.
18        * unlimited/system.h: Add missing prototypes.
19        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
20        unlimited/test3.c: Various warning fixes.
21
222009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * unlimited/test1.c: Spacing.
25
262009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * hello/init.c: Remove call to devFS_Show() which had accidentally
29        gotten committed.
30
312009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * capture/test1.c: Use size_t for sizes.
34
352009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * hello/Makefile.am, hello/init.c: Simplify.
38        * hello/system.h: Removed.
39
402009-08-21      Xi Yang <hiyangxi@gmail.com>
41
42        * unlimited/test2.c: Fix spacing.
43
442009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
47        ticker/system.h, ticker/tasks.c: Eliminate test routines
48        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
49        rtems_clock_get_ticks_per_second().
50
512009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
54        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
55        rtems_clock_get_xxx().
56
572009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
60        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
61
622009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * fileio/system.h: Switch to unified work area.
65
662009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
67
68        * cdtest/system.h: modified the number of max semaphores - test was
69        failing before
70
712009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * loopback/init.c: Add missing initializers.
74
752009-04-28    Chris Johns <chrisj@rtems.org>
76
77        * iostream/system.h: Remove the Init prototype. Provide in
78        confdefs.h.
79
802009-04-28      Chris Johns <chrisj@rtems.org>
81
82        * fileio/init.c, fileio/system.h, iostream/init.cc,
83        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
84        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
85        supported by the build system.
86
872009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
88
89        * fileio/init.c: Removed obsolete header include.
90
912009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
94        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
95        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
96        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
97        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
98        unlimited/Makefile.am: Eliminate _exe_/.exe.
99
1002009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
101
102        * fileio/init.c: Change arguments to rtems_shell_init() to match
103        new expectations.
104
1052009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * cdtest/main.cc: Use printk() in global destructors since printf() no
108        longer works.
109
1102009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
111
112        * fileio/init.c: Adapt to modified shell configuration
113
1142008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * capture/test1.c: Add const to eliminate warning.
117
1182008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * capture/test1.c: Eliminate all public use of TOD conversion routines.
121
1222008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * unlimited/init.c: Run all tests successfully with maxixum number of
125        priorities as 16 instead of 256. This was done by temporarily
126        modifying the score priority.h maximum. This allowed testing of all
127        API code to ensure that it worked properly with a reduced number of
128        priorities. Most modifications were to switch from hard-coded maximum
129        to using the API provided methods to determine maximum number of
130        priority levels.
131
1322008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
135        we have a test case for real password checking.
136
1372008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * paranoia/paranoia.c: Add missing prototypes.
140
1412008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * unlimited/system.h: Tighten configuration for stack space.
144
1452008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * fileio/init.c: When USE_SHELL not defined, do not attempt to
148        configure shell.
149
1502008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * unlimited/system.h: 10000 task ids is too many for some targets.
153
1542008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
157        pc386 and configured for unified workspace, you can get close to
158        this.
159
1602008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
163        CONFIGURE_STACK_CHECKER_ENABLED.
164
1652008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * minimum/init.c, unlimited/system.h: Add support for optionally having
168        a unified work area. In other words, the RTEMS Workspace and C
169        Program Heap are the same pool of memory.
170
1712008-09-17      Miao Yan <yanmiaobest@gmail.com>
172
173        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
174        project code to add simple device only filesystem (devfs), optionally
175        completely drop out filesystem, and to clean up disabling newlib
176        reentrancy support. This dropped 17K from the minimum.exe for
177        sparc/sis and arm/rtl22xx_t now has a 15K code space.
178
1792008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * capture/system.h, capture/test1.c, fileio/init.c,
182        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
183        Convert to "bool".
184
1852008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
188        fixing while running mptests on psim.
189
1902008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
191
192        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
193        split on multiple lines and document each parameter.
194
1952008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * minimum/init.c: Disable confdefs.h debug.
198
1992008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * iostream/system.h: Init task was close to blowing stack on PowerPC.
202        * minimum/init.c: Disable Classic API Notepads.
203
2042008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
207        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
208        on psim.
209
2102008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * minimum/init.c: Exerise new ability for application to configure
213        minimum stack size. This test still runs the same with a 7.5K stack
214        on the powerpc but reserves 15K less Workspace on the PowerPC.
215
2162008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * minimum/Makefile.am: Link against all managers.
219        * minimum/init.c: Use existing confdefs.h macros to turn off more
220        this test does not use.
221
2222008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * iostream/system.h: Update to include definition of
225        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
226
2272008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
230        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
231
2322008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
235        4.3.x.
236
2372008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * fileio/system.h, ticker/system.h: Add new Object Services collection.
240        This changed the name of a few previously public but undocumented
241        services and added a some new services.
242
2432008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * hello/init.c: Remove accidental commit.
246
2472008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
250        statistics so shell output can be interesting.
251
2522007-12-17      Chris Johns <chrisj@rtems.org>
253
254        * testsuites/samples/fileio/init.c: Change shell_* to
255        rtems_shell_*. Add the mount file-system type of msdos.
256
2572007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * fileio/init.c, fileio/system.h: Increase stack requested for shell
260        task. Turn on stack checking so the report is interesting.
261
2622007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * fileio/init.c: Add RTEMS Shell configuration and static configuration
265        of user commands.
266
2672007-11-29      Chris Johns <chrisj@rtems.org>
268
269        * iostream/Makefile.am: Change the executable name so it does not
270        create a file which is the same name as the standard header file.
271        * iostream/system.h: Need to increase the number of semaphores for
272        the libstdc++ runtime.
273
2742007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * capture/Makefile.am: Use all managers.
277
2782007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * capture/Makefile.am: Fix typo -- not unlimited.
281
2822007-08-21      Chris Johns <chrisj@rtems.org>
283
284        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
285        from files. Committed incorrectly.
286         
2872007-08-17      Chris Johns <chrisj@rtems.org>
288
289        * Makefile.am, README, configure.ac, capture/.cvsignore,
290        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
291        capture/init.c, capture/system.h, capture/test1.c: Add a sample
292        test for the capture engine.
293
2942007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
297
2982007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
301        loop was being optimized out on the PowerPC.
302        * nsecs/empty.c: New file.
303
3042007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * nsecs/init.c: Change name to avoid any hint of the timer driver.
307
3082007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * nsecs/init.c: Do not make this test depend on the benchmark timer
311        driver.
312
3132007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
316        time varaying in proportion to the length of the loop measured.
317
3182007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * nsecs/init.c: Remove stray "volatile int i".
321
3222007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
325        loopback/Makefile.am, nsecs/Makefile.am,
326        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
327        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
328        test cases so last output line follows END OF pattern. Make sure test
329        case all run. All tests appeared ok on sis.
330        * nsecs/init.c: Commit hack so test will compile when POSIX is
331        disabled.  Remove hack when clock_gettime() is present even when
332        --disable-posix.
333
3342007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
337        Test needs clock manager. Should use rtems_test_exit() instead of
338        exit().
339
3402007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
343        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
344        to demonstrate that the newlib reentrancy support is optional.
345
3462007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
349          version from rtems/score/timespec.h.
350
3512007-04-05      Joel Sherrill <joel@OARcorp.com>
352
353        * nsecs/init.c: Provide timespec manipulation routines in the
354        SuperCore. Use them everywhere possible. Perhaps they should be part
355        of the public API so this test and others can use them without
356        peeking into the bowels.
357
3582007-04-05      Joel Sherrill <joel@OARcorp.com>
359
360        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
361        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
362
3632007-04-02      Joel Sherrill <joel@OARcorp.com>
364
365        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
366        as fundamental time structure to POSIX struct timespec. Add
367        clock_get_uptime().
368        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
369        nsecs/nsecs.scn: New files.
370
3712007-03-26      Joel Sherrill <joel@OARcorp.com>
372
373        * loopback/init.c: Add CVS Id.
374
3752007-03-26      Joel Sherrill <joel@OARcorp.com>
376
377        PR 1230/tests
378        * minimum/init.c: Minimum should not configure console driver.
379
3802007-02-21      Joel Sherrill <joel@OARcorp.com>
381
382        * loopback/init.c: Fix exit paths in client thread and main test
383        thread.
384
3852006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
386
387        * init.c: added stdout flushs after prompts
388
3892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * configure.ac: New BUG-REPORT address.
392
3932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * configure.ac: Require autoconf-2.60. Require automake-1.10.
396
3972006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
398
399        PR 1162/rtems
400        * unlimited/system.h: Reserve enough memory for the stacks wanted.
401
4022006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
405        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
406        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
407        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
408        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
409        instead.
410
4112006-02-08      Joel Sherrill <joel@OARcorp.com>
412
413        * cdtest/main.cc: Fix warnings.
414
4152005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
416
417        * configure.ac: Remove RTEMS_ENABLE_BARE,
418        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
419
4202005-11-15  Eric Norum <norume@aps.anl.gov>
421
422        * cdtest/Makefile.am: Remove extraneous make-exe.
423
4242005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
427        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
428        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
429        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
430        ticker/Makefile.am, unlimited/Makefile.am:
431        Convert to using *_PROGRAMS.
432
4332005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * configure.ac: Remove AMPOLISH3.
436        * base_mp/node1/Makefile.am,
437        base_mp/node2/Makefile.am, base_sp/Makefile.am,
438        cdtest/Makefile.am, fileio/Makefile.am,
439        hello/Makefile.am, iostream/Makefile.am,
440        loopback/Makefile.am, minimum/Makefile.am,
441        paranoia/Makefile.am, pppd/Makefile.am,
442        ticker/Makefile.am, unlimited/Makefile.am: Rework.
443
4442005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
447        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
448        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
449        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
450        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
451        * sample.am: Remove.
452
4532005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
454
455        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
456        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
457        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
458        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
459        New (Renamed from base_mp.*).
460        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
461        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
462        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
463        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
464        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
465        s/SAMPLE/TEST/ for improved consistency with other tests.
466
4672005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
468
469        * configure.ac: Add ampolish3.
470        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
471
4722005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
473
474        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
475
4762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
479        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
480
4812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * sample.am: Remove LIB_VARIANT.
484
4852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
488        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
489        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
490        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
491        ticker/Makefile.am, unlimited/Makefile.am:
492        Remove SRCS, PRINT_SRCS.
493
4942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
497
4982005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
501        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
502        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
503        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
504        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
505        ticker/Makefile.am, unlimited/Makefile.am:
506        Partial conversion to automake.
507
5082005-10-26  Eric Norum <norume@aps.anl.gov>
509
510        PR 839/tests
511        * pppd/system.h: Remove i386-specific conditional.
512        This at least lets the sample compile.   It's unlikely to actually
513        work, though.
514
5152005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * pppd/Makefile.am: Reflect libpppd having been split out.
518        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
519        rtemspppd.h.
520
5212005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * loopback/init.c: socklen_t.
524
5252005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
528        Remove LIB_VARIANT.
529
5302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
531
532        * Makefile.am: Remove DIST_SUBDIRS.
533
5342004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * configure.ac: Require automake > 1.9.
537
5382004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
541        NETTESTS. Add iostream/.
542        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
543        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
544        Reflect changes above.
545        * cdtest/main.cc: Adaptation to new C++ standards.
546
5472004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
550        iostream/iostream.scn, iostream/system.h:
551        New (C++ variant of hello).
552
5532004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
554
555        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
556        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
557        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
558        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
559        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
560        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
561        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
562        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
563        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
564        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
565        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
566
5672004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
568
569        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
570
5712004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
574        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
575        unlimited/test3.c: Convert to using c99 fixed size types.
576
5772004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: Add 2nd arg to RTEMS_TOP.
580
5812004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac: Remove -Wall -ansi to work-around non-portability of
584        with cdtest.
585
5862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
589        Add PRE/TMPINSTALL_FILES to CLEANFILES.
590        * base_mp/node2/Makefile.am: Ditto.
591        * base_sp/Makefile.am: Ditto.
592        * cdtest/Makefile.am: Ditto.
593        * fileio/Makefile.am: Ditto.
594        * hello/Makefile.am: Ditto.
595        * loopback/Makefile.am: Ditto.
596        * minimum/Makefile.am: Ditto.
597        * paranoia/Makefile.am: Ditto.
598        * pppd/Makefile.am: Ditto.
599        * ticker/Makefile.am: Ditto.
600        * unlimited/Makefile.am: Ditto.
601
6022003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * samples.am: Fix yet another stupid typo in yesterday's patch.
605
6062003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * samples.am: Add dirstamp support.
609
6102003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
613        Eliminate VPATH.
614
6152003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
618
6192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
622
6232003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * base_mp/Makefile.am: Reformat.
626        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
627        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
628        * base_sp/Makefile.am: Remove all-local: $(ARCH).
629        * cdtest/Makefile.am: Remove all-local: $(ARCH).
630        * fileio/Makefile.am: Remove all-local: $(ARCH).
631        * hello/Makefile.am: Remove all-local: $(ARCH).
632        * loopback/Makefile.am: Remove all-local: $(ARCH).
633        * minimum/Makefile.am: Remove all-local: $(ARCH).
634        * paranoia/Makefile.am: Remove all-local: $(ARCH).
635        * pppd/Makefile.am: Remove all-local: $(ARCH).
636        * ticker/Makefile.am: Remove all-local: $(ARCH).
637        * unlimited/Makefile.am: Remove all-local: $(ARCH).
638
6392003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Reflect having moved to testsuites/.
642
6432003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
646        * fileio/Makefile.am: Only build if LIBCHIP is available.
647
6482003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.ac: Remove RTEMS_CANONICAL_HOST.
651
6522003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * configure.ac:Remove RTEMS_CHECK_CPU.
655
6562003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * fileio/init.c: Unconditionally define MIN (We *do want* to see
659        error messages if it conflicts).
660
6612003-09-04      Joel Sherrill <joel@OARcorp.com>
662
663        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
664        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
665        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
666        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
667        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
668        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
669        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
670        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
671        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
672        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
673        for license changed.
674
6752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Makefile.am: Reflect having moved aclocal/.
678
6792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * Makefile.am: Reflect having moved automake/.
682        * base_mp/Makefile.am: Reflect having moved automake/.
683        * base_mp/node1/Makefile.am: Reflect having moved automake/.
684        * base_mp/node2/Makefile.am: Reflect having moved automake/.
685        * base_sp/Makefile.am: Reflect having moved automake/.
686        * cdtest/Makefile.am: Reflect having moved automake/.
687        * fileio/Makefile.am: Reflect having moved automake/.
688        * hello/Makefile.am: Reflect having moved automake/.
689        * loopback/Makefile.am: Reflect having moved automake/.
690        * minimum/Makefile.am: Reflect having moved automake/.
691        * paranoia/Makefile.am: Reflect having moved automake/.
692        * pppd/Makefile.am: Reflect having moved automake/.
693        * ticker/Makefile.am: Reflect having moved automake/.
694        * unlimited/Makefile.am: Reflect having moved automake/.
695
6962003-08-13      Joel Sherrill <joel@OARcorp.com>
697
698        * fileio/.cvsignore: New file.
699
7002003-08-13      Joel Sherrill <joel@OARcorp.com>
701
702        PR 451/bsps
703        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
704
7052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
708
7092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
712        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
713
7142003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
715
716        PR 369/filesystem
717        * Makefile.am, configure.ac: sample application to show the use of the
718        DOSFS functions
719        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
720        fileio/system.h: New files.
721
7222003-06-04      Joel Sherrill <joel@OARcorp.com>
723
724        * pppd/system.h: Hack from Ralf to compile on all targets.
725
7262003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac: Add pppd.
729        * Makefile.am: Add pppd.
730
7312003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        Adding pppd:
734        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
735        * pppd/README: New, copied over from libnetworking/pppd/example.
736        * pppd/init.c: New, copied over from libnetworking/pppd/example.
737        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
738        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
739        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
740        * pppd/system.h: New, copied over from libnetworking/pppd/example.
741        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
742        * pppd/Makefile.am: New, converted to automake from Makefile-user.
743        * pppd/.cvsignore: New.
744
7452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac: Remove AC_CONFIG_AUX_DIR.
748
7492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
752
7532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * configure.ac: AC_PREREQ(2.57).
756
7572003-01-27      Joel Sherrill <joel@OARcorp.com>
758
759        * Makefile.am, configure.ac: Added new test loopback which shows how to
760        use the loopback interface. Thank you Eric Norum for a portable
761        target independent test which exercises the TCP/IP. This should
762        prevent massive failures in the TCP/IP stack from reaching the
763        street.
764        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
765        loopback/init.c, loopback/loopback.scn: New files.
766
7672003-01-03      Joel Sherrill <joel@OARcorp.com>
768
769        * unlimited/system.h, unlimited/test1.c: Backed off previous
770        modification as it does not compile.
771
7722002-10-31      Chris Johns <ccj@acm.org>
773
774        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
775        can be created. 
776        * unlimited/system.h: PR296. Reference the number of tasks in the
777        configuration table rather than a hardcoded number.
778
7792002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * configure.ac: Unconditionally check for CXX (Hack to bug in
782        autoconf > 2.54).
783
7842002-10-31      Joel Sherrill <joel@OARcorp.com>
785
786        * base_mp/apptask.c: Removed warning.
787
7882002-10-28      Joel Sherrill <joel@OARcorp.com>
789
790        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
791
7922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * .cvsignore: Reformat.
795        Add autom4te*cache.
796        Remove autom4te.cache.
797
7982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
801        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
802        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
803        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
804        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
805        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
806        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
807        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
808        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
809
8102002-08-01      Joel Sherrill <joel@OARcorp.com>
811
812        * Per PR47 add support for buffered test output.  This involved
813        adding defines to redirect output to a buffer and dump it when
814        full, at "test pause", and at exit.  To avoid problems when redefining
815        exit(), all tests were modified to call rtems_test_exit().
816        Some tests, notable psxtests, had to be modified to include
817        the standard test macro .h file (pmacros.h or tmacros.h) to
818        enable this support.
819        * cdtest/init.c: Modified.
820
8212002-07-01      Joel Sherrill <joel@OARcorp.com>
822
823        * unlimited/test1.c: Corrected use of _Objects_Information_table
824        now that it is a two dimensional array based upon API and class.
825
8262002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * base_sp/apptask.c: Include <stdlib.h>.
829        * hello/init.c: Ditto.
830        * paranoia/init.c: Ditto.
831        * ticker/tasks.c: Ditto.
832        * unlimited/init.c: Ditto.
833        * unlimited/test1.c: Ditto.
834        * unlimited/test2.c: Ditto.
835        * unlimited/test3.c: Ditto.
836
8372002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Remove ENABLE_GCC28.
840
8412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * configure.ac:
844        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
845        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
846        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
847        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
848        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
849        * Makefile.am: Remove AUTOMAKE_OPTIONS.
850        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
851        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
852        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
853        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
854        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
855        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
856        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
857
8582001-11-26      Ralf Corsepius
859
860        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
861
8622001-10-25      Eric Norum <eric.norum@usask.ca>
863
864        * cdtest/system.h: Configure 1 semaphore.  This probably covers
865        up not defining one for the GCC C++ Run-Time Libraries.
866
8672001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
870
8712001-10-12      Joel Sherrill <joel@OARcorp.com>
872
873        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
874        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
875        Fixed typo.
876
8772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
880        * configure.in: Remove.
881        * configure.ac: New file, generated from configure.in by autoupdate.
882
8832001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
886        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
887        * cdtest/Makefile.am: Remove LD_LIBS.
888
8892001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
892        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
893        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
894        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
895        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
896        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
897        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
898        make-cxx-exe.
899        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
900        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
901
9022001-06-14      Joel Sherrill <joel@OARcorp.com>
903
904        * cdtest/system.h: Removed configure of POSIX mutexes since
905        there do not appear to be any used in this test.
906
9072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
908
909        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
910
9112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
914
9152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
918
9192000-10-30      Joel Sherrill <joel@OARcorp.com>
920
921        * POSIX include files merged into newlib.  This resulted in
922        some definitions moving to other files and thus some secondary
923        effects in RTEMS source code.
924        * paranoia/paranoia.c: Commented out incorrect and conflicting
925        prototype of read().
926
9272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
930        Switch to GNU canonicalization.
931        * sample.am: Remove DEFS.
932
9332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
936        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
937        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
938        unlimited/Makefile.am: Include compile.am
939
9402000-08-10      Joel Sherrill <joel@OARcorp.com>
941
942        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.