source: rtems/testsuites/samples/ChangeLog @ e9bb4fb

4.104.115
Last change on this file since e9bb4fb was fa342bc7, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/09 at 14:54:31

2009-08-10 Joel Sherrill <joel.sherrill@…>

  • ticker/tasks.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
  • Property mode set to 100644
File size: 30.1 KB
Line 
12009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
4        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
5
62009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * fileio/system.h: Switch to unified work area.
9
102009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
11
12        * cdtest/system.h: modified the number of max semaphores - test was
13        failing before
14
152009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * loopback/init.c: Add missing initializers.
18
192009-04-28    Chris Johns <chrisj@rtems.org>
20
21        * iostream/system.h: Remove the Init prototype. Provide in
22        confdefs.h.
23
242009-04-28      Chris Johns <chrisj@rtems.org>
25
26        * fileio/init.c, fileio/system.h, iostream/init.cc,
27        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
28        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
29        supported by the build system.
30
312009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
32
33        * fileio/init.c: Removed obsolete header include.
34
352009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
38        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
39        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
40        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
41        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
42        unlimited/Makefile.am: Eliminate _exe_/.exe.
43
442009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
45
46        * fileio/init.c: Change arguments to rtems_shell_init() to match
47        new expectations.
48
492009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * cdtest/main.cc: Use printk() in global destructors since printf() no
52        longer works.
53
542009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
55
56        * fileio/init.c: Adapt to modified shell configuration
57
582008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * capture/test1.c: Add const to eliminate warning.
61
622008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * capture/test1.c: Eliminate all public use of TOD conversion routines.
65
662008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * unlimited/init.c: Run all tests successfully with maxixum number of
69        priorities as 16 instead of 256. This was done by temporarily
70        modifying the score priority.h maximum. This allowed testing of all
71        API code to ensure that it worked properly with a reduced number of
72        priorities. Most modifications were to switch from hard-coded maximum
73        to using the API provided methods to determine maximum number of
74        priority levels.
75
762008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
79        we have a test case for real password checking.
80
812008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * paranoia/paranoia.c: Add missing prototypes.
84
852008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * unlimited/system.h: Tighten configuration for stack space.
88
892008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * fileio/init.c: When USE_SHELL not defined, do not attempt to
92        configure shell.
93
942008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * unlimited/system.h: 10000 task ids is too many for some targets.
97
982008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
101        pc386 and configured for unified workspace, you can get close to
102        this.
103
1042008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
107        CONFIGURE_STACK_CHECKER_ENABLED.
108
1092008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * minimum/init.c, unlimited/system.h: Add support for optionally having
112        a unified work area. In other words, the RTEMS Workspace and C
113        Program Heap are the same pool of memory.
114
1152008-09-17      Miao Yan <yanmiaobest@gmail.com>
116
117        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
118        project code to add simple device only filesystem (devfs), optionally
119        completely drop out filesystem, and to clean up disabling newlib
120        reentrancy support. This dropped 17K from the minimum.exe for
121        sparc/sis and arm/rtl22xx_t now has a 15K code space.
122
1232008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * capture/system.h, capture/test1.c, fileio/init.c,
126        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
127        Convert to "bool".
128
1292008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
132        fixing while running mptests on psim.
133
1342008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
137        split on multiple lines and document each parameter.
138
1392008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * minimum/init.c: Disable confdefs.h debug.
142
1432008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * iostream/system.h: Init task was close to blowing stack on PowerPC.
146        * minimum/init.c: Disable Classic API Notepads.
147
1482008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
151        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
152        on psim.
153
1542008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * minimum/init.c: Exerise new ability for application to configure
157        minimum stack size. This test still runs the same with a 7.5K stack
158        on the powerpc but reserves 15K less Workspace on the PowerPC.
159
1602008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * minimum/Makefile.am: Link against all managers.
163        * minimum/init.c: Use existing confdefs.h macros to turn off more
164        this test does not use.
165
1662008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * iostream/system.h: Update to include definition of
169        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
170
1712008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
174        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
175
1762008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
179        4.3.x.
180
1812008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * fileio/system.h, ticker/system.h: Add new Object Services collection.
184        This changed the name of a few previously public but undocumented
185        services and added a some new services.
186
1872008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * hello/init.c: Remove accidental commit.
190
1912008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
194        statistics so shell output can be interesting.
195
1962007-12-17      Chris Johns <chrisj@rtems.org>
197
198        * testsuites/samples/fileio/init.c: Change shell_* to
199        rtems_shell_*. Add the mount file-system type of msdos.
200
2012007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * fileio/init.c, fileio/system.h: Increase stack requested for shell
204        task. Turn on stack checking so the report is interesting.
205
2062007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * fileio/init.c: Add RTEMS Shell configuration and static configuration
209        of user commands.
210
2112007-11-29      Chris Johns <chrisj@rtems.org>
212
213        * iostream/Makefile.am: Change the executable name so it does not
214        create a file which is the same name as the standard header file.
215        * iostream/system.h: Need to increase the number of semaphores for
216        the libstdc++ runtime.
217
2182007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * capture/Makefile.am: Use all managers.
221
2222007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * capture/Makefile.am: Fix typo -- not unlimited.
225
2262007-08-21      Chris Johns <chrisj@rtems.org>
227
228        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
229        from files. Committed incorrectly.
230         
2312007-08-17      Chris Johns <chrisj@rtems.org>
232
233        * Makefile.am, README, configure.ac, capture/.cvsignore,
234        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
235        capture/init.c, capture/system.h, capture/test1.c: Add a sample
236        test for the capture engine.
237
2382007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
241
2422007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
245        loop was being optimized out on the PowerPC.
246        * nsecs/empty.c: New file.
247
2482007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * nsecs/init.c: Change name to avoid any hint of the timer driver.
251
2522007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * nsecs/init.c: Do not make this test depend on the benchmark timer
255        driver.
256
2572007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
260        time varaying in proportion to the length of the loop measured.
261
2622007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * nsecs/init.c: Remove stray "volatile int i".
265
2662007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
269        loopback/Makefile.am, nsecs/Makefile.am,
270        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
271        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
272        test cases so last output line follows END OF pattern. Make sure test
273        case all run. All tests appeared ok on sis.
274        * nsecs/init.c: Commit hack so test will compile when POSIX is
275        disabled.  Remove hack when clock_gettime() is present even when
276        --disable-posix.
277
2782007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
279
280        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
281        Test needs clock manager. Should use rtems_test_exit() instead of
282        exit().
283
2842007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
287        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
288        to demonstrate that the newlib reentrancy support is optional.
289
2902007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
293          version from rtems/score/timespec.h.
294
2952007-04-05      Joel Sherrill <joel@OARcorp.com>
296
297        * nsecs/init.c: Provide timespec manipulation routines in the
298        SuperCore. Use them everywhere possible. Perhaps they should be part
299        of the public API so this test and others can use them without
300        peeking into the bowels.
301
3022007-04-05      Joel Sherrill <joel@OARcorp.com>
303
304        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
305        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
306
3072007-04-02      Joel Sherrill <joel@OARcorp.com>
308
309        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
310        as fundamental time structure to POSIX struct timespec. Add
311        clock_get_uptime().
312        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
313        nsecs/nsecs.scn: New files.
314
3152007-03-26      Joel Sherrill <joel@OARcorp.com>
316
317        * loopback/init.c: Add CVS Id.
318
3192007-03-26      Joel Sherrill <joel@OARcorp.com>
320
321        PR 1230/tests
322        * minimum/init.c: Minimum should not configure console driver.
323
3242007-02-21      Joel Sherrill <joel@OARcorp.com>
325
326        * loopback/init.c: Fix exit paths in client thread and main test
327        thread.
328
3292006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
330
331        * init.c: added stdout flushs after prompts
332
3332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * configure.ac: New BUG-REPORT address.
336
3372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * configure.ac: Require autoconf-2.60. Require automake-1.10.
340
3412006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
342
343        PR 1162/rtems
344        * unlimited/system.h: Reserve enough memory for the stacks wanted.
345
3462006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
349        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
350        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
351        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
352        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
353        instead.
354
3552006-02-08      Joel Sherrill <joel@OARcorp.com>
356
357        * cdtest/main.cc: Fix warnings.
358
3592005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * configure.ac: Remove RTEMS_ENABLE_BARE,
362        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
363
3642005-11-15  Eric Norum <norume@aps.anl.gov>
365
366        * cdtest/Makefile.am: Remove extraneous make-exe.
367
3682005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
371        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
372        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
373        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
374        ticker/Makefile.am, unlimited/Makefile.am:
375        Convert to using *_PROGRAMS.
376
3772005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
378
379        * configure.ac: Remove AMPOLISH3.
380        * base_mp/node1/Makefile.am,
381        base_mp/node2/Makefile.am, base_sp/Makefile.am,
382        cdtest/Makefile.am, fileio/Makefile.am,
383        hello/Makefile.am, iostream/Makefile.am,
384        loopback/Makefile.am, minimum/Makefile.am,
385        paranoia/Makefile.am, pppd/Makefile.am,
386        ticker/Makefile.am, unlimited/Makefile.am: Rework.
387
3882005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
391        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
392        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
393        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
394        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
395        * sample.am: Remove.
396
3972005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
400        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
401        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
402        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
403        New (Renamed from base_mp.*).
404        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
405        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
406        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
407        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
408        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
409        s/SAMPLE/TEST/ for improved consistency with other tests.
410
4112005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * configure.ac: Add ampolish3.
414        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
415
4162005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
419
4202005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
423        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
424
4252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * sample.am: Remove LIB_VARIANT.
428
4292005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
432        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
433        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
434        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
435        ticker/Makefile.am, unlimited/Makefile.am:
436        Remove SRCS, PRINT_SRCS.
437
4382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
441
4422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
443
444        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
445        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
446        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
447        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
448        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
449        ticker/Makefile.am, unlimited/Makefile.am:
450        Partial conversion to automake.
451
4522005-10-26  Eric Norum <norume@aps.anl.gov>
453
454        PR 839/tests
455        * pppd/system.h: Remove i386-specific conditional.
456        This at least lets the sample compile.   It's unlikely to actually
457        work, though.
458
4592005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * pppd/Makefile.am: Reflect libpppd having been split out.
462        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
463        rtemspppd.h.
464
4652005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * loopback/init.c: socklen_t.
468
4692005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
470
471        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
472        Remove LIB_VARIANT.
473
4742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * Makefile.am: Remove DIST_SUBDIRS.
477
4782004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
479
480        * configure.ac: Require automake > 1.9.
481
4822004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
485        NETTESTS. Add iostream/.
486        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
487        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
488        Reflect changes above.
489        * cdtest/main.cc: Adaptation to new C++ standards.
490
4912004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
494        iostream/iostream.scn, iostream/system.h:
495        New (C++ variant of hello).
496
4972004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
500        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
501        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
502        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
503        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
504        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
505        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
506        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
507        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
508        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
509        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
510
5112004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
512
513        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
514
5152004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
516
517        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
518        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
519        unlimited/test3.c: Convert to using c99 fixed size types.
520
5212004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Add 2nd arg to RTEMS_TOP.
524
5252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Remove -Wall -ansi to work-around non-portability of
528        with cdtest.
529
5302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
533        Add PRE/TMPINSTALL_FILES to CLEANFILES.
534        * base_mp/node2/Makefile.am: Ditto.
535        * base_sp/Makefile.am: Ditto.
536        * cdtest/Makefile.am: Ditto.
537        * fileio/Makefile.am: Ditto.
538        * hello/Makefile.am: Ditto.
539        * loopback/Makefile.am: Ditto.
540        * minimum/Makefile.am: Ditto.
541        * paranoia/Makefile.am: Ditto.
542        * pppd/Makefile.am: Ditto.
543        * ticker/Makefile.am: Ditto.
544        * unlimited/Makefile.am: Ditto.
545
5462003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * samples.am: Fix yet another stupid typo in yesterday's patch.
549
5502003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * samples.am: Add dirstamp support.
553
5542003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
557        Eliminate VPATH.
558
5592003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
562
5632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
566
5672003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * base_mp/Makefile.am: Reformat.
570        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
571        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
572        * base_sp/Makefile.am: Remove all-local: $(ARCH).
573        * cdtest/Makefile.am: Remove all-local: $(ARCH).
574        * fileio/Makefile.am: Remove all-local: $(ARCH).
575        * hello/Makefile.am: Remove all-local: $(ARCH).
576        * loopback/Makefile.am: Remove all-local: $(ARCH).
577        * minimum/Makefile.am: Remove all-local: $(ARCH).
578        * paranoia/Makefile.am: Remove all-local: $(ARCH).
579        * pppd/Makefile.am: Remove all-local: $(ARCH).
580        * ticker/Makefile.am: Remove all-local: $(ARCH).
581        * unlimited/Makefile.am: Remove all-local: $(ARCH).
582
5832003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac: Reflect having moved to testsuites/.
586
5872003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
590        * fileio/Makefile.am: Only build if LIBCHIP is available.
591
5922003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Remove RTEMS_CANONICAL_HOST.
595
5962003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac:Remove RTEMS_CHECK_CPU.
599
6002003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * fileio/init.c: Unconditionally define MIN (We *do want* to see
603        error messages if it conflicts).
604
6052003-09-04      Joel Sherrill <joel@OARcorp.com>
606
607        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
608        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
609        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
610        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
611        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
612        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
613        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
614        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
615        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
616        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
617        for license changed.
618
6192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: Reflect having moved aclocal/.
622
6232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: Reflect having moved automake/.
626        * base_mp/Makefile.am: Reflect having moved automake/.
627        * base_mp/node1/Makefile.am: Reflect having moved automake/.
628        * base_mp/node2/Makefile.am: Reflect having moved automake/.
629        * base_sp/Makefile.am: Reflect having moved automake/.
630        * cdtest/Makefile.am: Reflect having moved automake/.
631        * fileio/Makefile.am: Reflect having moved automake/.
632        * hello/Makefile.am: Reflect having moved automake/.
633        * loopback/Makefile.am: Reflect having moved automake/.
634        * minimum/Makefile.am: Reflect having moved automake/.
635        * paranoia/Makefile.am: Reflect having moved automake/.
636        * pppd/Makefile.am: Reflect having moved automake/.
637        * ticker/Makefile.am: Reflect having moved automake/.
638        * unlimited/Makefile.am: Reflect having moved automake/.
639
6402003-08-13      Joel Sherrill <joel@OARcorp.com>
641
642        * fileio/.cvsignore: New file.
643
6442003-08-13      Joel Sherrill <joel@OARcorp.com>
645
646        PR 451/bsps
647        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
648
6492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
652
6532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
656        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
657
6582003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
659
660        PR 369/filesystem
661        * Makefile.am, configure.ac: sample application to show the use of the
662        DOSFS functions
663        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
664        fileio/system.h: New files.
665
6662003-06-04      Joel Sherrill <joel@OARcorp.com>
667
668        * pppd/system.h: Hack from Ralf to compile on all targets.
669
6702003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Add pppd.
673        * Makefile.am: Add pppd.
674
6752003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        Adding pppd:
678        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
679        * pppd/README: New, copied over from libnetworking/pppd/example.
680        * pppd/init.c: New, copied over from libnetworking/pppd/example.
681        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
682        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
683        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
684        * pppd/system.h: New, copied over from libnetworking/pppd/example.
685        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
686        * pppd/Makefile.am: New, converted to automake from Makefile-user.
687        * pppd/.cvsignore: New.
688
6892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Remove AC_CONFIG_AUX_DIR.
692
6932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
696
6972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * configure.ac: AC_PREREQ(2.57).
700
7012003-01-27      Joel Sherrill <joel@OARcorp.com>
702
703        * Makefile.am, configure.ac: Added new test loopback which shows how to
704        use the loopback interface. Thank you Eric Norum for a portable
705        target independent test which exercises the TCP/IP. This should
706        prevent massive failures in the TCP/IP stack from reaching the
707        street.
708        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
709        loopback/init.c, loopback/loopback.scn: New files.
710
7112003-01-03      Joel Sherrill <joel@OARcorp.com>
712
713        * unlimited/system.h, unlimited/test1.c: Backed off previous
714        modification as it does not compile.
715
7162002-10-31      Chris Johns <ccj@acm.org>
717
718        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
719        can be created. 
720        * unlimited/system.h: PR296. Reference the number of tasks in the
721        configuration table rather than a hardcoded number.
722
7232002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac: Unconditionally check for CXX (Hack to bug in
726        autoconf > 2.54).
727
7282002-10-31      Joel Sherrill <joel@OARcorp.com>
729
730        * base_mp/apptask.c: Removed warning.
731
7322002-10-28      Joel Sherrill <joel@OARcorp.com>
733
734        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
735
7362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * .cvsignore: Reformat.
739        Add autom4te*cache.
740        Remove autom4te.cache.
741
7422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
745        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
746        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
747        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
748        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
749        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
750        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
751        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
752        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
753
7542002-08-01      Joel Sherrill <joel@OARcorp.com>
755
756        * Per PR47 add support for buffered test output.  This involved
757        adding defines to redirect output to a buffer and dump it when
758        full, at "test pause", and at exit.  To avoid problems when redefining
759        exit(), all tests were modified to call rtems_test_exit().
760        Some tests, notable psxtests, had to be modified to include
761        the standard test macro .h file (pmacros.h or tmacros.h) to
762        enable this support.
763        * cdtest/init.c: Modified.
764
7652002-07-01      Joel Sherrill <joel@OARcorp.com>
766
767        * unlimited/test1.c: Corrected use of _Objects_Information_table
768        now that it is a two dimensional array based upon API and class.
769
7702002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * base_sp/apptask.c: Include <stdlib.h>.
773        * hello/init.c: Ditto.
774        * paranoia/init.c: Ditto.
775        * ticker/tasks.c: Ditto.
776        * unlimited/init.c: Ditto.
777        * unlimited/test1.c: Ditto.
778        * unlimited/test2.c: Ditto.
779        * unlimited/test3.c: Ditto.
780
7812002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * configure.ac: Remove ENABLE_GCC28.
784
7852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * configure.ac:
788        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
789        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
790        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
792        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
793        * Makefile.am: Remove AUTOMAKE_OPTIONS.
794        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
795        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
796        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
797        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
798        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
799        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
800        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
801
8022001-11-26      Ralf Corsepius
803
804        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
805
8062001-10-25      Eric Norum <eric.norum@usask.ca>
807
808        * cdtest/system.h: Configure 1 semaphore.  This probably covers
809        up not defining one for the GCC C++ Run-Time Libraries.
810
8112001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
814
8152001-10-12      Joel Sherrill <joel@OARcorp.com>
816
817        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
818        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
819        Fixed typo.
820
8212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
822
823        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
824        * configure.in: Remove.
825        * configure.ac: New file, generated from configure.in by autoupdate.
826
8272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
830        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
831        * cdtest/Makefile.am: Remove LD_LIBS.
832
8332001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
836        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
837        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
838        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
839        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
840        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
841        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
842        make-cxx-exe.
843        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
844        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
845
8462001-06-14      Joel Sherrill <joel@OARcorp.com>
847
848        * cdtest/system.h: Removed configure of POSIX mutexes since
849        there do not appear to be any used in this test.
850
8512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
852
853        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
854
8552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
858
8592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
862
8632000-10-30      Joel Sherrill <joel@OARcorp.com>
864
865        * POSIX include files merged into newlib.  This resulted in
866        some definitions moving to other files and thus some secondary
867        effects in RTEMS source code.
868        * paranoia/paranoia.c: Commented out incorrect and conflicting
869        prototype of read().
870
8712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
874        Switch to GNU canonicalization.
875        * sample.am: Remove DEFS.
876
8772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
880        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
881        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
882        unlimited/Makefile.am: Include compile.am
883
8842000-08-10      Joel Sherrill <joel@OARcorp.com>
885
886        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.