source: rtems/cpukit/libmisc/ChangeLog @ 2d99235e

4.104.114.84.95
Last change on this file since 2d99235e was 2d99235e, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/05/03 at 18:59:56

2003-08-05 Till Strauman <strauman@…>

PR 436/rtems_misc

  • monitor/mon-monitor.c: monitor registered commands list manipulation bugs
  • Property mode set to 100644
File size: 21.7 KB
Line 
12003-08-05      Till Strauman <strauman@slac.stanford.edu>
2
3        PR 436/rtems_misc
4        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
5
62003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove (Merged into ../configure.ac).
9        * Makefile.am:
10        Reflect having merged configure.ac into ../configure.ac.
11        * capture/config.h: New.
12        * capture/Makefile.am: Add config.h.
13        Reflect having merged configure.ac into ../configure.ac.
14        * cpuuse/config.h: New.
15        * cpuuse/Makefile.am: Add config.h.
16        Reflect having merged configure.ac into ../configure.ac.
17        * devnull/config.h: New.
18        * devnull/Makefile.am: Add config.h.
19        Reflect having merged configure.ac into ../configure.ac.
20        * dummy/config.h: New.
21        * dummy/Makefile.am: Add config.h.
22        Reflect having merged configure.ac into ../configure.ac.
23        * dumpbuf/config.h: New.
24        * dumpbuf/Makefile.am: Add config.h.
25        Reflect having merged configure.ac into ../configure.ac.
26        * monitor/config.h: New.
27        * monitor/Makefile.am: Add config.h.
28        Reflect having merged configure.ac into ../configure.ac.
29        * mw-fb/config.h: New.
30        * mw-fb/Makefile.am: Add config.h.
31        Reflect having merged configure.ac into ../configure.ac.
32        * rtmonuse/config.h: New.
33        * rtmonuse/Makefile.am: Add config.h.
34        Reflect having merged configure.ac into ../configure.ac.
35        * serdbg/config.h: New.
36        * serdbg/Makefile.am: Add config.h.
37        Reflect having merged configure.ac into ../configure.ac.
38        * shell/config.h: New.
39        * shell/Makefile.am: Add config.h.
40        Reflect having merged configure.ac into ../configure.ac.
41        * stackchk/config.h: New.
42        * stackchk/Makefile.am: Add config.h.
43        Reflect having merged configure.ac into ../configure.ac.
44        * untar/config.h: New.
45        * untar/Makefile.am: Add config.h.
46        Reflect having merged configure.ac into ../configure.ac.
47        * wrapup/Makefile.am:
48        Reflect having merged configure.ac into ../configure.ac.
49
502003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * capture/capture-cli.c: Add config-header support.
53        * capture/capture.c: Add config-header support.
54        * cpuuse/cpuuse.c: Add config-header support.
55        * devnull/devnull.c: Add config-header support.
56        * dummy/dummy.c: Add config-header support.
57        * dumpbuf/dumpbuf.c: Add config-header support.
58        * monitor/mon-command.c: Add config-header support.
59        * monitor/mon-config.c: Add config-header support.
60        * monitor/mon-dname.c: Add config-header support.
61        * monitor/mon-driver.c: Add config-header support.
62        * monitor/mon-extension.c: Add config-header support.
63        * monitor/mon-itask.c: Add config-header support.
64        * monitor/mon-manager.c: Add config-header support.
65        * monitor/mon-monitor.c: Add config-header support.
66        * monitor/mon-mpci.c: Add config-header support.
67        * monitor/mon-object.c: Add config-header support.
68        * monitor/mon-prmisc.c: Add config-header support.
69        * monitor/mon-queue.c: Add config-header support.
70        * monitor/mon-server.c: Add config-header support.
71        * monitor/mon-symbols.c: Add config-header support.
72        * monitor/mon-task.c: Add config-header support.
73        * mw-fb/mw_fb.c: Add config-header support.
74        * mw-fb/mw_uid.c: Add config-header support.
75        * rtmonuse/rtmonuse.c: Add config-header support.
76        * serdbg/serdbg.c: Add config-header support.
77        * serdbg/serdbgio.c: Add config-header support.
78        * serdbg/termios_printk.c: Add config-header support.
79        * shell/cmds.c: Add config-header support.
80        * stackchk/check.c: Add config-header support.
81        * untar/untar.c: Add config-header support.
82
832003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
86
872003-06-04      Joel Sherrill <joel@OARcorp.com>
88
89        * stackchk/check.c: Removed warnings.
90
912003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * dummy/Makefile.am: Remove stray dummy.rel.
94
952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove AC_CONFIG_AUX_DIR.
98
992003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        capture/capture-cli.c: Add proper definition to avoid compiler
102        warnings. Apply int = getchar().
103
1042003-02-14      Till Straumann <strauman@slac.stanford.edu>
105
106        PR 352/rtems_misc
107        * shell/shell.c: make rtems_shell main task an FP enabled task.
108
1092003-01-27      Dan Smisko <dan@balanced.com>
110
111        * stackchk/check.c: Fix problem where _Objects_Get_information()
112        will dereference a null pointer when checking the interrupt stack.
113        If there's something at 0, you may be ok at run time but it is wrong.
114
1152003-01-27      Dan Smisko <dan@balanced.com>
116
117        * monitor/mon-command.c: Correct two potential NULL references.
118
1192002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Fix tests for GCC.
122
1232002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add check for weak function attribute.
126        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
127        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
128        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
129        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
130        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
131        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
132        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
133        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
134        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
135        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
136        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
137        Build iff LIBSERDBG is true.
138        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
139        Build iff LIBSHELL is true.
140        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
141        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
142        * wrapup/Makefile.am: Reflect changes above.
143
1442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Require autoconf-2.57+automake-1.7.2.
147        * capture/Makefile.am: Eliminate C_O_FILES.
148        * cpuuse/Makefile.am: Ditto.
149        * devnull/Makefile.am: Ditto.
150        * dummy/Makefile.am: Ditto.
151        * dumpbuf/Makefile.am: Ditto.
152        * monitor/Makefile.am: Ditto.
153        * rtmonuse/Makefile.am: Ditto.
154        * serdbg/Makefile.am: Ditto.
155        * shell/Makefile.am: Ditto.
156        * stackchk/Makefile.am: Ditto.
157        * untar/Makefile.am: Ditto.
158        * mw-fb/Makefile.am: Eliminate C_O_FILES.
159        Eliminate SRCS.
160
1612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        Moving libmisc from rtems/c/src to rtems/cpukit.
164
165        * Makefile.am: Reflect new path.
166        * configure.ac: Reflect new path.
167        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
168        Remove RTEMS_PROJECT_ROOT.
169        * capture/Makefile.am: Reflect new path.
170        Remove OBJS from all-local.
171        * cpuuse/Makefile.am: Ditto.
172        * devnull/Makefile.am: Ditto.
173        * dummy/Makefile.am: Ditto.
174        * dumpbuf/Makefile.am: Ditto.
175        * monitor/Makefile.am: Ditto.
176        * mw-fb/Makefile.am: Ditto.
177        * rtmonuse/Makefile.am: Ditto.
178        * serdbg/Makefile.am: Ditto.
179        * shell/Makefile.am: Ditto.
180        * stackchk/Makefile.am: Ditto.
181        * untar/Makefile.am: Ditto.
182        * wrapup/Makefile.am: Reflect new path.
183
1842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
187
1882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203
2042002-12-02      Joel Sherrill <joel@OARcorp.com>
205
206        * stackchk/check.c: Better handling of task name.
207
2082002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
211
2122002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * serdbg/serdbgio.c: Add #include <unistd.h>.
217        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
218        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
219        * configure.ac: Check for stdio assignments.
220        Add RTEMS_LIBSHELL conditional.
221
2222002-11-01      Joel Sherrill <joel@OARcorp.com>
223
224        * stackchk/check.c: Removed warnings.
225
2262002-10-31      Joel Sherrill <joel@OARcorp.com>
227
228        * stackchk/check.c: Removed warning.
229
2302002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
233        RTEMS_UNIX to avoid gcc warning.
234
2352002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
236
237        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
238        Patch to remove problems introduced by object name rework.
239
2402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * .cvsignore: Reformat.
243        Add autom4te*cache.
244        Remove autom4te.cache.
245
2462002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * shell/shell.c: #include <time.h>
249        * wrapup/Makefile.am: Eliminate LIBNAME.
250
2512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
265
2662002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
269
2702002-08-01      Joel Sherrill <joel@OARcorp.com>
271
272        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
273        object name is raw versus being a string.
274
2752002-07-30      Joel Sherrill <joel@OARcorp.com>
276
277        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
278        stack if the port doesn't configure using it.
279
2802002-07-24      Joel Sherrill <joel@OARcorp.com>
281
282        * wrapup/Makefile.am: Temporarily don't include serdbg since it
283        causes some BSPs to not link "main(){}" as required by autoconf.
284
2852002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * capture/capture.c: include <string.h> for memset.
288        * capture/capture-cli.c: include <string.h> for memset.
289
2902002-07-01      Joel Sherrill <joel@OARcorp.com>
291
292        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
293        monitor/mon-object.c, monitor/monitor.h: Corrected use of
294        _Objects_Information_table now that it is a two dimensional
295        array based upon API and class.  In addition, in the monitor,
296        corrected an error which occured when a target has 64 bit pointers.
297
2982002-07-01      Joel Sherrill <joel@OARcorp.com>
299
300        * stackchk/check.c: Corrected use of
301        _Objects_Information_table now that it is a two dimensional
302        array based upon API and class.
303
3042002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
305
306        * With the addition of serdbg, the standard polled I/O functions
307        for gdbstub and/or printk are optionally routed to any termios-aware
308        device driver, that supports polled mode. See libmisc/serdbg/README.
309        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
310        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
311        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
312        serdbg/.cvsignore: New files.
313        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
314        reflect addition.
315
3162002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Don't preinstall libmisc.a.
319
3202002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac, Makefile.am: Remove references to rootfs.
323
3242002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * rootfs/.cvsignore: Remove.
327        * rootfs/Makefile.am: Remove.
328        * rootfs/mkrootfs.h: Remove.
329        * rootfs/mkrootfs.c: Remove.
330        * configure.ac: Remove rootfs and NETWORKING macros.
331        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
332
3332002-05-16      Chris Johns <ccj@acm.org>
334
335        * Per PR194, added the Capture engine. 
336        * capture/Makefile.am, capture/README, capture/capture-cli.c,
337        capture/capture-cli.h, capture/capture.c, capture/capture.h,
338        capture/.cvsignore: New files.
339        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
340        reflect addition.
341
3422001-05-14      Joel Sherrill <joel@OARcorp.com>
343
344        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
345        a library of the same name.
346
3472002-03-20      Chris Johns <ccj@acm.org>
348
349        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
350        lowercase. The capture engine need to set triggers or watches on task
351        with uppercase names. 
352        Also stop the monitor repeating command when enter is pressed.
353
3542002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * monitor/mon-monitor.c: Replace done with return (gcc3).
357
3582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac:
361        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
362        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
363        * Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
376
3772002-03-20      Chris Johns <ccj@acm.org>
378
379        * PR148.
380        * monitor/mon-prmisc.c: Fixed to print task states correctly.
381
3822002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * shell/shell.c: Remove #undef __STRICT_ANSI__.
385
3862002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
389
3902002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
393
3942001-10-12      Joel Sherrill <joel@OARcorp.com>
395
396        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
397
3982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
401        * configure.in: Remove.
402        * configure.ac: New file, generated from configure.in by autoupdate.
403
4042001-09-28      Joel Sherrill <joel@OARcorp.com>
405
406        * dummy/dummy.c: Now a useful configuration that starts main().
407        * wrapup/Makefile.am: Include a base level configuration in
408        RTEMS library.
409
4102001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
413        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
414        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
415        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
416        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
417        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
418        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
419        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
420        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
421        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
422
4232001-09-27      Joel Sherrill <joel@OARcorp.com>
424
425        * ChangeLog: Fixed typo in date.
426
4272001-09-21      Joel Sherrill <joel@OARcorp.com>
428
429        * configure.in, rootfs/Makefile.am: Added conditional to make sure
430        rootfs does not get built with networking is disabled.  Also
431        added include of compile.am to rootfs/Makefile.am.
432        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
433
4342001-09-19      Chris Johns <ccj@acm.org>
435
436        * Added support for populating the initial "root" filesystem
437        with information obtained via the DHCP response.
438        * rootfs: New directory.
439        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
440        rootfs/mkrootfs.h: New files.
441        * configure.in, Makefile.am: Modified to reflect addition.
442
4432001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
444
445        * shell/shell.c: Don't close file it wasn't open.
446
4472001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
450        of AC_CANONICAL_SYSTEM.
451        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
452        mkinstalldirs and mkdir.
453        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
454        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
455        _RTEMS_OUTPUT_BUILD_SUBDIRS.
456
4572001-09-14      Joel Sherrill <joel@OARcorp.com>
458
459        * ChangeLog: Fixed some mistakes.
460
4612001-09-14      Joel Sherrill <joel@OARcorp.com>
462
463        * ChangeLog: Fixed some mistakes.
464
4652001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
468        of AC_CANONICAL_SYSTEM.
469        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
470        mkinstalldirs and mkdir.
471        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
472        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
473        _RTEMS_OUTPUT_BUILD_SUBDIRS.
474
4752001-09-14      Joel Sherrill <joel@OARcorp.com>
476
477        * ChangeLog: Fixed some mistakes.
478
4792001-09-14      Joel Sherrill <joel@OARcorp.com>
480
481        * ChangeLog: Fixed some mistakes.
482
4832001-09-13      Joel Sherrill <joel@OARcorp.com>
484
485        * devnull/devnull.c: Eliminate warning.
486
4872001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
488
489        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
490
4912001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
492
493        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
494        shell/shell.h: Updates.
495
4962001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
497
498        * monitor/mon-command.c: Add support for partial command matching.
499        The monitor used to have this functionality before it was overhauled
500        to support addition of user commands.
501
5022001-06-14      Joel Sherrill <joel@OARcorp.com>
503
504        * shell/telnetd.c, shell/telnetd.h: Moved to
505        libnetworking/rtems_servers so the network stack to address network
506        depenendency.
507        * shell/Makefile.am: Modified to reflect above.
508
5092001-05-25      Joel Sherrill <joel@OARcorp.com>
510
511        * shell/cmds.c: Removed code from inappropriate source.
512
5132000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
514
515        * monitor/mon-prmisc.c: Correct print line.
516        * shell/Makefile.am: Added new file telnetd.c.
517        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
518        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
519           - The shell_init has a new parameter 'forever' because in
520             /dev/console you need that this process runs forever but in
521             tcp/ip not. (respawn?)
522           - A new task for every session opened trought tcp/ip telnet client.
523             (the chargen,daytime and more are possible of implementation but
524             I ask me if they are necesary)
525           - Exit from the session delete the task and when the client fails too.
526           - More cmds have been implemented. (very reduced version of these)
527             umask, chmod, id, whoami, rm, cat, ...
528           - A reduced line edit has been implemented.
529               Ctrl-C abort the input,
530               Ctrl-d in the first position gives EOF (logout).
531               '\b' and DEL makes the rubout operation.
532               I think that readline() for every session spents a lot of resources.
533
5342001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
537        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
538
5392001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
540
541        * Added initial shell functionality.
542        * Makefile.am, configure.in, wrapup/Makefile.am:
543        * shell/.cvsignore, shell/Makefile.am, shell/README,
544        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
545
5462001-04-20      Joel Sherrill <joel@OARcorp.com>
547
548        * devnull/devnull.c (null_initialize): Added check to
549        ensure that the driver is only initialized once.  Otherwise,
550        it will abort when the device /dev/null is present.
551        (null_write): Do not dereference a NULL pointer.
552
5532001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
556
5572001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
560        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
561        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
562        Apply include_*HEADERS instead of H_FILES.
563
5642001-01-05      Joel Sherrill <joel@OARcorp.com>
565
566        * devnull: New addition.  Moved from libcpu/sh.
567        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
568        devnull/Makefile.am: New files.
569        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
570        addition of above.
571
5722000-11-30      Joel Sherrill <joel@OARcorp.com>
573
574        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
575
5762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
579
5802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
583
5842000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
587        Switch to GNU canonicalization.
588
5892000-09-28      Joel Sherrill <joel@OARcorp.com>
590
591        * monitor/mon-driver.c: Accounted for addition of "_entry" to
592        fields in rtems_driver_address_table.
593
5942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595       
596        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
597        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
598        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
599        Include compile.am.
600
6012000-08-30      Joel Sherrill <joel@OARcorp.com>
602
603        * Many files: Moved posix/include/rtems/posix/seterr.h to
604        score/include/rtems/seterr.h so it would be available within
605        all APIs.
606
6072000-08-30      Joel Sherrill <joel@OARcorp.com>
608
609        * mw-fb/.cvsignore: New file.
610
6112000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
612
613        * Added generic Micro FrameBuffer interface for MicroWindows.
614        This interface allows MicroWindows to under RTEMS. A sample
615        driver has been developed for the pc386 BSP. See
616        pc386/fb_vga.c as a sample.
617        * Added Uniform Input Device interface for MicroWindows.
618        See PC386 bsp for sample drivers for mouse and keyboard (console).
619        * mw-bf: New directory.
620        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
621        * mw-fb/Makefile.am: New file.
622        * mw-fb/mw_fb.c: New file.
623        * mw-fb/mw_fb.h: New file.
624        * mw-fb/mw_uid.c: New file.
625        * mw-fb/mw_uid.h: New file.
626
6272000-08-10      Joel Sherrill <joel@OARcorp.com>
628
629        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.