source: rtems/cpukit/libmisc/ChangeLog @ 3d1de20

4.104.114.84.95
Last change on this file since 3d1de20 was 3d1de20, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/04 at 07:29:05

2004-01-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 27.7 KB
Line 
12004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4
52004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
8        Add PREINSTALL_FILES to CLEANFILES.
9
102004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include compile.am again. Misc fixes.
13
142004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Add libs to CLEANFILES
17        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
18
192004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
22        $(ARCH)/lib*.a.
23
242004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
27
282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
31
322003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Cosmetics.
35
362003-12-11      Joel Sherrill <joel@OARcorp.com>
37
38        PR 540/rtems_misc
39        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
40
412003-12-11      Joel Sherrill <joel@OARcorp.com>
42
43        PR 531/rtems_misc
44        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
45
462003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Add $(dirstamp) to compilation rules.
49        Fix misc. typos.
50
512003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add $(dirstamp) to preinstallation rules.
54
552003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reformat.
58
592003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * capture/Makefile.am: Remove.
62        * cpuuse/Makefile.am: Remove.
63        * devnull/Makefile.am: Remove.
64        * dummy/Makefile.am: Remove.
65        * dumpbuf/Makefile.am: Remove.
66        * fsmount/Makefile.am: Remove.
67        * monitor/Makefile.am: Remove.
68        * mw-fb/Makefile.am: Remove.
69        * rtmonuse/Makefile.am: Remove.
70        * serdbg/Makefile.am: Remove.
71        * shell/Makefile.am: Remove.
72        * stackchk/Makefile.am: Remove.
73        * untar/Makefile.am: Remove.
74        * Makefile.am: Merge-in the Makefile.ams above.
75
762003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Remove.
79        * wrapup/.cvsignore: Remove.
80        * Makefile.am: Reflect changes above.
81
822003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * capture/config.h: Remove.
85        * capture/Makefile.am: Remove config.h.
86        AM_CPPFLAGS += -I$(top_builddir).
87        * cpuuse/config.h: Remove.
88        * cpuuse/Makefile.am: Remove config.h.
89        AM_CPPFLAGS += -I$(top_builddir).
90        * devnull/config.h: Remove.
91        * devnull/Makefile.am: Remove config.h.
92        AM_CPPFLAGS += -I$(top_builddir).
93        * dummy/config.h: Remove.
94        * dummy/Makefile.am: Remove config.h.
95        AM_CPPFLAGS += -I$(top_builddir).
96        * dumpbuf/config.h: Remove.
97        * dumpbuf/Makefile.am: Remove config.h.
98        AM_CPPFLAGS += -I$(top_builddir).
99        * monitor/config.h: Remove.
100        * monitor/Makefile.am: Remove config.h.
101        AM_CPPFLAGS += -I$(top_builddir).
102        * mw-fb/config.h: Remove.
103        * mw-fb/Makefile.am: Remove config.h.
104        AM_CPPFLAGS += -I$(top_builddir).
105        * rtmonuse/config.h: Remove.
106        * rtmonuse/Makefile.am: Remove config.h.
107        AM_CPPFLAGS += -I$(top_builddir).
108        * serdbg/config.h: Remove.
109        * serdbg/Makefile.am: Remove config.h.
110        AM_CPPFLAGS += -I$(top_builddir).
111        * shell/config.h: Remove.
112        * shell/Makefile.am: Remove config.h.
113        AM_CPPFLAGS += -I$(top_builddir).
114        * stackchk/config.h: Remove.
115        * stackchk/Makefile.am: Remove config.h.
116        AM_CPPFLAGS += -I$(top_builddir).
117        * untar/config.h: Remove.
118        * untar/Makefile.am: Remove config.h.
119        AM_CPPFLAGS += -I$(top_builddir).
120
1212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
124
1252003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        PR 495/rtems_misc
128        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
129        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
130        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
131        clean.
132
1332003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * monitor/monitor.h:
136        Add rtems_monitor_commands[] (Illegally applied by shell/).
137        Remove ifdef(__mips64) (Make broken code visible again).
138        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
139        warnings.
140        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
141        broken code visible again).
142        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
143
1442003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
147        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
148        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
149        * monitor/mon-monitor.c: Apply private version of STREQ.
150
1512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * monitor/symbols.h: Convert to private header.
154        * monitor/monitor.h: Don't include symbols.h.
155        Add forward decls. for symbols from symbols.h.
156        * monitor/Makefile.am: Don't install symbols.h.
157        * monitor/mon-symbols.c: Include "symbols.h".
158
1592003-09-04      Joel Sherrill <joel@OARcorp.com>
160
161        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
162        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
163        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
164        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
165        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
166        untar/untar.h: URL for license changed.
167
1682003-08-14      Joel Sherrill <joel@OARcorp.com>
169
170        PR 408/filesystem
171        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
172        service, the new RTEMS service rtems_iterate_over_all_threads() was
173        also added. This new service makes it easier to iterate over all the
174        tasks/threads in a system and perform an action on them. This change
175        is to use the new thread iteration service.
176
1772003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * fsmount/Makefile.am: Fix path to automake-includes.
180
1812003-08-13      Joel Sherrill <joel@OARcorp.com>
182
183        * fsmount/.cvsignore: New file.
184
1852003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
186
187        PR 369/filesystem
188        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
189        show the use of the DOSFS functions
190        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
191        fsmount/fsmount.h: New files.
192
1932003-08-05      Till Strauman <strauman@slac.stanford.edu>
194
195        PR 436/rtems_misc
196        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
197
1982003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Remove (Merged into ../configure.ac).
201        * Makefile.am:
202        Reflect having merged configure.ac into ../configure.ac.
203        * capture/config.h: New.
204        * capture/Makefile.am: Add config.h.
205        Reflect having merged configure.ac into ../configure.ac.
206        * cpuuse/config.h: New.
207        * cpuuse/Makefile.am: Add config.h.
208        Reflect having merged configure.ac into ../configure.ac.
209        * devnull/config.h: New.
210        * devnull/Makefile.am: Add config.h.
211        Reflect having merged configure.ac into ../configure.ac.
212        * dummy/config.h: New.
213        * dummy/Makefile.am: Add config.h.
214        Reflect having merged configure.ac into ../configure.ac.
215        * dumpbuf/config.h: New.
216        * dumpbuf/Makefile.am: Add config.h.
217        Reflect having merged configure.ac into ../configure.ac.
218        * monitor/config.h: New.
219        * monitor/Makefile.am: Add config.h.
220        Reflect having merged configure.ac into ../configure.ac.
221        * mw-fb/config.h: New.
222        * mw-fb/Makefile.am: Add config.h.
223        Reflect having merged configure.ac into ../configure.ac.
224        * rtmonuse/config.h: New.
225        * rtmonuse/Makefile.am: Add config.h.
226        Reflect having merged configure.ac into ../configure.ac.
227        * serdbg/config.h: New.
228        * serdbg/Makefile.am: Add config.h.
229        Reflect having merged configure.ac into ../configure.ac.
230        * shell/config.h: New.
231        * shell/Makefile.am: Add config.h.
232        Reflect having merged configure.ac into ../configure.ac.
233        * stackchk/config.h: New.
234        * stackchk/Makefile.am: Add config.h.
235        Reflect having merged configure.ac into ../configure.ac.
236        * untar/config.h: New.
237        * untar/Makefile.am: Add config.h.
238        Reflect having merged configure.ac into ../configure.ac.
239        * wrapup/Makefile.am:
240        Reflect having merged configure.ac into ../configure.ac.
241
2422003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * capture/capture-cli.c: Add config-header support.
245        * capture/capture.c: Add config-header support.
246        * cpuuse/cpuuse.c: Add config-header support.
247        * devnull/devnull.c: Add config-header support.
248        * dummy/dummy.c: Add config-header support.
249        * dumpbuf/dumpbuf.c: Add config-header support.
250        * monitor/mon-command.c: Add config-header support.
251        * monitor/mon-config.c: Add config-header support.
252        * monitor/mon-dname.c: Add config-header support.
253        * monitor/mon-driver.c: Add config-header support.
254        * monitor/mon-extension.c: Add config-header support.
255        * monitor/mon-itask.c: Add config-header support.
256        * monitor/mon-manager.c: Add config-header support.
257        * monitor/mon-monitor.c: Add config-header support.
258        * monitor/mon-mpci.c: Add config-header support.
259        * monitor/mon-object.c: Add config-header support.
260        * monitor/mon-prmisc.c: Add config-header support.
261        * monitor/mon-queue.c: Add config-header support.
262        * monitor/mon-server.c: Add config-header support.
263        * monitor/mon-symbols.c: Add config-header support.
264        * monitor/mon-task.c: Add config-header support.
265        * mw-fb/mw_fb.c: Add config-header support.
266        * mw-fb/mw_uid.c: Add config-header support.
267        * rtmonuse/rtmonuse.c: Add config-header support.
268        * serdbg/serdbg.c: Add config-header support.
269        * serdbg/serdbgio.c: Add config-header support.
270        * serdbg/termios_printk.c: Add config-header support.
271        * shell/cmds.c: Add config-header support.
272        * stackchk/check.c: Add config-header support.
273        * untar/untar.c: Add config-header support.
274
2752003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
278
2792003-06-04      Joel Sherrill <joel@OARcorp.com>
280
281        * stackchk/check.c: Removed warnings.
282
2832003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * dummy/Makefile.am: Remove stray dummy.rel.
286
2872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Remove AC_CONFIG_AUX_DIR.
290
2912003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        capture/capture-cli.c: Add proper definition to avoid compiler
294        warnings. Apply int = getchar().
295
2962003-02-14      Till Straumann <strauman@slac.stanford.edu>
297
298        PR 352/rtems_misc
299        * shell/shell.c: make rtems_shell main task an FP enabled task.
300
3012003-01-27      Dan Smisko <dan@balanced.com>
302
303        * stackchk/check.c: Fix problem where _Objects_Get_information()
304        will dereference a null pointer when checking the interrupt stack.
305        If there's something at 0, you may be ok at run time but it is wrong.
306
3072003-01-27      Dan Smisko <dan@balanced.com>
308
309        * monitor/mon-command.c: Correct two potential NULL references.
310
3112002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Fix tests for GCC.
314
3152002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Add check for weak function attribute.
318        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
319        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
320        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
321        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
322        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
323        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
324        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
325        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
326        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
327        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
328        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
329        Build iff LIBSERDBG is true.
330        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
331        Build iff LIBSHELL is true.
332        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
333        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
334        * wrapup/Makefile.am: Reflect changes above.
335
3362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Require autoconf-2.57+automake-1.7.2.
339        * capture/Makefile.am: Eliminate C_O_FILES.
340        * cpuuse/Makefile.am: Ditto.
341        * devnull/Makefile.am: Ditto.
342        * dummy/Makefile.am: Ditto.
343        * dumpbuf/Makefile.am: Ditto.
344        * monitor/Makefile.am: Ditto.
345        * rtmonuse/Makefile.am: Ditto.
346        * serdbg/Makefile.am: Ditto.
347        * shell/Makefile.am: Ditto.
348        * stackchk/Makefile.am: Ditto.
349        * untar/Makefile.am: Ditto.
350        * mw-fb/Makefile.am: Eliminate C_O_FILES.
351        Eliminate SRCS.
352
3532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        Moving libmisc from rtems/c/src to rtems/cpukit.
356
357        * Makefile.am: Reflect new path.
358        * configure.ac: Reflect new path.
359        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
360        Remove RTEMS_PROJECT_ROOT.
361        * capture/Makefile.am: Reflect new path.
362        Remove OBJS from all-local.
363        * cpuuse/Makefile.am: Ditto.
364        * devnull/Makefile.am: Ditto.
365        * dummy/Makefile.am: Ditto.
366        * dumpbuf/Makefile.am: Ditto.
367        * monitor/Makefile.am: Ditto.
368        * mw-fb/Makefile.am: Ditto.
369        * rtmonuse/Makefile.am: Ditto.
370        * serdbg/Makefile.am: Ditto.
371        * shell/Makefile.am: Ditto.
372        * stackchk/Makefile.am: Ditto.
373        * untar/Makefile.am: Ditto.
374        * wrapup/Makefile.am: Reflect new path.
375
3762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
379
3802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
383        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395
3962002-12-02      Joel Sherrill <joel@OARcorp.com>
397
398        * stackchk/check.c: Better handling of task name.
399
4002002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
403
4042002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * serdbg/serdbgio.c: Add #include <unistd.h>.
409        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
410        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
411        * configure.ac: Check for stdio assignments.
412        Add RTEMS_LIBSHELL conditional.
413
4142002-11-01      Joel Sherrill <joel@OARcorp.com>
415
416        * stackchk/check.c: Removed warnings.
417
4182002-10-31      Joel Sherrill <joel@OARcorp.com>
419
420        * stackchk/check.c: Removed warning.
421
4222002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
425        RTEMS_UNIX to avoid gcc warning.
426
4272002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
428
429        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
430        Patch to remove problems introduced by object name rework.
431
4322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * .cvsignore: Reformat.
435        Add autom4te*cache.
436        Remove autom4te.cache.
437
4382002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * shell/shell.c: #include <time.h>
441        * wrapup/Makefile.am: Eliminate LIBNAME.
442
4432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
457
4582002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
461
4622002-08-01      Joel Sherrill <joel@OARcorp.com>
463
464        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
465        object name is raw versus being a string.
466
4672002-07-30      Joel Sherrill <joel@OARcorp.com>
468
469        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
470        stack if the port doesn't configure using it.
471
4722002-07-24      Joel Sherrill <joel@OARcorp.com>
473
474        * wrapup/Makefile.am: Temporarily don't include serdbg since it
475        causes some BSPs to not link "main(){}" as required by autoconf.
476
4772002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * capture/capture.c: include <string.h> for memset.
480        * capture/capture-cli.c: include <string.h> for memset.
481
4822002-07-01      Joel Sherrill <joel@OARcorp.com>
483
484        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
485        monitor/mon-object.c, monitor/monitor.h: Corrected use of
486        _Objects_Information_table now that it is a two dimensional
487        array based upon API and class.  In addition, in the monitor,
488        corrected an error which occured when a target has 64 bit pointers.
489
4902002-07-01      Joel Sherrill <joel@OARcorp.com>
491
492        * stackchk/check.c: Corrected use of
493        _Objects_Information_table now that it is a two dimensional
494        array based upon API and class.
495
4962002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
497
498        * With the addition of serdbg, the standard polled I/O functions
499        for gdbstub and/or printk are optionally routed to any termios-aware
500        device driver, that supports polled mode. See libmisc/serdbg/README.
501        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
502        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
503        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
504        serdbg/.cvsignore: New files.
505        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
506        reflect addition.
507
5082002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * wrapup/Makefile.am: Don't preinstall libmisc.a.
511
5122002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac, Makefile.am: Remove references to rootfs.
515
5162002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * rootfs/.cvsignore: Remove.
519        * rootfs/Makefile.am: Remove.
520        * rootfs/mkrootfs.h: Remove.
521        * rootfs/mkrootfs.c: Remove.
522        * configure.ac: Remove rootfs and NETWORKING macros.
523        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
524
5252002-05-16      Chris Johns <ccj@acm.org>
526
527        * Per PR194, added the Capture engine. 
528        * capture/Makefile.am, capture/README, capture/capture-cli.c,
529        capture/capture-cli.h, capture/capture.c, capture/capture.h,
530        capture/.cvsignore: New files.
531        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
532        reflect addition.
533
5342001-05-14      Joel Sherrill <joel@OARcorp.com>
535
536        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
537        a library of the same name.
538
5392002-03-20      Chris Johns <ccj@acm.org>
540
541        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
542        lowercase. The capture engine need to set triggers or watches on task
543        with uppercase names. 
544        Also stop the monitor repeating command when enter is pressed.
545
5462002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * monitor/mon-monitor.c: Replace done with return (gcc3).
549
5502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac:
553        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
554        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
555        * Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
568
5692002-03-20      Chris Johns <ccj@acm.org>
570
571        * PR148.
572        * monitor/mon-prmisc.c: Fixed to print task states correctly.
573
5742002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * shell/shell.c: Remove #undef __STRICT_ANSI__.
577
5782002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
581
5822002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
585
5862001-10-12      Joel Sherrill <joel@OARcorp.com>
587
588        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
589
5902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
593        * configure.in: Remove.
594        * configure.ac: New file, generated from configure.in by autoupdate.
595
5962001-09-28      Joel Sherrill <joel@OARcorp.com>
597
598        * dummy/dummy.c: Now a useful configuration that starts main().
599        * wrapup/Makefile.am: Include a base level configuration in
600        RTEMS library.
601
6022001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
605        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
606        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
607        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
608        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
609        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
610        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
611        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
612        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
613        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
614
6152001-09-27      Joel Sherrill <joel@OARcorp.com>
616
617        * ChangeLog: Fixed typo in date.
618
6192001-09-21      Joel Sherrill <joel@OARcorp.com>
620
621        * configure.in, rootfs/Makefile.am: Added conditional to make sure
622        rootfs does not get built with networking is disabled.  Also
623        added include of compile.am to rootfs/Makefile.am.
624        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
625
6262001-09-19      Chris Johns <ccj@acm.org>
627
628        * Added support for populating the initial "root" filesystem
629        with information obtained via the DHCP response.
630        * rootfs: New directory.
631        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
632        rootfs/mkrootfs.h: New files.
633        * configure.in, Makefile.am: Modified to reflect addition.
634
6352001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
636
637        * shell/shell.c: Don't close file it wasn't open.
638
6392001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
642        of AC_CANONICAL_SYSTEM.
643        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
644        mkinstalldirs and mkdir.
645        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
646        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
647        _RTEMS_OUTPUT_BUILD_SUBDIRS.
648
6492001-09-14      Joel Sherrill <joel@OARcorp.com>
650
651        * ChangeLog: Fixed some mistakes.
652
6532001-09-14      Joel Sherrill <joel@OARcorp.com>
654
655        * ChangeLog: Fixed some mistakes.
656
6572001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
660        of AC_CANONICAL_SYSTEM.
661        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
662        mkinstalldirs and mkdir.
663        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
664        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
665        _RTEMS_OUTPUT_BUILD_SUBDIRS.
666
6672001-09-14      Joel Sherrill <joel@OARcorp.com>
668
669        * ChangeLog: Fixed some mistakes.
670
6712001-09-14      Joel Sherrill <joel@OARcorp.com>
672
673        * ChangeLog: Fixed some mistakes.
674
6752001-09-13      Joel Sherrill <joel@OARcorp.com>
676
677        * devnull/devnull.c: Eliminate warning.
678
6792001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
680
681        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
682
6832001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
684
685        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
686        shell/shell.h: Updates.
687
6882001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
689
690        * monitor/mon-command.c: Add support for partial command matching.
691        The monitor used to have this functionality before it was overhauled
692        to support addition of user commands.
693
6942001-06-14      Joel Sherrill <joel@OARcorp.com>
695
696        * shell/telnetd.c, shell/telnetd.h: Moved to
697        libnetworking/rtems_servers so the network stack to address network
698        depenendency.
699        * shell/Makefile.am: Modified to reflect above.
700
7012001-05-25      Joel Sherrill <joel@OARcorp.com>
702
703        * shell/cmds.c: Removed code from inappropriate source.
704
7052000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
706
707        * monitor/mon-prmisc.c: Correct print line.
708        * shell/Makefile.am: Added new file telnetd.c.
709        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
710        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
711           - The shell_init has a new parameter 'forever' because in
712             /dev/console you need that this process runs forever but in
713             tcp/ip not. (respawn?)
714           - A new task for every session opened trought tcp/ip telnet client.
715             (the chargen,daytime and more are possible of implementation but
716             I ask me if they are necesary)
717           - Exit from the session delete the task and when the client fails too.
718           - More cmds have been implemented. (very reduced version of these)
719             umask, chmod, id, whoami, rm, cat, ...
720           - A reduced line edit has been implemented.
721               Ctrl-C abort the input,
722               Ctrl-d in the first position gives EOF (logout).
723               '\b' and DEL makes the rubout operation.
724               I think that readline() for every session spents a lot of resources.
725
7262001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
729        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
730
7312001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
732
733        * Added initial shell functionality.
734        * Makefile.am, configure.in, wrapup/Makefile.am:
735        * shell/.cvsignore, shell/Makefile.am, shell/README,
736        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
737
7382001-04-20      Joel Sherrill <joel@OARcorp.com>
739
740        * devnull/devnull.c (null_initialize): Added check to
741        ensure that the driver is only initialized once.  Otherwise,
742        it will abort when the device /dev/null is present.
743        (null_write): Do not dereference a NULL pointer.
744
7452001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
748
7492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
752        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
753        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
754        Apply include_*HEADERS instead of H_FILES.
755
7562001-01-05      Joel Sherrill <joel@OARcorp.com>
757
758        * devnull: New addition.  Moved from libcpu/sh.
759        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
760        devnull/Makefile.am: New files.
761        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
762        addition of above.
763
7642000-11-30      Joel Sherrill <joel@OARcorp.com>
765
766        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
767
7682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
771
7722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
775
7762000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
779        Switch to GNU canonicalization.
780
7812000-09-28      Joel Sherrill <joel@OARcorp.com>
782
783        * monitor/mon-driver.c: Accounted for addition of "_entry" to
784        fields in rtems_driver_address_table.
785
7862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787       
788        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
789        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
790        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
791        Include compile.am.
792
7932000-08-30      Joel Sherrill <joel@OARcorp.com>
794
795        * Many files: Moved posix/include/rtems/posix/seterr.h to
796        score/include/rtems/seterr.h so it would be available within
797        all APIs.
798
7992000-08-30      Joel Sherrill <joel@OARcorp.com>
800
801        * mw-fb/.cvsignore: New file.
802
8032000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
804
805        * Added generic Micro FrameBuffer interface for MicroWindows.
806        This interface allows MicroWindows to under RTEMS. A sample
807        driver has been developed for the pc386 BSP. See
808        pc386/fb_vga.c as a sample.
809        * Added Uniform Input Device interface for MicroWindows.
810        See PC386 bsp for sample drivers for mouse and keyboard (console).
811        * mw-bf: New directory.
812        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
813        * mw-fb/Makefile.am: New file.
814        * mw-fb/mw_fb.c: New file.
815        * mw-fb/mw_fb.h: New file.
816        * mw-fb/mw_uid.c: New file.
817        * mw-fb/mw_uid.h: New file.
818
8192000-08-10      Joel Sherrill <joel@OARcorp.com>
820
821        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.