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

4.104.115
Last change on this file since 3c02c9dd was 3c02c9dd, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/10 at 16:00:58

2010-03-12 Sebastian Huber <Sebastian.Huber@…>

  • fileio/init.c: Remove deprecation warnings.
  • Property mode set to 100644
File size: 33.2 KB
Line 
12010-03-12      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * fileio/init.c: Remove deprecation warnings.
4
52010-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * fileio/init.c: Fix warnings for ctype methods.
8
92009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
12        int to match with rtems/rtems_bsdnet.h.
13
142009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.
17        Include "tmacros.h".
18        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
19        Add -I$(top_srcdir)/../support/include.
20
212009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * pppd/netconfig.h: Add UL suffix to long constants to avoid
24        implicit integer overflows on 16bit targets.
25        * fileio/init.c: Use %zd to print ssize_t.
26
272009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * base_sp/apptask.c, unlimited/init.c:
30        Use PRIdrtems_task_argument to print rtems_task_argument's.
31
322009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c,
35        unlimited/test2.c, unlimited/test3.c:
36        Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
37        * unlimited/Makefile.am, base_sp/Makefile.am:
38        Add -I$(top_srcdir)/../support/include.
39
402009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
43        Remove evil type-cast.
44        * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
45        * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
46        * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
47
482009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * capture/init.c: Remove setup_tasks_to_watch.
51        * capture/system.h: Remove test*().
52        Add setup_tasks_to_watch().
53        * capture/test1.c: Fix prototype.
54        * fileio/init.c: Fix broken printfs.
55        * minimum/init.c: Remove unused var.
56        * nsecs/empty.c: Add missing prototype.
57        * nsecs/rprintf.h: New.
58        * nsecs/init.c: Printf fixes.
59        * unlimited/system.h: Add missing prototypes.
60        * unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
61        unlimited/test3.c: Various warning fixes.
62
632009-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * unlimited/test1.c: Spacing.
66
672009-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * hello/init.c: Remove call to devFS_Show() which had accidentally
70        gotten committed.
71
722009-09-14      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * capture/test1.c: Use size_t for sizes.
75
762009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * hello/Makefile.am, hello/init.c: Simplify.
79        * hello/system.h: Removed.
80
812009-08-21      Xi Yang <hiyangxi@gmail.com>
82
83        * unlimited/test2.c: Fix spacing.
84
852009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c,
88        ticker/system.h, ticker/tasks.c: Eliminate test routines
89        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
90        rtems_clock_get_ticks_per_second().
91
922009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
95        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
96        rtems_clock_get_xxx().
97
982009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
101        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
102
1032009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * fileio/system.h: Switch to unified work area.
106
1072009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
108
109        * cdtest/system.h: modified the number of max semaphores - test was
110        failing before
111
1122009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * loopback/init.c: Add missing initializers.
115
1162009-04-28    Chris Johns <chrisj@rtems.org>
117
118        * iostream/system.h: Remove the Init prototype. Provide in
119        confdefs.h.
120
1212009-04-28      Chris Johns <chrisj@rtems.org>
122
123        * fileio/init.c, fileio/system.h, iostream/init.cc,
124        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
125        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
126        supported by the build system.
127
1282009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
129
130        * fileio/init.c: Removed obsolete header include.
131
1322009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
135        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
136        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
137        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
138        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
139        unlimited/Makefile.am: Eliminate _exe_/.exe.
140
1412009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
142
143        * fileio/init.c: Change arguments to rtems_shell_init() to match
144        new expectations.
145
1462009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * cdtest/main.cc: Use printk() in global destructors since printf() no
149        longer works.
150
1512009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
152
153        * fileio/init.c: Adapt to modified shell configuration
154
1552008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * capture/test1.c: Add const to eliminate warning.
158
1592008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * capture/test1.c: Eliminate all public use of TOD conversion routines.
162
1632008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * unlimited/init.c: Run all tests successfully with maxixum number of
166        priorities as 16 instead of 256. This was done by temporarily
167        modifying the score priority.h maximum. This allowed testing of all
168        API code to ensure that it worked properly with a reduced number of
169        priorities. Most modifications were to switch from hard-coded maximum
170        to using the API provided methods to determine maximum number of
171        priority levels.
172
1732008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
176        we have a test case for real password checking.
177
1782008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * paranoia/paranoia.c: Add missing prototypes.
181
1822008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * unlimited/system.h: Tighten configuration for stack space.
185
1862008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * fileio/init.c: When USE_SHELL not defined, do not attempt to
189        configure shell.
190
1912008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * unlimited/system.h: 10000 task ids is too many for some targets.
194
1952008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
198        pc386 and configured for unified workspace, you can get close to
199        this.
200
2012008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
202
203        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
204        CONFIGURE_STACK_CHECKER_ENABLED.
205
2062008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * minimum/init.c, unlimited/system.h: Add support for optionally having
209        a unified work area. In other words, the RTEMS Workspace and C
210        Program Heap are the same pool of memory.
211
2122008-09-17      Miao Yan <yanmiaobest@gmail.com>
213
214        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
215        project code to add simple device only filesystem (devfs), optionally
216        completely drop out filesystem, and to clean up disabling newlib
217        reentrancy support. This dropped 17K from the minimum.exe for
218        sparc/sis and arm/rtl22xx_t now has a 15K code space.
219
2202008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * capture/system.h, capture/test1.c, fileio/init.c,
223        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
224        Convert to "bool".
225
2262008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
229        fixing while running mptests on psim.
230
2312008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
232
233        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
234        split on multiple lines and document each parameter.
235
2362008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * minimum/init.c: Disable confdefs.h debug.
239
2402008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * iostream/system.h: Init task was close to blowing stack on PowerPC.
243        * minimum/init.c: Disable Classic API Notepads.
244
2452008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
248        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
249        on psim.
250
2512008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * minimum/init.c: Exerise new ability for application to configure
254        minimum stack size. This test still runs the same with a 7.5K stack
255        on the powerpc but reserves 15K less Workspace on the PowerPC.
256
2572008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * minimum/Makefile.am: Link against all managers.
260        * minimum/init.c: Use existing confdefs.h macros to turn off more
261        this test does not use.
262
2632008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * iostream/system.h: Update to include definition of
266        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
267
2682008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
269
270        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
271        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
272
2732008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
276        4.3.x.
277
2782008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
279
280        * fileio/system.h, ticker/system.h: Add new Object Services collection.
281        This changed the name of a few previously public but undocumented
282        services and added a some new services.
283
2842008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * hello/init.c: Remove accidental commit.
287
2882008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
289
290        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
291        statistics so shell output can be interesting.
292
2932007-12-17      Chris Johns <chrisj@rtems.org>
294
295        * testsuites/samples/fileio/init.c: Change shell_* to
296        rtems_shell_*. Add the mount file-system type of msdos.
297
2982007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * fileio/init.c, fileio/system.h: Increase stack requested for shell
301        task. Turn on stack checking so the report is interesting.
302
3032007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * fileio/init.c: Add RTEMS Shell configuration and static configuration
306        of user commands.
307
3082007-11-29      Chris Johns <chrisj@rtems.org>
309
310        * iostream/Makefile.am: Change the executable name so it does not
311        create a file which is the same name as the standard header file.
312        * iostream/system.h: Need to increase the number of semaphores for
313        the libstdc++ runtime.
314
3152007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * capture/Makefile.am: Use all managers.
318
3192007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
320
321        * capture/Makefile.am: Fix typo -- not unlimited.
322
3232007-08-21      Chris Johns <chrisj@rtems.org>
324
325        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
326        from files. Committed incorrectly.
327         
3282007-08-17      Chris Johns <chrisj@rtems.org>
329
330        * Makefile.am, README, configure.ac, capture/.cvsignore,
331        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
332        capture/init.c, capture/system.h, capture/test1.c: Add a sample
333        test for the capture engine.
334
3352007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
336
337        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
338
3392007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
340
341        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
342        loop was being optimized out on the PowerPC.
343        * nsecs/empty.c: New file.
344
3452007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
346
347        * nsecs/init.c: Change name to avoid any hint of the timer driver.
348
3492007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
350
351        * nsecs/init.c: Do not make this test depend on the benchmark timer
352        driver.
353
3542007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
355
356        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
357        time varaying in proportion to the length of the loop measured.
358
3592007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
360
361        * nsecs/init.c: Remove stray "volatile int i".
362
3632007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
364
365        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
366        loopback/Makefile.am, nsecs/Makefile.am,
367        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
368        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
369        test cases so last output line follows END OF pattern. Make sure test
370        case all run. All tests appeared ok on sis.
371        * nsecs/init.c: Commit hack so test will compile when POSIX is
372        disabled.  Remove hack when clock_gettime() is present even when
373        --disable-posix.
374
3752007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
378        Test needs clock manager. Should use rtems_test_exit() instead of
379        exit().
380
3812007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
382
383        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
384        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
385        to demonstrate that the newlib reentrancy support is optional.
386
3872007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
388
389        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
390          version from rtems/score/timespec.h.
391
3922007-04-05      Joel Sherrill <joel@OARcorp.com>
393
394        * nsecs/init.c: Provide timespec manipulation routines in the
395        SuperCore. Use them everywhere possible. Perhaps they should be part
396        of the public API so this test and others can use them without
397        peeking into the bowels.
398
3992007-04-05      Joel Sherrill <joel@OARcorp.com>
400
401        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
402        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
403
4042007-04-02      Joel Sherrill <joel@OARcorp.com>
405
406        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
407        as fundamental time structure to POSIX struct timespec. Add
408        clock_get_uptime().
409        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
410        nsecs/nsecs.scn: New files.
411
4122007-03-26      Joel Sherrill <joel@OARcorp.com>
413
414        * loopback/init.c: Add CVS Id.
415
4162007-03-26      Joel Sherrill <joel@OARcorp.com>
417
418        PR 1230/tests
419        * minimum/init.c: Minimum should not configure console driver.
420
4212007-02-21      Joel Sherrill <joel@OARcorp.com>
422
423        * loopback/init.c: Fix exit paths in client thread and main test
424        thread.
425
4262006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
427
428        * init.c: added stdout flushs after prompts
429
4302006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * configure.ac: New BUG-REPORT address.
433
4342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * configure.ac: Require autoconf-2.60. Require automake-1.10.
437
4382006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
439
440        PR 1162/rtems
441        * unlimited/system.h: Reserve enough memory for the stacks wanted.
442
4432006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
444
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, ticker/Makefile.am,
449        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
450        instead.
451
4522006-02-08      Joel Sherrill <joel@OARcorp.com>
453
454        * cdtest/main.cc: Fix warnings.
455
4562005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
457
458        * configure.ac: Remove RTEMS_ENABLE_BARE,
459        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
460
4612005-11-15  Eric Norum <norume@aps.anl.gov>
462
463        * cdtest/Makefile.am: Remove extraneous make-exe.
464
4652005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
468        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
469        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
470        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
471        ticker/Makefile.am, unlimited/Makefile.am:
472        Convert to using *_PROGRAMS.
473
4742005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * configure.ac: Remove AMPOLISH3.
477        * base_mp/node1/Makefile.am,
478        base_mp/node2/Makefile.am, base_sp/Makefile.am,
479        cdtest/Makefile.am, fileio/Makefile.am,
480        hello/Makefile.am, iostream/Makefile.am,
481        loopback/Makefile.am, minimum/Makefile.am,
482        paranoia/Makefile.am, pppd/Makefile.am,
483        ticker/Makefile.am, unlimited/Makefile.am: Rework.
484
4852005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
488        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
489        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
490        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
491        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
492        * sample.am: Remove.
493
4942005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
497        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
498        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
499        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
500        New (Renamed from base_mp.*).
501        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
502        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
503        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
504        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
505        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
506        s/SAMPLE/TEST/ for improved consistency with other tests.
507
5082005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
509
510        * configure.ac: Add ampolish3.
511        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
512
5132005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
514
515        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
516
5172005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
518
519        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
520        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
521
5222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
523
524        * sample.am: Remove LIB_VARIANT.
525
5262005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
527
528        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
529        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
530        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
531        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
532        ticker/Makefile.am, unlimited/Makefile.am:
533        Remove SRCS, PRINT_SRCS.
534
5352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
536
537        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
538
5392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
542        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
543        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
544        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
545        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
546        ticker/Makefile.am, unlimited/Makefile.am:
547        Partial conversion to automake.
548
5492005-10-26  Eric Norum <norume@aps.anl.gov>
550
551        PR 839/tests
552        * pppd/system.h: Remove i386-specific conditional.
553        This at least lets the sample compile.   It's unlikely to actually
554        work, though.
555
5562005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
557
558        * pppd/Makefile.am: Reflect libpppd having been split out.
559        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
560        rtemspppd.h.
561
5622005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
563
564        * loopback/init.c: socklen_t.
565
5662005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
567
568        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
569        Remove LIB_VARIANT.
570
5712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
572
573        * Makefile.am: Remove DIST_SUBDIRS.
574
5752004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
576
577        * configure.ac: Require automake > 1.9.
578
5792004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
580
581        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
582        NETTESTS. Add iostream/.
583        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
584        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
585        Reflect changes above.
586        * cdtest/main.cc: Adaptation to new C++ standards.
587
5882004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
591        iostream/iostream.scn, iostream/system.h:
592        New (C++ variant of hello).
593
5942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
595
596        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
597        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
598        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
599        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
600        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
601        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
602        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
603        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
604        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
605        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
606        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
607
6082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
609
610        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
611
6122004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
613
614        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
615        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
616        unlimited/test3.c: Convert to using c99 fixed size types.
617
6182004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Add 2nd arg to RTEMS_TOP.
621
6222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Remove -Wall -ansi to work-around non-portability of
625        with cdtest.
626
6272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
630        Add PRE/TMPINSTALL_FILES to CLEANFILES.
631        * base_mp/node2/Makefile.am: Ditto.
632        * base_sp/Makefile.am: Ditto.
633        * cdtest/Makefile.am: Ditto.
634        * fileio/Makefile.am: Ditto.
635        * hello/Makefile.am: Ditto.
636        * loopback/Makefile.am: Ditto.
637        * minimum/Makefile.am: Ditto.
638        * paranoia/Makefile.am: Ditto.
639        * pppd/Makefile.am: Ditto.
640        * ticker/Makefile.am: Ditto.
641        * unlimited/Makefile.am: Ditto.
642
6432003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * samples.am: Fix yet another stupid typo in yesterday's patch.
646
6472003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * samples.am: Add dirstamp support.
650
6512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
654        Eliminate VPATH.
655
6562003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
659
6602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
663
6642003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * base_mp/Makefile.am: Reformat.
667        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
668        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
669        * base_sp/Makefile.am: Remove all-local: $(ARCH).
670        * cdtest/Makefile.am: Remove all-local: $(ARCH).
671        * fileio/Makefile.am: Remove all-local: $(ARCH).
672        * hello/Makefile.am: Remove all-local: $(ARCH).
673        * loopback/Makefile.am: Remove all-local: $(ARCH).
674        * minimum/Makefile.am: Remove all-local: $(ARCH).
675        * paranoia/Makefile.am: Remove all-local: $(ARCH).
676        * pppd/Makefile.am: Remove all-local: $(ARCH).
677        * ticker/Makefile.am: Remove all-local: $(ARCH).
678        * unlimited/Makefile.am: Remove all-local: $(ARCH).
679
6802003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * configure.ac: Reflect having moved to testsuites/.
683
6842003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
687        * fileio/Makefile.am: Only build if LIBCHIP is available.
688
6892003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Remove RTEMS_CANONICAL_HOST.
692
6932003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac:Remove RTEMS_CHECK_CPU.
696
6972003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * fileio/init.c: Unconditionally define MIN (We *do want* to see
700        error messages if it conflicts).
701
7022003-09-04      Joel Sherrill <joel@OARcorp.com>
703
704        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
705        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
706        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
707        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
708        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
709        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
710        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
711        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
712        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
713        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
714        for license changed.
715
7162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * Makefile.am: Reflect having moved aclocal/.
719
7202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * Makefile.am: Reflect having moved automake/.
723        * base_mp/Makefile.am: Reflect having moved automake/.
724        * base_mp/node1/Makefile.am: Reflect having moved automake/.
725        * base_mp/node2/Makefile.am: Reflect having moved automake/.
726        * base_sp/Makefile.am: Reflect having moved automake/.
727        * cdtest/Makefile.am: Reflect having moved automake/.
728        * fileio/Makefile.am: Reflect having moved automake/.
729        * hello/Makefile.am: Reflect having moved automake/.
730        * loopback/Makefile.am: Reflect having moved automake/.
731        * minimum/Makefile.am: Reflect having moved automake/.
732        * paranoia/Makefile.am: Reflect having moved automake/.
733        * pppd/Makefile.am: Reflect having moved automake/.
734        * ticker/Makefile.am: Reflect having moved automake/.
735        * unlimited/Makefile.am: Reflect having moved automake/.
736
7372003-08-13      Joel Sherrill <joel@OARcorp.com>
738
739        * fileio/.cvsignore: New file.
740
7412003-08-13      Joel Sherrill <joel@OARcorp.com>
742
743        PR 451/bsps
744        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
745
7462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
749
7502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
753        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
754
7552003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
756
757        PR 369/filesystem
758        * Makefile.am, configure.ac: sample application to show the use of the
759        DOSFS functions
760        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
761        fileio/system.h: New files.
762
7632003-06-04      Joel Sherrill <joel@OARcorp.com>
764
765        * pppd/system.h: Hack from Ralf to compile on all targets.
766
7672003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * configure.ac: Add pppd.
770        * Makefile.am: Add pppd.
771
7722003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        Adding pppd:
775        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
776        * pppd/README: New, copied over from libnetworking/pppd/example.
777        * pppd/init.c: New, copied over from libnetworking/pppd/example.
778        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
779        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
780        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
781        * pppd/system.h: New, copied over from libnetworking/pppd/example.
782        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
783        * pppd/Makefile.am: New, converted to automake from Makefile-user.
784        * pppd/.cvsignore: New.
785
7862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * configure.ac: Remove AC_CONFIG_AUX_DIR.
789
7902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
793
7942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * configure.ac: AC_PREREQ(2.57).
797
7982003-01-27      Joel Sherrill <joel@OARcorp.com>
799
800        * Makefile.am, configure.ac: Added new test loopback which shows how to
801        use the loopback interface. Thank you Eric Norum for a portable
802        target independent test which exercises the TCP/IP. This should
803        prevent massive failures in the TCP/IP stack from reaching the
804        street.
805        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
806        loopback/init.c, loopback/loopback.scn: New files.
807
8082003-01-03      Joel Sherrill <joel@OARcorp.com>
809
810        * unlimited/system.h, unlimited/test1.c: Backed off previous
811        modification as it does not compile.
812
8132002-10-31      Chris Johns <ccj@acm.org>
814
815        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
816        can be created. 
817        * unlimited/system.h: PR296. Reference the number of tasks in the
818        configuration table rather than a hardcoded number.
819
8202002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * configure.ac: Unconditionally check for CXX (Hack to bug in
823        autoconf > 2.54).
824
8252002-10-31      Joel Sherrill <joel@OARcorp.com>
826
827        * base_mp/apptask.c: Removed warning.
828
8292002-10-28      Joel Sherrill <joel@OARcorp.com>
830
831        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
832
8332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * .cvsignore: Reformat.
836        Add autom4te*cache.
837        Remove autom4te.cache.
838
8392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
842        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
843        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
844        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
845        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
846        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
847        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
848        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
849        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
850
8512002-08-01      Joel Sherrill <joel@OARcorp.com>
852
853        * Per PR47 add support for buffered test output.  This involved
854        adding defines to redirect output to a buffer and dump it when
855        full, at "test pause", and at exit.  To avoid problems when redefining
856        exit(), all tests were modified to call rtems_test_exit().
857        Some tests, notable psxtests, had to be modified to include
858        the standard test macro .h file (pmacros.h or tmacros.h) to
859        enable this support.
860        * cdtest/init.c: Modified.
861
8622002-07-01      Joel Sherrill <joel@OARcorp.com>
863
864        * unlimited/test1.c: Corrected use of _Objects_Information_table
865        now that it is a two dimensional array based upon API and class.
866
8672002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * base_sp/apptask.c: Include <stdlib.h>.
870        * hello/init.c: Ditto.
871        * paranoia/init.c: Ditto.
872        * ticker/tasks.c: Ditto.
873        * unlimited/init.c: Ditto.
874        * unlimited/test1.c: Ditto.
875        * unlimited/test2.c: Ditto.
876        * unlimited/test3.c: Ditto.
877
8782002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * configure.ac: Remove ENABLE_GCC28.
881
8822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * configure.ac:
885        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
886        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
887        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
888        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
890        * Makefile.am: Remove AUTOMAKE_OPTIONS.
891        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
892        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
893        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
894        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
895        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
896        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
897        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
898
8992001-11-26      Ralf Corsepius
900
901        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
902
9032001-10-25      Eric Norum <eric.norum@usask.ca>
904
905        * cdtest/system.h: Configure 1 semaphore.  This probably covers
906        up not defining one for the GCC C++ Run-Time Libraries.
907
9082001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
911
9122001-10-12      Joel Sherrill <joel@OARcorp.com>
913
914        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
915        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
916        Fixed typo.
917
9182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
921        * configure.in: Remove.
922        * configure.ac: New file, generated from configure.in by autoupdate.
923
9242001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
927        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
928        * cdtest/Makefile.am: Remove LD_LIBS.
929
9302001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
933        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
934        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
935        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
936        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
937        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
938        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
939        make-cxx-exe.
940        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
941        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
942
9432001-06-14      Joel Sherrill <joel@OARcorp.com>
944
945        * cdtest/system.h: Removed configure of POSIX mutexes since
946        there do not appear to be any used in this test.
947
9482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
949
950        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
951
9522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
955
9562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
959
9602000-10-30      Joel Sherrill <joel@OARcorp.com>
961
962        * POSIX include files merged into newlib.  This resulted in
963        some definitions moving to other files and thus some secondary
964        effects in RTEMS source code.
965        * paranoia/paranoia.c: Commented out incorrect and conflicting
966        prototype of read().
967
9682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
971        Switch to GNU canonicalization.
972        * sample.am: Remove DEFS.
973
9742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
977        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
978        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
979        unlimited/Makefile.am: Include compile.am
980
9812000-08-10      Joel Sherrill <joel@OARcorp.com>
982
983        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.