source: rtems/testsuites/samples/ChangeLog @ 5726131b

4.104.115
Last change on this file since 5726131b was 5726131b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 11:34:38

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

  • base_sp/apptask.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
  • Property mode set to 100644
File size: 32.3 KB
Line 
12009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
4        unlimited/test2.c, unlimited/test3.c:
5        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
6        * unlimited/Makefile.am, base_sp/Makefile.am:
7        Add -I$(top_srcdir)/../support/include.
8
92009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
12        Remove evil type-cast.
13        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
14        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
15        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
16
172009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * capture/init.c: Remove setup_tasks_to_watch.
20        * capture/system.h: Remove test*().
21        Add setup_tasks_to_watch().
22        * capture/test1.c: Fix prototype.
23        * fileio/init.c: Fix broken printfs.
24        * minimum/init.c: Remove unused var.
25        * nsecs/empty.c: Add missing prototype.
26        * nsecs/rprintf.h: New.
27        * nsecs/init.c: Printf fixes.
28        * unlimited/system.h: Add missing prototypes.
29        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
30        unlimited/test3.c: Various warning fixes.
31
322009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * unlimited/test1.c: Spacing.
35
362009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * hello/init.c: Remove call to devFS_Show() which had accidentally
39        gotten committed.
40
412009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * capture/test1.c: Use size_t for sizes.
44
452009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * hello/Makefile.am, hello/init.c: Simplify.
48        * hello/system.h: Removed.
49
502009-08-21      Xi Yang <hiyangxi@gmail.com>
51
52        * unlimited/test2.c: Fix spacing.
53
542009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
57        ticker/system.h, ticker/tasks.c: Eliminate test routines
58        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
59        rtems_clock_get_ticks_per_second().
60
612009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
64        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
65        rtems_clock_get_xxx().
66
672009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
70        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
71
722009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * fileio/system.h: Switch to unified work area.
75
762009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
77
78        * cdtest/system.h: modified the number of max semaphores - test was
79        failing before
80
812009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * loopback/init.c: Add missing initializers.
84
852009-04-28    Chris Johns <chrisj@rtems.org>
86
87        * iostream/system.h: Remove the Init prototype. Provide in
88        confdefs.h.
89
902009-04-28      Chris Johns <chrisj@rtems.org>
91
92        * fileio/init.c, fileio/system.h, iostream/init.cc,
93        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
94        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
95        supported by the build system.
96
972009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
98
99        * fileio/init.c: Removed obsolete header include.
100
1012009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
104        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
105        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
106        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
107        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
108        unlimited/Makefile.am: Eliminate _exe_/.exe.
109
1102009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
111
112        * fileio/init.c: Change arguments to rtems_shell_init() to match
113        new expectations.
114
1152009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * cdtest/main.cc: Use printk() in global destructors since printf() no
118        longer works.
119
1202009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
121
122        * fileio/init.c: Adapt to modified shell configuration
123
1242008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * capture/test1.c: Add const to eliminate warning.
127
1282008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * capture/test1.c: Eliminate all public use of TOD conversion routines.
131
1322008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * unlimited/init.c: Run all tests successfully with maxixum number of
135        priorities as 16 instead of 256. This was done by temporarily
136        modifying the score priority.h maximum. This allowed testing of all
137        API code to ensure that it worked properly with a reduced number of
138        priorities. Most modifications were to switch from hard-coded maximum
139        to using the API provided methods to determine maximum number of
140        priority levels.
141
1422008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
145        we have a test case for real password checking.
146
1472008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * paranoia/paranoia.c: Add missing prototypes.
150
1512008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * unlimited/system.h: Tighten configuration for stack space.
154
1552008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * fileio/init.c: When USE_SHELL not defined, do not attempt to
158        configure shell.
159
1602008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * unlimited/system.h: 10000 task ids is too many for some targets.
163
1642008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
167        pc386 and configured for unified workspace, you can get close to
168        this.
169
1702008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
173        CONFIGURE_STACK_CHECKER_ENABLED.
174
1752008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * minimum/init.c, unlimited/system.h: Add support for optionally having
178        a unified work area. In other words, the RTEMS Workspace and C
179        Program Heap are the same pool of memory.
180
1812008-09-17      Miao Yan <yanmiaobest@gmail.com>
182
183        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
184        project code to add simple device only filesystem (devfs), optionally
185        completely drop out filesystem, and to clean up disabling newlib
186        reentrancy support. This dropped 17K from the minimum.exe for
187        sparc/sis and arm/rtl22xx_t now has a 15K code space.
188
1892008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * capture/system.h, capture/test1.c, fileio/init.c,
192        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
193        Convert to "bool".
194
1952008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
198        fixing while running mptests on psim.
199
2002008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
203        split on multiple lines and document each parameter.
204
2052008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * minimum/init.c: Disable confdefs.h debug.
208
2092008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * iostream/system.h: Init task was close to blowing stack on PowerPC.
212        * minimum/init.c: Disable Classic API Notepads.
213
2142008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
217        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
218        on psim.
219
2202008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * minimum/init.c: Exerise new ability for application to configure
223        minimum stack size. This test still runs the same with a 7.5K stack
224        on the powerpc but reserves 15K less Workspace on the PowerPC.
225
2262008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
227
228        * minimum/Makefile.am: Link against all managers.
229        * minimum/init.c: Use existing confdefs.h macros to turn off more
230        this test does not use.
231
2322008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * iostream/system.h: Update to include definition of
235        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
236
2372008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
240        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
241
2422008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
245        4.3.x.
246
2472008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * fileio/system.h, ticker/system.h: Add new Object Services collection.
250        This changed the name of a few previously public but undocumented
251        services and added a some new services.
252
2532008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * hello/init.c: Remove accidental commit.
256
2572008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
260        statistics so shell output can be interesting.
261
2622007-12-17      Chris Johns <chrisj@rtems.org>
263
264        * testsuites/samples/fileio/init.c: Change shell_* to
265        rtems_shell_*. Add the mount file-system type of msdos.
266
2672007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * fileio/init.c, fileio/system.h: Increase stack requested for shell
270        task. Turn on stack checking so the report is interesting.
271
2722007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * fileio/init.c: Add RTEMS Shell configuration and static configuration
275        of user commands.
276
2772007-11-29      Chris Johns <chrisj@rtems.org>
278
279        * iostream/Makefile.am: Change the executable name so it does not
280        create a file which is the same name as the standard header file.
281        * iostream/system.h: Need to increase the number of semaphores for
282        the libstdc++ runtime.
283
2842007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * capture/Makefile.am: Use all managers.
287
2882007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * capture/Makefile.am: Fix typo -- not unlimited.
291
2922007-08-21      Chris Johns <chrisj@rtems.org>
293
294        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
295        from files. Committed incorrectly.
296         
2972007-08-17      Chris Johns <chrisj@rtems.org>
298
299        * Makefile.am, README, configure.ac, capture/.cvsignore,
300        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
301        capture/init.c, capture/system.h, capture/test1.c: Add a sample
302        test for the capture engine.
303
3042007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
307
3082007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
311        loop was being optimized out on the PowerPC.
312        * nsecs/empty.c: New file.
313
3142007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * nsecs/init.c: Change name to avoid any hint of the timer driver.
317
3182007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
319
320        * nsecs/init.c: Do not make this test depend on the benchmark timer
321        driver.
322
3232007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
324
325        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
326        time varaying in proportion to the length of the loop measured.
327
3282007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
329
330        * nsecs/init.c: Remove stray "volatile int i".
331
3322007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
333
334        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
335        loopback/Makefile.am, nsecs/Makefile.am,
336        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
337        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
338        test cases so last output line follows END OF pattern. Make sure test
339        case all run. All tests appeared ok on sis.
340        * nsecs/init.c: Commit hack so test will compile when POSIX is
341        disabled.  Remove hack when clock_gettime() is present even when
342        --disable-posix.
343
3442007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
347        Test needs clock manager. Should use rtems_test_exit() instead of
348        exit().
349
3502007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
351
352        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
353        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
354        to demonstrate that the newlib reentrancy support is optional.
355
3562007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
357
358        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
359          version from rtems/score/timespec.h.
360
3612007-04-05      Joel Sherrill <joel@OARcorp.com>
362
363        * nsecs/init.c: Provide timespec manipulation routines in the
364        SuperCore. Use them everywhere possible. Perhaps they should be part
365        of the public API so this test and others can use them without
366        peeking into the bowels.
367
3682007-04-05      Joel Sherrill <joel@OARcorp.com>
369
370        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
371        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
372
3732007-04-02      Joel Sherrill <joel@OARcorp.com>
374
375        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
376        as fundamental time structure to POSIX struct timespec. Add
377        clock_get_uptime().
378        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
379        nsecs/nsecs.scn: New files.
380
3812007-03-26      Joel Sherrill <joel@OARcorp.com>
382
383        * loopback/init.c: Add CVS Id.
384
3852007-03-26      Joel Sherrill <joel@OARcorp.com>
386
387        PR 1230/tests
388        * minimum/init.c: Minimum should not configure console driver.
389
3902007-02-21      Joel Sherrill <joel@OARcorp.com>
391
392        * loopback/init.c: Fix exit paths in client thread and main test
393        thread.
394
3952006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
396
397        * init.c: added stdout flushs after prompts
398
3992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * configure.ac: New BUG-REPORT address.
402
4032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * configure.ac: Require autoconf-2.60. Require automake-1.10.
406
4072006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
408
409        PR 1162/rtems
410        * unlimited/system.h: Reserve enough memory for the stacks wanted.
411
4122006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
413
414        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
415        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
416        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
417        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
418        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
419        instead.
420
4212006-02-08      Joel Sherrill <joel@OARcorp.com>
422
423        * cdtest/main.cc: Fix warnings.
424
4252005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * configure.ac: Remove RTEMS_ENABLE_BARE,
428        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
429
4302005-11-15  Eric Norum <norume@aps.anl.gov>
431
432        * cdtest/Makefile.am: Remove extraneous make-exe.
433
4342005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
435
436        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
437        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
438        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
439        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
440        ticker/Makefile.am, unlimited/Makefile.am:
441        Convert to using *_PROGRAMS.
442
4432005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
444
445        * configure.ac: Remove AMPOLISH3.
446        * base_mp/node1/Makefile.am,
447        base_mp/node2/Makefile.am, base_sp/Makefile.am,
448        cdtest/Makefile.am, fileio/Makefile.am,
449        hello/Makefile.am, iostream/Makefile.am,
450        loopback/Makefile.am, minimum/Makefile.am,
451        paranoia/Makefile.am, pppd/Makefile.am,
452        ticker/Makefile.am, unlimited/Makefile.am: Rework.
453
4542005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
457        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
458        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
459        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
460        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
461        * sample.am: Remove.
462
4632005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
464
465        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
466        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
467        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
468        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
469        New (Renamed from base_mp.*).
470        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
471        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
472        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
473        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
474        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
475        s/SAMPLE/TEST/ for improved consistency with other tests.
476
4772005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
478
479        * configure.ac: Add ampolish3.
480        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
481
4822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
485
4862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
487
488        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
489        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
490
4912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * sample.am: Remove LIB_VARIANT.
494
4952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
496
497        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
498        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
499        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
500        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
501        ticker/Makefile.am, unlimited/Makefile.am:
502        Remove SRCS, PRINT_SRCS.
503
5042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
507
5082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
511        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
512        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
513        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
514        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
515        ticker/Makefile.am, unlimited/Makefile.am:
516        Partial conversion to automake.
517
5182005-10-26  Eric Norum <norume@aps.anl.gov>
519
520        PR 839/tests
521        * pppd/system.h: Remove i386-specific conditional.
522        This at least lets the sample compile.   It's unlikely to actually
523        work, though.
524
5252005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * pppd/Makefile.am: Reflect libpppd having been split out.
528        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
529        rtemspppd.h.
530
5312005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * loopback/init.c: socklen_t.
534
5352005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
538        Remove LIB_VARIANT.
539
5402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
541
542        * Makefile.am: Remove DIST_SUBDIRS.
543
5442004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
545
546        * configure.ac: Require automake > 1.9.
547
5482004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
549
550        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
551        NETTESTS. Add iostream/.
552        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
553        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
554        Reflect changes above.
555        * cdtest/main.cc: Adaptation to new C++ standards.
556
5572004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
560        iostream/iostream.scn, iostream/system.h:
561        New (C++ variant of hello).
562
5632004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
564
565        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
566        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
567        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
568        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
569        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
570        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
571        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
572        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
573        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
574        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
575        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
576
5772004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
578
579        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
580
5812004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
582
583        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
584        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
585        unlimited/test3.c: Convert to using c99 fixed size types.
586
5872004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Add 2nd arg to RTEMS_TOP.
590
5912004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * configure.ac: Remove -Wall -ansi to work-around non-portability of
594        with cdtest.
595
5962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
599        Add PRE/TMPINSTALL_FILES to CLEANFILES.
600        * base_mp/node2/Makefile.am: Ditto.
601        * base_sp/Makefile.am: Ditto.
602        * cdtest/Makefile.am: Ditto.
603        * fileio/Makefile.am: Ditto.
604        * hello/Makefile.am: Ditto.
605        * loopback/Makefile.am: Ditto.
606        * minimum/Makefile.am: Ditto.
607        * paranoia/Makefile.am: Ditto.
608        * pppd/Makefile.am: Ditto.
609        * ticker/Makefile.am: Ditto.
610        * unlimited/Makefile.am: Ditto.
611
6122003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * samples.am: Fix yet another stupid typo in yesterday's patch.
615
6162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * samples.am: Add dirstamp support.
619
6202003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
623        Eliminate VPATH.
624
6252003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
628
6292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
632
6332003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * base_mp/Makefile.am: Reformat.
636        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
637        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
638        * base_sp/Makefile.am: Remove all-local: $(ARCH).
639        * cdtest/Makefile.am: Remove all-local: $(ARCH).
640        * fileio/Makefile.am: Remove all-local: $(ARCH).
641        * hello/Makefile.am: Remove all-local: $(ARCH).
642        * loopback/Makefile.am: Remove all-local: $(ARCH).
643        * minimum/Makefile.am: Remove all-local: $(ARCH).
644        * paranoia/Makefile.am: Remove all-local: $(ARCH).
645        * pppd/Makefile.am: Remove all-local: $(ARCH).
646        * ticker/Makefile.am: Remove all-local: $(ARCH).
647        * unlimited/Makefile.am: Remove all-local: $(ARCH).
648
6492003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac: Reflect having moved to testsuites/.
652
6532003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
656        * fileio/Makefile.am: Only build if LIBCHIP is available.
657
6582003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Remove RTEMS_CANONICAL_HOST.
661
6622003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac:Remove RTEMS_CHECK_CPU.
665
6662003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * fileio/init.c: Unconditionally define MIN (We *do want* to see
669        error messages if it conflicts).
670
6712003-09-04      Joel Sherrill <joel@OARcorp.com>
672
673        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
674        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
675        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
676        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
677        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
678        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
679        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
680        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
681        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
682        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
683        for license changed.
684
6852003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Reflect having moved aclocal/.
688
6892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: Reflect having moved automake/.
692        * base_mp/Makefile.am: Reflect having moved automake/.
693        * base_mp/node1/Makefile.am: Reflect having moved automake/.
694        * base_mp/node2/Makefile.am: Reflect having moved automake/.
695        * base_sp/Makefile.am: Reflect having moved automake/.
696        * cdtest/Makefile.am: Reflect having moved automake/.
697        * fileio/Makefile.am: Reflect having moved automake/.
698        * hello/Makefile.am: Reflect having moved automake/.
699        * loopback/Makefile.am: Reflect having moved automake/.
700        * minimum/Makefile.am: Reflect having moved automake/.
701        * paranoia/Makefile.am: Reflect having moved automake/.
702        * pppd/Makefile.am: Reflect having moved automake/.
703        * ticker/Makefile.am: Reflect having moved automake/.
704        * unlimited/Makefile.am: Reflect having moved automake/.
705
7062003-08-13      Joel Sherrill <joel@OARcorp.com>
707
708        * fileio/.cvsignore: New file.
709
7102003-08-13      Joel Sherrill <joel@OARcorp.com>
711
712        PR 451/bsps
713        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
714
7152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
718
7192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
722        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
723
7242003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
725
726        PR 369/filesystem
727        * Makefile.am, configure.ac: sample application to show the use of the
728        DOSFS functions
729        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
730        fileio/system.h: New files.
731
7322003-06-04      Joel Sherrill <joel@OARcorp.com>
733
734        * pppd/system.h: Hack from Ralf to compile on all targets.
735
7362003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Add pppd.
739        * Makefile.am: Add pppd.
740
7412003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        Adding pppd:
744        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
745        * pppd/README: New, copied over from libnetworking/pppd/example.
746        * pppd/init.c: New, copied over from libnetworking/pppd/example.
747        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
748        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
749        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
750        * pppd/system.h: New, copied over from libnetworking/pppd/example.
751        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
752        * pppd/Makefile.am: New, converted to automake from Makefile-user.
753        * pppd/.cvsignore: New.
754
7552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac: Remove AC_CONFIG_AUX_DIR.
758
7592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
762
7632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * configure.ac: AC_PREREQ(2.57).
766
7672003-01-27      Joel Sherrill <joel@OARcorp.com>
768
769        * Makefile.am, configure.ac: Added new test loopback which shows how to
770        use the loopback interface. Thank you Eric Norum for a portable
771        target independent test which exercises the TCP/IP. This should
772        prevent massive failures in the TCP/IP stack from reaching the
773        street.
774        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
775        loopback/init.c, loopback/loopback.scn: New files.
776
7772003-01-03      Joel Sherrill <joel@OARcorp.com>
778
779        * unlimited/system.h, unlimited/test1.c: Backed off previous
780        modification as it does not compile.
781
7822002-10-31      Chris Johns <ccj@acm.org>
783
784        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
785        can be created. 
786        * unlimited/system.h: PR296. Reference the number of tasks in the
787        configuration table rather than a hardcoded number.
788
7892002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * configure.ac: Unconditionally check for CXX (Hack to bug in
792        autoconf > 2.54).
793
7942002-10-31      Joel Sherrill <joel@OARcorp.com>
795
796        * base_mp/apptask.c: Removed warning.
797
7982002-10-28      Joel Sherrill <joel@OARcorp.com>
799
800        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
801
8022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * .cvsignore: Reformat.
805        Add autom4te*cache.
806        Remove autom4te.cache.
807
8082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
811        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
812        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
813        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
814        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
815        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
816        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
817        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
818        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
819
8202002-08-01      Joel Sherrill <joel@OARcorp.com>
821
822        * Per PR47 add support for buffered test output.  This involved
823        adding defines to redirect output to a buffer and dump it when
824        full, at "test pause", and at exit.  To avoid problems when redefining
825        exit(), all tests were modified to call rtems_test_exit().
826        Some tests, notable psxtests, had to be modified to include
827        the standard test macro .h file (pmacros.h or tmacros.h) to
828        enable this support.
829        * cdtest/init.c: Modified.
830
8312002-07-01      Joel Sherrill <joel@OARcorp.com>
832
833        * unlimited/test1.c: Corrected use of _Objects_Information_table
834        now that it is a two dimensional array based upon API and class.
835
8362002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * base_sp/apptask.c: Include <stdlib.h>.
839        * hello/init.c: Ditto.
840        * paranoia/init.c: Ditto.
841        * ticker/tasks.c: Ditto.
842        * unlimited/init.c: Ditto.
843        * unlimited/test1.c: Ditto.
844        * unlimited/test2.c: Ditto.
845        * unlimited/test3.c: Ditto.
846
8472002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.ac: Remove ENABLE_GCC28.
850
8512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * configure.ac:
854        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
855        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
856        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
857        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
858        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
859        * Makefile.am: Remove AUTOMAKE_OPTIONS.
860        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
861        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
862        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
863        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
864        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
865        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
866        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
867
8682001-11-26      Ralf Corsepius
869
870        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
871
8722001-10-25      Eric Norum <eric.norum@usask.ca>
873
874        * cdtest/system.h: Configure 1 semaphore.  This probably covers
875        up not defining one for the GCC C++ Run-Time Libraries.
876
8772001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
880
8812001-10-12      Joel Sherrill <joel@OARcorp.com>
882
883        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
884        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
885        Fixed typo.
886
8872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
890        * configure.in: Remove.
891        * configure.ac: New file, generated from configure.in by autoupdate.
892
8932001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
896        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
897        * cdtest/Makefile.am: Remove LD_LIBS.
898
8992001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
902        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
903        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
904        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
905        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
906        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
907        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
908        make-cxx-exe.
909        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
910        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
911
9122001-06-14      Joel Sherrill <joel@OARcorp.com>
913
914        * cdtest/system.h: Removed configure of POSIX mutexes since
915        there do not appear to be any used in this test.
916
9172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
918
919        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
920
9212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
924
9252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
928
9292000-10-30      Joel Sherrill <joel@OARcorp.com>
930
931        * POSIX include files merged into newlib.  This resulted in
932        some definitions moving to other files and thus some secondary
933        effects in RTEMS source code.
934        * paranoia/paranoia.c: Commented out incorrect and conflicting
935        prototype of read().
936
9372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
940        Switch to GNU canonicalization.
941        * sample.am: Remove DEFS.
942
9432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
946        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
947        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
948        unlimited/Makefile.am: Include compile.am
949
9502000-08-10      Joel Sherrill <joel@OARcorp.com>
951
952        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.