source: rtems/testsuites/samples/ChangeLog @ e226bd64

4.115
Last change on this file since e226bd64 was e226bd64, checked in by Sebastian Huber <sebastian.huber@…>, on 02/17/11 at 07:17:04

2011-02-17 Sebastian Huber <Sebastian.Huber@…>

  • pppd/system.h: Added missing include files.
  • Property mode set to 100644
File size: 34.6 KB
Line 
12011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * pppd/system.h: Added missing include files.
4
52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.68, automake-1.11.1.
8
92010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
10
11        * loopback/init.c: Loop back interface will be initialized now during
12        normal initialization via rtems_bsdnet_initialize_network().
13
142010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
17        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
18        Force autoconf-2.67, automake-1.11.1.
19
202010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
21
22        * minimum/init.c: Use fatal error extension to prevent infinite
23        runtime.
24
252010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * capture/capture.doc: Remove more ITRON references.
28
292010-06-02      Chris Johns <chrisj@rtems.org>
30
31        * iostream/init.cc: Remove the hack.
32
332010-06-02      Chris Johns <chrisj@rtems.org>
34
35        * fileio/init.c: Update to new mount API.
36        * iostream/init.cc: Hack to work around confdefs.h in C++.
37        * iostream/system.h: Add comment about base miniIMFS.
38
392010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * capture/init.c: Remove unused variable "out".
42
432010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
44
45        * capture/init.c, capture/test1.c, paramoia/init.c,
46        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
47
482010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
49
50        * fileio/init.c: Remove deprecation warnings.
51
522010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * fileio/init.c: Fix warnings for ctype methods.
55
562009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
59        int to match with rtems/rtems_bsdnet.h.
60
612009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
64        Include "tmacros.h".
65        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
66        Add -I$(top_srcdir)/../support/include.
67
682009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * pppd/netconfig.h: Add UL suffix to long constants to avoid
71        implicit integer overflows on 16bit targets.
72        * fileio/init.c: Use %zd to print ssize_t.
73
742009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * base_sp/apptask.c, unlimited/init.c:
77        Use PRIdrtems_task_argument to print rtems_task_argument's.
78
792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
82        unlimited/test2.c, unlimited/test3.c:
83        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
84        * unlimited/Makefile.am, base_sp/Makefile.am:
85        Add -I$(top_srcdir)/../support/include.
86
872009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
90        Remove evil type-cast.
91        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
92        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
93        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
94
952009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * capture/init.c: Remove setup_tasks_to_watch.
98        * capture/system.h: Remove test*().
99        Add setup_tasks_to_watch().
100        * capture/test1.c: Fix prototype.
101        * fileio/init.c: Fix broken printfs.
102        * minimum/init.c: Remove unused var.
103        * nsecs/empty.c: Add missing prototype.
104        * nsecs/rprintf.h: New.
105        * nsecs/init.c: Printf fixes.
106        * unlimited/system.h: Add missing prototypes.
107        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
108        unlimited/test3.c: Various warning fixes.
109
1102009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * unlimited/test1.c: Spacing.
113
1142009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * hello/init.c: Remove call to devFS_Show() which had accidentally
117        gotten committed.
118
1192009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * capture/test1.c: Use size_t for sizes.
122
1232009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * hello/Makefile.am, hello/init.c: Simplify.
126        * hello/system.h: Removed.
127
1282009-08-21      Xi Yang <hiyangxi@gmail.com>
129
130        * unlimited/test2.c: Fix spacing.
131
1322009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
135        ticker/system.h, ticker/tasks.c: Eliminate test routines
136        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
137        rtems_clock_get_ticks_per_second().
138
1392009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
142        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
143        rtems_clock_get_xxx().
144
1452009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
148        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
149
1502009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * fileio/system.h: Switch to unified work area.
153
1542009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
155
156        * cdtest/system.h: modified the number of max semaphores - test was
157        failing before
158
1592009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * loopback/init.c: Add missing initializers.
162
1632009-04-28    Chris Johns <chrisj@rtems.org>
164
165        * iostream/system.h: Remove the Init prototype. Provide in
166        confdefs.h.
167
1682009-04-28      Chris Johns <chrisj@rtems.org>
169
170        * fileio/init.c, fileio/system.h, iostream/init.cc,
171        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
172        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
173        supported by the build system.
174
1752009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
176
177        * fileio/init.c: Removed obsolete header include.
178
1792009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
182        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
183        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
184        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
185        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
186        unlimited/Makefile.am: Eliminate _exe_/.exe.
187
1882009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
189
190        * fileio/init.c: Change arguments to rtems_shell_init() to match
191        new expectations.
192
1932009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * cdtest/main.cc: Use printk() in global destructors since printf() no
196        longer works.
197
1982009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
199
200        * fileio/init.c: Adapt to modified shell configuration
201
2022008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * capture/test1.c: Add const to eliminate warning.
205
2062008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * capture/test1.c: Eliminate all public use of TOD conversion routines.
209
2102008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * unlimited/init.c: Run all tests successfully with maxixum number of
213        priorities as 16 instead of 256. This was done by temporarily
214        modifying the score priority.h maximum. This allowed testing of all
215        API code to ensure that it worked properly with a reduced number of
216        priorities. Most modifications were to switch from hard-coded maximum
217        to using the API provided methods to determine maximum number of
218        priority levels.
219
2202008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
223        we have a test case for real password checking.
224
2252008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * paranoia/paranoia.c: Add missing prototypes.
228
2292008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * unlimited/system.h: Tighten configuration for stack space.
232
2332008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * fileio/init.c: When USE_SHELL not defined, do not attempt to
236        configure shell.
237
2382008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * unlimited/system.h: 10000 task ids is too many for some targets.
241
2422008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
245        pc386 and configured for unified workspace, you can get close to
246        this.
247
2482008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
251        CONFIGURE_STACK_CHECKER_ENABLED.
252
2532008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * minimum/init.c, unlimited/system.h: Add support for optionally having
256        a unified work area. In other words, the RTEMS Workspace and C
257        Program Heap are the same pool of memory.
258
2592008-09-17      Miao Yan <yanmiaobest@gmail.com>
260
261        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
262        project code to add simple device only filesystem (devfs), optionally
263        completely drop out filesystem, and to clean up disabling newlib
264        reentrancy support. This dropped 17K from the minimum.exe for
265        sparc/sis and arm/rtl22xx_t now has a 15K code space.
266
2672008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * capture/system.h, capture/test1.c, fileio/init.c,
270        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
271        Convert to "bool".
272
2732008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
274
275        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
276        fixing while running mptests on psim.
277
2782008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
281        split on multiple lines and document each parameter.
282
2832008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * minimum/init.c: Disable confdefs.h debug.
286
2872008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * iostream/system.h: Init task was close to blowing stack on PowerPC.
290        * minimum/init.c: Disable Classic API Notepads.
291
2922008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
295        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
296        on psim.
297
2982008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * minimum/init.c: Exerise new ability for application to configure
301        minimum stack size. This test still runs the same with a 7.5K stack
302        on the powerpc but reserves 15K less Workspace on the PowerPC.
303
3042008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * minimum/Makefile.am: Link against all managers.
307        * minimum/init.c: Use existing confdefs.h macros to turn off more
308        this test does not use.
309
3102008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
311
312        * iostream/system.h: Update to include definition of
313        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
314
3152008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
318        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
319
3202008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
323        4.3.x.
324
3252008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * fileio/system.h, ticker/system.h: Add new Object Services collection.
328        This changed the name of a few previously public but undocumented
329        services and added a some new services.
330
3312008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
332
333        * hello/init.c: Remove accidental commit.
334
3352008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
336
337        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
338        statistics so shell output can be interesting.
339
3402007-12-17      Chris Johns <chrisj@rtems.org>
341
342        * testsuites/samples/fileio/init.c: Change shell_* to
343        rtems_shell_*. Add the mount file-system type of msdos.
344
3452007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * fileio/init.c, fileio/system.h: Increase stack requested for shell
348        task. Turn on stack checking so the report is interesting.
349
3502007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * fileio/init.c: Add RTEMS Shell configuration and static configuration
353        of user commands.
354
3552007-11-29      Chris Johns <chrisj@rtems.org>
356
357        * iostream/Makefile.am: Change the executable name so it does not
358        create a file which is the same name as the standard header file.
359        * iostream/system.h: Need to increase the number of semaphores for
360        the libstdc++ runtime.
361
3622007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * capture/Makefile.am: Use all managers.
365
3662007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * capture/Makefile.am: Fix typo -- not unlimited.
369
3702007-08-21      Chris Johns <chrisj@rtems.org>
371
372        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
373        from files. Committed incorrectly.
374         
3752007-08-17      Chris Johns <chrisj@rtems.org>
376
377        * Makefile.am, README, configure.ac, capture/.cvsignore,
378        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
379        capture/init.c, capture/system.h, capture/test1.c: Add a sample
380        test for the capture engine.
381
3822007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
383
384        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
385
3862007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
387
388        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
389        loop was being optimized out on the PowerPC.
390        * nsecs/empty.c: New file.
391
3922007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
393
394        * nsecs/init.c: Change name to avoid any hint of the timer driver.
395
3962007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
397
398        * nsecs/init.c: Do not make this test depend on the benchmark timer
399        driver.
400
4012007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
402
403        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
404        time varaying in proportion to the length of the loop measured.
405
4062007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * nsecs/init.c: Remove stray "volatile int i".
409
4102007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
411
412        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
413        loopback/Makefile.am, nsecs/Makefile.am,
414        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
415        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
416        test cases so last output line follows END OF pattern. Make sure test
417        case all run. All tests appeared ok on sis.
418        * nsecs/init.c: Commit hack so test will compile when POSIX is
419        disabled.  Remove hack when clock_gettime() is present even when
420        --disable-posix.
421
4222007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
423
424        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
425        Test needs clock manager. Should use rtems_test_exit() instead of
426        exit().
427
4282007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
429
430        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
431        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
432        to demonstrate that the newlib reentrancy support is optional.
433
4342007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
437          version from rtems/score/timespec.h.
438
4392007-04-05      Joel Sherrill <joel@OARcorp.com>
440
441        * nsecs/init.c: Provide timespec manipulation routines in the
442        SuperCore. Use them everywhere possible. Perhaps they should be part
443        of the public API so this test and others can use them without
444        peeking into the bowels.
445
4462007-04-05      Joel Sherrill <joel@OARcorp.com>
447
448        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
449        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
450
4512007-04-02      Joel Sherrill <joel@OARcorp.com>
452
453        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
454        as fundamental time structure to POSIX struct timespec. Add
455        clock_get_uptime().
456        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
457        nsecs/nsecs.scn: New files.
458
4592007-03-26      Joel Sherrill <joel@OARcorp.com>
460
461        * loopback/init.c: Add CVS Id.
462
4632007-03-26      Joel Sherrill <joel@OARcorp.com>
464
465        PR 1230/tests
466        * minimum/init.c: Minimum should not configure console driver.
467
4682007-02-21      Joel Sherrill <joel@OARcorp.com>
469
470        * loopback/init.c: Fix exit paths in client thread and main test
471        thread.
472
4732006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
474
475        * init.c: added stdout flushs after prompts
476
4772006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
478
479        * configure.ac: New BUG-REPORT address.
480
4812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
482
483        * configure.ac: Require autoconf-2.60. Require automake-1.10.
484
4852006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
486
487        PR 1162/rtems
488        * unlimited/system.h: Reserve enough memory for the stacks wanted.
489
4902006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
491
492        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
493        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
494        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
495        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
496        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
497        instead.
498
4992006-02-08      Joel Sherrill <joel@OARcorp.com>
500
501        * cdtest/main.cc: Fix warnings.
502
5032005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * configure.ac: Remove RTEMS_ENABLE_BARE,
506        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
507
5082005-11-15  Eric Norum <norume@aps.anl.gov>
509
510        * cdtest/Makefile.am: Remove extraneous make-exe.
511
5122005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
513
514        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
515        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
516        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
517        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
518        ticker/Makefile.am, unlimited/Makefile.am:
519        Convert to using *_PROGRAMS.
520
5212005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * configure.ac: Remove AMPOLISH3.
524        * base_mp/node1/Makefile.am,
525        base_mp/node2/Makefile.am, base_sp/Makefile.am,
526        cdtest/Makefile.am, fileio/Makefile.am,
527        hello/Makefile.am, iostream/Makefile.am,
528        loopback/Makefile.am, minimum/Makefile.am,
529        paranoia/Makefile.am, pppd/Makefile.am,
530        ticker/Makefile.am, unlimited/Makefile.am: Rework.
531
5322005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
535        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
536        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
537        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
538        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
539        * sample.am: Remove.
540
5412005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
544        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
545        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
546        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
547        New (Renamed from base_mp.*).
548        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
549        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
550        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
551        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
552        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
553        s/SAMPLE/TEST/ for improved consistency with other tests.
554
5552005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * configure.ac: Add ampolish3.
558        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
559
5602005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
563
5642005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
567        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
568
5692005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * sample.am: Remove LIB_VARIANT.
572
5732005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
576        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
577        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
578        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
579        ticker/Makefile.am, unlimited/Makefile.am:
580        Remove SRCS, PRINT_SRCS.
581
5822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
585
5862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
589        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
590        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
591        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
592        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
593        ticker/Makefile.am, unlimited/Makefile.am:
594        Partial conversion to automake.
595
5962005-10-26  Eric Norum <norume@aps.anl.gov>
597
598        PR 839/tests
599        * pppd/system.h: Remove i386-specific conditional.
600        This at least lets the sample compile.   It's unlikely to actually
601        work, though.
602
6032005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * pppd/Makefile.am: Reflect libpppd having been split out.
606        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
607        rtemspppd.h.
608
6092005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * loopback/init.c: socklen_t.
612
6132005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
616        Remove LIB_VARIANT.
617
6182005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * Makefile.am: Remove DIST_SUBDIRS.
621
6222004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
623
624        * configure.ac: Require automake > 1.9.
625
6262004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
627
628        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
629        NETTESTS. Add iostream/.
630        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
631        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
632        Reflect changes above.
633        * cdtest/main.cc: Adaptation to new C++ standards.
634
6352004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
636
637        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
638        iostream/iostream.scn, iostream/system.h:
639        New (C++ variant of hello).
640
6412004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
642
643        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
644        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
645        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
646        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
647        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
648        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
649        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
650        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
651        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
652        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
653        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
654
6552004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
656
657        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
658
6592004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
660
661        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
662        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
663        unlimited/test3.c: Convert to using c99 fixed size types.
664
6652004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: Add 2nd arg to RTEMS_TOP.
668
6692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Remove -Wall -ansi to work-around non-portability of
672        with cdtest.
673
6742004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
677        Add PRE/TMPINSTALL_FILES to CLEANFILES.
678        * base_mp/node2/Makefile.am: Ditto.
679        * base_sp/Makefile.am: Ditto.
680        * cdtest/Makefile.am: Ditto.
681        * fileio/Makefile.am: Ditto.
682        * hello/Makefile.am: Ditto.
683        * loopback/Makefile.am: Ditto.
684        * minimum/Makefile.am: Ditto.
685        * paranoia/Makefile.am: Ditto.
686        * pppd/Makefile.am: Ditto.
687        * ticker/Makefile.am: Ditto.
688        * unlimited/Makefile.am: Ditto.
689
6902003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * samples.am: Fix yet another stupid typo in yesterday's patch.
693
6942003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * samples.am: Add dirstamp support.
697
6982003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
701        Eliminate VPATH.
702
7032003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
706
7072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
710
7112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * base_mp/Makefile.am: Reformat.
714        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
715        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
716        * base_sp/Makefile.am: Remove all-local: $(ARCH).
717        * cdtest/Makefile.am: Remove all-local: $(ARCH).
718        * fileio/Makefile.am: Remove all-local: $(ARCH).
719        * hello/Makefile.am: Remove all-local: $(ARCH).
720        * loopback/Makefile.am: Remove all-local: $(ARCH).
721        * minimum/Makefile.am: Remove all-local: $(ARCH).
722        * paranoia/Makefile.am: Remove all-local: $(ARCH).
723        * pppd/Makefile.am: Remove all-local: $(ARCH).
724        * ticker/Makefile.am: Remove all-local: $(ARCH).
725        * unlimited/Makefile.am: Remove all-local: $(ARCH).
726
7272003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac: Reflect having moved to testsuites/.
730
7312003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
734        * fileio/Makefile.am: Only build if LIBCHIP is available.
735
7362003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Remove RTEMS_CANONICAL_HOST.
739
7402003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * configure.ac:Remove RTEMS_CHECK_CPU.
743
7442003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * fileio/init.c: Unconditionally define MIN (We *do want* to see
747        error messages if it conflicts).
748
7492003-09-04      Joel Sherrill <joel@OARcorp.com>
750
751        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
752        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
753        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
754        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
755        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
756        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
757        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
758        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
759        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
760        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
761        for license changed.
762
7632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * Makefile.am: Reflect having moved aclocal/.
766
7672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * Makefile.am: Reflect having moved automake/.
770        * base_mp/Makefile.am: Reflect having moved automake/.
771        * base_mp/node1/Makefile.am: Reflect having moved automake/.
772        * base_mp/node2/Makefile.am: Reflect having moved automake/.
773        * base_sp/Makefile.am: Reflect having moved automake/.
774        * cdtest/Makefile.am: Reflect having moved automake/.
775        * fileio/Makefile.am: Reflect having moved automake/.
776        * hello/Makefile.am: Reflect having moved automake/.
777        * loopback/Makefile.am: Reflect having moved automake/.
778        * minimum/Makefile.am: Reflect having moved automake/.
779        * paranoia/Makefile.am: Reflect having moved automake/.
780        * pppd/Makefile.am: Reflect having moved automake/.
781        * ticker/Makefile.am: Reflect having moved automake/.
782        * unlimited/Makefile.am: Reflect having moved automake/.
783
7842003-08-13      Joel Sherrill <joel@OARcorp.com>
785
786        * fileio/.cvsignore: New file.
787
7882003-08-13      Joel Sherrill <joel@OARcorp.com>
789
790        PR 451/bsps
791        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
792
7932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
796
7972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
800        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
801
8022003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
803
804        PR 369/filesystem
805        * Makefile.am, configure.ac: sample application to show the use of the
806        DOSFS functions
807        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
808        fileio/system.h: New files.
809
8102003-06-04      Joel Sherrill <joel@OARcorp.com>
811
812        * pppd/system.h: Hack from Ralf to compile on all targets.
813
8142003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * configure.ac: Add pppd.
817        * Makefile.am: Add pppd.
818
8192003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        Adding pppd:
822        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
823        * pppd/README: New, copied over from libnetworking/pppd/example.
824        * pppd/init.c: New, copied over from libnetworking/pppd/example.
825        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
826        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
827        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
828        * pppd/system.h: New, copied over from libnetworking/pppd/example.
829        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
830        * pppd/Makefile.am: New, converted to automake from Makefile-user.
831        * pppd/.cvsignore: New.
832
8332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * configure.ac: Remove AC_CONFIG_AUX_DIR.
836
8372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
840
8412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * configure.ac: AC_PREREQ(2.57).
844
8452003-01-27      Joel Sherrill <joel@OARcorp.com>
846
847        * Makefile.am, configure.ac: Added new test loopback which shows how to
848        use the loopback interface. Thank you Eric Norum for a portable
849        target independent test which exercises the TCP/IP. This should
850        prevent massive failures in the TCP/IP stack from reaching the
851        street.
852        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
853        loopback/init.c, loopback/loopback.scn: New files.
854
8552003-01-03      Joel Sherrill <joel@OARcorp.com>
856
857        * unlimited/system.h, unlimited/test1.c: Backed off previous
858        modification as it does not compile.
859
8602002-10-31      Chris Johns <ccj@acm.org>
861
862        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
863        can be created. 
864        * unlimited/system.h: PR296. Reference the number of tasks in the
865        configuration table rather than a hardcoded number.
866
8672002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * configure.ac: Unconditionally check for CXX (Hack to bug in
870        autoconf > 2.54).
871
8722002-10-31      Joel Sherrill <joel@OARcorp.com>
873
874        * base_mp/apptask.c: Removed warning.
875
8762002-10-28      Joel Sherrill <joel@OARcorp.com>
877
878        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
879
8802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * .cvsignore: Reformat.
883        Add autom4te*cache.
884        Remove autom4te.cache.
885
8862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
889        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
890        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
891        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
892        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
893        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
894        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
895        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
896        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
897
8982002-08-01      Joel Sherrill <joel@OARcorp.com>
899
900        * Per PR47 add support for buffered test output.  This involved
901        adding defines to redirect output to a buffer and dump it when
902        full, at "test pause", and at exit.  To avoid problems when redefining
903        exit(), all tests were modified to call rtems_test_exit().
904        Some tests, notable psxtests, had to be modified to include
905        the standard test macro .h file (pmacros.h or tmacros.h) to
906        enable this support.
907        * cdtest/init.c: Modified.
908
9092002-07-01      Joel Sherrill <joel@OARcorp.com>
910
911        * unlimited/test1.c: Corrected use of _Objects_Information_table
912        now that it is a two dimensional array based upon API and class.
913
9142002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * base_sp/apptask.c: Include <stdlib.h>.
917        * hello/init.c: Ditto.
918        * paranoia/init.c: Ditto.
919        * ticker/tasks.c: Ditto.
920        * unlimited/init.c: Ditto.
921        * unlimited/test1.c: Ditto.
922        * unlimited/test2.c: Ditto.
923        * unlimited/test3.c: Ditto.
924
9252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * configure.ac: Remove ENABLE_GCC28.
928
9292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * configure.ac:
932        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
933        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
934        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
935        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
936        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
937        * Makefile.am: Remove AUTOMAKE_OPTIONS.
938        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
939        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
940        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
941        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
942        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
943        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
944        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
945
9462001-11-26      Ralf Corsepius
947
948        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
949
9502001-10-25      Eric Norum <eric.norum@usask.ca>
951
952        * cdtest/system.h: Configure 1 semaphore.  This probably covers
953        up not defining one for the GCC C++ Run-Time Libraries.
954
9552001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
958
9592001-10-12      Joel Sherrill <joel@OARcorp.com>
960
961        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
962        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
963        Fixed typo.
964
9652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
968        * configure.in: Remove.
969        * configure.ac: New file, generated from configure.in by autoupdate.
970
9712001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
974        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
975        * cdtest/Makefile.am: Remove LD_LIBS.
976
9772001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
980        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
981        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
982        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
983        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
984        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
985        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
986        make-cxx-exe.
987        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
988        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
989
9902001-06-14      Joel Sherrill <joel@OARcorp.com>
991
992        * cdtest/system.h: Removed configure of POSIX mutexes since
993        there do not appear to be any used in this test.
994
9952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
996
997        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
998
9992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1002
10032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1004
1005        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1006
10072000-10-30      Joel Sherrill <joel@OARcorp.com>
1008
1009        * POSIX include files merged into newlib.  This resulted in
1010        some definitions moving to other files and thus some secondary
1011        effects in RTEMS source code.
1012        * paranoia/paranoia.c: Commented out incorrect and conflicting
1013        prototype of read().
1014
10152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1018        Switch to GNU canonicalization.
1019        * sample.am: Remove DEFS.
1020
10212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1024        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1025        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1026        unlimited/Makefile.am: Include compile.am
1027
10282000-08-10      Joel Sherrill <joel@OARcorp.com>
1029
1030        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.