source: rtems/testsuites/samples/ChangeLog @ e4bd96ec

4.104.115
Last change on this file since e4bd96ec was e4bd96ec, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/14/09 at 10:22:53

removed obsolete references to login.h

  • Property mode set to 100644
File size: 29.3 KB
Line 
12009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * fileio/init.c: Removed obsolete header include.
4
52009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
8        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
9        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
10        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
11        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
12        unlimited/Makefile.am: Eliminate _exe_/.exe.
13
142009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
15
16        * fileio/init.c: Change arguments to rtems_shell_init() to match
17        new expectations.
18
192009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * cdtest/main.cc: Use printk() in global destructors since printf() no
22        longer works.
23
242009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
25
26        * fileio/init.c: Adapt to modified shell configuration
27
282008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * capture/test1.c: Add const to eliminate warning.
31
322008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * capture/test1.c: Eliminate all public use of TOD conversion routines.
35
362008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * unlimited/init.c: Run all tests successfully with maxixum number of
39        priorities as 16 instead of 256. This was done by temporarily
40        modifying the score priority.h maximum. This allowed testing of all
41        API code to ensure that it worked properly with a reduced number of
42        priorities. Most modifications were to switch from hard-coded maximum
43        to using the API provided methods to determine maximum number of
44        priority levels.
45
462008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
49        we have a test case for real password checking.
50
512008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * paranoia/paranoia.c: Add missing prototypes.
54
552008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * unlimited/system.h: Tighten configuration for stack space.
58
592008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * fileio/init.c: When USE_SHELL not defined, do not attempt to
62        configure shell.
63
642008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * unlimited/system.h: 10000 task ids is too many for some targets.
67
682008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
71        pc386 and configured for unified workspace, you can get close to
72        this.
73
742008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
77        CONFIGURE_STACK_CHECKER_ENABLED.
78
792008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * minimum/init.c, unlimited/system.h: Add support for optionally having
82        a unified work area. In other words, the RTEMS Workspace and C
83        Program Heap are the same pool of memory.
84
852008-09-17      Miao Yan <yanmiaobest@gmail.com>
86
87        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
88        project code to add simple device only filesystem (devfs), optionally
89        completely drop out filesystem, and to clean up disabling newlib
90        reentrancy support. This dropped 17K from the minimum.exe for
91        sparc/sis and arm/rtl22xx_t now has a 15K code space.
92
932008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * capture/system.h, capture/test1.c, fileio/init.c,
96        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
97        Convert to "bool".
98
992008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
102        fixing while running mptests on psim.
103
1042008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
107        split on multiple lines and document each parameter.
108
1092008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * minimum/init.c: Disable confdefs.h debug.
112
1132008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * iostream/system.h: Init task was close to blowing stack on PowerPC.
116        * minimum/init.c: Disable Classic API Notepads.
117
1182008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
121        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
122        on psim.
123
1242008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * minimum/init.c: Exerise new ability for application to configure
127        minimum stack size. This test still runs the same with a 7.5K stack
128        on the powerpc but reserves 15K less Workspace on the PowerPC.
129
1302008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * minimum/Makefile.am: Link against all managers.
133        * minimum/init.c: Use existing confdefs.h macros to turn off more
134        this test does not use.
135
1362008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * iostream/system.h: Update to include definition of
139        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
140
1412008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
144        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
145
1462008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
149        4.3.x.
150
1512008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * fileio/system.h, ticker/system.h: Add new Object Services collection.
154        This changed the name of a few previously public but undocumented
155        services and added a some new services.
156
1572008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * hello/init.c: Remove accidental commit.
160
1612008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
164        statistics so shell output can be interesting.
165
1662007-12-17      Chris Johns <chrisj@rtems.org>
167
168        * testsuites/samples/fileio/init.c: Change shell_* to
169        rtems_shell_*. Add the mount file-system type of msdos.
170
1712007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * fileio/init.c, fileio/system.h: Increase stack requested for shell
174        task. Turn on stack checking so the report is interesting.
175
1762007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * fileio/init.c: Add RTEMS Shell configuration and static configuration
179        of user commands.
180
1812007-11-29      Chris Johns <chrisj@rtems.org>
182
183        * iostream/Makefile.am: Change the executable name so it does not
184        create a file which is the same name as the standard header file.
185        * iostream/system.h: Need to increase the number of semaphores for
186        the libstdc++ runtime.
187
1882007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * capture/Makefile.am: Use all managers.
191
1922007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * capture/Makefile.am: Fix typo -- not unlimited.
195
1962007-08-21      Chris Johns <chrisj@rtems.org>
197
198        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
199        from files. Committed incorrectly.
200         
2012007-08-17      Chris Johns <chrisj@rtems.org>
202
203        * Makefile.am, README, configure.ac, capture/.cvsignore,
204        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
205        capture/init.c, capture/system.h, capture/test1.c: Add a sample
206        test for the capture engine.
207
2082007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
211
2122007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
215        loop was being optimized out on the PowerPC.
216        * nsecs/empty.c: New file.
217
2182007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * nsecs/init.c: Change name to avoid any hint of the timer driver.
221
2222007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * nsecs/init.c: Do not make this test depend on the benchmark timer
225        driver.
226
2272007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
230        time varaying in proportion to the length of the loop measured.
231
2322007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * nsecs/init.c: Remove stray "volatile int i".
235
2362007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
239        loopback/Makefile.am, nsecs/Makefile.am,
240        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
241        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
242        test cases so last output line follows END OF pattern. Make sure test
243        case all run. All tests appeared ok on sis.
244        * nsecs/init.c: Commit hack so test will compile when POSIX is
245        disabled.  Remove hack when clock_gettime() is present even when
246        --disable-posix.
247
2482007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
251        Test needs clock manager. Should use rtems_test_exit() instead of
252        exit().
253
2542007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
255
256        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
257        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
258        to demonstrate that the newlib reentrancy support is optional.
259
2602007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
263          version from rtems/score/timespec.h.
264
2652007-04-05      Joel Sherrill <joel@OARcorp.com>
266
267        * nsecs/init.c: Provide timespec manipulation routines in the
268        SuperCore. Use them everywhere possible. Perhaps they should be part
269        of the public API so this test and others can use them without
270        peeking into the bowels.
271
2722007-04-05      Joel Sherrill <joel@OARcorp.com>
273
274        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
275        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
276
2772007-04-02      Joel Sherrill <joel@OARcorp.com>
278
279        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
280        as fundamental time structure to POSIX struct timespec. Add
281        clock_get_uptime().
282        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
283        nsecs/nsecs.scn: New files.
284
2852007-03-26      Joel Sherrill <joel@OARcorp.com>
286
287        * loopback/init.c: Add CVS Id.
288
2892007-03-26      Joel Sherrill <joel@OARcorp.com>
290
291        PR 1230/tests
292        * minimum/init.c: Minimum should not configure console driver.
293
2942007-02-21      Joel Sherrill <joel@OARcorp.com>
295
296        * loopback/init.c: Fix exit paths in client thread and main test
297        thread.
298
2992006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
300
301        * init.c: added stdout flushs after prompts
302
3032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * configure.ac: New BUG-REPORT address.
306
3072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * configure.ac: Require autoconf-2.60. Require automake-1.10.
310
3112006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
312
313        PR 1162/rtems
314        * unlimited/system.h: Reserve enough memory for the stacks wanted.
315
3162006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
319        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
320        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
321        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
322        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
323        instead.
324
3252006-02-08      Joel Sherrill <joel@OARcorp.com>
326
327        * cdtest/main.cc: Fix warnings.
328
3292005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Remove RTEMS_ENABLE_BARE,
332        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
333
3342005-11-15  Eric Norum <norume@aps.anl.gov>
335
336        * cdtest/Makefile.am: Remove extraneous make-exe.
337
3382005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
341        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
342        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
343        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
344        ticker/Makefile.am, unlimited/Makefile.am:
345        Convert to using *_PROGRAMS.
346
3472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * configure.ac: Remove AMPOLISH3.
350        * base_mp/node1/Makefile.am,
351        base_mp/node2/Makefile.am, base_sp/Makefile.am,
352        cdtest/Makefile.am, fileio/Makefile.am,
353        hello/Makefile.am, iostream/Makefile.am,
354        loopback/Makefile.am, minimum/Makefile.am,
355        paranoia/Makefile.am, pppd/Makefile.am,
356        ticker/Makefile.am, unlimited/Makefile.am: Rework.
357
3582005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
361        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
362        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
363        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
364        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
365        * sample.am: Remove.
366
3672005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
368
369        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
370        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
371        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
372        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
373        New (Renamed from base_mp.*).
374        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
375        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
376        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
377        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
378        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
379        s/SAMPLE/TEST/ for improved consistency with other tests.
380
3812005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * configure.ac: Add ampolish3.
384        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
385
3862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
389
3902005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
391
392        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
393        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
394
3952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
396
397        * sample.am: Remove LIB_VARIANT.
398
3992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
402        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
403        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
404        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
405        ticker/Makefile.am, unlimited/Makefile.am:
406        Remove SRCS, PRINT_SRCS.
407
4082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
411
4122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
415        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
416        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
417        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
418        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
419        ticker/Makefile.am, unlimited/Makefile.am:
420        Partial conversion to automake.
421
4222005-10-26  Eric Norum <norume@aps.anl.gov>
423
424        PR 839/tests
425        * pppd/system.h: Remove i386-specific conditional.
426        This at least lets the sample compile.   It's unlikely to actually
427        work, though.
428
4292005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * pppd/Makefile.am: Reflect libpppd having been split out.
432        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
433        rtemspppd.h.
434
4352005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
436
437        * loopback/init.c: socklen_t.
438
4392005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
440
441        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
442        Remove LIB_VARIANT.
443
4442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * Makefile.am: Remove DIST_SUBDIRS.
447
4482004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        * configure.ac: Require automake > 1.9.
451
4522004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
455        NETTESTS. Add iostream/.
456        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
457        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
458        Reflect changes above.
459        * cdtest/main.cc: Adaptation to new C++ standards.
460
4612004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
464        iostream/iostream.scn, iostream/system.h:
465        New (C++ variant of hello).
466
4672004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
468
469        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
470        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
471        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
472        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
473        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
474        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
475        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
476        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
477        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
478        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
479        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
480
4812004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
482
483        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
484
4852004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
488        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
489        unlimited/test3.c: Convert to using c99 fixed size types.
490
4912004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Add 2nd arg to RTEMS_TOP.
494
4952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac: Remove -Wall -ansi to work-around non-portability of
498        with cdtest.
499
5002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
503        Add PRE/TMPINSTALL_FILES to CLEANFILES.
504        * base_mp/node2/Makefile.am: Ditto.
505        * base_sp/Makefile.am: Ditto.
506        * cdtest/Makefile.am: Ditto.
507        * fileio/Makefile.am: Ditto.
508        * hello/Makefile.am: Ditto.
509        * loopback/Makefile.am: Ditto.
510        * minimum/Makefile.am: Ditto.
511        * paranoia/Makefile.am: Ditto.
512        * pppd/Makefile.am: Ditto.
513        * ticker/Makefile.am: Ditto.
514        * unlimited/Makefile.am: Ditto.
515
5162003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * samples.am: Fix yet another stupid typo in yesterday's patch.
519
5202003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * samples.am: Add dirstamp support.
523
5242003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
527        Eliminate VPATH.
528
5292003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
532
5332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
536
5372003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * base_mp/Makefile.am: Reformat.
540        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
541        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
542        * base_sp/Makefile.am: Remove all-local: $(ARCH).
543        * cdtest/Makefile.am: Remove all-local: $(ARCH).
544        * fileio/Makefile.am: Remove all-local: $(ARCH).
545        * hello/Makefile.am: Remove all-local: $(ARCH).
546        * loopback/Makefile.am: Remove all-local: $(ARCH).
547        * minimum/Makefile.am: Remove all-local: $(ARCH).
548        * paranoia/Makefile.am: Remove all-local: $(ARCH).
549        * pppd/Makefile.am: Remove all-local: $(ARCH).
550        * ticker/Makefile.am: Remove all-local: $(ARCH).
551        * unlimited/Makefile.am: Remove all-local: $(ARCH).
552
5532003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Reflect having moved to testsuites/.
556
5572003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
560        * fileio/Makefile.am: Only build if LIBCHIP is available.
561
5622003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac: Remove RTEMS_CANONICAL_HOST.
565
5662003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac:Remove RTEMS_CHECK_CPU.
569
5702003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * fileio/init.c: Unconditionally define MIN (We *do want* to see
573        error messages if it conflicts).
574
5752003-09-04      Joel Sherrill <joel@OARcorp.com>
576
577        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
578        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
579        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
580        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
581        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
582        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
583        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
584        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
585        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
586        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
587        for license changed.
588
5892003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: Reflect having moved aclocal/.
592
5932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: Reflect having moved automake/.
596        * base_mp/Makefile.am: Reflect having moved automake/.
597        * base_mp/node1/Makefile.am: Reflect having moved automake/.
598        * base_mp/node2/Makefile.am: Reflect having moved automake/.
599        * base_sp/Makefile.am: Reflect having moved automake/.
600        * cdtest/Makefile.am: Reflect having moved automake/.
601        * fileio/Makefile.am: Reflect having moved automake/.
602        * hello/Makefile.am: Reflect having moved automake/.
603        * loopback/Makefile.am: Reflect having moved automake/.
604        * minimum/Makefile.am: Reflect having moved automake/.
605        * paranoia/Makefile.am: Reflect having moved automake/.
606        * pppd/Makefile.am: Reflect having moved automake/.
607        * ticker/Makefile.am: Reflect having moved automake/.
608        * unlimited/Makefile.am: Reflect having moved automake/.
609
6102003-08-13      Joel Sherrill <joel@OARcorp.com>
611
612        * fileio/.cvsignore: New file.
613
6142003-08-13      Joel Sherrill <joel@OARcorp.com>
615
616        PR 451/bsps
617        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
618
6192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
622
6232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
626        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
627
6282003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
629
630        PR 369/filesystem
631        * Makefile.am, configure.ac: sample application to show the use of the
632        DOSFS functions
633        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
634        fileio/system.h: New files.
635
6362003-06-04      Joel Sherrill <joel@OARcorp.com>
637
638        * pppd/system.h: Hack from Ralf to compile on all targets.
639
6402003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Add pppd.
643        * Makefile.am: Add pppd.
644
6452003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        Adding pppd:
648        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
649        * pppd/README: New, copied over from libnetworking/pppd/example.
650        * pppd/init.c: New, copied over from libnetworking/pppd/example.
651        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
652        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
653        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
654        * pppd/system.h: New, copied over from libnetworking/pppd/example.
655        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
656        * pppd/Makefile.am: New, converted to automake from Makefile-user.
657        * pppd/.cvsignore: New.
658
6592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * configure.ac: Remove AC_CONFIG_AUX_DIR.
662
6632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
666
6672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.ac: AC_PREREQ(2.57).
670
6712003-01-27      Joel Sherrill <joel@OARcorp.com>
672
673        * Makefile.am, configure.ac: Added new test loopback which shows how to
674        use the loopback interface. Thank you Eric Norum for a portable
675        target independent test which exercises the TCP/IP. This should
676        prevent massive failures in the TCP/IP stack from reaching the
677        street.
678        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
679        loopback/init.c, loopback/loopback.scn: New files.
680
6812003-01-03      Joel Sherrill <joel@OARcorp.com>
682
683        * unlimited/system.h, unlimited/test1.c: Backed off previous
684        modification as it does not compile.
685
6862002-10-31      Chris Johns <ccj@acm.org>
687
688        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
689        can be created. 
690        * unlimited/system.h: PR296. Reference the number of tasks in the
691        configuration table rather than a hardcoded number.
692
6932002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac: Unconditionally check for CXX (Hack to bug in
696        autoconf > 2.54).
697
6982002-10-31      Joel Sherrill <joel@OARcorp.com>
699
700        * base_mp/apptask.c: Removed warning.
701
7022002-10-28      Joel Sherrill <joel@OARcorp.com>
703
704        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
705
7062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * .cvsignore: Reformat.
709        Add autom4te*cache.
710        Remove autom4te.cache.
711
7122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
715        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
716        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
717        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
718        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
719        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
720        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
721        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
722        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
723
7242002-08-01      Joel Sherrill <joel@OARcorp.com>
725
726        * Per PR47 add support for buffered test output.  This involved
727        adding defines to redirect output to a buffer and dump it when
728        full, at "test pause", and at exit.  To avoid problems when redefining
729        exit(), all tests were modified to call rtems_test_exit().
730        Some tests, notable psxtests, had to be modified to include
731        the standard test macro .h file (pmacros.h or tmacros.h) to
732        enable this support.
733        * cdtest/init.c: Modified.
734
7352002-07-01      Joel Sherrill <joel@OARcorp.com>
736
737        * unlimited/test1.c: Corrected use of _Objects_Information_table
738        now that it is a two dimensional array based upon API and class.
739
7402002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * base_sp/apptask.c: Include <stdlib.h>.
743        * hello/init.c: Ditto.
744        * paranoia/init.c: Ditto.
745        * ticker/tasks.c: Ditto.
746        * unlimited/init.c: Ditto.
747        * unlimited/test1.c: Ditto.
748        * unlimited/test2.c: Ditto.
749        * unlimited/test3.c: Ditto.
750
7512002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * configure.ac: Remove ENABLE_GCC28.
754
7552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac:
758        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
759        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
760        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
766        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
767        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
770        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
771
7722001-11-26      Ralf Corsepius
773
774        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
775
7762001-10-25      Eric Norum <eric.norum@usask.ca>
777
778        * cdtest/system.h: Configure 1 semaphore.  This probably covers
779        up not defining one for the GCC C++ Run-Time Libraries.
780
7812001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
784
7852001-10-12      Joel Sherrill <joel@OARcorp.com>
786
787        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
788        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
789        Fixed typo.
790
7912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
794        * configure.in: Remove.
795        * configure.ac: New file, generated from configure.in by autoupdate.
796
7972001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
800        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
801        * cdtest/Makefile.am: Remove LD_LIBS.
802
8032001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
806        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
807        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
808        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
809        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
810        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
811        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
812        make-cxx-exe.
813        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
814        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
815
8162001-06-14      Joel Sherrill <joel@OARcorp.com>
817
818        * cdtest/system.h: Removed configure of POSIX mutexes since
819        there do not appear to be any used in this test.
820
8212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
822
823        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
824
8252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
828
8292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
832
8332000-10-30      Joel Sherrill <joel@OARcorp.com>
834
835        * POSIX include files merged into newlib.  This resulted in
836        some definitions moving to other files and thus some secondary
837        effects in RTEMS source code.
838        * paranoia/paranoia.c: Commented out incorrect and conflicting
839        prototype of read().
840
8412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
844        Switch to GNU canonicalization.
845        * sample.am: Remove DEFS.
846
8472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
850        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
851        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
852        unlimited/Makefile.am: Include compile.am
853
8542000-08-10      Joel Sherrill <joel@OARcorp.com>
855
856        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.