source: rtems/cpukit/libmisc/ChangeLog @ 53a8958

4.104.114.84.95
Last change on this file since 53a8958 was 53a8958, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:39:43

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 27.0 KB
RevLine 
[53a8958]12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4
[6a17d376]52003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Cosmetics.
8
[e482c592]92003-12-11      Joel Sherrill <joel@OARcorp.com>
10
11        PR 540/rtems_misc
12        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
13
[028e84cf]142003-12-11      Joel Sherrill <joel@OARcorp.com>
15
16        PR 531/rtems_misc
17        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
18
[8d46f4f]192003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add $(dirstamp) to compilation rules.
22        Fix misc. typos.
23
[9e7e53bf]242003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Add $(dirstamp) to preinstallation rules.
27
[e0d0253]282003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reformat.
31
[13962be6]322003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * capture/Makefile.am: Remove.
35        * cpuuse/Makefile.am: Remove.
36        * devnull/Makefile.am: Remove.
37        * dummy/Makefile.am: Remove.
38        * dumpbuf/Makefile.am: Remove.
39        * fsmount/Makefile.am: Remove.
40        * monitor/Makefile.am: Remove.
41        * mw-fb/Makefile.am: Remove.
42        * rtmonuse/Makefile.am: Remove.
43        * serdbg/Makefile.am: Remove.
44        * shell/Makefile.am: Remove.
45        * stackchk/Makefile.am: Remove.
46        * untar/Makefile.am: Remove.
47        * Makefile.am: Merge-in the Makefile.ams above.
48
[f61198b1]492003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Remove.
52        * wrapup/.cvsignore: Remove.
53        * Makefile.am: Reflect changes above.
54
[0fa54a0b]552003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * capture/config.h: Remove.
58        * capture/Makefile.am: Remove config.h.
59        AM_CPPFLAGS += -I$(top_builddir).
60        * cpuuse/config.h: Remove.
61        * cpuuse/Makefile.am: Remove config.h.
62        AM_CPPFLAGS += -I$(top_builddir).
63        * devnull/config.h: Remove.
64        * devnull/Makefile.am: Remove config.h.
65        AM_CPPFLAGS += -I$(top_builddir).
66        * dummy/config.h: Remove.
67        * dummy/Makefile.am: Remove config.h.
68        AM_CPPFLAGS += -I$(top_builddir).
69        * dumpbuf/config.h: Remove.
70        * dumpbuf/Makefile.am: Remove config.h.
71        AM_CPPFLAGS += -I$(top_builddir).
72        * monitor/config.h: Remove.
73        * monitor/Makefile.am: Remove config.h.
74        AM_CPPFLAGS += -I$(top_builddir).
75        * mw-fb/config.h: Remove.
76        * mw-fb/Makefile.am: Remove config.h.
77        AM_CPPFLAGS += -I$(top_builddir).
78        * rtmonuse/config.h: Remove.
79        * rtmonuse/Makefile.am: Remove config.h.
80        AM_CPPFLAGS += -I$(top_builddir).
81        * serdbg/config.h: Remove.
82        * serdbg/Makefile.am: Remove config.h.
83        AM_CPPFLAGS += -I$(top_builddir).
84        * shell/config.h: Remove.
85        * shell/Makefile.am: Remove config.h.
86        AM_CPPFLAGS += -I$(top_builddir).
87        * stackchk/config.h: Remove.
88        * stackchk/Makefile.am: Remove config.h.
89        AM_CPPFLAGS += -I$(top_builddir).
90        * untar/config.h: Remove.
91        * untar/Makefile.am: Remove config.h.
92        AM_CPPFLAGS += -I$(top_builddir).
93
[b523336]942003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
97
[d4c4078]982003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 495/rtems_misc
101        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
102        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
103        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
104        clean.
105
[c6d35fa5]1062003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * monitor/monitor.h:
109        Add rtems_monitor_commands[] (Illegally applied by shell/).
110        Remove ifdef(__mips64) (Make broken code visible again).
111        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
112        warnings.
113        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
114        broken code visible again).
115        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
116
[330dbdb]1172003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
120        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
121        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
122        * monitor/mon-monitor.c: Apply private version of STREQ.
123
[e7f38e8]1242003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * monitor/symbols.h: Convert to private header.
127        * monitor/monitor.h: Don't include symbols.h.
128        Add forward decls. for symbols from symbols.h.
129        * monitor/Makefile.am: Don't install symbols.h.
130        * monitor/mon-symbols.c: Include "symbols.h".
131
[3160ff6]1322003-09-04      Joel Sherrill <joel@OARcorp.com>
133
134        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
135        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
136        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
137        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
138        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
139        untar/untar.h: URL for license changed.
140
[236b701]1412003-08-14      Joel Sherrill <joel@OARcorp.com>
142
143        PR 408/filesystem
144        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
145        service, the new RTEMS service rtems_iterate_over_all_threads() was
146        also added. This new service makes it easier to iterate over all the
147        tasks/threads in a system and perform an action on them. This change
148        is to use the new thread iteration service.
149
[41a53075]1502003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * fsmount/Makefile.am: Fix path to automake-includes.
153
[a46dac5]1542003-08-13      Joel Sherrill <joel@OARcorp.com>
155
156        * fsmount/.cvsignore: New file.
157
[ce275cf]1582003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
159
160        PR 369/filesystem
161        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
162        show the use of the DOSFS functions
163        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
164        fsmount/fsmount.h: New files.
165
[2d99235e]1662003-08-05      Till Strauman <strauman@slac.stanford.edu>
167
168        PR 436/rtems_misc
169        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
170
[2cc9367]1712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove (Merged into ../configure.ac).
174        * Makefile.am:
175        Reflect having merged configure.ac into ../configure.ac.
176        * capture/config.h: New.
177        * capture/Makefile.am: Add config.h.
178        Reflect having merged configure.ac into ../configure.ac.
179        * cpuuse/config.h: New.
180        * cpuuse/Makefile.am: Add config.h.
181        Reflect having merged configure.ac into ../configure.ac.
182        * devnull/config.h: New.
183        * devnull/Makefile.am: Add config.h.
184        Reflect having merged configure.ac into ../configure.ac.
185        * dummy/config.h: New.
186        * dummy/Makefile.am: Add config.h.
187        Reflect having merged configure.ac into ../configure.ac.
188        * dumpbuf/config.h: New.
189        * dumpbuf/Makefile.am: Add config.h.
190        Reflect having merged configure.ac into ../configure.ac.
191        * monitor/config.h: New.
192        * monitor/Makefile.am: Add config.h.
193        Reflect having merged configure.ac into ../configure.ac.
194        * mw-fb/config.h: New.
195        * mw-fb/Makefile.am: Add config.h.
196        Reflect having merged configure.ac into ../configure.ac.
197        * rtmonuse/config.h: New.
198        * rtmonuse/Makefile.am: Add config.h.
199        Reflect having merged configure.ac into ../configure.ac.
200        * serdbg/config.h: New.
201        * serdbg/Makefile.am: Add config.h.
202        Reflect having merged configure.ac into ../configure.ac.
203        * shell/config.h: New.
204        * shell/Makefile.am: Add config.h.
205        Reflect having merged configure.ac into ../configure.ac.
206        * stackchk/config.h: New.
207        * stackchk/Makefile.am: Add config.h.
208        Reflect having merged configure.ac into ../configure.ac.
209        * untar/config.h: New.
210        * untar/Makefile.am: Add config.h.
211        Reflect having merged configure.ac into ../configure.ac.
212        * wrapup/Makefile.am:
213        Reflect having merged configure.ac into ../configure.ac.
214
[550c3df7]2152003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * capture/capture-cli.c: Add config-header support.
218        * capture/capture.c: Add config-header support.
219        * cpuuse/cpuuse.c: Add config-header support.
220        * devnull/devnull.c: Add config-header support.
221        * dummy/dummy.c: Add config-header support.
222        * dumpbuf/dumpbuf.c: Add config-header support.
223        * monitor/mon-command.c: Add config-header support.
224        * monitor/mon-config.c: Add config-header support.
225        * monitor/mon-dname.c: Add config-header support.
226        * monitor/mon-driver.c: Add config-header support.
227        * monitor/mon-extension.c: Add config-header support.
228        * monitor/mon-itask.c: Add config-header support.
229        * monitor/mon-manager.c: Add config-header support.
230        * monitor/mon-monitor.c: Add config-header support.
231        * monitor/mon-mpci.c: Add config-header support.
232        * monitor/mon-object.c: Add config-header support.
233        * monitor/mon-prmisc.c: Add config-header support.
234        * monitor/mon-queue.c: Add config-header support.
235        * monitor/mon-server.c: Add config-header support.
236        * monitor/mon-symbols.c: Add config-header support.
237        * monitor/mon-task.c: Add config-header support.
238        * mw-fb/mw_fb.c: Add config-header support.
239        * mw-fb/mw_uid.c: Add config-header support.
240        * rtmonuse/rtmonuse.c: Add config-header support.
241        * serdbg/serdbg.c: Add config-header support.
242        * serdbg/serdbgio.c: Add config-header support.
243        * serdbg/termios_printk.c: Add config-header support.
244        * shell/cmds.c: Add config-header support.
245        * stackchk/check.c: Add config-header support.
246        * untar/untar.c: Add config-header support.
247
[d4ce70d]2482003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
251
[85eb9544]2522003-06-04      Joel Sherrill <joel@OARcorp.com>
253
254        * stackchk/check.c: Removed warnings.
255
[ccb1a6ec]2562003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * dummy/Makefile.am: Remove stray dummy.rel.
259
[9b353a5]2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263
[769f47a]2642003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        capture/capture-cli.c: Add proper definition to avoid compiler
267        warnings. Apply int = getchar().
268
[b70779a]2692003-02-14      Till Straumann <strauman@slac.stanford.edu>
270
271        PR 352/rtems_misc
272        * shell/shell.c: make rtems_shell main task an FP enabled task.
273
[f6c2c30]2742003-01-27      Dan Smisko <dan@balanced.com>
275
276        * stackchk/check.c: Fix problem where _Objects_Get_information()
277        will dereference a null pointer when checking the interrupt stack.
278        If there's something at 0, you may be ok at run time but it is wrong.
279
[62e080e]2802003-01-27      Dan Smisko <dan@balanced.com>
281
282        * monitor/mon-command.c: Correct two potential NULL references.
283
[d790ca3]2842002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Fix tests for GCC.
287
[5a8a05b]2882002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Add check for weak function attribute.
291        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
292        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
293        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
294        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
295        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
296        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
297        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
298        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
299        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
300        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
301        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
302        Build iff LIBSERDBG is true.
303        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
304        Build iff LIBSHELL is true.
305        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
306        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
307        * wrapup/Makefile.am: Reflect changes above.
308
[126660c5]3092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Require autoconf-2.57+automake-1.7.2.
312        * capture/Makefile.am: Eliminate C_O_FILES.
313        * cpuuse/Makefile.am: Ditto.
314        * devnull/Makefile.am: Ditto.
315        * dummy/Makefile.am: Ditto.
316        * dumpbuf/Makefile.am: Ditto.
317        * monitor/Makefile.am: Ditto.
318        * rtmonuse/Makefile.am: Ditto.
319        * serdbg/Makefile.am: Ditto.
320        * shell/Makefile.am: Ditto.
321        * stackchk/Makefile.am: Ditto.
322        * untar/Makefile.am: Ditto.
323        * mw-fb/Makefile.am: Eliminate C_O_FILES.
324        Eliminate SRCS.
325
[5e622a9]3262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        Moving libmisc from rtems/c/src to rtems/cpukit.
329
330        * Makefile.am: Reflect new path.
331        * configure.ac: Reflect new path.
332        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
333        Remove RTEMS_PROJECT_ROOT.
334        * capture/Makefile.am: Reflect new path.
335        Remove OBJS from all-local.
336        * cpuuse/Makefile.am: Ditto.
337        * devnull/Makefile.am: Ditto.
338        * dummy/Makefile.am: Ditto.
339        * dumpbuf/Makefile.am: Ditto.
340        * monitor/Makefile.am: Ditto.
341        * mw-fb/Makefile.am: Ditto.
342        * rtmonuse/Makefile.am: Ditto.
343        * serdbg/Makefile.am: Ditto.
344        * shell/Makefile.am: Ditto.
345        * stackchk/Makefile.am: Ditto.
346        * untar/Makefile.am: Ditto.
347        * wrapup/Makefile.am: Reflect new path.
348
[ea02247c]3492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
352
[52058a6b]3532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368
[e819fefc]3692002-12-02      Joel Sherrill <joel@OARcorp.com>
370
371        * stackchk/check.c: Better handling of task name.
372
[cef22e87]3732002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
376
[22b689b]3772002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * serdbg/serdbgio.c: Add #include <unistd.h>.
382        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
383        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
384        * configure.ac: Check for stdio assignments.
385        Add RTEMS_LIBSHELL conditional.
386
[1889c7f]3872002-11-01      Joel Sherrill <joel@OARcorp.com>
388
389        * stackchk/check.c: Removed warnings.
390
[a761f565]3912002-10-31      Joel Sherrill <joel@OARcorp.com>
392
393        * stackchk/check.c: Removed warning.
394
[5ceb9d24]3952002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
398        RTEMS_UNIX to avoid gcc warning.
399
[12857dd]4002002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
401
402        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
403        Patch to remove problems introduced by object name rework.
404
[8730f45]4052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * .cvsignore: Reformat.
408        Add autom4te*cache.
409        Remove autom4te.cache.
410
[84206479]4112002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * shell/shell.c: #include <time.h>
414        * wrapup/Makefile.am: Eliminate LIBNAME.
415
[45e4f321]4162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
430
[fbe799b3]4312002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
434
[ca5fe67]4352002-08-01      Joel Sherrill <joel@OARcorp.com>
436
437        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
438        object name is raw versus being a string.
439
[57c67302]4402002-07-30      Joel Sherrill <joel@OARcorp.com>
441
442        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
443        stack if the port doesn't configure using it.
444
[053f9f1]4452002-07-24      Joel Sherrill <joel@OARcorp.com>
446
447        * wrapup/Makefile.am: Temporarily don't include serdbg since it
448        causes some BSPs to not link "main(){}" as required by autoconf.
449
[aebc8290]4502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * capture/capture.c: include <string.h> for memset.
453        * capture/capture-cli.c: include <string.h> for memset.
454
[63977bb4]4552002-07-01      Joel Sherrill <joel@OARcorp.com>
456
457        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
458        monitor/mon-object.c, monitor/monitor.h: Corrected use of
459        _Objects_Information_table now that it is a two dimensional
460        array based upon API and class.  In addition, in the monitor,
461        corrected an error which occured when a target has 64 bit pointers.
462
[ee13a74]4632002-07-01      Joel Sherrill <joel@OARcorp.com>
464
465        * stackchk/check.c: Corrected use of
466        _Objects_Information_table now that it is a two dimensional
467        array based upon API and class.
468
[9e633f5]4692002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
470
471        * With the addition of serdbg, the standard polled I/O functions
472        for gdbstub and/or printk are optionally routed to any termios-aware
473        device driver, that supports polled mode. See libmisc/serdbg/README.
474        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
475        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
476        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
477        serdbg/.cvsignore: New files.
478        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
479        reflect addition.
480
[d6c6c26f]4812002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Don't preinstall libmisc.a.
484
[a653f39]4852002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
[d6c6c26f]487        * configure.ac, Makefile.am: Remove references to rootfs.
[a653f39]488
[ae30735]4892002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * rootfs/.cvsignore: Remove.
492        * rootfs/Makefile.am: Remove.
493        * rootfs/mkrootfs.h: Remove.
494        * rootfs/mkrootfs.c: Remove.
495        * configure.ac: Remove rootfs and NETWORKING macros.
496        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
497
[a923a82]4982002-05-16      Chris Johns <ccj@acm.org>
499
500        * Per PR194, added the Capture engine. 
501        * capture/Makefile.am, capture/README, capture/capture-cli.c,
502        capture/capture-cli.h, capture/capture.c, capture/capture.h,
503        capture/.cvsignore: New files.
504        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
505        reflect addition.
506
[b3afc0f]5072001-05-14      Joel Sherrill <joel@OARcorp.com>
508
509        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
510        a library of the same name.
511
[80fe968c]5122002-03-20      Chris Johns <ccj@acm.org>
513
514        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
515        lowercase. The capture engine need to set triggers or watches on task
516        with uppercase names. 
517        Also stop the monitor repeating command when enter is pressed.
518
[3559e90]5192002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * monitor/mon-monitor.c: Replace done with return (gcc3).
522
[be2cd08]5232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac:
526        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
527        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
528        * Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
541
[ab09d083]5422002-03-20      Chris Johns <ccj@acm.org>
543
544        * PR148.
545        * monitor/mon-prmisc.c: Fixed to print task states correctly.
546
[dba2ecd7]5472002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * shell/shell.c: Remove #undef __STRICT_ANSI__.
550
[8accf46]5512002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
554
[f8a913da]5552002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
558
[cc13fa3]5592001-10-12      Joel Sherrill <joel@OARcorp.com>
560
561        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
562
[df25c998]5632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
566        * configure.in: Remove.
567        * configure.ac: New file, generated from configure.in by autoupdate.
568
[d805c496]5692001-09-28      Joel Sherrill <joel@OARcorp.com>
570
571        * dummy/dummy.c: Now a useful configuration that starts main().
572        * wrapup/Makefile.am: Include a base level configuration in
573        RTEMS library.
574
[aea9bb46]5752001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
578        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
579        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
580        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
581        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
582        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
583        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
584        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
585        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
586        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
587
[6846a2f]5882001-09-27      Joel Sherrill <joel@OARcorp.com>
589
590        * ChangeLog: Fixed typo in date.
591
5922001-09-21      Joel Sherrill <joel@OARcorp.com>
[2543311]593
594        * configure.in, rootfs/Makefile.am: Added conditional to make sure
595        rootfs does not get built with networking is disabled.  Also
596        added include of compile.am to rootfs/Makefile.am.
597        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
598
[d34d2e69]5992001-09-19      Chris Johns <ccj@acm.org>
600
601        * Added support for populating the initial "root" filesystem
602        with information obtained via the DHCP response.
603        * rootfs: New directory.
604        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
605        rootfs/mkrootfs.h: New files.
606        * configure.in, Makefile.am: Modified to reflect addition.
607
[130291f]6082001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
609
610        * shell/shell.c: Don't close file it wasn't open.
611
6122001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
615        of AC_CANONICAL_SYSTEM.
616        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
617        mkinstalldirs and mkdir.
618        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
619        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
620        _RTEMS_OUTPUT_BUILD_SUBDIRS.
621
6222001-09-14      Joel Sherrill <joel@OARcorp.com>
623
624        * ChangeLog: Fixed some mistakes.
625
6262001-09-14      Joel Sherrill <joel@OARcorp.com>
627
628        * ChangeLog: Fixed some mistakes.
629
6302001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
633        of AC_CANONICAL_SYSTEM.
634        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
635        mkinstalldirs and mkdir.
636        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
637        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
638        _RTEMS_OUTPUT_BUILD_SUBDIRS.
639
6402001-09-14      Joel Sherrill <joel@OARcorp.com>
641
642        * ChangeLog: Fixed some mistakes.
643
6442001-09-14      Joel Sherrill <joel@OARcorp.com>
645
646        * ChangeLog: Fixed some mistakes.
647
[d3b8713a]6482001-09-13      Joel Sherrill <joel@OARcorp.com>
649
650        * devnull/devnull.c: Eliminate warning.
651
[3c6cc4a0]6522001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
653
654        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
655
[70d689a]6562001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
657
658        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
659        shell/shell.h: Updates.
660
[ecb5f95]6612001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
662
663        * monitor/mon-command.c: Add support for partial command matching.
664        The monitor used to have this functionality before it was overhauled
665        to support addition of user commands.
666
[8e2b4de]6672001-06-14      Joel Sherrill <joel@OARcorp.com>
668
669        * shell/telnetd.c, shell/telnetd.h: Moved to
670        libnetworking/rtems_servers so the network stack to address network
671        depenendency.
672        * shell/Makefile.am: Modified to reflect above.
673
[5fef523]6742001-05-25      Joel Sherrill <joel@OARcorp.com>
675
676        * shell/cmds.c: Removed code from inappropriate source.
677
[b2712e3]6782000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
679
680        * monitor/mon-prmisc.c: Correct print line.
681        * shell/Makefile.am: Added new file telnetd.c.
682        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
683        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
684           - The shell_init has a new parameter 'forever' because in
685             /dev/console you need that this process runs forever but in
686             tcp/ip not. (respawn?)
687           - A new task for every session opened trought tcp/ip telnet client.
688             (the chargen,daytime and more are possible of implementation but
689             I ask me if they are necesary)
690           - Exit from the session delete the task and when the client fails too.
691           - More cmds have been implemented. (very reduced version of these)
692             umask, chmod, id, whoami, rm, cat, ...
693           - A reduced line edit has been implemented.
694               Ctrl-C abort the input,
695               Ctrl-d in the first position gives EOF (logout).
696               '\b' and DEL makes the rubout operation.
697               I think that readline() for every session spents a lot of resources.
698
[d72caa6]6992001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
702        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
703
7042001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]705
706        * Added initial shell functionality.
707        * Makefile.am, configure.in, wrapup/Makefile.am:
708        * shell/.cvsignore, shell/Makefile.am, shell/README,
709        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]710
[a5bdcd98]7112001-04-20      Joel Sherrill <joel@OARcorp.com>
712
713        * devnull/devnull.c (null_initialize): Added check to
714        ensure that the driver is only initialized once.  Otherwise,
715        it will abort when the device /dev/null is present.
716        (null_write): Do not dereference a NULL pointer.
717
[974d213f]7182001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
721
[620e8263]7222001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
725        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
726        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
727        Apply include_*HEADERS instead of H_FILES.
728
[85d03e2]7292001-01-05      Joel Sherrill <joel@OARcorp.com>
730
731        * devnull: New addition.  Moved from libcpu/sh.
732        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
733        devnull/Makefile.am: New files.
734        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
735        addition of above.
736
[4a14b7be]7372000-11-30      Joel Sherrill <joel@OARcorp.com>
738
739        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
740
[feead226]7412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
744
[a314d3b4]7452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
748
[2735b82]7492000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
752        Switch to GNU canonicalization.
753
[f6630d4]7542000-09-28      Joel Sherrill <joel@OARcorp.com>
755
756        * monitor/mon-driver.c: Accounted for addition of "_entry" to
757        fields in rtems_driver_address_table.
758
[7fcc26ac]7592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760       
761        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
762        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
763        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
764        Include compile.am.
765
[188c82b]7662000-08-30      Joel Sherrill <joel@OARcorp.com>
767
768        * Many files: Moved posix/include/rtems/posix/seterr.h to
769        score/include/rtems/seterr.h so it would be available within
770        all APIs.
771
[73eea69c]7722000-08-30      Joel Sherrill <joel@OARcorp.com>
773
774        * mw-fb/.cvsignore: New file.
775
[152b1e3]7762000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
777
778        * Added generic Micro FrameBuffer interface for MicroWindows.
779        This interface allows MicroWindows to under RTEMS. A sample
780        driver has been developed for the pc386 BSP. See
781        pc386/fb_vga.c as a sample.
782        * Added Uniform Input Device interface for MicroWindows.
783        See PC386 bsp for sample drivers for mouse and keyboard (console).
784        * mw-bf: New directory.
785        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
786        * mw-fb/Makefile.am: New file.
787        * mw-fb/mw_fb.c: New file.
788        * mw-fb/mw_fb.h: New file.
789        * mw-fb/mw_uid.c: New file.
790        * mw-fb/mw_uid.h: New file.
791
[e94ad1fe]7922000-08-10      Joel Sherrill <joel@OARcorp.com>
793
794        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.