source: rtems/cpukit/libmisc/ChangeLog @ 497a46e

Last change on this file since 497a46e was 497a46e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/03 at 14:18:01

2003-12-11 Joel Sherrill <joel@…>

PR 531/rtems_misc

  • rtmonuse/rtmonuse.c: Correct indexing.
  • Property mode set to 100644
File size: 21.2 KB
Line 
12003-12-11      Joel Sherrill <joel@OARcorp.com>
2
3        PR 531/rtems_misc
4        * rtmonuse/rtmonuse.c: Correct indexing.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
9        devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
10        dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
11        serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
12        stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
13        untar/untar.h: URL for license changed.
14
152003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * fsmount/Makefile.am: Revert previous change.
18
192003-08-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * fsmount/Makefile.am: Fix path to automake-includes.
22
232003-08-13      Joel Sherrill <joel@OARcorp.com>
24
25        * fsmount/.cvsignore: New file.
26
272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
30
312003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
32
33        PR 369/filesystem
34        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
35        show the use of the DOSFS functions
36        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
37        fsmount/fsmount.h: New files.
38
392003-08-05      Till Strauman <strauman@slac.stanford.edu>
40
41        PR 436/rtems_misc
42        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
43
442003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * capture/capture-cli.c: Add config-header support.
47        * capture/capture.c: Add config-header support.
48        * cpuuse/cpuuse.c: Add config-header support.
49        * devnull/devnull.c: Add config-header support.
50        * dummy/dummy.c: Add config-header support.
51        * dumpbuf/dumpbuf.c: Add config-header support.
52        * monitor/mon-command.c: Add config-header support.
53        * monitor/mon-config.c: Add config-header support.
54        * monitor/mon-dname.c: Add config-header support.
55        * monitor/mon-driver.c: Add config-header support.
56        * monitor/mon-extension.c: Add config-header support.
57        * monitor/mon-itask.c: Add config-header support.
58        * monitor/mon-manager.c: Add config-header support.
59        * monitor/mon-monitor.c: Add config-header support.
60        * monitor/mon-mpci.c: Add config-header support.
61        * monitor/mon-object.c: Add config-header support.
62        * monitor/mon-prmisc.c: Add config-header support.
63        * monitor/mon-queue.c: Add config-header support.
64        * monitor/mon-server.c: Add config-header support.
65        * monitor/mon-symbols.c: Add config-header support.
66        * monitor/mon-task.c: Add config-header support.
67        * mw-fb/mw_fb.c: Add config-header support.
68        * mw-fb/mw_uid.c: Add config-header support.
69        * rtmonuse/rtmonuse.c: Add config-header support.
70        * serdbg/serdbg.c: Add config-header support.
71        * serdbg/serdbgio.c: Add config-header support.
72        * serdbg/termios_printk.c: Add config-header support.
73        * shell/cmds.c: Add config-header support.
74        * stackchk/check.c: Add config-header support.
75        * untar/untar.c: Add config-header support.
76
772003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
80
812003-06-04      Joel Sherrill <joel@OARcorp.com>
82
83        * stackchk/check.c: Removed warnings.
84
852003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * dummy/Makefile.am: Remove stray dummy.rel.
88
892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove AC_CONFIG_AUX_DIR.
92
932003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        capture/capture-cli.c: Add proper definition to avoid compiler
96        warnings. Apply int = getchar().
97
982003-02-14      Till Straumann <strauman@slac.stanford.edu>
99
100        PR 352/rtems_misc
101        * shell/shell.c: make rtems_shell main task an FP enabled task.
102
1032003-01-27      Dan Smisko <dan@balanced.com>
104
105        * stackchk/check.c: Fix problem where _Objects_Get_information()
106        will dereference a null pointer when checking the interrupt stack.
107        If there's something at 0, you may be ok at run time but it is wrong.
108
1092003-01-27      Dan Smisko <dan@balanced.com>
110
111        * monitor/mon-command.c: Correct two potential NULL references.
112
1132002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Fix tests for GCC.
116
1172002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add check for weak function attribute.
120        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
121        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
122        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
123        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
124        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
125        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
126        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
127        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
128        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
129        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
130        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
131        Build iff LIBSERDBG is true.
132        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
133        Build iff LIBSHELL is true.
134        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
135        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
136        * wrapup/Makefile.am: Reflect changes above.
137
1382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Require autoconf-2.57+automake-1.7.2.
141        * capture/Makefile.am: Eliminate C_O_FILES.
142        * cpuuse/Makefile.am: Ditto.
143        * devnull/Makefile.am: Ditto.
144        * dummy/Makefile.am: Ditto.
145        * dumpbuf/Makefile.am: Ditto.
146        * monitor/Makefile.am: Ditto.
147        * rtmonuse/Makefile.am: Ditto.
148        * serdbg/Makefile.am: Ditto.
149        * shell/Makefile.am: Ditto.
150        * stackchk/Makefile.am: Ditto.
151        * untar/Makefile.am: Ditto.
152        * mw-fb/Makefile.am: Eliminate C_O_FILES.
153        Eliminate SRCS.
154
1552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        Moving libmisc from rtems/c/src to rtems/cpukit.
158
159        * Makefile.am: Reflect new path.
160        * configure.ac: Reflect new path.
161        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
162        Remove RTEMS_PROJECT_ROOT.
163        * capture/Makefile.am: Reflect new path.
164        Remove OBJS from all-local.
165        * cpuuse/Makefile.am: Ditto.
166        * devnull/Makefile.am: Ditto.
167        * dummy/Makefile.am: Ditto.
168        * dumpbuf/Makefile.am: Ditto.
169        * monitor/Makefile.am: Ditto.
170        * mw-fb/Makefile.am: Ditto.
171        * rtmonuse/Makefile.am: Ditto.
172        * serdbg/Makefile.am: Ditto.
173        * shell/Makefile.am: Ditto.
174        * stackchk/Makefile.am: Ditto.
175        * untar/Makefile.am: Ditto.
176        * wrapup/Makefile.am: Reflect new path.
177
1782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
181
1822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197
1982002-12-02      Joel Sherrill <joel@OARcorp.com>
199
200        * stackchk/check.c: Better handling of task name.
201
2022002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
205
2062002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * serdbg/serdbgio.c: Add #include <unistd.h>.
211        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
212        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
213        * configure.ac: Check for stdio assignments.
214        Add RTEMS_LIBSHELL conditional.
215
2162002-11-01      Joel Sherrill <joel@OARcorp.com>
217
218        * stackchk/check.c: Removed warnings.
219
2202002-10-31      Joel Sherrill <joel@OARcorp.com>
221
222        * stackchk/check.c: Removed warning.
223
2242002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
227        RTEMS_UNIX to avoid gcc warning.
228
2292002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
230
231        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
232        Patch to remove problems introduced by object name rework.
233
2342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * .cvsignore: Reformat.
237        Add autom4te*cache.
238        Remove autom4te.cache.
239
2402002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * shell/shell.c: #include <time.h>
243        * wrapup/Makefile.am: Eliminate LIBNAME.
244
2452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
259
2602002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
263
2642002-08-01      Joel Sherrill <joel@OARcorp.com>
265
266        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
267        object name is raw versus being a string.
268
2692002-07-30      Joel Sherrill <joel@OARcorp.com>
270
271        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
272        stack if the port doesn't configure using it.
273
2742002-07-24      Joel Sherrill <joel@OARcorp.com>
275
276        * wrapup/Makefile.am: Temporarily don't include serdbg since it
277        causes some BSPs to not link "main(){}" as required by autoconf.
278
2792002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * capture/capture.c: include <string.h> for memset.
282        * capture/capture-cli.c: include <string.h> for memset.
283
2842002-07-01      Joel Sherrill <joel@OARcorp.com>
285
286        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
287        monitor/mon-object.c, monitor/monitor.h: Corrected use of
288        _Objects_Information_table now that it is a two dimensional
289        array based upon API and class.  In addition, in the monitor,
290        corrected an error which occured when a target has 64 bit pointers.
291
2922002-07-01      Joel Sherrill <joel@OARcorp.com>
293
294        * stackchk/check.c: Corrected use of
295        _Objects_Information_table now that it is a two dimensional
296        array based upon API and class.
297
2982002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
299
300        * With the addition of serdbg, the standard polled I/O functions
301        for gdbstub and/or printk are optionally routed to any termios-aware
302        device driver, that supports polled mode. See libmisc/serdbg/README.
303        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
304        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
305        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
306        serdbg/.cvsignore: New files.
307        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
308        reflect addition.
309
3102002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Don't preinstall libmisc.a.
313
3142002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac, Makefile.am: Remove references to rootfs.
317
3182002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * rootfs/.cvsignore: Remove.
321        * rootfs/Makefile.am: Remove.
322        * rootfs/mkrootfs.h: Remove.
323        * rootfs/mkrootfs.c: Remove.
324        * configure.ac: Remove rootfs and NETWORKING macros.
325        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
326
3272002-05-16      Chris Johns <ccj@acm.org>
328
329        * Per PR194, added the Capture engine. 
330        * capture/Makefile.am, capture/README, capture/capture-cli.c,
331        capture/capture-cli.h, capture/capture.c, capture/capture.h,
332        capture/.cvsignore: New files.
333        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
334        reflect addition.
335
3362001-05-14      Joel Sherrill <joel@OARcorp.com>
337
338        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
339        a library of the same name.
340
3412002-03-20      Chris Johns <ccj@acm.org>
342
343        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
344        lowercase. The capture engine need to set triggers or watches on task
345        with uppercase names. 
346        Also stop the monitor repeating command when enter is pressed.
347
3482002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * monitor/mon-monitor.c: Replace done with return (gcc3).
351
3522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac:
355        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
356        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
357        * Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
370
3712002-03-20      Chris Johns <ccj@acm.org>
372
373        * PR148.
374        * monitor/mon-prmisc.c: Fixed to print task states correctly.
375
3762002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * shell/shell.c: Remove #undef __STRICT_ANSI__.
379
3802002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
383
3842002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
387
3882001-10-12      Joel Sherrill <joel@OARcorp.com>
389
390        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
391
3922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
395        * configure.in: Remove.
396        * configure.ac: New file, generated from configure.in by autoupdate.
397
3982001-09-28      Joel Sherrill <joel@OARcorp.com>
399
400        * dummy/dummy.c: Now a useful configuration that starts main().
401        * wrapup/Makefile.am: Include a base level configuration in
402        RTEMS library.
403
4042001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
407        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
408        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
409        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
410        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
411        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
412        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
413        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
414        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
415        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
416
4172001-09-27      Joel Sherrill <joel@OARcorp.com>
418
419        * ChangeLog: Fixed typo in date.
420
4212001-09-21      Joel Sherrill <joel@OARcorp.com>
422
423        * configure.in, rootfs/Makefile.am: Added conditional to make sure
424        rootfs does not get built with networking is disabled.  Also
425        added include of compile.am to rootfs/Makefile.am.
426        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
427
4282001-09-19      Chris Johns <ccj@acm.org>
429
430        * Added support for populating the initial "root" filesystem
431        with information obtained via the DHCP response.
432        * rootfs: New directory.
433        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
434        rootfs/mkrootfs.h: New files.
435        * configure.in, Makefile.am: Modified to reflect addition.
436
4372001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
438
439        * shell/shell.c: Don't close file it wasn't open.
440
4412001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
444        of AC_CANONICAL_SYSTEM.
445        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
446        mkinstalldirs and mkdir.
447        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
448        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
449        _RTEMS_OUTPUT_BUILD_SUBDIRS.
450
4512001-09-14      Joel Sherrill <joel@OARcorp.com>
452
453        * ChangeLog: Fixed some mistakes.
454
4552001-09-14      Joel Sherrill <joel@OARcorp.com>
456
457        * ChangeLog: Fixed some mistakes.
458
4592001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
462        of AC_CANONICAL_SYSTEM.
463        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
464        mkinstalldirs and mkdir.
465        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
466        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
467        _RTEMS_OUTPUT_BUILD_SUBDIRS.
468
4692001-09-14      Joel Sherrill <joel@OARcorp.com>
470
471        * ChangeLog: Fixed some mistakes.
472
4732001-09-14      Joel Sherrill <joel@OARcorp.com>
474
475        * ChangeLog: Fixed some mistakes.
476
4772001-09-13      Joel Sherrill <joel@OARcorp.com>
478
479        * devnull/devnull.c: Eliminate warning.
480
4812001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
482
483        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
484
4852001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
486
487        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
488        shell/shell.h: Updates.
489
4902001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
491
492        * monitor/mon-command.c: Add support for partial command matching.
493        The monitor used to have this functionality before it was overhauled
494        to support addition of user commands.
495
4962001-06-14      Joel Sherrill <joel@OARcorp.com>
497
498        * shell/telnetd.c, shell/telnetd.h: Moved to
499        libnetworking/rtems_servers so the network stack to address network
500        depenendency.
501        * shell/Makefile.am: Modified to reflect above.
502
5032001-05-25      Joel Sherrill <joel@OARcorp.com>
504
505        * shell/cmds.c: Removed code from inappropriate source.
506
5072000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
508
509        * monitor/mon-prmisc.c: Correct print line.
510        * shell/Makefile.am: Added new file telnetd.c.
511        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
512        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
513           - The shell_init has a new parameter 'forever' because in
514             /dev/console you need that this process runs forever but in
515             tcp/ip not. (respawn?)
516           - A new task for every session opened trought tcp/ip telnet client.
517             (the chargen,daytime and more are possible of implementation but
518             I ask me if they are necesary)
519           - Exit from the session delete the task and when the client fails too.
520           - More cmds have been implemented. (very reduced version of these)
521             umask, chmod, id, whoami, rm, cat, ...
522           - A reduced line edit has been implemented.
523               Ctrl-C abort the input,
524               Ctrl-d in the first position gives EOF (logout).
525               '\b' and DEL makes the rubout operation.
526               I think that readline() for every session spents a lot of resources.
527
5282001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
531        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
532
5332001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
534
535        * Added initial shell functionality.
536        * Makefile.am, configure.in, wrapup/Makefile.am:
537        * shell/.cvsignore, shell/Makefile.am, shell/README,
538        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
539
5402001-04-20      Joel Sherrill <joel@OARcorp.com>
541
542        * devnull/devnull.c (null_initialize): Added check to
543        ensure that the driver is only initialized once.  Otherwise,
544        it will abort when the device /dev/null is present.
545        (null_write): Do not dereference a NULL pointer.
546
5472001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
550
5512001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
554        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
555        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
556        Apply include_*HEADERS instead of H_FILES.
557
5582001-01-05      Joel Sherrill <joel@OARcorp.com>
559
560        * devnull: New addition.  Moved from libcpu/sh.
561        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
562        devnull/Makefile.am: New files.
563        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
564        addition of above.
565
5662000-11-30      Joel Sherrill <joel@OARcorp.com>
567
568        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
569
5702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
573
5742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
577
5782000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
581        Switch to GNU canonicalization.
582
5832000-09-28      Joel Sherrill <joel@OARcorp.com>
584
585        * monitor/mon-driver.c: Accounted for addition of "_entry" to
586        fields in rtems_driver_address_table.
587
5882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589       
590        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
591        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
592        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
593        Include compile.am.
594
5952000-08-30      Joel Sherrill <joel@OARcorp.com>
596
597        * Many files: Moved posix/include/rtems/posix/seterr.h to
598        score/include/rtems/seterr.h so it would be available within
599        all APIs.
600
6012000-08-30      Joel Sherrill <joel@OARcorp.com>
602
603        * mw-fb/.cvsignore: New file.
604
6052000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
606
607        * Added generic Micro FrameBuffer interface for MicroWindows.
608        This interface allows MicroWindows to under RTEMS. A sample
609        driver has been developed for the pc386 BSP. See
610        pc386/fb_vga.c as a sample.
611        * Added Uniform Input Device interface for MicroWindows.
612        See PC386 bsp for sample drivers for mouse and keyboard (console).
613        * mw-bf: New directory.
614        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
615        * mw-fb/Makefile.am: New file.
616        * mw-fb/mw_fb.c: New file.
617        * mw-fb/mw_fb.h: New file.
618        * mw-fb/mw_uid.c: New file.
619        * mw-fb/mw_uid.h: New file.
620
6212000-08-10      Joel Sherrill <joel@OARcorp.com>
622
623        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.