source: rtems/testsuites/samples/ChangeLog @ ed859332

4.104.115
Last change on this file since ed859332 was ed859332, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/04/10 at 09:41:22

2010-04-04 Ralf Corsépius <ralf.corsepius@…>

  • capture/init.c: Remove unused variable "out".
  • Property mode set to 100644
File size: 33.5 KB
Line 
12010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * capture/init.c: Remove unused variable "out".
4
52010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * capture/init.c, capture/test1.c, paramoia/init.c,
8        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
9
102010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
11
12        * fileio/init.c: Remove deprecation warnings.
13
142010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * fileio/init.c: Fix warnings for ctype methods.
17
182009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
21        int to match with rtems/rtems_bsdnet.h.
22
232009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
26        Include "tmacros.h".
27        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
28        Add -I$(top_srcdir)/../support/include.
29
302009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * pppd/netconfig.h: Add UL suffix to long constants to avoid
33        implicit integer overflows on 16bit targets.
34        * fileio/init.c: Use %zd to print ssize_t.
35
362009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * base_sp/apptask.c, unlimited/init.c:
39        Use PRIdrtems_task_argument to print rtems_task_argument's.
40
412009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
44        unlimited/test2.c, unlimited/test3.c:
45        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
46        * unlimited/Makefile.am, base_sp/Makefile.am:
47        Add -I$(top_srcdir)/../support/include.
48
492009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
52        Remove evil type-cast.
53        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
54        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
55        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
56
572009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * capture/init.c: Remove setup_tasks_to_watch.
60        * capture/system.h: Remove test*().
61        Add setup_tasks_to_watch().
62        * capture/test1.c: Fix prototype.
63        * fileio/init.c: Fix broken printfs.
64        * minimum/init.c: Remove unused var.
65        * nsecs/empty.c: Add missing prototype.
66        * nsecs/rprintf.h: New.
67        * nsecs/init.c: Printf fixes.
68        * unlimited/system.h: Add missing prototypes.
69        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
70        unlimited/test3.c: Various warning fixes.
71
722009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * unlimited/test1.c: Spacing.
75
762009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * hello/init.c: Remove call to devFS_Show() which had accidentally
79        gotten committed.
80
812009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * capture/test1.c: Use size_t for sizes.
84
852009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * hello/Makefile.am, hello/init.c: Simplify.
88        * hello/system.h: Removed.
89
902009-08-21      Xi Yang <hiyangxi@gmail.com>
91
92        * unlimited/test2.c: Fix spacing.
93
942009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
97        ticker/system.h, ticker/tasks.c: Eliminate test routines
98        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
99        rtems_clock_get_ticks_per_second().
100
1012009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
104        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
105        rtems_clock_get_xxx().
106
1072009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
110        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
111
1122009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * fileio/system.h: Switch to unified work area.
115
1162009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
117
118        * cdtest/system.h: modified the number of max semaphores - test was
119        failing before
120
1212009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * loopback/init.c: Add missing initializers.
124
1252009-04-28    Chris Johns <chrisj@rtems.org>
126
127        * iostream/system.h: Remove the Init prototype. Provide in
128        confdefs.h.
129
1302009-04-28      Chris Johns <chrisj@rtems.org>
131
132        * fileio/init.c, fileio/system.h, iostream/init.cc,
133        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
134        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
135        supported by the build system.
136
1372009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
138
139        * fileio/init.c: Removed obsolete header include.
140
1412009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
144        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
145        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
146        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
147        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
148        unlimited/Makefile.am: Eliminate _exe_/.exe.
149
1502009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
151
152        * fileio/init.c: Change arguments to rtems_shell_init() to match
153        new expectations.
154
1552009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * cdtest/main.cc: Use printk() in global destructors since printf() no
158        longer works.
159
1602009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
161
162        * fileio/init.c: Adapt to modified shell configuration
163
1642008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * capture/test1.c: Add const to eliminate warning.
167
1682008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * capture/test1.c: Eliminate all public use of TOD conversion routines.
171
1722008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * unlimited/init.c: Run all tests successfully with maxixum number of
175        priorities as 16 instead of 256. This was done by temporarily
176        modifying the score priority.h maximum. This allowed testing of all
177        API code to ensure that it worked properly with a reduced number of
178        priorities. Most modifications were to switch from hard-coded maximum
179        to using the API provided methods to determine maximum number of
180        priority levels.
181
1822008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
185        we have a test case for real password checking.
186
1872008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * paranoia/paranoia.c: Add missing prototypes.
190
1912008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * unlimited/system.h: Tighten configuration for stack space.
194
1952008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * fileio/init.c: When USE_SHELL not defined, do not attempt to
198        configure shell.
199
2002008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * unlimited/system.h: 10000 task ids is too many for some targets.
203
2042008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
207        pc386 and configured for unified workspace, you can get close to
208        this.
209
2102008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
213        CONFIGURE_STACK_CHECKER_ENABLED.
214
2152008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * minimum/init.c, unlimited/system.h: Add support for optionally having
218        a unified work area. In other words, the RTEMS Workspace and C
219        Program Heap are the same pool of memory.
220
2212008-09-17      Miao Yan <yanmiaobest@gmail.com>
222
223        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
224        project code to add simple device only filesystem (devfs), optionally
225        completely drop out filesystem, and to clean up disabling newlib
226        reentrancy support. This dropped 17K from the minimum.exe for
227        sparc/sis and arm/rtl22xx_t now has a 15K code space.
228
2292008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * capture/system.h, capture/test1.c, fileio/init.c,
232        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
233        Convert to "bool".
234
2352008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
238        fixing while running mptests on psim.
239
2402008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
243        split on multiple lines and document each parameter.
244
2452008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * minimum/init.c: Disable confdefs.h debug.
248
2492008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * iostream/system.h: Init task was close to blowing stack on PowerPC.
252        * minimum/init.c: Disable Classic API Notepads.
253
2542008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
257        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
258        on psim.
259
2602008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * minimum/init.c: Exerise new ability for application to configure
263        minimum stack size. This test still runs the same with a 7.5K stack
264        on the powerpc but reserves 15K less Workspace on the PowerPC.
265
2662008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * minimum/Makefile.am: Link against all managers.
269        * minimum/init.c: Use existing confdefs.h macros to turn off more
270        this test does not use.
271
2722008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * iostream/system.h: Update to include definition of
275        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
276
2772008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
280        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
281
2822008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
285        4.3.x.
286
2872008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * fileio/system.h, ticker/system.h: Add new Object Services collection.
290        This changed the name of a few previously public but undocumented
291        services and added a some new services.
292
2932008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
294
295        * hello/init.c: Remove accidental commit.
296
2972008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
298
299        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
300        statistics so shell output can be interesting.
301
3022007-12-17      Chris Johns <chrisj@rtems.org>
303
304        * testsuites/samples/fileio/init.c: Change shell_* to
305        rtems_shell_*. Add the mount file-system type of msdos.
306
3072007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * fileio/init.c, fileio/system.h: Increase stack requested for shell
310        task. Turn on stack checking so the report is interesting.
311
3122007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * fileio/init.c: Add RTEMS Shell configuration and static configuration
315        of user commands.
316
3172007-11-29      Chris Johns <chrisj@rtems.org>
318
319        * iostream/Makefile.am: Change the executable name so it does not
320        create a file which is the same name as the standard header file.
321        * iostream/system.h: Need to increase the number of semaphores for
322        the libstdc++ runtime.
323
3242007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * capture/Makefile.am: Use all managers.
327
3282007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * capture/Makefile.am: Fix typo -- not unlimited.
331
3322007-08-21      Chris Johns <chrisj@rtems.org>
333
334        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
335        from files. Committed incorrectly.
336         
3372007-08-17      Chris Johns <chrisj@rtems.org>
338
339        * Makefile.am, README, configure.ac, capture/.cvsignore,
340        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
341        capture/init.c, capture/system.h, capture/test1.c: Add a sample
342        test for the capture engine.
343
3442007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
347
3482007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
349
350        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
351        loop was being optimized out on the PowerPC.
352        * nsecs/empty.c: New file.
353
3542007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
355
356        * nsecs/init.c: Change name to avoid any hint of the timer driver.
357
3582007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
359
360        * nsecs/init.c: Do not make this test depend on the benchmark timer
361        driver.
362
3632007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
364
365        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
366        time varaying in proportion to the length of the loop measured.
367
3682007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * nsecs/init.c: Remove stray "volatile int i".
371
3722007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
375        loopback/Makefile.am, nsecs/Makefile.am,
376        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
377        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
378        test cases so last output line follows END OF pattern. Make sure test
379        case all run. All tests appeared ok on sis.
380        * nsecs/init.c: Commit hack so test will compile when POSIX is
381        disabled.  Remove hack when clock_gettime() is present even when
382        --disable-posix.
383
3842007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
387        Test needs clock manager. Should use rtems_test_exit() instead of
388        exit().
389
3902007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
391
392        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
393        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
394        to demonstrate that the newlib reentrancy support is optional.
395
3962007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
399          version from rtems/score/timespec.h.
400
4012007-04-05      Joel Sherrill <joel@OARcorp.com>
402
403        * nsecs/init.c: Provide timespec manipulation routines in the
404        SuperCore. Use them everywhere possible. Perhaps they should be part
405        of the public API so this test and others can use them without
406        peeking into the bowels.
407
4082007-04-05      Joel Sherrill <joel@OARcorp.com>
409
410        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
411        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
412
4132007-04-02      Joel Sherrill <joel@OARcorp.com>
414
415        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
416        as fundamental time structure to POSIX struct timespec. Add
417        clock_get_uptime().
418        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
419        nsecs/nsecs.scn: New files.
420
4212007-03-26      Joel Sherrill <joel@OARcorp.com>
422
423        * loopback/init.c: Add CVS Id.
424
4252007-03-26      Joel Sherrill <joel@OARcorp.com>
426
427        PR 1230/tests
428        * minimum/init.c: Minimum should not configure console driver.
429
4302007-02-21      Joel Sherrill <joel@OARcorp.com>
431
432        * loopback/init.c: Fix exit paths in client thread and main test
433        thread.
434
4352006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
436
437        * init.c: added stdout flushs after prompts
438
4392006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * configure.ac: New BUG-REPORT address.
442
4432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * configure.ac: Require autoconf-2.60. Require automake-1.10.
446
4472006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
448
449        PR 1162/rtems
450        * unlimited/system.h: Reserve enough memory for the stacks wanted.
451
4522006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
455        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
456        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
457        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
458        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
459        instead.
460
4612006-02-08      Joel Sherrill <joel@OARcorp.com>
462
463        * cdtest/main.cc: Fix warnings.
464
4652005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * configure.ac: Remove RTEMS_ENABLE_BARE,
468        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
469
4702005-11-15  Eric Norum <norume@aps.anl.gov>
471
472        * cdtest/Makefile.am: Remove extraneous make-exe.
473
4742005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
477        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
478        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
479        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
480        ticker/Makefile.am, unlimited/Makefile.am:
481        Convert to using *_PROGRAMS.
482
4832005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        * configure.ac: Remove AMPOLISH3.
486        * base_mp/node1/Makefile.am,
487        base_mp/node2/Makefile.am, base_sp/Makefile.am,
488        cdtest/Makefile.am, fileio/Makefile.am,
489        hello/Makefile.am, iostream/Makefile.am,
490        loopback/Makefile.am, minimum/Makefile.am,
491        paranoia/Makefile.am, pppd/Makefile.am,
492        ticker/Makefile.am, unlimited/Makefile.am: Rework.
493
4942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
497        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
498        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
499        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
500        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
501        * sample.am: Remove.
502
5032005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
506        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
507        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
508        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
509        New (Renamed from base_mp.*).
510        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
511        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
512        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
513        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
514        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
515        s/SAMPLE/TEST/ for improved consistency with other tests.
516
5172005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
518
519        * configure.ac: Add ampolish3.
520        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
521
5222005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
523
524        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
525
5262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
527
528        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
529        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
530
5312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * sample.am: Remove LIB_VARIANT.
534
5352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
538        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
539        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
540        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
541        ticker/Makefile.am, unlimited/Makefile.am:
542        Remove SRCS, PRINT_SRCS.
543
5442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
547
5482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
551        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
552        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
553        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
554        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
555        ticker/Makefile.am, unlimited/Makefile.am:
556        Partial conversion to automake.
557
5582005-10-26  Eric Norum <norume@aps.anl.gov>
559
560        PR 839/tests
561        * pppd/system.h: Remove i386-specific conditional.
562        This at least lets the sample compile.   It's unlikely to actually
563        work, though.
564
5652005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * pppd/Makefile.am: Reflect libpppd having been split out.
568        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
569        rtemspppd.h.
570
5712005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * loopback/init.c: socklen_t.
574
5752005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
576
577        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
578        Remove LIB_VARIANT.
579
5802005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * Makefile.am: Remove DIST_SUBDIRS.
583
5842004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
585
586        * configure.ac: Require automake > 1.9.
587
5882004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
591        NETTESTS. Add iostream/.
592        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
593        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
594        Reflect changes above.
595        * cdtest/main.cc: Adaptation to new C++ standards.
596
5972004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
598
599        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
600        iostream/iostream.scn, iostream/system.h:
601        New (C++ variant of hello).
602
6032004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
606        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
607        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
608        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
609        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
610        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
611        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
616
6172004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
618
619        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
620
6212004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
624        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
625        unlimited/test3.c: Convert to using c99 fixed size types.
626
6272004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Add 2nd arg to RTEMS_TOP.
630
6312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * configure.ac: Remove -Wall -ansi to work-around non-portability of
634        with cdtest.
635
6362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
639        Add PRE/TMPINSTALL_FILES to CLEANFILES.
640        * base_mp/node2/Makefile.am: Ditto.
641        * base_sp/Makefile.am: Ditto.
642        * cdtest/Makefile.am: Ditto.
643        * fileio/Makefile.am: Ditto.
644        * hello/Makefile.am: Ditto.
645        * loopback/Makefile.am: Ditto.
646        * minimum/Makefile.am: Ditto.
647        * paranoia/Makefile.am: Ditto.
648        * pppd/Makefile.am: Ditto.
649        * ticker/Makefile.am: Ditto.
650        * unlimited/Makefile.am: Ditto.
651
6522003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * samples.am: Fix yet another stupid typo in yesterday's patch.
655
6562003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * samples.am: Add dirstamp support.
659
6602003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
663        Eliminate VPATH.
664
6652003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
668
6692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
672
6732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * base_mp/Makefile.am: Reformat.
676        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
677        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
678        * base_sp/Makefile.am: Remove all-local: $(ARCH).
679        * cdtest/Makefile.am: Remove all-local: $(ARCH).
680        * fileio/Makefile.am: Remove all-local: $(ARCH).
681        * hello/Makefile.am: Remove all-local: $(ARCH).
682        * loopback/Makefile.am: Remove all-local: $(ARCH).
683        * minimum/Makefile.am: Remove all-local: $(ARCH).
684        * paranoia/Makefile.am: Remove all-local: $(ARCH).
685        * pppd/Makefile.am: Remove all-local: $(ARCH).
686        * ticker/Makefile.am: Remove all-local: $(ARCH).
687        * unlimited/Makefile.am: Remove all-local: $(ARCH).
688
6892003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Reflect having moved to testsuites/.
692
6932003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
696        * fileio/Makefile.am: Only build if LIBCHIP is available.
697
6982003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * configure.ac: Remove RTEMS_CANONICAL_HOST.
701
7022003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * configure.ac:Remove RTEMS_CHECK_CPU.
705
7062003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * fileio/init.c: Unconditionally define MIN (We *do want* to see
709        error messages if it conflicts).
710
7112003-09-04      Joel Sherrill <joel@OARcorp.com>
712
713        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
714        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
715        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
716        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
717        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
718        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
719        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
720        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
721        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
722        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
723        for license changed.
724
7252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * Makefile.am: Reflect having moved aclocal/.
728
7292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * Makefile.am: Reflect having moved automake/.
732        * base_mp/Makefile.am: Reflect having moved automake/.
733        * base_mp/node1/Makefile.am: Reflect having moved automake/.
734        * base_mp/node2/Makefile.am: Reflect having moved automake/.
735        * base_sp/Makefile.am: Reflect having moved automake/.
736        * cdtest/Makefile.am: Reflect having moved automake/.
737        * fileio/Makefile.am: Reflect having moved automake/.
738        * hello/Makefile.am: Reflect having moved automake/.
739        * loopback/Makefile.am: Reflect having moved automake/.
740        * minimum/Makefile.am: Reflect having moved automake/.
741        * paranoia/Makefile.am: Reflect having moved automake/.
742        * pppd/Makefile.am: Reflect having moved automake/.
743        * ticker/Makefile.am: Reflect having moved automake/.
744        * unlimited/Makefile.am: Reflect having moved automake/.
745
7462003-08-13      Joel Sherrill <joel@OARcorp.com>
747
748        * fileio/.cvsignore: New file.
749
7502003-08-13      Joel Sherrill <joel@OARcorp.com>
751
752        PR 451/bsps
753        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
754
7552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
758
7592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
762        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
763
7642003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
765
766        PR 369/filesystem
767        * Makefile.am, configure.ac: sample application to show the use of the
768        DOSFS functions
769        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
770        fileio/system.h: New files.
771
7722003-06-04      Joel Sherrill <joel@OARcorp.com>
773
774        * pppd/system.h: Hack from Ralf to compile on all targets.
775
7762003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * configure.ac: Add pppd.
779        * Makefile.am: Add pppd.
780
7812003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        Adding pppd:
784        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
785        * pppd/README: New, copied over from libnetworking/pppd/example.
786        * pppd/init.c: New, copied over from libnetworking/pppd/example.
787        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
788        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
789        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
790        * pppd/system.h: New, copied over from libnetworking/pppd/example.
791        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
792        * pppd/Makefile.am: New, converted to automake from Makefile-user.
793        * pppd/.cvsignore: New.
794
7952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * configure.ac: Remove AC_CONFIG_AUX_DIR.
798
7992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
802
8032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.ac: AC_PREREQ(2.57).
806
8072003-01-27      Joel Sherrill <joel@OARcorp.com>
808
809        * Makefile.am, configure.ac: Added new test loopback which shows how to
810        use the loopback interface. Thank you Eric Norum for a portable
811        target independent test which exercises the TCP/IP. This should
812        prevent massive failures in the TCP/IP stack from reaching the
813        street.
814        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
815        loopback/init.c, loopback/loopback.scn: New files.
816
8172003-01-03      Joel Sherrill <joel@OARcorp.com>
818
819        * unlimited/system.h, unlimited/test1.c: Backed off previous
820        modification as it does not compile.
821
8222002-10-31      Chris Johns <ccj@acm.org>
823
824        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
825        can be created. 
826        * unlimited/system.h: PR296. Reference the number of tasks in the
827        configuration table rather than a hardcoded number.
828
8292002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * configure.ac: Unconditionally check for CXX (Hack to bug in
832        autoconf > 2.54).
833
8342002-10-31      Joel Sherrill <joel@OARcorp.com>
835
836        * base_mp/apptask.c: Removed warning.
837
8382002-10-28      Joel Sherrill <joel@OARcorp.com>
839
840        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
841
8422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * .cvsignore: Reformat.
845        Add autom4te*cache.
846        Remove autom4te.cache.
847
8482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
851        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
852        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
853        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
854        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
855        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
856        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
857        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
858        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
859
8602002-08-01      Joel Sherrill <joel@OARcorp.com>
861
862        * Per PR47 add support for buffered test output.  This involved
863        adding defines to redirect output to a buffer and dump it when
864        full, at "test pause", and at exit.  To avoid problems when redefining
865        exit(), all tests were modified to call rtems_test_exit().
866        Some tests, notable psxtests, had to be modified to include
867        the standard test macro .h file (pmacros.h or tmacros.h) to
868        enable this support.
869        * cdtest/init.c: Modified.
870
8712002-07-01      Joel Sherrill <joel@OARcorp.com>
872
873        * unlimited/test1.c: Corrected use of _Objects_Information_table
874        now that it is a two dimensional array based upon API and class.
875
8762002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * base_sp/apptask.c: Include <stdlib.h>.
879        * hello/init.c: Ditto.
880        * paranoia/init.c: Ditto.
881        * ticker/tasks.c: Ditto.
882        * unlimited/init.c: Ditto.
883        * unlimited/test1.c: Ditto.
884        * unlimited/test2.c: Ditto.
885        * unlimited/test3.c: Ditto.
886
8872002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * configure.ac: Remove ENABLE_GCC28.
890
8912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * configure.ac:
894        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
895        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
896        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
897        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
898        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
899        * Makefile.am: Remove AUTOMAKE_OPTIONS.
900        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
901        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
902        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
903        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
904        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
905        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
906        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
907
9082001-11-26      Ralf Corsepius
909
910        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
911
9122001-10-25      Eric Norum <eric.norum@usask.ca>
913
914        * cdtest/system.h: Configure 1 semaphore.  This probably covers
915        up not defining one for the GCC C++ Run-Time Libraries.
916
9172001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
920
9212001-10-12      Joel Sherrill <joel@OARcorp.com>
922
923        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
924        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
925        Fixed typo.
926
9272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
930        * configure.in: Remove.
931        * configure.ac: New file, generated from configure.in by autoupdate.
932
9332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
936        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
937        * cdtest/Makefile.am: Remove LD_LIBS.
938
9392001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
942        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
943        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
944        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
945        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
946        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
947        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
948        make-cxx-exe.
949        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
950        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
951
9522001-06-14      Joel Sherrill <joel@OARcorp.com>
953
954        * cdtest/system.h: Removed configure of POSIX mutexes since
955        there do not appear to be any used in this test.
956
9572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
958
959        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
960
9612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
964
9652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
968
9692000-10-30      Joel Sherrill <joel@OARcorp.com>
970
971        * POSIX include files merged into newlib.  This resulted in
972        some definitions moving to other files and thus some secondary
973        effects in RTEMS source code.
974        * paranoia/paranoia.c: Commented out incorrect and conflicting
975        prototype of read().
976
9772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
980        Switch to GNU canonicalization.
981        * sample.am: Remove DEFS.
982
9832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
986        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
987        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
988        unlimited/Makefile.am: Include compile.am
989
9902000-08-10      Joel Sherrill <joel@OARcorp.com>
991
992        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.