source: rtems/testsuites/samples/ChangeLog @ f0266e1

4.104.115
Last change on this file since f0266e1 was f6ef96c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/10/09 at 16:05:17

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

  • fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
  • Property mode set to 100644
File size: 30.4 KB
Line 
12009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to
4        legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to
5        rtems_clock_get_xxx().
6
72009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get(
10        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
11
122009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * fileio/system.h: Switch to unified work area.
15
162009-06-11      Roxana Leontie <roxana.leontie@gmail.com>
17
18        * cdtest/system.h: modified the number of max semaphores - test was
19        failing before
20
212009-06-04      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * loopback/init.c: Add missing initializers.
24
252009-04-28    Chris Johns <chrisj@rtems.org>
26
27        * iostream/system.h: Remove the Init prototype. Provide in
28        confdefs.h.
29
302009-04-28      Chris Johns <chrisj@rtems.org>
31
32        * fileio/init.c, fileio/system.h, iostream/init.cc,
33        loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if
34        BSP_SMALL_MEMORY is defined. Remove this code once a better way is
35        supported by the build system.
36
372009-04-14      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
38
39        * fileio/init.c: Removed obsolete header include.
40
412009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
44        base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
45        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
46        loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
47        paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
48        unlimited/Makefile.am: Eliminate _exe_/.exe.
49
502009-03-29  Joel Sherrill <joel.sherrill@gmail.com>
51
52        * fileio/init.c: Change arguments to rtems_shell_init() to match
53        new expectations.
54
552009-03-02      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * cdtest/main.cc: Use printk() in global destructors since printf() no
58        longer works.
59
602009-02-27      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
61
62        * fileio/init.c: Adapt to modified shell configuration
63
642008-12-18      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * capture/test1.c: Add const to eliminate warning.
67
682008-12-16      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * capture/test1.c: Eliminate all public use of TOD conversion routines.
71
722008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * unlimited/init.c: Run all tests successfully with maxixum number of
75        priorities as 16 instead of 256. This was done by temporarily
76        modifying the score priority.h maximum. This allowed testing of all
77        API code to ensure that it worked properly with a reduced number of
78        priorities. Most modifications were to switch from hard-coded maximum
79        to using the API provided methods to determine maximum number of
80        priority levels.
81
822008-12-09      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so
85        we have a test case for real password checking.
86
872008-11-24      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * paranoia/paranoia.c: Add missing prototypes.
90
912008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * unlimited/system.h: Tighten configuration for stack space.
94
952008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * fileio/init.c: When USE_SHELL not defined, do not attempt to
98        configure shell.
99
1002008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * unlimited/system.h: 10000 task ids is too many for some targets.
103
1042008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on
107        pc386 and configured for unified workspace, you can get close to
108        this.
109
1102008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
113        CONFIGURE_STACK_CHECKER_ENABLED.
114
1152008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * minimum/init.c, unlimited/system.h: Add support for optionally having
118        a unified work area. In other words, the RTEMS Workspace and C
119        Program Heap are the same pool of memory.
120
1212008-09-17      Miao Yan <yanmiaobest@gmail.com>
122
123        * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC
124        project code to add simple device only filesystem (devfs), optionally
125        completely drop out filesystem, and to clean up disabling newlib
126        reentrancy support. This dropped 17K from the minimum.exe for
127        sparc/sis and arm/rtl22xx_t now has a 15K code space.
128
1292008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * capture/system.h, capture/test1.c, fileio/init.c,
132        unlimited/init.c, unlimited/system.h, unlimited/test1.c:
133        Convert to "bool".
134
1352008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and
138        fixing while running mptests on psim.
139
1402008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * fileio/init.c: New argument sequence for rtems_shell_init(). Also
143        split on multiple lines and document each parameter.
144
1452008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * minimum/init.c: Disable confdefs.h debug.
148
1492008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * iostream/system.h: Init task was close to blowing stack on PowerPC.
152        * minimum/init.c: Disable Classic API Notepads.
153
1542008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and
157        CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes
158        on psim.
159
1602008-06-13      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * minimum/init.c: Exerise new ability for application to configure
163        minimum stack size. This test still runs the same with a 7.5K stack
164        on the powerpc but reserves 15K less Workspace on the PowerPC.
165
1662008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * minimum/Makefile.am: Link against all managers.
169        * minimum/init.c: Use existing confdefs.h macros to turn off more
170        this test does not use.
171
1722008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * iostream/system.h: Update to include definition of
175        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
176
1772008-04-17      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h:
180        Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
181
1822008-02-28      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc
185        4.3.x.
186
1872008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * fileio/system.h, ticker/system.h: Add new Object Services collection.
190        This changed the name of a few previously public but undocumented
191        services and added a some new services.
192
1932008-01-11      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * hello/init.c: Remove accidental commit.
196
1972008-01-11      Joel Sherrill <joel.sherrill@oarcorp.com>
198
199        * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
200        statistics so shell output can be interesting.
201
2022007-12-17      Chris Johns <chrisj@rtems.org>
203
204        * testsuites/samples/fileio/init.c: Change shell_* to
205        rtems_shell_*. Add the mount file-system type of msdos.
206
2072007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * fileio/init.c, fileio/system.h: Increase stack requested for shell
210        task. Turn on stack checking so the report is interesting.
211
2122007-12-11      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * fileio/init.c: Add RTEMS Shell configuration and static configuration
215        of user commands.
216
2172007-11-29      Chris Johns <chrisj@rtems.org>
218
219        * iostream/Makefile.am: Change the executable name so it does not
220        create a file which is the same name as the standard header file.
221        * iostream/system.h: Need to increase the number of semaphores for
222        the libstdc++ runtime.
223
2242007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
225
226        * capture/Makefile.am: Use all managers.
227
2282007-08-31      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * capture/Makefile.am: Fix typo -- not unlimited.
231
2322007-08-21      Chris Johns <chrisj@rtems.org>
233
234        * capture/init.c, capture/system.h, capture/test1.c: Removed CRs
235        from files. Committed incorrectly.
236         
2372007-08-17      Chris Johns <chrisj@rtems.org>
238
239        * Makefile.am, README, configure.ac, capture/.cvsignore,
240        capture/Makefile.am, capture/capture.doc, capture/capture.scn,
241        capture/init.c, capture/system.h, capture/test1.c: Add a sample
242        test for the capture engine.
243
2442007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
245
246        * nsecs/init.c: Add include of unistd.h for sleep() prototype.
247
2482007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
249
250        * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The
251        loop was being optimized out on the PowerPC.
252        * nsecs/empty.c: New file.
253
2542007-07-06      Joel Sherrill <joel.sherrill@OARcorp.com>
255
256        * nsecs/init.c: Change name to avoid any hint of the timer driver.
257
2582007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * nsecs/init.c: Do not make this test depend on the benchmark timer
261        driver.
262
2632007-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
266        time varaying in proportion to the length of the loop measured.
267
2682007-05-16      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * nsecs/init.c: Remove stray "volatile int i".
271
2722007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
275        loopback/Makefile.am, nsecs/Makefile.am,
276        pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
277        unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
278        test cases so last output line follows END OF pattern. Make sure test
279        case all run. All tests appeared ok on sis.
280        * nsecs/init.c: Commit hack so test will compile when POSIX is
281        disabled.  Remove hack when clock_gettime() is present even when
282        --disable-posix.
283
2842007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c:
287        Test needs clock manager. Should use rtems_test_exit() instead of
288        exit().
289
2902007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * minimum/Makefile.am, minimum/init.c: Switch back to using optional
293        manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY
294        to demonstrate that the newlib reentrancy support is optional.
295
2962007-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * nsecs/init.c: Remove private decl of _Timespec_Subtract use the
299          version from rtems/score/timespec.h.
300
3012007-04-05      Joel Sherrill <joel@OARcorp.com>
302
303        * nsecs/init.c: Provide timespec manipulation routines in the
304        SuperCore. Use them everywhere possible. Perhaps they should be part
305        of the public API so this test and others can use them without
306        peeking into the bowels.
307
3082007-04-05      Joel Sherrill <joel@OARcorp.com>
309
310        * loopback/init.c: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX
311        configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
312
3132007-04-02      Joel Sherrill <joel@OARcorp.com>
314
315        * Makefile.am, configure.ac: Convert from Classic API style TOD_Control
316        as fundamental time structure to POSIX struct timespec. Add
317        clock_get_uptime().
318        * nsecs/.cvsignore, nsecs/Makefile.am, nsecs/init.c, nsecs/nsecs.doc,
319        nsecs/nsecs.scn: New files.
320
3212007-03-26      Joel Sherrill <joel@OARcorp.com>
322
323        * loopback/init.c: Add CVS Id.
324
3252007-03-26      Joel Sherrill <joel@OARcorp.com>
326
327        PR 1230/tests
328        * minimum/init.c: Minimum should not configure console driver.
329
3302007-02-21      Joel Sherrill <joel@OARcorp.com>
331
332        * loopback/init.c: Fix exit paths in client thread and main test
333        thread.
334
3352006-12-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
336
337        * init.c: added stdout flushs after prompts
338
3392006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * configure.ac: New BUG-REPORT address.
342
3432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * configure.ac: Require autoconf-2.60. Require automake-1.10.
346
3472006-09-08      Ken Peters <ken.peters@jpl.nasa.gov>
348
349        PR 1162/rtems
350        * unlimited/system.h: Reserve enough memory for the stacks wanted.
351
3522006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
355        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
356        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
357        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
358        unlimited/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
359        instead.
360
3612006-02-08      Joel Sherrill <joel@OARcorp.com>
362
363        * cdtest/main.cc: Fix warnings.
364
3652005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * configure.ac: Remove RTEMS_ENABLE_BARE,
368        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
369
3702005-11-15  Eric Norum <norume@aps.anl.gov>
371
372        * cdtest/Makefile.am: Remove extraneous make-exe.
373
3742005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
377        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
378        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
379        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
380        ticker/Makefile.am, unlimited/Makefile.am:
381        Convert to using *_PROGRAMS.
382
3832005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
384
385        * configure.ac: Remove AMPOLISH3.
386        * base_mp/node1/Makefile.am,
387        base_mp/node2/Makefile.am, base_sp/Makefile.am,
388        cdtest/Makefile.am, fileio/Makefile.am,
389        hello/Makefile.am, iostream/Makefile.am,
390        loopback/Makefile.am, minimum/Makefile.am,
391        paranoia/Makefile.am, pppd/Makefile.am,
392        ticker/Makefile.am, unlimited/Makefile.am: Rework.
393
3942005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
397        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
398        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
399        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
400        ticker/Makefile.am, unlimited/Makefile.am: Expand sample.am.
401        * sample.am: Remove.
402
4032005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * base_mp/node1/base_mp.doc, base_mp/node1/base_mp.scn,
406        base_mp/node2/base_mp.doc, base_mp/node2/base_mp.scn: Remove.
407        * base_mp/node1/base_mp-node1.doc, base_mp/node1/base_mp-node1.scn,
408        base_mp/node2/base_mp-node2.doc, base_mp/node2/base_mp-node2.scn:
409        New (Renamed from base_mp.*).
410        * sample.am, base_sp/Makefile.am, cdtest/Makefile.am,
411        fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
412        loopback/Makefile.am, minimum/Makefile.am, paranoia/Makefile.am,
413        pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am,
414        base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
415        s/SAMPLE/TEST/ for improved consistency with other tests.
416
4172005-11-10      Ralf Corsepius <ralf.corsepius@rtems.org>
418
419        * configure.ac: Add ampolish3.
420        * base_mp/Makefile.am: Remove redundant EXTRA_DIST.
421
4222005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * cdtest/Makefile.am: AM_CPPFLAGS += -I..../support/include.
425
4262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
429        * sample.am: Set project_bspdir=$(PROJECT_ROOT)
430
4312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
432
433        * sample.am: Remove LIB_VARIANT.
434
4352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
436
437        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
438        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
439        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
440        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am
441        ticker/Makefile.am, unlimited/Makefile.am:
442        Remove SRCS, PRINT_SRCS.
443
4442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Cleanup.
447
4482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        * sample.am: Add $(PGM): ${ARCH}/$(dirstamp).
451        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
452        base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
453        hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
454        minimum/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am,
455        ticker/Makefile.am, unlimited/Makefile.am:
456        Partial conversion to automake.
457
4582005-10-26  Eric Norum <norume@aps.anl.gov>
459
460        PR 839/tests
461        * pppd/system.h: Remove i386-specific conditional.
462        This at least lets the sample compile.   It's unlikely to actually
463        work, though.
464
4652005-10-26      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * pppd/Makefile.am: Reflect libpppd having been split out.
468        * pppd/init.c, pppd/pppdapp.c: include rtems/rtemspppd.h instead of
469        rtemspppd.h.
470
4712005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
472
473        * loopback/init.c: socklen_t.
474
4752005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
478        Remove LIB_VARIANT.
479
4802005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * Makefile.am: Remove DIST_SUBDIRS.
483
4842004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
485
486        * configure.ac: Require automake > 1.9.
487
4882004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
489
490        * configure.ac: Add CXX-checks. New conditionals CXXTESTS, MPTESTS,
491        NETTESTS. Add iostream/.
492        * Makefile.am, base_mp/node1/Makefile.am, base_mp/node2/Makefile.am
493        cdtest/Makefile.am, loopback/Makefile.am, pppd/Makefile.am:
494        Reflect changes above.
495        * cdtest/main.cc: Adaptation to new C++ standards.
496
4972004-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
498
499        * iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc,
500        iostream/iostream.scn, iostream/system.h:
501        New (C++ variant of hello).
502
5032004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
504
505        * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
506        * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
507        * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
508        * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
509        * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
510        * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
511        * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
512        * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
513        * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
514        * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
515        * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
516
5172004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
518
519        * fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
520
5212004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * fileio/init.c, fileio/system.h, ticker/system.h, ticker/tasks.c,
524        unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
525        unlimited/test3.c: Convert to using c99 fixed size types.
526
5272004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Add 2nd arg to RTEMS_TOP.
530
5312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Remove -Wall -ansi to work-around non-portability of
534        with cdtest.
535
5362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
539        Add PRE/TMPINSTALL_FILES to CLEANFILES.
540        * base_mp/node2/Makefile.am: Ditto.
541        * base_sp/Makefile.am: Ditto.
542        * cdtest/Makefile.am: Ditto.
543        * fileio/Makefile.am: Ditto.
544        * hello/Makefile.am: Ditto.
545        * loopback/Makefile.am: Ditto.
546        * minimum/Makefile.am: Ditto.
547        * paranoia/Makefile.am: Ditto.
548        * pppd/Makefile.am: Ditto.
549        * ticker/Makefile.am: Ditto.
550        * unlimited/Makefile.am: Ditto.
551
5522003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * samples.am: Fix yet another stupid typo in yesterday's patch.
555
5562003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * samples.am: Add dirstamp support.
559
5602003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
563        Eliminate VPATH.
564
5652003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * sample.am: Use $(mkdir_p) instead of $(mkinstalldirs).
568
5692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
572
5732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * base_mp/Makefile.am: Reformat.
576        * base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
577        * base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
578        * base_sp/Makefile.am: Remove all-local: $(ARCH).
579        * cdtest/Makefile.am: Remove all-local: $(ARCH).
580        * fileio/Makefile.am: Remove all-local: $(ARCH).
581        * hello/Makefile.am: Remove all-local: $(ARCH).
582        * loopback/Makefile.am: Remove all-local: $(ARCH).
583        * minimum/Makefile.am: Remove all-local: $(ARCH).
584        * paranoia/Makefile.am: Remove all-local: $(ARCH).
585        * pppd/Makefile.am: Remove all-local: $(ARCH).
586        * ticker/Makefile.am: Remove all-local: $(ARCH).
587        * unlimited/Makefile.am: Remove all-local: $(ARCH).
588
5892003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Reflect having moved to testsuites/.
592
5932003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
596        * fileio/Makefile.am: Only build if LIBCHIP is available.
597
5982003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * configure.ac: Remove RTEMS_CANONICAL_HOST.
601
6022003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac:Remove RTEMS_CHECK_CPU.
605
6062003-09-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * fileio/init.c: Unconditionally define MIN (We *do want* to see
609        error messages if it conflicts).
610
6112003-09-04      Joel Sherrill <joel@OARcorp.com>
612
613        * README, base_mp/apptask.c, base_mp/init.c, base_mp/system.h,
614        base_mp/node1/base_mp.doc, base_mp/node2/base_mp.doc,
615        base_sp/apptask.c, base_sp/base_sp.doc, base_sp/init.c,
616        base_sp/system.h, cdtest/init.c, cdtest/main.cc, cdtest/system.h,
617        fileio/fileio.doc, fileio/init.c, fileio/system.h, hello/hello.doc,
618        hello/init.c, hello/system.h, minimum/init.c, minimum/minimum.doc,
619        paranoia/init.c, paranoia/paranoia.doc, paranoia/system.h,
620        ticker/init.c, ticker/system.h, ticker/tasks.c, ticker/ticker.doc,
621        unlimited/init.c, unlimited/system.h, unlimited/test1.c,
622        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc: URL
623        for license changed.
624
6252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * Makefile.am: Reflect having moved aclocal/.
628
6292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Reflect having moved automake/.
632        * base_mp/Makefile.am: Reflect having moved automake/.
633        * base_mp/node1/Makefile.am: Reflect having moved automake/.
634        * base_mp/node2/Makefile.am: Reflect having moved automake/.
635        * base_sp/Makefile.am: Reflect having moved automake/.
636        * cdtest/Makefile.am: Reflect having moved automake/.
637        * fileio/Makefile.am: Reflect having moved automake/.
638        * hello/Makefile.am: Reflect having moved automake/.
639        * loopback/Makefile.am: Reflect having moved automake/.
640        * minimum/Makefile.am: Reflect having moved automake/.
641        * paranoia/Makefile.am: Reflect having moved automake/.
642        * pppd/Makefile.am: Reflect having moved automake/.
643        * ticker/Makefile.am: Reflect having moved automake/.
644        * unlimited/Makefile.am: Reflect having moved automake/.
645
6462003-08-13      Joel Sherrill <joel@OARcorp.com>
647
648        * fileio/.cvsignore: New file.
649
6502003-08-13      Joel Sherrill <joel@OARcorp.com>
651
652        PR 451/bsps
653        * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
654
6552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
658
6592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
662        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
663
6642003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
665
666        PR 369/filesystem
667        * Makefile.am, configure.ac: sample application to show the use of the
668        DOSFS functions
669        * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
670        fileio/system.h: New files.
671
6722003-06-04      Joel Sherrill <joel@OARcorp.com>
673
674        * pppd/system.h: Hack from Ralf to compile on all targets.
675
6762003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * configure.ac: Add pppd.
679        * Makefile.am: Add pppd.
680
6812003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        Adding pppd:
684        * pppd/Makefile-user: New, copied over from libnetworking/pppd/example.
685        * pppd/README: New, copied over from libnetworking/pppd/example.
686        * pppd/init.c: New, copied over from libnetworking/pppd/example.
687        * pppd/netconfig.h: New, copied over from libnetworking/pppd/example.
688        * pppd/ppp.conf: New, copied over from libnetworking/pppd/example.
689        * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example.
690        * pppd/system.h: New, copied over from libnetworking/pppd/example.
691        * pppd/pppd.options: New, copied over from libnetworking/pppd/example.
692        * pppd/Makefile.am: New, converted to automake from Makefile-user.
693        * pppd/.cvsignore: New.
694
6952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Remove AC_CONFIG_AUX_DIR.
698
6992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
702
7032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac: AC_PREREQ(2.57).
706
7072003-01-27      Joel Sherrill <joel@OARcorp.com>
708
709        * Makefile.am, configure.ac: Added new test loopback which shows how to
710        use the loopback interface. Thank you Eric Norum for a portable
711        target independent test which exercises the TCP/IP. This should
712        prevent massive failures in the TCP/IP stack from reaching the
713        street.
714        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
715        loopback/init.c, loopback/loopback.scn: New files.
716
7172003-01-03      Joel Sherrill <joel@OARcorp.com>
718
719        * unlimited/system.h, unlimited/test1.c: Backed off previous
720        modification as it does not compile.
721
7222002-10-31      Chris Johns <ccj@acm.org>
723
724        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
725        can be created. 
726        * unlimited/system.h: PR296. Reference the number of tasks in the
727        configuration table rather than a hardcoded number.
728
7292002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * configure.ac: Unconditionally check for CXX (Hack to bug in
732        autoconf > 2.54).
733
7342002-10-31      Joel Sherrill <joel@OARcorp.com>
735
736        * base_mp/apptask.c: Removed warning.
737
7382002-10-28      Joel Sherrill <joel@OARcorp.com>
739
740        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
741
7422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * .cvsignore: Reformat.
745        Add autom4te*cache.
746        Remove autom4te.cache.
747
7482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
751        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
752        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
753        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
754        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
755        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
756        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
757        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
758        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
759
7602002-08-01      Joel Sherrill <joel@OARcorp.com>
761
762        * Per PR47 add support for buffered test output.  This involved
763        adding defines to redirect output to a buffer and dump it when
764        full, at "test pause", and at exit.  To avoid problems when redefining
765        exit(), all tests were modified to call rtems_test_exit().
766        Some tests, notable psxtests, had to be modified to include
767        the standard test macro .h file (pmacros.h or tmacros.h) to
768        enable this support.
769        * cdtest/init.c: Modified.
770
7712002-07-01      Joel Sherrill <joel@OARcorp.com>
772
773        * unlimited/test1.c: Corrected use of _Objects_Information_table
774        now that it is a two dimensional array based upon API and class.
775
7762002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * base_sp/apptask.c: Include <stdlib.h>.
779        * hello/init.c: Ditto.
780        * paranoia/init.c: Ditto.
781        * ticker/tasks.c: Ditto.
782        * unlimited/init.c: Ditto.
783        * unlimited/test1.c: Ditto.
784        * unlimited/test2.c: Ditto.
785        * unlimited/test3.c: Ditto.
786
7872002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * configure.ac: Remove ENABLE_GCC28.
790
7912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * configure.ac:
794        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
795        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
796        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
797        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
798        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
799        * Makefile.am: Remove AUTOMAKE_OPTIONS.
800        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
801        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
802        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
803        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
804        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
805        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
806        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
807
8082001-11-26      Ralf Corsepius
809
810        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
811
8122001-10-25      Eric Norum <eric.norum@usask.ca>
813
814        * cdtest/system.h: Configure 1 semaphore.  This probably covers
815        up not defining one for the GCC C++ Run-Time Libraries.
816
8172001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
820
8212001-10-12      Joel Sherrill <joel@OARcorp.com>
822
823        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
824        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
825        Fixed typo.
826
8272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
830        * configure.in: Remove.
831        * configure.ac: New file, generated from configure.in by autoupdate.
832
8332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
836        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
837        * cdtest/Makefile.am: Remove LD_LIBS.
838
8392001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
842        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
843        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
844        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
845        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
846        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
847        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
848        make-cxx-exe.
849        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
850        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
851
8522001-06-14      Joel Sherrill <joel@OARcorp.com>
853
854        * cdtest/system.h: Removed configure of POSIX mutexes since
855        there do not appear to be any used in this test.
856
8572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
858
859        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
860
8612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
864
8652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
868
8692000-10-30      Joel Sherrill <joel@OARcorp.com>
870
871        * POSIX include files merged into newlib.  This resulted in
872        some definitions moving to other files and thus some secondary
873        effects in RTEMS source code.
874        * paranoia/paranoia.c: Commented out incorrect and conflicting
875        prototype of read().
876
8772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
880        Switch to GNU canonicalization.
881        * sample.am: Remove DEFS.
882
8832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
886        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
887        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
888        unlimited/Makefile.am: Include compile.am
889
8902000-08-10      Joel Sherrill <joel@OARcorp.com>
891
892        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.