source: rtems/testsuites/samples/ChangeLog @ 3a9d9e1

4.115
Last change on this file since 3a9d9e1 was 3a9d9e1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/20/11 at 07:25:09

2011-06-20 Ralf Corsépius <ralf.corsepius@…>

  • pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
  • pppd/Makefile-user: Remove.
  • Property mode set to 100644
File size: 35.9 KB
Line 
12011-06-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * pppd/Makefile.am: Add ppp.conf, pppd.options to EXTRA_DIST.
4        * pppd/Makefile-user: Remove.
5
62011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * fileio/init.c: Avoid use of deprecated rtems_clock_get() except in
9        spclockget().
10
112011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
14        patch.
15
162011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
19        nsecs/init.c, ticker/init.c, ticker/system.h, ticker/tasks.c: Remove
20        warnings.
21
222011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Add AC_CONFIG_HEADER(config.h).
25
262011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c,
29        capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c,
30        hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c,
31        nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c,
32        pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c,
33        unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add
34        HAVE_CONFIG_H.
35
362011-02-17      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * pppd/system.h: Use confdefs.h to generate device driver table.
39
402011-02-17      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
41
42        * pppd/system.h: Added missing include files.
43
442011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Require autoconf-2.68, automake-1.11.1.
47
482010-12-08      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
49
50        * loopback/init.c: Loop back interface will be initialized now during
51        normal initialization via rtems_bsdnet_initialize_network().
52
532010-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP).
56        * configure.ac: Remove AM_CONDITIONAL(LIBCHIP).
57        Force autoconf-2.67, automake-1.11.1.
58
592010-07-07      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
60
61        * minimum/init.c: Use fatal error extension to prevent infinite
62        runtime.
63
642010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * capture/capture.doc: Remove more ITRON references.
67
682010-06-02      Chris Johns <chrisj@rtems.org>
69
70        * iostream/init.cc: Remove the hack.
71
722010-06-02      Chris Johns <chrisj@rtems.org>
73
74        * fileio/init.c: Update to new mount API.
75        * iostream/init.cc: Hack to work around confdefs.h in C++.
76        * iostream/system.h: Add comment about base miniIMFS.
77
782010-04-04      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * capture/init.c: Remove unused variable "out".
81
822010-03-29      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
83
84        * capture/init.c, capture/test1.c, paramoia/init.c,
85        paranoia/paranoia.c: exclude tests for SMALL MEMORY targets
86
872010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
88
89        * fileio/init.c: Remove deprecation warnings.
90
912010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * fileio/init.c: Fix warnings for ctype methods.
94
952009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
98        int to match with rtems/rtems_bsdnet.h.
99
1002009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
103        Include "tmacros.h".
104        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
105        Add -I$(top_srcdir)/../support/include.
106
1072009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * pppd/netconfig.h: Add UL suffix to long constants to avoid
110        implicit integer overflows on 16bit targets.
111        * fileio/init.c: Use %zd to print ssize_t.
112
1132009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * base_sp/apptask.c, unlimited/init.c:
116        Use PRIdrtems_task_argument to print rtems_task_argument's.
117
1182009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
121        unlimited/test2.c, unlimited/test3.c:
122        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
123        * unlimited/Makefile.am, base_sp/Makefile.am:
124        Add -I$(top_srcdir)/../support/include.
125
1262009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
129        Remove evil type-cast.
130        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
131        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
132        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
133
1342009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * capture/init.c: Remove setup_tasks_to_watch.
137        * capture/system.h: Remove test*().
138        Add setup_tasks_to_watch().
139        * capture/test1.c: Fix prototype.
140        * fileio/init.c: Fix broken printfs.
141        * minimum/init.c: Remove unused var.
142        * nsecs/empty.c: Add missing prototype.
143        * nsecs/rprintf.h: New.
144        * nsecs/init.c: Printf fixes.
145        * unlimited/system.h: Add missing prototypes.
146        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
147        unlimited/test3.c: Various warning fixes.
148
1492009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * unlimited/test1.c: Spacing.
152
1532009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * hello/init.c: Remove call to devFS_Show() which had accidentally
156        gotten committed.
157
1582009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * capture/test1.c: Use size_t for sizes.
161
1622009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * hello/Makefile.am, hello/init.c: Simplify.
165        * hello/system.h: Removed.
166
1672009-08-21      Xi Yang <hiyangxi@gmail.com>
168
169        * unlimited/test2.c: Fix spacing.
170
1712009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
174        ticker/system.h, ticker/tasks.c: Eliminate test routines
175        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
176        rtems_clock_get_ticks_per_second().
177
1782009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
181        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
182        rtems_clock_get_xxx().
183
1842009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
187        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
188
1892009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * fileio/system.h: Switch to unified work area.
192
1932009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
194
195        * cdtest/system.h: modified the number of max semaphores - test was
196        failing before
197
1982009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * loopback/init.c: Add missing initializers.
201
2022009-04-28    Chris Johns <chrisj@rtems.org>
203
204        * iostream/system.h: Remove the Init prototype. Provide in
205        confdefs.h.
206
2072009-04-28      Chris Johns <chrisj@rtems.org>
208
209        * fileio/init.c, fileio/system.h, iostream/init.cc,
210        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
211        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
212        supported by the build system.
213
2142009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
215
216        * fileio/init.c: Removed obsolete header include.
217
2182009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
221        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
222        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
223        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
224        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
225        unlimited/Makefile.am: Eliminate _exe_/.exe.
226
2272009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
228
229        * fileio/init.c: Change arguments to rtems_shell_init() to match
230        new expectations.
231
2322009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * cdtest/main.cc: Use printk() in global destructors since printf() no
235        longer works.
236
2372009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
238
239        * fileio/init.c: Adapt to modified shell configuration
240
2412008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * capture/test1.c: Add const to eliminate warning.
244
2452008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * capture/test1.c: Eliminate all public use of TOD conversion routines.
248
2492008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * unlimited/init.c: Run all tests successfully with maxixum number of
252        priorities as 16 instead of 256. This was done by temporarily
253        modifying the score priority.h maximum. This allowed testing of all
254        API code to ensure that it worked properly with a reduced number of
255        priorities. Most modifications were to switch from hard-coded maximum
256        to using the API provided methods to determine maximum number of
257        priority levels.
258
2592008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
260
261        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
262        we have a test case for real password checking.
263
2642008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * paranoia/paranoia.c: Add missing prototypes.
267
2682008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * unlimited/system.h: Tighten configuration for stack space.
271
2722008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * fileio/init.c: When USE_SHELL not defined, do not attempt to
275        configure shell.
276
2772008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
278
279        * unlimited/system.h: 10000 task ids is too many for some targets.
280
2812008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
282
283        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
284        pc386 and configured for unified workspace, you can get close to
285        this.
286
2872008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
290        CONFIGURE_STACK_CHECKER_ENABLED.
291
2922008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * minimum/init.c, unlimited/system.h: Add support for optionally having
295        a unified work area. In other words, the RTEMS Workspace and C
296        Program Heap are the same pool of memory.
297
2982008-09-17      Miao Yan <yanmiaobest@gmail.com>
299
300        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
301        project code to add simple device only filesystem (devfs), optionally
302        completely drop out filesystem, and to clean up disabling newlib
303        reentrancy support. This dropped 17K from the minimum.exe for
304        sparc/sis and arm/rtl22xx_t now has a 15K code space.
305
3062008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * capture/system.h, capture/test1.c, fileio/init.c,
309        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
310        Convert to "bool".
311
3122008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
313
314        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
315        fixing while running mptests on psim.
316
3172008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
320        split on multiple lines and document each parameter.
321
3222008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
323
324        * minimum/init.c: Disable confdefs.h debug.
325
3262008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * iostream/system.h: Init task was close to blowing stack on PowerPC.
329        * minimum/init.c: Disable Classic API Notepads.
330
3312008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
334        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
335        on psim.
336
3372008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * minimum/init.c: Exerise new ability for application to configure
340        minimum stack size. This test still runs the same with a 7.5K stack
341        on the powerpc but reserves 15K less Workspace on the PowerPC.
342
3432008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
344
345        * minimum/Makefile.am: Link against all managers.
346        * minimum/init.c: Use existing confdefs.h macros to turn off more
347        this test does not use.
348
3492008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * iostream/system.h: Update to include definition of
352        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
353
3542008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
357        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
358
3592008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
360
361        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
362        4.3.x.
363
3642008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
365
366        * fileio/system.h, ticker/system.h: Add new Object Services collection.
367        This changed the name of a few previously public but undocumented
368        services and added a some new services.
369
3702008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
371
372        * hello/init.c: Remove accidental commit.
373
3742008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
375
376        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
377        statistics so shell output can be interesting.
378
3792007-12-17      Chris Johns <chrisj@rtems.org>
380
381        * testsuites/samples/fileio/init.c: Change shell_* to
382        rtems_shell_*. Add the mount file-system type of msdos.
383
3842007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
385
386        * fileio/init.c, fileio/system.h: Increase stack requested for shell
387        task. Turn on stack checking so the report is interesting.
388
3892007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
390
391        * fileio/init.c: Add RTEMS Shell configuration and static configuration
392        of user commands.
393
3942007-11-29      Chris Johns <chrisj@rtems.org>
395
396        * iostream/Makefile.am: Change the executable name so it does not
397        create a file which is the same name as the standard header file.
398        * iostream/system.h: Need to increase the number of semaphores for
399        the libstdc++ runtime.
400
4012007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
402
403        * capture/Makefile.am: Use all managers.
404
4052007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
406
407        * capture/Makefile.am: Fix typo -- not unlimited.
408
4092007-08-21      Chris Johns <chrisj@rtems.org>
410
411        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
412        from files. Committed incorrectly.
413         
4142007-08-17      Chris Johns <chrisj@rtems.org>
415
416        * Makefile.am, README, configure.ac, capture/.cvsignore,
417        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
418        capture/init.c, capture/system.h, capture/test1.c: Add a sample
419        test for the capture engine.
420
4212007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
422
423        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
424
4252007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
426
427        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
428        loop was being optimized out on the PowerPC.
429        * nsecs/empty.c: New file.
430
4312007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
432
433        * nsecs/init.c: Change name to avoid any hint of the timer driver.
434
4352007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
436
437        * nsecs/init.c: Do not make this test depend on the benchmark timer
438        driver.
439
4402007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
441
442        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
443        time varaying in proportion to the length of the loop measured.
444
4452007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
446
447        * nsecs/init.c: Remove stray "volatile int i".
448
4492007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
450
451        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
452        loopback/Makefile.am, nsecs/Makefile.am,
453        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
454        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
455        test cases so last output line follows END OF pattern. Make sure test
456        case all run. All tests appeared ok on sis.
457        * nsecs/init.c: Commit hack so test will compile when POSIX is
458        disabled.  Remove hack when clock_gettime() is present even when
459        --disable-posix.
460
4612007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
462
463        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
464        Test needs clock manager. Should use rtems_test_exit() instead of
465        exit().
466
4672007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
468
469        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
470        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
471        to demonstrate that the newlib reentrancy support is optional.
472
4732007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
476          version from rtems/score/timespec.h.
477
4782007-04-05      Joel Sherrill <joel@OARcorp.com>
479
480        * nsecs/init.c: Provide timespec manipulation routines in the
481        SuperCore. Use them everywhere possible. Perhaps they should be part
482        of the public API so this test and others can use them without
483        peeking into the bowels.
484
4852007-04-05      Joel Sherrill <joel@OARcorp.com>
486
487        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
488        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
489
4902007-04-02      Joel Sherrill <joel@OARcorp.com>
491
492        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
493        as fundamental time structure to POSIX struct timespec. Add
494        clock_get_uptime().
495        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
496        nsecs/nsecs.scn: New files.
497
4982007-03-26      Joel Sherrill <joel@OARcorp.com>
499
500        * loopback/init.c: Add CVS Id.
501
5022007-03-26      Joel Sherrill <joel@OARcorp.com>
503
504        PR 1230/tests
505        * minimum/init.c: Minimum should not configure console driver.
506
5072007-02-21      Joel Sherrill <joel@OARcorp.com>
508
509        * loopback/init.c: Fix exit paths in client thread and main test
510        thread.
511
5122006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
513
514        * init.c: added stdout flushs after prompts
515
5162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
517
518        * configure.ac: New BUG-REPORT address.
519
5202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
521
522        * configure.ac: Require autoconf-2.60. Require automake-1.10.
523
5242006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
525
526        PR 1162/rtems
527        * unlimited/system.h: Reserve enough memory for the stacks wanted.
528
5292006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
532        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
533        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
534        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
535        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
536        instead.
537
5382006-02-08      Joel Sherrill <joel@OARcorp.com>
539
540        * cdtest/main.cc: Fix warnings.
541
5422005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * configure.ac: Remove RTEMS_ENABLE_BARE,
545        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
546
5472005-11-15  Eric Norum <norume@aps.anl.gov>
548
549        * cdtest/Makefile.am: Remove extraneous make-exe.
550
5512005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
554        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
555        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
556        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
557        ticker/Makefile.am, unlimited/Makefile.am:
558        Convert to using *_PROGRAMS.
559
5602005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * configure.ac: Remove AMPOLISH3.
563        * base_mp/node1/Makefile.am,
564        base_mp/node2/Makefile.am, base_sp/Makefile.am,
565        cdtest/Makefile.am, fileio/Makefile.am,
566        hello/Makefile.am, iostream/Makefile.am,
567        loopback/Makefile.am, minimum/Makefile.am,
568        paranoia/Makefile.am, pppd/Makefile.am,
569        ticker/Makefile.am, unlimited/Makefile.am: Rework.
570
5712005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
574        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
575        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
576        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
577        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
578        * sample.am: Remove.
579
5802005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
581
582        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
583        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
584        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
585        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
586        New (Renamed from base_mp.*).
587        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
588        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
589        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
590        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
591        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
592        s/SAMPLE/TEST/ for improved consistency with other tests.
593
5942005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * configure.ac: Add ampolish3.
597        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
598
5992005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
600
601        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
602
6032005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
606        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
607
6082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * sample.am: Remove LIB_VARIANT.
611
6122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
615        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
616        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
617        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
618        ticker/Makefile.am, unlimited/Makefile.am:
619        Remove SRCS, PRINT_SRCS.
620
6212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
622
623        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
624
6252005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
626
627        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
628        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
629        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
630        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
631        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
632        ticker/Makefile.am, unlimited/Makefile.am:
633        Partial conversion to automake.
634
6352005-10-26  Eric Norum <norume@aps.anl.gov>
636
637        PR 839/tests
638        * pppd/system.h: Remove i386-specific conditional.
639        This at least lets the sample compile.   It's unlikely to actually
640        work, though.
641
6422005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * pppd/Makefile.am: Reflect libpppd having been split out.
645        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
646        rtemspppd.h.
647
6482005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
649
650        * loopback/init.c: socklen_t.
651
6522005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
653
654        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
655        Remove LIB_VARIANT.
656
6572005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
658
659        * Makefile.am: Remove DIST_SUBDIRS.
660
6612004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
662
663        * configure.ac: Require automake > 1.9.
664
6652004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
666
667        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
668        NETTESTS. Add iostream/.
669        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
670        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
671        Reflect changes above.
672        * cdtest/main.cc: Adaptation to new C++ standards.
673
6742004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
675
676        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
677        iostream/iostream.scn, iostream/system.h:
678        New (C++ variant of hello).
679
6802004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
681
682        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
683        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
684        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
685        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
686        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
687        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
688        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
689        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
690        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
691        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
692        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
693
6942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
695
696        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
697
6982004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
699
700        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
701        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
702        unlimited/test3.c: Convert to using c99 fixed size types.
703
7042004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * configure.ac: Add 2nd arg to RTEMS_TOP.
707
7082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * configure.ac: Remove -Wall -ansi to work-around non-portability of
711        with cdtest.
712
7132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
716        Add PRE/TMPINSTALL_FILES to CLEANFILES.
717        * base_mp/node2/Makefile.am: Ditto.
718        * base_sp/Makefile.am: Ditto.
719        * cdtest/Makefile.am: Ditto.
720        * fileio/Makefile.am: Ditto.
721        * hello/Makefile.am: Ditto.
722        * loopback/Makefile.am: Ditto.
723        * minimum/Makefile.am: Ditto.
724        * paranoia/Makefile.am: Ditto.
725        * pppd/Makefile.am: Ditto.
726        * ticker/Makefile.am: Ditto.
727        * unlimited/Makefile.am: Ditto.
728
7292003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * samples.am: Fix yet another stupid typo in yesterday's patch.
732
7332003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * samples.am: Add dirstamp support.
736
7372003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
740        Eliminate VPATH.
741
7422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
745
7462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
749
7502003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * base_mp/Makefile.am: Reformat.
753        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
754        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
755        * base_sp/Makefile.am: Remove all-local: $(ARCH).
756        * cdtest/Makefile.am: Remove all-local: $(ARCH).
757        * fileio/Makefile.am: Remove all-local: $(ARCH).
758        * hello/Makefile.am: Remove all-local: $(ARCH).
759        * loopback/Makefile.am: Remove all-local: $(ARCH).
760        * minimum/Makefile.am: Remove all-local: $(ARCH).
761        * paranoia/Makefile.am: Remove all-local: $(ARCH).
762        * pppd/Makefile.am: Remove all-local: $(ARCH).
763        * ticker/Makefile.am: Remove all-local: $(ARCH).
764        * unlimited/Makefile.am: Remove all-local: $(ARCH).
765
7662003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * configure.ac: Reflect having moved to testsuites/.
769
7702003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
773        * fileio/Makefile.am: Only build if LIBCHIP is available.
774
7752003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * configure.ac: Remove RTEMS_CANONICAL_HOST.
778
7792003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * configure.ac:Remove RTEMS_CHECK_CPU.
782
7832003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * fileio/init.c: Unconditionally define MIN (We *do want* to see
786        error messages if it conflicts).
787
7882003-09-04      Joel Sherrill <joel@OARcorp.com>
789
790        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
791        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
792        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
793        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
794        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
795        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
796        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
797        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
798        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
799        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
800        for license changed.
801
8022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Reflect having moved aclocal/.
805
8062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * Makefile.am: Reflect having moved automake/.
809        * base_mp/Makefile.am: Reflect having moved automake/.
810        * base_mp/node1/Makefile.am: Reflect having moved automake/.
811        * base_mp/node2/Makefile.am: Reflect having moved automake/.
812        * base_sp/Makefile.am: Reflect having moved automake/.
813        * cdtest/Makefile.am: Reflect having moved automake/.
814        * fileio/Makefile.am: Reflect having moved automake/.
815        * hello/Makefile.am: Reflect having moved automake/.
816        * loopback/Makefile.am: Reflect having moved automake/.
817        * minimum/Makefile.am: Reflect having moved automake/.
818        * paranoia/Makefile.am: Reflect having moved automake/.
819        * pppd/Makefile.am: Reflect having moved automake/.
820        * ticker/Makefile.am: Reflect having moved automake/.
821        * unlimited/Makefile.am: Reflect having moved automake/.
822
8232003-08-13      Joel Sherrill <joel@OARcorp.com>
824
825        * fileio/.cvsignore: New file.
826
8272003-08-13      Joel Sherrill <joel@OARcorp.com>
828
829        PR 451/bsps
830        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
831
8322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
835
8362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
839        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
840
8412003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
842
843        PR 369/filesystem
844        * Makefile.am, configure.ac: sample application to show the use of the
845        DOSFS functions
846        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
847        fileio/system.h: New files.
848
8492003-06-04      Joel Sherrill <joel@OARcorp.com>
850
851        * pppd/system.h: Hack from Ralf to compile on all targets.
852
8532003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * configure.ac: Add pppd.
856        * Makefile.am: Add pppd.
857
8582003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        Adding pppd:
861        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
862        * pppd/README: New, copied over from libnetworking/pppd/example.
863        * pppd/init.c: New, copied over from libnetworking/pppd/example.
864        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
865        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
866        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
867        * pppd/system.h: New, copied over from libnetworking/pppd/example.
868        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
869        * pppd/Makefile.am: New, converted to automake from Makefile-user.
870        * pppd/.cvsignore: New.
871
8722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * configure.ac: Remove AC_CONFIG_AUX_DIR.
875
8762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
879
8802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * configure.ac: AC_PREREQ(2.57).
883
8842003-01-27      Joel Sherrill <joel@OARcorp.com>
885
886        * Makefile.am, configure.ac: Added new test loopback which shows how to
887        use the loopback interface. Thank you Eric Norum for a portable
888        target independent test which exercises the TCP/IP. This should
889        prevent massive failures in the TCP/IP stack from reaching the
890        street.
891        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
892        loopback/init.c, loopback/loopback.scn: New files.
893
8942003-01-03      Joel Sherrill <joel@OARcorp.com>
895
896        * unlimited/system.h, unlimited/test1.c: Backed off previous
897        modification as it does not compile.
898
8992002-10-31      Chris Johns <ccj@acm.org>
900
901        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
902        can be created. 
903        * unlimited/system.h: PR296. Reference the number of tasks in the
904        configuration table rather than a hardcoded number.
905
9062002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * configure.ac: Unconditionally check for CXX (Hack to bug in
909        autoconf > 2.54).
910
9112002-10-31      Joel Sherrill <joel@OARcorp.com>
912
913        * base_mp/apptask.c: Removed warning.
914
9152002-10-28      Joel Sherrill <joel@OARcorp.com>
916
917        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
918
9192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * .cvsignore: Reformat.
922        Add autom4te*cache.
923        Remove autom4te.cache.
924
9252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
928        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
929        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
930        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
931        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
932        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
933        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
934        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
935        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
936
9372002-08-01      Joel Sherrill <joel@OARcorp.com>
938
939        * Per PR47 add support for buffered test output.  This involved
940        adding defines to redirect output to a buffer and dump it when
941        full, at "test pause", and at exit.  To avoid problems when redefining
942        exit(), all tests were modified to call rtems_test_exit().
943        Some tests, notable psxtests, had to be modified to include
944        the standard test macro .h file (pmacros.h or tmacros.h) to
945        enable this support.
946        * cdtest/init.c: Modified.
947
9482002-07-01      Joel Sherrill <joel@OARcorp.com>
949
950        * unlimited/test1.c: Corrected use of _Objects_Information_table
951        now that it is a two dimensional array based upon API and class.
952
9532002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * base_sp/apptask.c: Include <stdlib.h>.
956        * hello/init.c: Ditto.
957        * paranoia/init.c: Ditto.
958        * ticker/tasks.c: Ditto.
959        * unlimited/init.c: Ditto.
960        * unlimited/test1.c: Ditto.
961        * unlimited/test2.c: Ditto.
962        * unlimited/test3.c: Ditto.
963
9642002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * configure.ac: Remove ENABLE_GCC28.
967
9682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * configure.ac:
971        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
972        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
973        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
974        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
975        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
976        * Makefile.am: Remove AUTOMAKE_OPTIONS.
977        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
978        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
979        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
980        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
981        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
982        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
983        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
984
9852001-11-26      Ralf Corsepius
986
987        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
988
9892001-10-25      Eric Norum <eric.norum@usask.ca>
990
991        * cdtest/system.h: Configure 1 semaphore.  This probably covers
992        up not defining one for the GCC C++ Run-Time Libraries.
993
9942001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
997
9982001-10-12      Joel Sherrill <joel@OARcorp.com>
999
1000        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
1001        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
1002        Fixed typo.
1003
10042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1007        * configure.in: Remove.
1008        * configure.ac: New file, generated from configure.in by autoupdate.
1009
10102001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
1013        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1014        * cdtest/Makefile.am: Remove LD_LIBS.
1015
10162001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
1019        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
1020        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
1021        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
1022        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
1023        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
1024        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
1025        make-cxx-exe.
1026        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
1027        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
1028
10292001-06-14      Joel Sherrill <joel@OARcorp.com>
1030
1031        * cdtest/system.h: Removed configure of POSIX mutexes since
1032        there do not appear to be any used in this test.
1033
10342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1035
1036        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1037
10382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1039
1040        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1041
10422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1043
1044        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1045
10462000-10-30      Joel Sherrill <joel@OARcorp.com>
1047
1048        * POSIX include files merged into newlib.  This resulted in
1049        some definitions moving to other files and thus some secondary
1050        effects in RTEMS source code.
1051        * paranoia/paranoia.c: Commented out incorrect and conflicting
1052        prototype of read().
1053
10542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1055
1056        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1057        Switch to GNU canonicalization.
1058        * sample.am: Remove DEFS.
1059
10602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
1063        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
1064        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
1065        unlimited/Makefile.am: Include compile.am
1066
10672000-08-10      Joel Sherrill <joel@OARcorp.com>
1068
1069        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.