source: rtems/cpukit/libmisc/ChangeLog @ 07347cb

4.104.114.84.95
Last change on this file since 07347cb was 07347cb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 17:48:16

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

  • Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
  • Property mode set to 100644
File size: 27.1 KB
Line 
12004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
8
92003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Cosmetics.
12
132003-12-11      Joel Sherrill <joel@OARcorp.com>
14
15        PR 540/rtems_misc
16        * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing.
17
182003-12-11      Joel Sherrill <joel@OARcorp.com>
19
20        PR 531/rtems_misc
21        * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
22
232003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add $(dirstamp) to compilation rules.
26        Fix misc. typos.
27
282003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Add $(dirstamp) to preinstallation rules.
31
322003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reformat.
35
362003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * capture/Makefile.am: Remove.
39        * cpuuse/Makefile.am: Remove.
40        * devnull/Makefile.am: Remove.
41        * dummy/Makefile.am: Remove.
42        * dumpbuf/Makefile.am: Remove.
43        * fsmount/Makefile.am: Remove.
44        * monitor/Makefile.am: Remove.
45        * mw-fb/Makefile.am: Remove.
46        * rtmonuse/Makefile.am: Remove.
47        * serdbg/Makefile.am: Remove.
48        * shell/Makefile.am: Remove.
49        * stackchk/Makefile.am: Remove.
50        * untar/Makefile.am: Remove.
51        * Makefile.am: Merge-in the Makefile.ams above.
52
532003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Remove.
56        * wrapup/.cvsignore: Remove.
57        * Makefile.am: Reflect changes above.
58
592003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * capture/config.h: Remove.
62        * capture/Makefile.am: Remove config.h.
63        AM_CPPFLAGS += -I$(top_builddir).
64        * cpuuse/config.h: Remove.
65        * cpuuse/Makefile.am: Remove config.h.
66        AM_CPPFLAGS += -I$(top_builddir).
67        * devnull/config.h: Remove.
68        * devnull/Makefile.am: Remove config.h.
69        AM_CPPFLAGS += -I$(top_builddir).
70        * dummy/config.h: Remove.
71        * dummy/Makefile.am: Remove config.h.
72        AM_CPPFLAGS += -I$(top_builddir).
73        * dumpbuf/config.h: Remove.
74        * dumpbuf/Makefile.am: Remove config.h.
75        AM_CPPFLAGS += -I$(top_builddir).
76        * monitor/config.h: Remove.
77        * monitor/Makefile.am: Remove config.h.
78        AM_CPPFLAGS += -I$(top_builddir).
79        * mw-fb/config.h: Remove.
80        * mw-fb/Makefile.am: Remove config.h.
81        AM_CPPFLAGS += -I$(top_builddir).
82        * rtmonuse/config.h: Remove.
83        * rtmonuse/Makefile.am: Remove config.h.
84        AM_CPPFLAGS += -I$(top_builddir).
85        * serdbg/config.h: Remove.
86        * serdbg/Makefile.am: Remove config.h.
87        AM_CPPFLAGS += -I$(top_builddir).
88        * shell/config.h: Remove.
89        * shell/Makefile.am: Remove config.h.
90        AM_CPPFLAGS += -I$(top_builddir).
91        * stackchk/config.h: Remove.
92        * stackchk/Makefile.am: Remove config.h.
93        AM_CPPFLAGS += -I$(top_builddir).
94        * untar/config.h: Remove.
95        * untar/Makefile.am: Remove config.h.
96        AM_CPPFLAGS += -I$(top_builddir).
97
982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
101
1022003-09-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        PR 495/rtems_misc
105        * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c,
106        monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c,
107        monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit
108        clean.
109
1102003-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * monitor/monitor.h:
113        Add rtems_monitor_commands[] (Illegally applied by shell/).
114        Remove ifdef(__mips64) (Make broken code visible again).
115        * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid
116        warnings.
117        * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make
118        broken code visible again).
119        * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
120
1212003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * monitor/monitor.h: Remove STREQ, STNEQ (pollute namespace),
124        RTEMS_MONITOR_PROMPT (pollutes namespace, useless).
125        * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT.
126        * monitor/mon-monitor.c: Apply private version of STREQ.
127
1282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * monitor/symbols.h: Convert to private header.
131        * monitor/monitor.h: Don't include symbols.h.
132        Add forward decls. for symbols from symbols.h.
133        * monitor/Makefile.am: Don't install symbols.h.
134        * monitor/mon-symbols.c: Include "symbols.h".
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
139        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
140        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
141        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
142        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
143        untar/untar.h: URL for license changed.
144
1452003-08-14      Joel Sherrill <joel@OARcorp.com>
146
147        PR 408/filesystem
148        * cpuuse/cpuuse.c: Added sync() service. As part of adding this
149        service, the new RTEMS service rtems_iterate_over_all_threads() was
150        also added. This new service makes it easier to iterate over all the
151        tasks/threads in a system and perform an action on them. This change
152        is to use the new thread iteration service.
153
1542003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * fsmount/Makefile.am: Fix path to automake-includes.
157
1582003-08-13      Joel Sherrill <joel@OARcorp.com>
159
160        * fsmount/.cvsignore: New file.
161
1622003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
163
164        PR 369/filesystem
165        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
166        show the use of the DOSFS functions
167        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
168        fsmount/fsmount.h: New files.
169
1702003-08-05      Till Strauman <strauman@slac.stanford.edu>
171
172        PR 436/rtems_misc
173        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
174
1752003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove (Merged into ../configure.ac).
178        * Makefile.am:
179        Reflect having merged configure.ac into ../configure.ac.
180        * capture/config.h: New.
181        * capture/Makefile.am: Add config.h.
182        Reflect having merged configure.ac into ../configure.ac.
183        * cpuuse/config.h: New.
184        * cpuuse/Makefile.am: Add config.h.
185        Reflect having merged configure.ac into ../configure.ac.
186        * devnull/config.h: New.
187        * devnull/Makefile.am: Add config.h.
188        Reflect having merged configure.ac into ../configure.ac.
189        * dummy/config.h: New.
190        * dummy/Makefile.am: Add config.h.
191        Reflect having merged configure.ac into ../configure.ac.
192        * dumpbuf/config.h: New.
193        * dumpbuf/Makefile.am: Add config.h.
194        Reflect having merged configure.ac into ../configure.ac.
195        * monitor/config.h: New.
196        * monitor/Makefile.am: Add config.h.
197        Reflect having merged configure.ac into ../configure.ac.
198        * mw-fb/config.h: New.
199        * mw-fb/Makefile.am: Add config.h.
200        Reflect having merged configure.ac into ../configure.ac.
201        * rtmonuse/config.h: New.
202        * rtmonuse/Makefile.am: Add config.h.
203        Reflect having merged configure.ac into ../configure.ac.
204        * serdbg/config.h: New.
205        * serdbg/Makefile.am: Add config.h.
206        Reflect having merged configure.ac into ../configure.ac.
207        * shell/config.h: New.
208        * shell/Makefile.am: Add config.h.
209        Reflect having merged configure.ac into ../configure.ac.
210        * stackchk/config.h: New.
211        * stackchk/Makefile.am: Add config.h.
212        Reflect having merged configure.ac into ../configure.ac.
213        * untar/config.h: New.
214        * untar/Makefile.am: Add config.h.
215        Reflect having merged configure.ac into ../configure.ac.
216        * wrapup/Makefile.am:
217        Reflect having merged configure.ac into ../configure.ac.
218
2192003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * capture/capture-cli.c: Add config-header support.
222        * capture/capture.c: Add config-header support.
223        * cpuuse/cpuuse.c: Add config-header support.
224        * devnull/devnull.c: Add config-header support.
225        * dummy/dummy.c: Add config-header support.
226        * dumpbuf/dumpbuf.c: Add config-header support.
227        * monitor/mon-command.c: Add config-header support.
228        * monitor/mon-config.c: Add config-header support.
229        * monitor/mon-dname.c: Add config-header support.
230        * monitor/mon-driver.c: Add config-header support.
231        * monitor/mon-extension.c: Add config-header support.
232        * monitor/mon-itask.c: Add config-header support.
233        * monitor/mon-manager.c: Add config-header support.
234        * monitor/mon-monitor.c: Add config-header support.
235        * monitor/mon-mpci.c: Add config-header support.
236        * monitor/mon-object.c: Add config-header support.
237        * monitor/mon-prmisc.c: Add config-header support.
238        * monitor/mon-queue.c: Add config-header support.
239        * monitor/mon-server.c: Add config-header support.
240        * monitor/mon-symbols.c: Add config-header support.
241        * monitor/mon-task.c: Add config-header support.
242        * mw-fb/mw_fb.c: Add config-header support.
243        * mw-fb/mw_uid.c: Add config-header support.
244        * rtmonuse/rtmonuse.c: Add config-header support.
245        * serdbg/serdbg.c: Add config-header support.
246        * serdbg/serdbgio.c: Add config-header support.
247        * serdbg/termios_printk.c: Add config-header support.
248        * shell/cmds.c: Add config-header support.
249        * stackchk/check.c: Add config-header support.
250        * untar/untar.c: Add config-header support.
251
2522003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
255
2562003-06-04      Joel Sherrill <joel@OARcorp.com>
257
258        * stackchk/check.c: Removed warnings.
259
2602003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * dummy/Makefile.am: Remove stray dummy.rel.
263
2642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Remove AC_CONFIG_AUX_DIR.
267
2682003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        capture/capture-cli.c: Add proper definition to avoid compiler
271        warnings. Apply int = getchar().
272
2732003-02-14      Till Straumann <strauman@slac.stanford.edu>
274
275        PR 352/rtems_misc
276        * shell/shell.c: make rtems_shell main task an FP enabled task.
277
2782003-01-27      Dan Smisko <dan@balanced.com>
279
280        * stackchk/check.c: Fix problem where _Objects_Get_information()
281        will dereference a null pointer when checking the interrupt stack.
282        If there's something at 0, you may be ok at run time but it is wrong.
283
2842003-01-27      Dan Smisko <dan@balanced.com>
285
286        * monitor/mon-command.c: Correct two potential NULL references.
287
2882002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Fix tests for GCC.
291
2922002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Add check for weak function attribute.
295        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
296        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
297        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
298        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
299        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
300        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
301        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
302        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
303        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
304        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
305        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
306        Build iff LIBSERDBG is true.
307        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
308        Build iff LIBSHELL is true.
309        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
310        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
311        * wrapup/Makefile.am: Reflect changes above.
312
3132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Require autoconf-2.57+automake-1.7.2.
316        * capture/Makefile.am: Eliminate C_O_FILES.
317        * cpuuse/Makefile.am: Ditto.
318        * devnull/Makefile.am: Ditto.
319        * dummy/Makefile.am: Ditto.
320        * dumpbuf/Makefile.am: Ditto.
321        * monitor/Makefile.am: Ditto.
322        * rtmonuse/Makefile.am: Ditto.
323        * serdbg/Makefile.am: Ditto.
324        * shell/Makefile.am: Ditto.
325        * stackchk/Makefile.am: Ditto.
326        * untar/Makefile.am: Ditto.
327        * mw-fb/Makefile.am: Eliminate C_O_FILES.
328        Eliminate SRCS.
329
3302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        Moving libmisc from rtems/c/src to rtems/cpukit.
333
334        * Makefile.am: Reflect new path.
335        * configure.ac: Reflect new path.
336        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
337        Remove RTEMS_PROJECT_ROOT.
338        * capture/Makefile.am: Reflect new path.
339        Remove OBJS from all-local.
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        * mw-fb/Makefile.am: Ditto.
346        * rtmonuse/Makefile.am: Ditto.
347        * serdbg/Makefile.am: Ditto.
348        * shell/Makefile.am: Ditto.
349        * stackchk/Makefile.am: Ditto.
350        * untar/Makefile.am: Ditto.
351        * wrapup/Makefile.am: Reflect new path.
352
3532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
356
3572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372
3732002-12-02      Joel Sherrill <joel@OARcorp.com>
374
375        * stackchk/check.c: Better handling of task name.
376
3772002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
380
3812002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * serdbg/serdbgio.c: Add #include <unistd.h>.
386        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
387        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
388        * configure.ac: Check for stdio assignments.
389        Add RTEMS_LIBSHELL conditional.
390
3912002-11-01      Joel Sherrill <joel@OARcorp.com>
392
393        * stackchk/check.c: Removed warnings.
394
3952002-10-31      Joel Sherrill <joel@OARcorp.com>
396
397        * stackchk/check.c: Removed warning.
398
3992002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
402        RTEMS_UNIX to avoid gcc warning.
403
4042002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
405
406        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
407        Patch to remove problems introduced by object name rework.
408
4092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * .cvsignore: Reformat.
412        Add autom4te*cache.
413        Remove autom4te.cache.
414
4152002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * shell/shell.c: #include <time.h>
418        * wrapup/Makefile.am: Eliminate LIBNAME.
419
4202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
428        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
431        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
432        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
434
4352002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
438
4392002-08-01      Joel Sherrill <joel@OARcorp.com>
440
441        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
442        object name is raw versus being a string.
443
4442002-07-30      Joel Sherrill <joel@OARcorp.com>
445
446        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
447        stack if the port doesn't configure using it.
448
4492002-07-24      Joel Sherrill <joel@OARcorp.com>
450
451        * wrapup/Makefile.am: Temporarily don't include serdbg since it
452        causes some BSPs to not link "main(){}" as required by autoconf.
453
4542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * capture/capture.c: include <string.h> for memset.
457        * capture/capture-cli.c: include <string.h> for memset.
458
4592002-07-01      Joel Sherrill <joel@OARcorp.com>
460
461        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
462        monitor/mon-object.c, monitor/monitor.h: Corrected use of
463        _Objects_Information_table now that it is a two dimensional
464        array based upon API and class.  In addition, in the monitor,
465        corrected an error which occured when a target has 64 bit pointers.
466
4672002-07-01      Joel Sherrill <joel@OARcorp.com>
468
469        * stackchk/check.c: Corrected use of
470        _Objects_Information_table now that it is a two dimensional
471        array based upon API and class.
472
4732002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
474
475        * With the addition of serdbg, the standard polled I/O functions
476        for gdbstub and/or printk are optionally routed to any termios-aware
477        device driver, that supports polled mode. See libmisc/serdbg/README.
478        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
479        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
480        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
481        serdbg/.cvsignore: New files.
482        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
483        reflect addition.
484
4852002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Don't preinstall libmisc.a.
488
4892002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac, Makefile.am: Remove references to rootfs.
492
4932002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * rootfs/.cvsignore: Remove.
496        * rootfs/Makefile.am: Remove.
497        * rootfs/mkrootfs.h: Remove.
498        * rootfs/mkrootfs.c: Remove.
499        * configure.ac: Remove rootfs and NETWORKING macros.
500        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
501
5022002-05-16      Chris Johns <ccj@acm.org>
503
504        * Per PR194, added the Capture engine. 
505        * capture/Makefile.am, capture/README, capture/capture-cli.c,
506        capture/capture-cli.h, capture/capture.c, capture/capture.h,
507        capture/.cvsignore: New files.
508        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
509        reflect addition.
510
5112001-05-14      Joel Sherrill <joel@OARcorp.com>
512
513        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
514        a library of the same name.
515
5162002-03-20      Chris Johns <ccj@acm.org>
517
518        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
519        lowercase. The capture engine need to set triggers or watches on task
520        with uppercase names. 
521        Also stop the monitor repeating command when enter is pressed.
522
5232002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * monitor/mon-monitor.c: Replace done with return (gcc3).
526
5272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac:
530        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
531        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
532        * Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
545
5462002-03-20      Chris Johns <ccj@acm.org>
547
548        * PR148.
549        * monitor/mon-prmisc.c: Fixed to print task states correctly.
550
5512002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * shell/shell.c: Remove #undef __STRICT_ANSI__.
554
5552002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
558
5592002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
562
5632001-10-12      Joel Sherrill <joel@OARcorp.com>
564
565        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
566
5672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
570        * configure.in: Remove.
571        * configure.ac: New file, generated from configure.in by autoupdate.
572
5732001-09-28      Joel Sherrill <joel@OARcorp.com>
574
575        * dummy/dummy.c: Now a useful configuration that starts main().
576        * wrapup/Makefile.am: Include a base level configuration in
577        RTEMS library.
578
5792001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
582        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
583        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
584        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
585        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
586        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
587        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
588        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
589        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
590        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
591
5922001-09-27      Joel Sherrill <joel@OARcorp.com>
593
594        * ChangeLog: Fixed typo in date.
595
5962001-09-21      Joel Sherrill <joel@OARcorp.com>
597
598        * configure.in, rootfs/Makefile.am: Added conditional to make sure
599        rootfs does not get built with networking is disabled.  Also
600        added include of compile.am to rootfs/Makefile.am.
601        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
602
6032001-09-19      Chris Johns <ccj@acm.org>
604
605        * Added support for populating the initial "root" filesystem
606        with information obtained via the DHCP response.
607        * rootfs: New directory.
608        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
609        rootfs/mkrootfs.h: New files.
610        * configure.in, Makefile.am: Modified to reflect addition.
611
6122001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
613
614        * shell/shell.c: Don't close file it wasn't open.
615
6162001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
619        of AC_CANONICAL_SYSTEM.
620        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
621        mkinstalldirs and mkdir.
622        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
623        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
624        _RTEMS_OUTPUT_BUILD_SUBDIRS.
625
6262001-09-14      Joel Sherrill <joel@OARcorp.com>
627
628        * ChangeLog: Fixed some mistakes.
629
6302001-09-14      Joel Sherrill <joel@OARcorp.com>
631
632        * ChangeLog: Fixed some mistakes.
633
6342001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
637        of AC_CANONICAL_SYSTEM.
638        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
639        mkinstalldirs and mkdir.
640        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
641        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
642        _RTEMS_OUTPUT_BUILD_SUBDIRS.
643
6442001-09-14      Joel Sherrill <joel@OARcorp.com>
645
646        * ChangeLog: Fixed some mistakes.
647
6482001-09-14      Joel Sherrill <joel@OARcorp.com>
649
650        * ChangeLog: Fixed some mistakes.
651
6522001-09-13      Joel Sherrill <joel@OARcorp.com>
653
654        * devnull/devnull.c: Eliminate warning.
655
6562001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
657
658        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
659
6602001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
661
662        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
663        shell/shell.h: Updates.
664
6652001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
666
667        * monitor/mon-command.c: Add support for partial command matching.
668        The monitor used to have this functionality before it was overhauled
669        to support addition of user commands.
670
6712001-06-14      Joel Sherrill <joel@OARcorp.com>
672
673        * shell/telnetd.c, shell/telnetd.h: Moved to
674        libnetworking/rtems_servers so the network stack to address network
675        depenendency.
676        * shell/Makefile.am: Modified to reflect above.
677
6782001-05-25      Joel Sherrill <joel@OARcorp.com>
679
680        * shell/cmds.c: Removed code from inappropriate source.
681
6822000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
683
684        * monitor/mon-prmisc.c: Correct print line.
685        * shell/Makefile.am: Added new file telnetd.c.
686        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
687        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
688           - The shell_init has a new parameter 'forever' because in
689             /dev/console you need that this process runs forever but in
690             tcp/ip not. (respawn?)
691           - A new task for every session opened trought tcp/ip telnet client.
692             (the chargen,daytime and more are possible of implementation but
693             I ask me if they are necesary)
694           - Exit from the session delete the task and when the client fails too.
695           - More cmds have been implemented. (very reduced version of these)
696             umask, chmod, id, whoami, rm, cat, ...
697           - A reduced line edit has been implemented.
698               Ctrl-C abort the input,
699               Ctrl-d in the first position gives EOF (logout).
700               '\b' and DEL makes the rubout operation.
701               I think that readline() for every session spents a lot of resources.
702
7032001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
706        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
707
7082001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
709
710        * Added initial shell functionality.
711        * Makefile.am, configure.in, wrapup/Makefile.am:
712        * shell/.cvsignore, shell/Makefile.am, shell/README,
713        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
714
7152001-04-20      Joel Sherrill <joel@OARcorp.com>
716
717        * devnull/devnull.c (null_initialize): Added check to
718        ensure that the driver is only initialized once.  Otherwise,
719        it will abort when the device /dev/null is present.
720        (null_write): Do not dereference a NULL pointer.
721
7222001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
725
7262001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
729        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
730        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
731        Apply include_*HEADERS instead of H_FILES.
732
7332001-01-05      Joel Sherrill <joel@OARcorp.com>
734
735        * devnull: New addition.  Moved from libcpu/sh.
736        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
737        devnull/Makefile.am: New files.
738        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
739        addition of above.
740
7412000-11-30      Joel Sherrill <joel@OARcorp.com>
742
743        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
744
7452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
748
7492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
752
7532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
756        Switch to GNU canonicalization.
757
7582000-09-28      Joel Sherrill <joel@OARcorp.com>
759
760        * monitor/mon-driver.c: Accounted for addition of "_entry" to
761        fields in rtems_driver_address_table.
762
7632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764       
765        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
766        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
767        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
768        Include compile.am.
769
7702000-08-30      Joel Sherrill <joel@OARcorp.com>
771
772        * Many files: Moved posix/include/rtems/posix/seterr.h to
773        score/include/rtems/seterr.h so it would be available within
774        all APIs.
775
7762000-08-30      Joel Sherrill <joel@OARcorp.com>
777
778        * mw-fb/.cvsignore: New file.
779
7802000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
781
782        * Added generic Micro FrameBuffer interface for MicroWindows.
783        This interface allows MicroWindows to under RTEMS. A sample
784        driver has been developed for the pc386 BSP. See
785        pc386/fb_vga.c as a sample.
786        * Added Uniform Input Device interface for MicroWindows.
787        See PC386 bsp for sample drivers for mouse and keyboard (console).
788        * mw-bf: New directory.
789        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
790        * mw-fb/Makefile.am: New file.
791        * mw-fb/mw_fb.c: New file.
792        * mw-fb/mw_fb.h: New file.
793        * mw-fb/mw_uid.c: New file.
794        * mw-fb/mw_uid.h: New file.
795
7962000-08-10      Joel Sherrill <joel@OARcorp.com>
797
798        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.