source: rtems/testsuites/samples/ChangeLog @ 558a5f48

4.104.115
Last change on this file since 558a5f48 was 558a5f48, checked in by Chris Johns <chrisj@…>, on 06/02/10 at 00:47:15

2010-06-02 Chris Johns <chrisj@…>

  • fileio/init.c: Update to new mount API.
  • iostream/init.cc: Hack to work around confdefs.h in C++.
  • iostream/system.h: Add comment about base miniIMFS.
  • Property mode set to 100644
File size: 33.7 KB
Line 
12010-06-02      Chris Johns <chrisj@rtems.org>
2
3        * fileio/init.c: Update to new mount API.
4        * iostream/init.cc: Hack to work around confdefs.h in C++.
5        * iostream/system.h: Add comment about base miniIMFS.
6
72010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * capture/init.c: Remove unused variable "out".
10
112010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * capture/init.c, capture/test1.c, paramoia/init.c,
14        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
15
162010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
17
18        * fileio/init.c: Remove deprecation warnings.
19
202010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * fileio/init.c: Fix warnings for ctype methods.
23
242009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
27        int to match with rtems/rtems_bsdnet.h.
28
292009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
32        Include "tmacros.h".
33        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
34        Add -I$(top_srcdir)/../support/include.
35
362009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * pppd/netconfig.h: Add UL suffix to long constants to avoid
39        implicit integer overflows on 16bit targets.
40        * fileio/init.c: Use %zd to print ssize_t.
41
422009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * base_sp/apptask.c, unlimited/init.c:
45        Use PRIdrtems_task_argument to print rtems_task_argument's.
46
472009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
50        unlimited/test2.c, unlimited/test3.c:
51        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
52        * unlimited/Makefile.am, base_sp/Makefile.am:
53        Add -I$(top_srcdir)/../support/include.
54
552009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
58        Remove evil type-cast.
59        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
60        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
61        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
62
632009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * capture/init.c: Remove setup_tasks_to_watch.
66        * capture/system.h: Remove test*().
67        Add setup_tasks_to_watch().
68        * capture/test1.c: Fix prototype.
69        * fileio/init.c: Fix broken printfs.
70        * minimum/init.c: Remove unused var.
71        * nsecs/empty.c: Add missing prototype.
72        * nsecs/rprintf.h: New.
73        * nsecs/init.c: Printf fixes.
74        * unlimited/system.h: Add missing prototypes.
75        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
76        unlimited/test3.c: Various warning fixes.
77
782009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * unlimited/test1.c: Spacing.
81
822009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * hello/init.c: Remove call to devFS_Show() which had accidentally
85        gotten committed.
86
872009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * capture/test1.c: Use size_t for sizes.
90
912009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * hello/Makefile.am, hello/init.c: Simplify.
94        * hello/system.h: Removed.
95
962009-08-21      Xi Yang <hiyangxi@gmail.com>
97
98        * unlimited/test2.c: Fix spacing.
99
1002009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
103        ticker/system.h, ticker/tasks.c: Eliminate test routines
104        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
105        rtems_clock_get_ticks_per_second().
106
1072009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
110        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
111        rtems_clock_get_xxx().
112
1132009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
116        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
117
1182009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * fileio/system.h: Switch to unified work area.
121
1222009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
123
124        * cdtest/system.h: modified the number of max semaphores - test was
125        failing before
126
1272009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * loopback/init.c: Add missing initializers.
130
1312009-04-28    Chris Johns <chrisj@rtems.org>
132
133        * iostream/system.h: Remove the Init prototype. Provide in
134        confdefs.h.
135
1362009-04-28      Chris Johns <chrisj@rtems.org>
137
138        * fileio/init.c, fileio/system.h, iostream/init.cc,
139        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
140        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
141        supported by the build system.
142
1432009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
144
145        * fileio/init.c: Removed obsolete header include.
146
1472009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
150        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
151        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
152        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
153        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
154        unlimited/Makefile.am: Eliminate _exe_/.exe.
155
1562009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
157
158        * fileio/init.c: Change arguments to rtems_shell_init() to match
159        new expectations.
160
1612009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * cdtest/main.cc: Use printk() in global destructors since printf() no
164        longer works.
165
1662009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
167
168        * fileio/init.c: Adapt to modified shell configuration
169
1702008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * capture/test1.c: Add const to eliminate warning.
173
1742008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * capture/test1.c: Eliminate all public use of TOD conversion routines.
177
1782008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * unlimited/init.c: Run all tests successfully with maxixum number of
181        priorities as 16 instead of 256. This was done by temporarily
182        modifying the score priority.h maximum. This allowed testing of all
183        API code to ensure that it worked properly with a reduced number of
184        priorities. Most modifications were to switch from hard-coded maximum
185        to using the API provided methods to determine maximum number of
186        priority levels.
187
1882008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
191        we have a test case for real password checking.
192
1932008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * paranoia/paranoia.c: Add missing prototypes.
196
1972008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * unlimited/system.h: Tighten configuration for stack space.
200
2012008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * fileio/init.c: When USE_SHELL not defined, do not attempt to
204        configure shell.
205
2062008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * unlimited/system.h: 10000 task ids is too many for some targets.
209
2102008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
213        pc386 and configured for unified workspace, you can get close to
214        this.
215
2162008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
219        CONFIGURE_STACK_CHECKER_ENABLED.
220
2212008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * minimum/init.c, unlimited/system.h: Add support for optionally having
224        a unified work area. In other words, the RTEMS Workspace and C
225        Program Heap are the same pool of memory.
226
2272008-09-17      Miao Yan <yanmiaobest@gmail.com>
228
229        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
230        project code to add simple device only filesystem (devfs), optionally
231        completely drop out filesystem, and to clean up disabling newlib
232        reentrancy support. This dropped 17K from the minimum.exe for
233        sparc/sis and arm/rtl22xx_t now has a 15K code space.
234
2352008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * capture/system.h, capture/test1.c, fileio/init.c,
238        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
239        Convert to "bool".
240
2412008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
244        fixing while running mptests on psim.
245
2462008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
249        split on multiple lines and document each parameter.
250
2512008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * minimum/init.c: Disable confdefs.h debug.
254
2552008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * iostream/system.h: Init task was close to blowing stack on PowerPC.
258        * minimum/init.c: Disable Classic API Notepads.
259
2602008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
263        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
264        on psim.
265
2662008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
267
268        * minimum/init.c: Exerise new ability for application to configure
269        minimum stack size. This test still runs the same with a 7.5K stack
270        on the powerpc but reserves 15K less Workspace on the PowerPC.
271
2722008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * minimum/Makefile.am: Link against all managers.
275        * minimum/init.c: Use existing confdefs.h macros to turn off more
276        this test does not use.
277
2782008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * iostream/system.h: Update to include definition of
281        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
282
2832008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
286        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
287
2882008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
291        4.3.x.
292
2932008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * fileio/system.h, ticker/system.h: Add new Object Services collection.
296        This changed the name of a few previously public but undocumented
297        services and added a some new services.
298
2992008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * hello/init.c: Remove accidental commit.
302
3032008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
306        statistics so shell output can be interesting.
307
3082007-12-17      Chris Johns <chrisj@rtems.org>
309
310        * testsuites/samples/fileio/init.c: Change shell_* to
311        rtems_shell_*. Add the mount file-system type of msdos.
312
3132007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * fileio/init.c, fileio/system.h: Increase stack requested for shell
316        task. Turn on stack checking so the report is interesting.
317
3182007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * fileio/init.c: Add RTEMS Shell configuration and static configuration
321        of user commands.
322
3232007-11-29      Chris Johns <chrisj@rtems.org>
324
325        * iostream/Makefile.am: Change the executable name so it does not
326        create a file which is the same name as the standard header file.
327        * iostream/system.h: Need to increase the number of semaphores for
328        the libstdc++ runtime.
329
3302007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
331
332        * capture/Makefile.am: Use all managers.
333
3342007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * capture/Makefile.am: Fix typo -- not unlimited.
337
3382007-08-21      Chris Johns <chrisj@rtems.org>
339
340        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
341        from files. Committed incorrectly.
342         
3432007-08-17      Chris Johns <chrisj@rtems.org>
344
345        * Makefile.am, README, configure.ac, capture/.cvsignore,
346        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
347        capture/init.c, capture/system.h, capture/test1.c: Add a sample
348        test for the capture engine.
349
3502007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
351
352        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
353
3542007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
357        loop was being optimized out on the PowerPC.
358        * nsecs/empty.c: New file.
359
3602007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
361
362        * nsecs/init.c: Change name to avoid any hint of the timer driver.
363
3642007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
365
366        * nsecs/init.c: Do not make this test depend on the benchmark timer
367        driver.
368
3692007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
370
371        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
372        time varaying in proportion to the length of the loop measured.
373
3742007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * nsecs/init.c: Remove stray "volatile int i".
377
3782007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
379
380        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
381        loopback/Makefile.am, nsecs/Makefile.am,
382        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
383        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
384        test cases so last output line follows END OF pattern. Make sure test
385        case all run. All tests appeared ok on sis.
386        * nsecs/init.c: Commit hack so test will compile when POSIX is
387        disabled.  Remove hack when clock_gettime() is present even when
388        --disable-posix.
389
3902007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
391
392        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
393        Test needs clock manager. Should use rtems_test_exit() instead of
394        exit().
395
3962007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
397
398        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
399        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
400        to demonstrate that the newlib reentrancy support is optional.
401
4022007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
405          version from rtems/score/timespec.h.
406
4072007-04-05      Joel Sherrill <joel@OARcorp.com>
408
409        * nsecs/init.c: Provide timespec manipulation routines in the
410        SuperCore. Use them everywhere possible. Perhaps they should be part
411        of the public API so this test and others can use them without
412        peeking into the bowels.
413
4142007-04-05      Joel Sherrill <joel@OARcorp.com>
415
416        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
417        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
418
4192007-04-02      Joel Sherrill <joel@OARcorp.com>
420
421        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
422        as fundamental time structure to POSIX struct timespec. Add
423        clock_get_uptime().
424        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
425        nsecs/nsecs.scn: New files.
426
4272007-03-26      Joel Sherrill <joel@OARcorp.com>
428
429        * loopback/init.c: Add CVS Id.
430
4312007-03-26      Joel Sherrill <joel@OARcorp.com>
432
433        PR 1230/tests
434        * minimum/init.c: Minimum should not configure console driver.
435
4362007-02-21      Joel Sherrill <joel@OARcorp.com>
437
438        * loopback/init.c: Fix exit paths in client thread and main test
439        thread.
440
4412006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
442
443        * init.c: added stdout flushs after prompts
444
4452006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * configure.ac: New BUG-REPORT address.
448
4492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * configure.ac: Require autoconf-2.60. Require automake-1.10.
452
4532006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
454
455        PR 1162/rtems
456        * unlimited/system.h: Reserve enough memory for the stacks wanted.
457
4582006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
459
460        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
461        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
462        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
463        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
464        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
465        instead.
466
4672006-02-08      Joel Sherrill <joel@OARcorp.com>
468
469        * cdtest/main.cc: Fix warnings.
470
4712005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
472
473        * configure.ac: Remove RTEMS_ENABLE_BARE,
474        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
475
4762005-11-15  Eric Norum <norume@aps.anl.gov>
477
478        * cdtest/Makefile.am: Remove extraneous make-exe.
479
4802005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
483        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
484        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
485        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
486        ticker/Makefile.am, unlimited/Makefile.am:
487        Convert to using *_PROGRAMS.
488
4892005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * configure.ac: Remove AMPOLISH3.
492        * base_mp/node1/Makefile.am,
493        base_mp/node2/Makefile.am, base_sp/Makefile.am,
494        cdtest/Makefile.am, fileio/Makefile.am,
495        hello/Makefile.am, iostream/Makefile.am,
496        loopback/Makefile.am, minimum/Makefile.am,
497        paranoia/Makefile.am, pppd/Makefile.am,
498        ticker/Makefile.am, unlimited/Makefile.am: Rework.
499
5002005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
503        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
504        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
505        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
506        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
507        * sample.am: Remove.
508
5092005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
510
511        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
512        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
513        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
514        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
515        New (Renamed from base_mp.*).
516        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
517        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
518        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
519        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
520        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
521        s/SAMPLE/TEST/ for improved consistency with other tests.
522
5232005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
524
525        * configure.ac: Add ampolish3.
526        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
527
5282005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
531
5322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
533
534        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
535        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
536
5372005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * sample.am: Remove LIB_VARIANT.
540
5412005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
542
543        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
544        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
545        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
546        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
547        ticker/Makefile.am, unlimited/Makefile.am:
548        Remove SRCS, PRINT_SRCS.
549
5502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
553
5542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
557        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
558        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
559        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
560        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
561        ticker/Makefile.am, unlimited/Makefile.am:
562        Partial conversion to automake.
563
5642005-10-26  Eric Norum <norume@aps.anl.gov>
565
566        PR 839/tests
567        * pppd/system.h: Remove i386-specific conditional.
568        This at least lets the sample compile.   It's unlikely to actually
569        work, though.
570
5712005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * pppd/Makefile.am: Reflect libpppd having been split out.
574        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
575        rtemspppd.h.
576
5772005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
578
579        * loopback/init.c: socklen_t.
580
5812005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
582
583        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
584        Remove LIB_VARIANT.
585
5862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
587
588        * Makefile.am: Remove DIST_SUBDIRS.
589
5902004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
591
592        * configure.ac: Require automake > 1.9.
593
5942004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
597        NETTESTS. Add iostream/.
598        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
599        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
600        Reflect changes above.
601        * cdtest/main.cc: Adaptation to new C++ standards.
602
6032004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
606        iostream/iostream.scn, iostream/system.h:
607        New (C++ variant of hello).
608
6092004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
610
611        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
612        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
613        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
614        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
615        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
616        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
617        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
618        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
619        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
620        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
621        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
622
6232004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
624
625        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
626
6272004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
628
629        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
630        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
631        unlimited/test3.c: Convert to using c99 fixed size types.
632
6332004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Add 2nd arg to RTEMS_TOP.
636
6372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac: Remove -Wall -ansi to work-around non-portability of
640        with cdtest.
641
6422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
645        Add PRE/TMPINSTALL_FILES to CLEANFILES.
646        * base_mp/node2/Makefile.am: Ditto.
647        * base_sp/Makefile.am: Ditto.
648        * cdtest/Makefile.am: Ditto.
649        * fileio/Makefile.am: Ditto.
650        * hello/Makefile.am: Ditto.
651        * loopback/Makefile.am: Ditto.
652        * minimum/Makefile.am: Ditto.
653        * paranoia/Makefile.am: Ditto.
654        * pppd/Makefile.am: Ditto.
655        * ticker/Makefile.am: Ditto.
656        * unlimited/Makefile.am: Ditto.
657
6582003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * samples.am: Fix yet another stupid typo in yesterday's patch.
661
6622003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * samples.am: Add dirstamp support.
665
6662003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
669        Eliminate VPATH.
670
6712003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
674
6752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
678
6792003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * base_mp/Makefile.am: Reformat.
682        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
683        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
684        * base_sp/Makefile.am: Remove all-local: $(ARCH).
685        * cdtest/Makefile.am: Remove all-local: $(ARCH).
686        * fileio/Makefile.am: Remove all-local: $(ARCH).
687        * hello/Makefile.am: Remove all-local: $(ARCH).
688        * loopback/Makefile.am: Remove all-local: $(ARCH).
689        * minimum/Makefile.am: Remove all-local: $(ARCH).
690        * paranoia/Makefile.am: Remove all-local: $(ARCH).
691        * pppd/Makefile.am: Remove all-local: $(ARCH).
692        * ticker/Makefile.am: Remove all-local: $(ARCH).
693        * unlimited/Makefile.am: Remove all-local: $(ARCH).
694
6952003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Reflect having moved to testsuites/.
698
6992003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
702        * fileio/Makefile.am: Only build if LIBCHIP is available.
703
7042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * configure.ac: Remove RTEMS_CANONICAL_HOST.
707
7082003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * configure.ac:Remove RTEMS_CHECK_CPU.
711
7122003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * fileio/init.c: Unconditionally define MIN (We *do want* to see
715        error messages if it conflicts).
716
7172003-09-04      Joel Sherrill <joel@OARcorp.com>
718
719        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
720        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
721        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
722        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
723        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
724        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
725        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
726        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
727        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
728        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
729        for license changed.
730
7312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * Makefile.am: Reflect having moved aclocal/.
734
7352003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * Makefile.am: Reflect having moved automake/.
738        * base_mp/Makefile.am: Reflect having moved automake/.
739        * base_mp/node1/Makefile.am: Reflect having moved automake/.
740        * base_mp/node2/Makefile.am: Reflect having moved automake/.
741        * base_sp/Makefile.am: Reflect having moved automake/.
742        * cdtest/Makefile.am: Reflect having moved automake/.
743        * fileio/Makefile.am: Reflect having moved automake/.
744        * hello/Makefile.am: Reflect having moved automake/.
745        * loopback/Makefile.am: Reflect having moved automake/.
746        * minimum/Makefile.am: Reflect having moved automake/.
747        * paranoia/Makefile.am: Reflect having moved automake/.
748        * pppd/Makefile.am: Reflect having moved automake/.
749        * ticker/Makefile.am: Reflect having moved automake/.
750        * unlimited/Makefile.am: Reflect having moved automake/.
751
7522003-08-13      Joel Sherrill <joel@OARcorp.com>
753
754        * fileio/.cvsignore: New file.
755
7562003-08-13      Joel Sherrill <joel@OARcorp.com>
757
758        PR 451/bsps
759        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
760
7612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
764
7652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
768        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
769
7702003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
771
772        PR 369/filesystem
773        * Makefile.am, configure.ac: sample application to show the use of the
774        DOSFS functions
775        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
776        fileio/system.h: New files.
777
7782003-06-04      Joel Sherrill <joel@OARcorp.com>
779
780        * pppd/system.h: Hack from Ralf to compile on all targets.
781
7822003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * configure.ac: Add pppd.
785        * Makefile.am: Add pppd.
786
7872003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        Adding pppd:
790        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
791        * pppd/README: New, copied over from libnetworking/pppd/example.
792        * pppd/init.c: New, copied over from libnetworking/pppd/example.
793        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
794        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
795        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
796        * pppd/system.h: New, copied over from libnetworking/pppd/example.
797        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
798        * pppd/Makefile.am: New, converted to automake from Makefile-user.
799        * pppd/.cvsignore: New.
800
8012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * configure.ac: Remove AC_CONFIG_AUX_DIR.
804
8052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
808
8092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * configure.ac: AC_PREREQ(2.57).
812
8132003-01-27      Joel Sherrill <joel@OARcorp.com>
814
815        * Makefile.am, configure.ac: Added new test loopback which shows how to
816        use the loopback interface. Thank you Eric Norum for a portable
817        target independent test which exercises the TCP/IP. This should
818        prevent massive failures in the TCP/IP stack from reaching the
819        street.
820        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
821        loopback/init.c, loopback/loopback.scn: New files.
822
8232003-01-03      Joel Sherrill <joel@OARcorp.com>
824
825        * unlimited/system.h, unlimited/test1.c: Backed off previous
826        modification as it does not compile.
827
8282002-10-31      Chris Johns <ccj@acm.org>
829
830        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
831        can be created. 
832        * unlimited/system.h: PR296. Reference the number of tasks in the
833        configuration table rather than a hardcoded number.
834
8352002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * configure.ac: Unconditionally check for CXX (Hack to bug in
838        autoconf > 2.54).
839
8402002-10-31      Joel Sherrill <joel@OARcorp.com>
841
842        * base_mp/apptask.c: Removed warning.
843
8442002-10-28      Joel Sherrill <joel@OARcorp.com>
845
846        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
847
8482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * .cvsignore: Reformat.
851        Add autom4te*cache.
852        Remove autom4te.cache.
853
8542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
857        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
858        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
859        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
860        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
861        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
862        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
863        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
864        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
865
8662002-08-01      Joel Sherrill <joel@OARcorp.com>
867
868        * Per PR47 add support for buffered test output.  This involved
869        adding defines to redirect output to a buffer and dump it when
870        full, at "test pause", and at exit.  To avoid problems when redefining
871        exit(), all tests were modified to call rtems_test_exit().
872        Some tests, notable psxtests, had to be modified to include
873        the standard test macro .h file (pmacros.h or tmacros.h) to
874        enable this support.
875        * cdtest/init.c: Modified.
876
8772002-07-01      Joel Sherrill <joel@OARcorp.com>
878
879        * unlimited/test1.c: Corrected use of _Objects_Information_table
880        now that it is a two dimensional array based upon API and class.
881
8822002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * base_sp/apptask.c: Include <stdlib.h>.
885        * hello/init.c: Ditto.
886        * paranoia/init.c: Ditto.
887        * ticker/tasks.c: Ditto.
888        * unlimited/init.c: Ditto.
889        * unlimited/test1.c: Ditto.
890        * unlimited/test2.c: Ditto.
891        * unlimited/test3.c: Ditto.
892
8932002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * configure.ac: Remove ENABLE_GCC28.
896
8972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * configure.ac:
900        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
901        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
902        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
903        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
904        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
905        * Makefile.am: Remove AUTOMAKE_OPTIONS.
906        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
907        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
908        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
909        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
910        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
911        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
912        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
913
9142001-11-26      Ralf Corsepius
915
916        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
917
9182001-10-25      Eric Norum <eric.norum@usask.ca>
919
920        * cdtest/system.h: Configure 1 semaphore.  This probably covers
921        up not defining one for the GCC C++ Run-Time Libraries.
922
9232001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
926
9272001-10-12      Joel Sherrill <joel@OARcorp.com>
928
929        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
930        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
931        Fixed typo.
932
9332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
936        * configure.in: Remove.
937        * configure.ac: New file, generated from configure.in by autoupdate.
938
9392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
942        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
943        * cdtest/Makefile.am: Remove LD_LIBS.
944
9452001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
948        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
949        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
950        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
951        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
952        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
953        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
954        make-cxx-exe.
955        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
956        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
957
9582001-06-14      Joel Sherrill <joel@OARcorp.com>
959
960        * cdtest/system.h: Removed configure of POSIX mutexes since
961        there do not appear to be any used in this test.
962
9632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
964
965        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
966
9672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
970
9712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
974
9752000-10-30      Joel Sherrill <joel@OARcorp.com>
976
977        * POSIX include files merged into newlib.  This resulted in
978        some definitions moving to other files and thus some secondary
979        effects in RTEMS source code.
980        * paranoia/paranoia.c: Commented out incorrect and conflicting
981        prototype of read().
982
9832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
986        Switch to GNU canonicalization.
987        * sample.am: Remove DEFS.
988
9892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
992        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
993        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
994        unlimited/Makefile.am: Include compile.am
995
9962000-08-10      Joel Sherrill <joel@OARcorp.com>
997
998        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.