source: rtems/cpukit/libmisc/ChangeLog @ 10ec9ae

Last change on this file since 10ec9ae was 10ec9ae, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/05/03 at 19:06: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: 20.1 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        * capture/capture-cli.c: Add config-header support.
9        * capture/capture.c: Add config-header support.
10        * cpuuse/cpuuse.c: Add config-header support.
11        * devnull/devnull.c: Add config-header support.
12        * dummy/dummy.c: Add config-header support.
13        * dumpbuf/dumpbuf.c: Add config-header support.
14        * monitor/mon-command.c: Add config-header support.
15        * monitor/mon-config.c: Add config-header support.
16        * monitor/mon-dname.c: Add config-header support.
17        * monitor/mon-driver.c: Add config-header support.
18        * monitor/mon-extension.c: Add config-header support.
19        * monitor/mon-itask.c: Add config-header support.
20        * monitor/mon-manager.c: Add config-header support.
21        * monitor/mon-monitor.c: Add config-header support.
22        * monitor/mon-mpci.c: Add config-header support.
23        * monitor/mon-object.c: Add config-header support.
24        * monitor/mon-prmisc.c: Add config-header support.
25        * monitor/mon-queue.c: Add config-header support.
26        * monitor/mon-server.c: Add config-header support.
27        * monitor/mon-symbols.c: Add config-header support.
28        * monitor/mon-task.c: Add config-header support.
29        * mw-fb/mw_fb.c: Add config-header support.
30        * mw-fb/mw_uid.c: Add config-header support.
31        * rtmonuse/rtmonuse.c: Add config-header support.
32        * serdbg/serdbg.c: Add config-header support.
33        * serdbg/serdbgio.c: Add config-header support.
34        * serdbg/termios_printk.c: Add config-header support.
35        * shell/cmds.c: Add config-header support.
36        * stackchk/check.c: Add config-header support.
37        * untar/untar.c: Add config-header support.
38
392003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
42
432003-06-04      Joel Sherrill <joel@OARcorp.com>
44
45        * stackchk/check.c: Removed warnings.
46
472003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * dummy/Makefile.am: Remove stray dummy.rel.
50
512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove AC_CONFIG_AUX_DIR.
54
552003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        capture/capture-cli.c: Add proper definition to avoid compiler
58        warnings. Apply int = getchar().
59
602003-02-14      Till Straumann <strauman@slac.stanford.edu>
61
62        PR 352/rtems_misc
63        * shell/shell.c: make rtems_shell main task an FP enabled task.
64
652003-01-27      Dan Smisko <dan@balanced.com>
66
67        * stackchk/check.c: Fix problem where _Objects_Get_information()
68        will dereference a null pointer when checking the interrupt stack.
69        If there's something at 0, you may be ok at run time but it is wrong.
70
712003-01-27      Dan Smisko <dan@balanced.com>
72
73        * monitor/mon-command.c: Correct two potential NULL references.
74
752002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Fix tests for GCC.
78
792002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add check for weak function attribute.
82        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
83        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
84        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
85        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
86        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
87        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
88        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
89        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
90        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
91        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
92        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
93        Build iff LIBSERDBG is true.
94        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
95        Build iff LIBSHELL is true.
96        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
97        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
98        * wrapup/Makefile.am: Reflect changes above.
99
1002002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Require autoconf-2.57+automake-1.7.2.
103        * capture/Makefile.am: Eliminate C_O_FILES.
104        * cpuuse/Makefile.am: Ditto.
105        * devnull/Makefile.am: Ditto.
106        * dummy/Makefile.am: Ditto.
107        * dumpbuf/Makefile.am: Ditto.
108        * monitor/Makefile.am: Ditto.
109        * rtmonuse/Makefile.am: Ditto.
110        * serdbg/Makefile.am: Ditto.
111        * shell/Makefile.am: Ditto.
112        * stackchk/Makefile.am: Ditto.
113        * untar/Makefile.am: Ditto.
114        * mw-fb/Makefile.am: Eliminate C_O_FILES.
115        Eliminate SRCS.
116
1172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        Moving libmisc from rtems/c/src to rtems/cpukit.
120
121        * Makefile.am: Reflect new path.
122        * configure.ac: Reflect new path.
123        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
124        Remove RTEMS_PROJECT_ROOT.
125        * capture/Makefile.am: Reflect new path.
126        Remove OBJS from all-local.
127        * cpuuse/Makefile.am: Ditto.
128        * devnull/Makefile.am: Ditto.
129        * dummy/Makefile.am: Ditto.
130        * dumpbuf/Makefile.am: Ditto.
131        * monitor/Makefile.am: Ditto.
132        * mw-fb/Makefile.am: Ditto.
133        * rtmonuse/Makefile.am: Ditto.
134        * serdbg/Makefile.am: Ditto.
135        * shell/Makefile.am: Ditto.
136        * stackchk/Makefile.am: Ditto.
137        * untar/Makefile.am: Ditto.
138        * wrapup/Makefile.am: Reflect new path.
139
1402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
143
1442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
147        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
148        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
150        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
151        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
152        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159
1602002-12-02      Joel Sherrill <joel@OARcorp.com>
161
162        * stackchk/check.c: Better handling of task name.
163
1642002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
167
1682002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * serdbg/serdbgio.c: Add #include <unistd.h>.
173        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
174        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
175        * configure.ac: Check for stdio assignments.
176        Add RTEMS_LIBSHELL conditional.
177
1782002-11-01      Joel Sherrill <joel@OARcorp.com>
179
180        * stackchk/check.c: Removed warnings.
181
1822002-10-31      Joel Sherrill <joel@OARcorp.com>
183
184        * stackchk/check.c: Removed warning.
185
1862002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
189        RTEMS_UNIX to avoid gcc warning.
190
1912002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
192
193        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
194        Patch to remove problems introduced by object name rework.
195
1962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Reformat.
199        Add autom4te*cache.
200        Remove autom4te.cache.
201
2022002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * shell/shell.c: #include <time.h>
205        * wrapup/Makefile.am: Eliminate LIBNAME.
206
2072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
221
2222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
225
2262002-08-01      Joel Sherrill <joel@OARcorp.com>
227
228        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
229        object name is raw versus being a string.
230
2312002-07-30      Joel Sherrill <joel@OARcorp.com>
232
233        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
234        stack if the port doesn't configure using it.
235
2362002-07-24      Joel Sherrill <joel@OARcorp.com>
237
238        * wrapup/Makefile.am: Temporarily don't include serdbg since it
239        causes some BSPs to not link "main(){}" as required by autoconf.
240
2412002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * capture/capture.c: include <string.h> for memset.
244        * capture/capture-cli.c: include <string.h> for memset.
245
2462002-07-01      Joel Sherrill <joel@OARcorp.com>
247
248        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
249        monitor/mon-object.c, monitor/monitor.h: Corrected use of
250        _Objects_Information_table now that it is a two dimensional
251        array based upon API and class.  In addition, in the monitor,
252        corrected an error which occured when a target has 64 bit pointers.
253
2542002-07-01      Joel Sherrill <joel@OARcorp.com>
255
256        * stackchk/check.c: Corrected use of
257        _Objects_Information_table now that it is a two dimensional
258        array based upon API and class.
259
2602002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
261
262        * With the addition of serdbg, the standard polled I/O functions
263        for gdbstub and/or printk are optionally routed to any termios-aware
264        device driver, that supports polled mode. See libmisc/serdbg/README.
265        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
266        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
267        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
268        serdbg/.cvsignore: New files.
269        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
270        reflect addition.
271
2722002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Don't preinstall libmisc.a.
275
2762002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac, Makefile.am: Remove references to rootfs.
279
2802002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * rootfs/.cvsignore: Remove.
283        * rootfs/Makefile.am: Remove.
284        * rootfs/mkrootfs.h: Remove.
285        * rootfs/mkrootfs.c: Remove.
286        * configure.ac: Remove rootfs and NETWORKING macros.
287        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
288
2892002-05-16      Chris Johns <ccj@acm.org>
290
291        * Per PR194, added the Capture engine. 
292        * capture/Makefile.am, capture/README, capture/capture-cli.c,
293        capture/capture-cli.h, capture/capture.c, capture/capture.h,
294        capture/.cvsignore: New files.
295        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
296        reflect addition.
297
2982001-05-14      Joel Sherrill <joel@OARcorp.com>
299
300        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
301        a library of the same name.
302
3032002-03-20      Chris Johns <ccj@acm.org>
304
305        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
306        lowercase. The capture engine need to set triggers or watches on task
307        with uppercase names. 
308        Also stop the monitor repeating command when enter is pressed.
309
3102002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * monitor/mon-monitor.c: Replace done with return (gcc3).
313
3142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac:
317        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
318        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
319        * Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
332
3332002-03-20      Chris Johns <ccj@acm.org>
334
335        * PR148.
336        * monitor/mon-prmisc.c: Fixed to print task states correctly.
337
3382002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * shell/shell.c: Remove #undef __STRICT_ANSI__.
341
3422002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
345
3462002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
349
3502001-10-12      Joel Sherrill <joel@OARcorp.com>
351
352        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
353
3542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
357        * configure.in: Remove.
358        * configure.ac: New file, generated from configure.in by autoupdate.
359
3602001-09-28      Joel Sherrill <joel@OARcorp.com>
361
362        * dummy/dummy.c: Now a useful configuration that starts main().
363        * wrapup/Makefile.am: Include a base level configuration in
364        RTEMS library.
365
3662001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
369        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
370        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
371        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
372        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
373        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
374        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
375        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
376        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
377        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
378
3792001-09-27      Joel Sherrill <joel@OARcorp.com>
380
381        * ChangeLog: Fixed typo in date.
382
3832001-09-21      Joel Sherrill <joel@OARcorp.com>
384
385        * configure.in, rootfs/Makefile.am: Added conditional to make sure
386        rootfs does not get built with networking is disabled.  Also
387        added include of compile.am to rootfs/Makefile.am.
388        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
389
3902001-09-19      Chris Johns <ccj@acm.org>
391
392        * Added support for populating the initial "root" filesystem
393        with information obtained via the DHCP response.
394        * rootfs: New directory.
395        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
396        rootfs/mkrootfs.h: New files.
397        * configure.in, Makefile.am: Modified to reflect addition.
398
3992001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
400
401        * shell/shell.c: Don't close file it wasn't open.
402
4032001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
406        of AC_CANONICAL_SYSTEM.
407        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
408        mkinstalldirs and mkdir.
409        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
410        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
411        _RTEMS_OUTPUT_BUILD_SUBDIRS.
412
4132001-09-14      Joel Sherrill <joel@OARcorp.com>
414
415        * ChangeLog: Fixed some mistakes.
416
4172001-09-14      Joel Sherrill <joel@OARcorp.com>
418
419        * ChangeLog: Fixed some mistakes.
420
4212001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
424        of AC_CANONICAL_SYSTEM.
425        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
426        mkinstalldirs and mkdir.
427        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
428        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
429        _RTEMS_OUTPUT_BUILD_SUBDIRS.
430
4312001-09-14      Joel Sherrill <joel@OARcorp.com>
432
433        * ChangeLog: Fixed some mistakes.
434
4352001-09-14      Joel Sherrill <joel@OARcorp.com>
436
437        * ChangeLog: Fixed some mistakes.
438
4392001-09-13      Joel Sherrill <joel@OARcorp.com>
440
441        * devnull/devnull.c: Eliminate warning.
442
4432001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
444
445        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
446
4472001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
448
449        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
450        shell/shell.h: Updates.
451
4522001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
453
454        * monitor/mon-command.c: Add support for partial command matching.
455        The monitor used to have this functionality before it was overhauled
456        to support addition of user commands.
457
4582001-06-14      Joel Sherrill <joel@OARcorp.com>
459
460        * shell/telnetd.c, shell/telnetd.h: Moved to
461        libnetworking/rtems_servers so the network stack to address network
462        depenendency.
463        * shell/Makefile.am: Modified to reflect above.
464
4652001-05-25      Joel Sherrill <joel@OARcorp.com>
466
467        * shell/cmds.c: Removed code from inappropriate source.
468
4692000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
470
471        * monitor/mon-prmisc.c: Correct print line.
472        * shell/Makefile.am: Added new file telnetd.c.
473        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
474        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
475           - The shell_init has a new parameter 'forever' because in
476             /dev/console you need that this process runs forever but in
477             tcp/ip not. (respawn?)
478           - A new task for every session opened trought tcp/ip telnet client.
479             (the chargen,daytime and more are possible of implementation but
480             I ask me if they are necesary)
481           - Exit from the session delete the task and when the client fails too.
482           - More cmds have been implemented. (very reduced version of these)
483             umask, chmod, id, whoami, rm, cat, ...
484           - A reduced line edit has been implemented.
485               Ctrl-C abort the input,
486               Ctrl-d in the first position gives EOF (logout).
487               '\b' and DEL makes the rubout operation.
488               I think that readline() for every session spents a lot of resources.
489
4902001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
493        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
494
4952001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
496
497        * Added initial shell functionality.
498        * Makefile.am, configure.in, wrapup/Makefile.am:
499        * shell/.cvsignore, shell/Makefile.am, shell/README,
500        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
501
5022001-04-20      Joel Sherrill <joel@OARcorp.com>
503
504        * devnull/devnull.c (null_initialize): Added check to
505        ensure that the driver is only initialized once.  Otherwise,
506        it will abort when the device /dev/null is present.
507        (null_write): Do not dereference a NULL pointer.
508
5092001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
512
5132001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
516        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
517        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
518        Apply include_*HEADERS instead of H_FILES.
519
5202001-01-05      Joel Sherrill <joel@OARcorp.com>
521
522        * devnull: New addition.  Moved from libcpu/sh.
523        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
524        devnull/Makefile.am: New files.
525        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
526        addition of above.
527
5282000-11-30      Joel Sherrill <joel@OARcorp.com>
529
530        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
531
5322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
535
5362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
539
5402000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
543        Switch to GNU canonicalization.
544
5452000-09-28      Joel Sherrill <joel@OARcorp.com>
546
547        * monitor/mon-driver.c: Accounted for addition of "_entry" to
548        fields in rtems_driver_address_table.
549
5502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551       
552        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
553        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
554        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
555        Include compile.am.
556
5572000-08-30      Joel Sherrill <joel@OARcorp.com>
558
559        * Many files: Moved posix/include/rtems/posix/seterr.h to
560        score/include/rtems/seterr.h so it would be available within
561        all APIs.
562
5632000-08-30      Joel Sherrill <joel@OARcorp.com>
564
565        * mw-fb/.cvsignore: New file.
566
5672000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
568
569        * Added generic Micro FrameBuffer interface for MicroWindows.
570        This interface allows MicroWindows to under RTEMS. A sample
571        driver has been developed for the pc386 BSP. See
572        pc386/fb_vga.c as a sample.
573        * Added Uniform Input Device interface for MicroWindows.
574        See PC386 bsp for sample drivers for mouse and keyboard (console).
575        * mw-bf: New directory.
576        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
577        * mw-fb/Makefile.am: New file.
578        * mw-fb/mw_fb.c: New file.
579        * mw-fb/mw_fb.h: New file.
580        * mw-fb/mw_uid.c: New file.
581        * mw-fb/mw_uid.h: New file.
582
5832000-08-10      Joel Sherrill <joel@OARcorp.com>
584
585        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.