source: rtems/testsuites/samples/ChangeLog @ 9c34c02

4.104.115
Last change on this file since 9c34c02 was 9e06eb1, checked in by Chris Johns <chrisj@…>, on 06/12/09 at 01:14:41

2009-06-11 Roxana Leontie <roxana.leontie@…>

  • cdtest/system.h: modified the number of max semaphores
    • test was failing before
  • Property mode set to 100644
File size: 29.9 KB
Line 
12009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
2
3        * cdtest/system.h: modified the number of max semaphores - test was
4        failing before
5
62009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * loopback/init.c: Add missing initializers.
9
102009-04-28    Chris Johns <chrisj@rtems.org>
11
12        * iostream/system.h: Remove the Init prototype. Provide in
13        confdefs.h.
14
152009-04-28      Chris Johns <chrisj@rtems.org>
16
17        * fileio/init.c, fileio/system.h, iostream/init.cc,
18        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
19        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
20        supported by the build system.
21
222009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
23
24        * fileio/init.c: Removed obsolete header include.
25
262009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
29        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
30        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
31        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
32        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
33        unlimited/Makefile.am: Eliminate _exe_/.exe.
34
352009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
36
37        * fileio/init.c: Change arguments to rtems_shell_init() to match
38        new expectations.
39
402009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * cdtest/main.cc: Use printk() in global destructors since printf() no
43        longer works.
44
452009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
46
47        * fileio/init.c: Adapt to modified shell configuration
48
492008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * capture/test1.c: Add const to eliminate warning.
52
532008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * capture/test1.c: Eliminate all public use of TOD conversion routines.
56
572008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * unlimited/init.c: Run all tests successfully with maxixum number of
60        priorities as 16 instead of 256. This was done by temporarily
61        modifying the score priority.h maximum. This allowed testing of all
62        API code to ensure that it worked properly with a reduced number of
63        priorities. Most modifications were to switch from hard-coded maximum
64        to using the API provided methods to determine maximum number of
65        priority levels.
66
672008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
70        we have a test case for real password checking.
71
722008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * paranoia/paranoia.c: Add missing prototypes.
75
762008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * unlimited/system.h: Tighten configuration for stack space.
79
802008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * fileio/init.c: When USE_SHELL not defined, do not attempt to
83        configure shell.
84
852008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * unlimited/system.h: 10000 task ids is too many for some targets.
88
892008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
92        pc386 and configured for unified workspace, you can get close to
93        this.
94
952008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
98        CONFIGURE_STACK_CHECKER_ENABLED.
99
1002008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * minimum/init.c, unlimited/system.h: Add support for optionally having
103        a unified work area. In other words, the RTEMS Workspace and C
104        Program Heap are the same pool of memory.
105
1062008-09-17      Miao Yan <yanmiaobest@gmail.com>
107
108        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
109        project code to add simple device only filesystem (devfs), optionally
110        completely drop out filesystem, and to clean up disabling newlib
111        reentrancy support. This dropped 17K from the minimum.exe for
112        sparc/sis and arm/rtl22xx_t now has a 15K code space.
113
1142008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * capture/system.h, capture/test1.c, fileio/init.c,
117        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
118        Convert to "bool".
119
1202008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
123        fixing while running mptests on psim.
124
1252008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
128        split on multiple lines and document each parameter.
129
1302008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * minimum/init.c: Disable confdefs.h debug.
133
1342008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * iostream/system.h: Init task was close to blowing stack on PowerPC.
137        * minimum/init.c: Disable Classic API Notepads.
138
1392008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
142        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
143        on psim.
144
1452008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * minimum/init.c: Exerise new ability for application to configure
148        minimum stack size. This test still runs the same with a 7.5K stack
149        on the powerpc but reserves 15K less Workspace on the PowerPC.
150
1512008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * minimum/Makefile.am: Link against all managers.
154        * minimum/init.c: Use existing confdefs.h macros to turn off more
155        this test does not use.
156
1572008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * iostream/system.h: Update to include definition of
160        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
161
1622008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
165        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
166
1672008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
170        4.3.x.
171
1722008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * fileio/system.h, ticker/system.h: Add new Object Services collection.
175        This changed the name of a few previously public but undocumented
176        services and added a some new services.
177
1782008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * hello/init.c: Remove accidental commit.
181
1822008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
185        statistics so shell output can be interesting.
186
1872007-12-17      Chris Johns <chrisj@rtems.org>
188
189        * testsuites/samples/fileio/init.c: Change shell_* to
190        rtems_shell_*. Add the mount file-system type of msdos.
191
1922007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * fileio/init.c, fileio/system.h: Increase stack requested for shell
195        task. Turn on stack checking so the report is interesting.
196
1972007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * fileio/init.c: Add RTEMS Shell configuration and static configuration
200        of user commands.
201
2022007-11-29      Chris Johns <chrisj@rtems.org>
203
204        * iostream/Makefile.am: Change the executable name so it does not
205        create a file which is the same name as the standard header file.
206        * iostream/system.h: Need to increase the number of semaphores for
207        the libstdc++ runtime.
208
2092007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * capture/Makefile.am: Use all managers.
212
2132007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * capture/Makefile.am: Fix typo -- not unlimited.
216
2172007-08-21      Chris Johns <chrisj@rtems.org>
218
219        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
220        from files. Committed incorrectly.
221         
2222007-08-17      Chris Johns <chrisj@rtems.org>
223
224        * Makefile.am, README, configure.ac, capture/.cvsignore,
225        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
226        capture/init.c, capture/system.h, capture/test1.c: Add a sample
227        test for the capture engine.
228
2292007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
230
231        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
232
2332007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
234
235        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
236        loop was being optimized out on the PowerPC.
237        * nsecs/empty.c: New file.
238
2392007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * nsecs/init.c: Change name to avoid any hint of the timer driver.
242
2432007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * nsecs/init.c: Do not make this test depend on the benchmark timer
246        driver.
247
2482007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
251        time varaying in proportion to the length of the loop measured.
252
2532007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * nsecs/init.c: Remove stray "volatile int i".
256
2572007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
260        loopback/Makefile.am, nsecs/Makefile.am,
261        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
262        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
263        test cases so last output line follows END OF pattern. Make sure test
264        case all run. All tests appeared ok on sis.
265        * nsecs/init.c: Commit hack so test will compile when POSIX is
266        disabled.  Remove hack when clock_gettime() is present even when
267        --disable-posix.
268
2692007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
272        Test needs clock manager. Should use rtems_test_exit() instead of
273        exit().
274
2752007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
276
277        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
278        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
279        to demonstrate that the newlib reentrancy support is optional.
280
2812007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
284          version from rtems/score/timespec.h.
285
2862007-04-05      Joel Sherrill <joel@OARcorp.com>
287
288        * nsecs/init.c: Provide timespec manipulation routines in the
289        SuperCore. Use them everywhere possible. Perhaps they should be part
290        of the public API so this test and others can use them without
291        peeking into the bowels.
292
2932007-04-05      Joel Sherrill <joel@OARcorp.com>
294
295        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
296        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
297
2982007-04-02      Joel Sherrill <joel@OARcorp.com>
299
300        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
301        as fundamental time structure to POSIX struct timespec. Add
302        clock_get_uptime().
303        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
304        nsecs/nsecs.scn: New files.
305
3062007-03-26      Joel Sherrill <joel@OARcorp.com>
307
308        * loopback/init.c: Add CVS Id.
309
3102007-03-26      Joel Sherrill <joel@OARcorp.com>
311
312        PR 1230/tests
313        * minimum/init.c: Minimum should not configure console driver.
314
3152007-02-21      Joel Sherrill <joel@OARcorp.com>
316
317        * loopback/init.c: Fix exit paths in client thread and main test
318        thread.
319
3202006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * init.c: added stdout flushs after prompts
323
3242006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * configure.ac: New BUG-REPORT address.
327
3282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * configure.ac: Require autoconf-2.60. Require automake-1.10.
331
3322006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
333
334        PR 1162/rtems
335        * unlimited/system.h: Reserve enough memory for the stacks wanted.
336
3372006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
340        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
341        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
342        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
343        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
344        instead.
345
3462006-02-08      Joel Sherrill <joel@OARcorp.com>
347
348        * cdtest/main.cc: Fix warnings.
349
3502005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
351
352        * configure.ac: Remove RTEMS_ENABLE_BARE,
353        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
354
3552005-11-15  Eric Norum <norume@aps.anl.gov>
356
357        * cdtest/Makefile.am: Remove extraneous make-exe.
358
3592005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
362        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
363        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
364        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
365        ticker/Makefile.am, unlimited/Makefile.am:
366        Convert to using *_PROGRAMS.
367
3682005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * configure.ac: Remove AMPOLISH3.
371        * base_mp/node1/Makefile.am,
372        base_mp/node2/Makefile.am, base_sp/Makefile.am,
373        cdtest/Makefile.am, fileio/Makefile.am,
374        hello/Makefile.am, iostream/Makefile.am,
375        loopback/Makefile.am, minimum/Makefile.am,
376        paranoia/Makefile.am, pppd/Makefile.am,
377        ticker/Makefile.am, unlimited/Makefile.am: Rework.
378
3792005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
382        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
383        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
384        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
385        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
386        * sample.am: Remove.
387
3882005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
389
390        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
391        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
392        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
393        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
394        New (Renamed from base_mp.*).
395        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
396        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
397        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
398        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
399        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
400        s/SAMPLE/TEST/ for improved consistency with other tests.
401
4022005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * configure.ac: Add ampolish3.
405        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
406
4072005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
410
4112005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
414        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
415
4162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * sample.am: Remove LIB_VARIANT.
419
4202005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
423        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
424        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
425        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
426        ticker/Makefile.am, unlimited/Makefile.am:
427        Remove SRCS, PRINT_SRCS.
428
4292005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
432
4332005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
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        Partial conversion to automake.
442
4432005-10-26  Eric Norum <norume@aps.anl.gov>
444
445        PR 839/tests
446        * pppd/system.h: Remove i386-specific conditional.
447        This at least lets the sample compile.   It's unlikely to actually
448        work, though.
449
4502005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
451
452        * pppd/Makefile.am: Reflect libpppd having been split out.
453        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
454        rtemspppd.h.
455
4562005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * loopback/init.c: socklen_t.
459
4602005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
463        Remove LIB_VARIANT.
464
4652005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * Makefile.am: Remove DIST_SUBDIRS.
468
4692004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
470
471        * configure.ac: Require automake > 1.9.
472
4732004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
476        NETTESTS. Add iostream/.
477        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
478        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
479        Reflect changes above.
480        * cdtest/main.cc: Adaptation to new C++ standards.
481
4822004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
483
484        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
485        iostream/iostream.scn, iostream/system.h:
486        New (C++ variant of hello).
487
4882004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
491        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
492        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
493        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
494        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
495        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
496        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
497        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
498        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
499        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
500        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
501
5022004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
503
504        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
505
5062004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
509        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
510        unlimited/test3.c: Convert to using c99 fixed size types.
511
5122004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Add 2nd arg to RTEMS_TOP.
515
5162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac: Remove -Wall -ansi to work-around non-portability of
519        with cdtest.
520
5212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
524        Add PRE/TMPINSTALL_FILES to CLEANFILES.
525        * base_mp/node2/Makefile.am: Ditto.
526        * base_sp/Makefile.am: Ditto.
527        * cdtest/Makefile.am: Ditto.
528        * fileio/Makefile.am: Ditto.
529        * hello/Makefile.am: Ditto.
530        * loopback/Makefile.am: Ditto.
531        * minimum/Makefile.am: Ditto.
532        * paranoia/Makefile.am: Ditto.
533        * pppd/Makefile.am: Ditto.
534        * ticker/Makefile.am: Ditto.
535        * unlimited/Makefile.am: Ditto.
536
5372003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * samples.am: Fix yet another stupid typo in yesterday's patch.
540
5412003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * samples.am: Add dirstamp support.
544
5452003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
548        Eliminate VPATH.
549
5502003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
553
5542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
557
5582003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * base_mp/Makefile.am: Reformat.
561        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
562        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
563        * base_sp/Makefile.am: Remove all-local: $(ARCH).
564        * cdtest/Makefile.am: Remove all-local: $(ARCH).
565        * fileio/Makefile.am: Remove all-local: $(ARCH).
566        * hello/Makefile.am: Remove all-local: $(ARCH).
567        * loopback/Makefile.am: Remove all-local: $(ARCH).
568        * minimum/Makefile.am: Remove all-local: $(ARCH).
569        * paranoia/Makefile.am: Remove all-local: $(ARCH).
570        * pppd/Makefile.am: Remove all-local: $(ARCH).
571        * ticker/Makefile.am: Remove all-local: $(ARCH).
572        * unlimited/Makefile.am: Remove all-local: $(ARCH).
573
5742003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.ac: Reflect having moved to testsuites/.
577
5782003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
581        * fileio/Makefile.am: Only build if LIBCHIP is available.
582
5832003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.ac: Remove RTEMS_CANONICAL_HOST.
586
5872003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac:Remove RTEMS_CHECK_CPU.
590
5912003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * fileio/init.c: Unconditionally define MIN (We *do want* to see
594        error messages if it conflicts).
595
5962003-09-04      Joel Sherrill <joel@OARcorp.com>
597
598        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
599        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
600        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
601        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
602        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
603        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
604        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
605        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
606        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
607        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
608        for license changed.
609
6102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * Makefile.am: Reflect having moved aclocal/.
613
6142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: Reflect having moved automake/.
617        * base_mp/Makefile.am: Reflect having moved automake/.
618        * base_mp/node1/Makefile.am: Reflect having moved automake/.
619        * base_mp/node2/Makefile.am: Reflect having moved automake/.
620        * base_sp/Makefile.am: Reflect having moved automake/.
621        * cdtest/Makefile.am: Reflect having moved automake/.
622        * fileio/Makefile.am: Reflect having moved automake/.
623        * hello/Makefile.am: Reflect having moved automake/.
624        * loopback/Makefile.am: Reflect having moved automake/.
625        * minimum/Makefile.am: Reflect having moved automake/.
626        * paranoia/Makefile.am: Reflect having moved automake/.
627        * pppd/Makefile.am: Reflect having moved automake/.
628        * ticker/Makefile.am: Reflect having moved automake/.
629        * unlimited/Makefile.am: Reflect having moved automake/.
630
6312003-08-13      Joel Sherrill <joel@OARcorp.com>
632
633        * fileio/.cvsignore: New file.
634
6352003-08-13      Joel Sherrill <joel@OARcorp.com>
636
637        PR 451/bsps
638        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
639
6402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
643
6442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
647        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
648
6492003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
650
651        PR 369/filesystem
652        * Makefile.am, configure.ac: sample application to show the use of the
653        DOSFS functions
654        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
655        fileio/system.h: New files.
656
6572003-06-04      Joel Sherrill <joel@OARcorp.com>
658
659        * pppd/system.h: Hack from Ralf to compile on all targets.
660
6612003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * configure.ac: Add pppd.
664        * Makefile.am: Add pppd.
665
6662003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        Adding pppd:
669        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
670        * pppd/README: New, copied over from libnetworking/pppd/example.
671        * pppd/init.c: New, copied over from libnetworking/pppd/example.
672        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
673        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
674        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
675        * pppd/system.h: New, copied over from libnetworking/pppd/example.
676        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
677        * pppd/Makefile.am: New, converted to automake from Makefile-user.
678        * pppd/.cvsignore: New.
679
6802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: Remove AC_CONFIG_AUX_DIR.
683
6842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
687
6882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * configure.ac: AC_PREREQ(2.57).
691
6922003-01-27      Joel Sherrill <joel@OARcorp.com>
693
694        * Makefile.am, configure.ac: Added new test loopback which shows how to
695        use the loopback interface. Thank you Eric Norum for a portable
696        target independent test which exercises the TCP/IP. This should
697        prevent massive failures in the TCP/IP stack from reaching the
698        street.
699        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
700        loopback/init.c, loopback/loopback.scn: New files.
701
7022003-01-03      Joel Sherrill <joel@OARcorp.com>
703
704        * unlimited/system.h, unlimited/test1.c: Backed off previous
705        modification as it does not compile.
706
7072002-10-31      Chris Johns <ccj@acm.org>
708
709        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
710        can be created. 
711        * unlimited/system.h: PR296. Reference the number of tasks in the
712        configuration table rather than a hardcoded number.
713
7142002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: Unconditionally check for CXX (Hack to bug in
717        autoconf > 2.54).
718
7192002-10-31      Joel Sherrill <joel@OARcorp.com>
720
721        * base_mp/apptask.c: Removed warning.
722
7232002-10-28      Joel Sherrill <joel@OARcorp.com>
724
725        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
726
7272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * .cvsignore: Reformat.
730        Add autom4te*cache.
731        Remove autom4te.cache.
732
7332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
736        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
737        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
738        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
739        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
740        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
741        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
742        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
743        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
744
7452002-08-01      Joel Sherrill <joel@OARcorp.com>
746
747        * Per PR47 add support for buffered test output.  This involved
748        adding defines to redirect output to a buffer and dump it when
749        full, at "test pause", and at exit.  To avoid problems when redefining
750        exit(), all tests were modified to call rtems_test_exit().
751        Some tests, notable psxtests, had to be modified to include
752        the standard test macro .h file (pmacros.h or tmacros.h) to
753        enable this support.
754        * cdtest/init.c: Modified.
755
7562002-07-01      Joel Sherrill <joel@OARcorp.com>
757
758        * unlimited/test1.c: Corrected use of _Objects_Information_table
759        now that it is a two dimensional array based upon API and class.
760
7612002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * base_sp/apptask.c: Include <stdlib.h>.
764        * hello/init.c: Ditto.
765        * paranoia/init.c: Ditto.
766        * ticker/tasks.c: Ditto.
767        * unlimited/init.c: Ditto.
768        * unlimited/test1.c: Ditto.
769        * unlimited/test2.c: Ditto.
770        * unlimited/test3.c: Ditto.
771
7722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * configure.ac: Remove ENABLE_GCC28.
775
7762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * configure.ac:
779        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
780        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
781        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
792
7932001-11-26      Ralf Corsepius
794
795        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
796
7972001-10-25      Eric Norum <eric.norum@usask.ca>
798
799        * cdtest/system.h: Configure 1 semaphore.  This probably covers
800        up not defining one for the GCC C++ Run-Time Libraries.
801
8022001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
805
8062001-10-12      Joel Sherrill <joel@OARcorp.com>
807
808        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
809        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
810        Fixed typo.
811
8122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
815        * configure.in: Remove.
816        * configure.ac: New file, generated from configure.in by autoupdate.
817
8182001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
821        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
822        * cdtest/Makefile.am: Remove LD_LIBS.
823
8242001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
827        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
828        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
829        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
830        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
831        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
832        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
833        make-cxx-exe.
834        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
835        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
836
8372001-06-14      Joel Sherrill <joel@OARcorp.com>
838
839        * cdtest/system.h: Removed configure of POSIX mutexes since
840        there do not appear to be any used in this test.
841
8422001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
843
844        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
845
8462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
849
8502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
853
8542000-10-30      Joel Sherrill <joel@OARcorp.com>
855
856        * POSIX include files merged into newlib.  This resulted in
857        some definitions moving to other files and thus some secondary
858        effects in RTEMS source code.
859        * paranoia/paranoia.c: Commented out incorrect and conflicting
860        prototype of read().
861
8622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
865        Switch to GNU canonicalization.
866        * sample.am: Remove DEFS.
867
8682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
871        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
872        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
873        unlimited/Makefile.am: Include compile.am
874
8752000-08-10      Joel Sherrill <joel@OARcorp.com>
876
877        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.