source: rtems/cpukit/libmisc/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
6
7        PR 369/filesystem
8        * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to
9        show the use of the DOSFS functions
10        * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c,
11        fsmount/fsmount.h: New files.
12
132003-08-05      Till Strauman <strauman@slac.stanford.edu>
14
15        PR 436/rtems_misc
16        * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
17
182003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * capture/capture-cli.c: Add config-header support.
21        * capture/capture.c: Add config-header support.
22        * cpuuse/cpuuse.c: Add config-header support.
23        * devnull/devnull.c: Add config-header support.
24        * dummy/dummy.c: Add config-header support.
25        * dumpbuf/dumpbuf.c: Add config-header support.
26        * monitor/mon-command.c: Add config-header support.
27        * monitor/mon-config.c: Add config-header support.
28        * monitor/mon-dname.c: Add config-header support.
29        * monitor/mon-driver.c: Add config-header support.
30        * monitor/mon-extension.c: Add config-header support.
31        * monitor/mon-itask.c: Add config-header support.
32        * monitor/mon-manager.c: Add config-header support.
33        * monitor/mon-monitor.c: Add config-header support.
34        * monitor/mon-mpci.c: Add config-header support.
35        * monitor/mon-object.c: Add config-header support.
36        * monitor/mon-prmisc.c: Add config-header support.
37        * monitor/mon-queue.c: Add config-header support.
38        * monitor/mon-server.c: Add config-header support.
39        * monitor/mon-symbols.c: Add config-header support.
40        * monitor/mon-task.c: Add config-header support.
41        * mw-fb/mw_fb.c: Add config-header support.
42        * mw-fb/mw_uid.c: Add config-header support.
43        * rtmonuse/rtmonuse.c: Add config-header support.
44        * serdbg/serdbg.c: Add config-header support.
45        * serdbg/serdbgio.c: Add config-header support.
46        * serdbg/termios_printk.c: Add config-header support.
47        * shell/cmds.c: Add config-header support.
48        * stackchk/check.c: Add config-header support.
49        * untar/untar.c: Add config-header support.
50
512003-07-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
54
552003-06-04      Joel Sherrill <joel@OARcorp.com>
56
57        * stackchk/check.c: Removed warnings.
58
592003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * dummy/Makefile.am: Remove stray dummy.rel.
62
632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove AC_CONFIG_AUX_DIR.
66
672003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        capture/capture-cli.c: Add proper definition to avoid compiler
70        warnings. Apply int = getchar().
71
722003-02-14      Till Straumann <strauman@slac.stanford.edu>
73
74        PR 352/rtems_misc
75        * shell/shell.c: make rtems_shell main task an FP enabled task.
76
772003-01-27      Dan Smisko <dan@balanced.com>
78
79        * stackchk/check.c: Fix problem where _Objects_Get_information()
80        will dereference a null pointer when checking the interrupt stack.
81        If there's something at 0, you may be ok at run time but it is wrong.
82
832003-01-27      Dan Smisko <dan@balanced.com>
84
85        * monitor/mon-command.c: Correct two potential NULL references.
86
872002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Fix tests for GCC.
90
912002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Add check for weak function attribute.
94        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
95        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
96        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
97        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
98        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
99        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
100        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
101        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
102        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
103        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
104        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
105        Build iff LIBSERDBG is true.
106        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
107        Build iff LIBSHELL is true.
108        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
109        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
110        * wrapup/Makefile.am: Reflect changes above.
111
1122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Require autoconf-2.57+automake-1.7.2.
115        * capture/Makefile.am: Eliminate C_O_FILES.
116        * cpuuse/Makefile.am: Ditto.
117        * devnull/Makefile.am: Ditto.
118        * dummy/Makefile.am: Ditto.
119        * dumpbuf/Makefile.am: Ditto.
120        * monitor/Makefile.am: Ditto.
121        * rtmonuse/Makefile.am: Ditto.
122        * serdbg/Makefile.am: Ditto.
123        * shell/Makefile.am: Ditto.
124        * stackchk/Makefile.am: Ditto.
125        * untar/Makefile.am: Ditto.
126        * mw-fb/Makefile.am: Eliminate C_O_FILES.
127        Eliminate SRCS.
128
1292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        Moving libmisc from rtems/c/src to rtems/cpukit.
132
133        * Makefile.am: Reflect new path.
134        * configure.ac: Reflect new path.
135        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
136        Remove RTEMS_PROJECT_ROOT.
137        * capture/Makefile.am: Reflect new path.
138        Remove OBJS from all-local.
139        * cpuuse/Makefile.am: Ditto.
140        * devnull/Makefile.am: Ditto.
141        * dummy/Makefile.am: Ditto.
142        * dumpbuf/Makefile.am: Ditto.
143        * monitor/Makefile.am: Ditto.
144        * mw-fb/Makefile.am: Ditto.
145        * rtmonuse/Makefile.am: Ditto.
146        * serdbg/Makefile.am: Ditto.
147        * shell/Makefile.am: Ditto.
148        * stackchk/Makefile.am: Ditto.
149        * untar/Makefile.am: Ditto.
150        * wrapup/Makefile.am: Reflect new path.
151
1522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
155
1562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
160        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171
1722002-12-02      Joel Sherrill <joel@OARcorp.com>
173
174        * stackchk/check.c: Better handling of task name.
175
1762002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
179
1802002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * serdbg/serdbgio.c: Add #include <unistd.h>.
185        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
186        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
187        * configure.ac: Check for stdio assignments.
188        Add RTEMS_LIBSHELL conditional.
189
1902002-11-01      Joel Sherrill <joel@OARcorp.com>
191
192        * stackchk/check.c: Removed warnings.
193
1942002-10-31      Joel Sherrill <joel@OARcorp.com>
195
196        * stackchk/check.c: Removed warning.
197
1982002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
201        RTEMS_UNIX to avoid gcc warning.
202
2032002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
204
205        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
206        Patch to remove problems introduced by object name rework.
207
2082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Reformat.
211        Add autom4te*cache.
212        Remove autom4te.cache.
213
2142002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * shell/shell.c: #include <time.h>
217        * wrapup/Makefile.am: Eliminate LIBNAME.
218
2192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
233
2342002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
237
2382002-08-01      Joel Sherrill <joel@OARcorp.com>
239
240        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
241        object name is raw versus being a string.
242
2432002-07-30      Joel Sherrill <joel@OARcorp.com>
244
245        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
246        stack if the port doesn't configure using it.
247
2482002-07-24      Joel Sherrill <joel@OARcorp.com>
249
250        * wrapup/Makefile.am: Temporarily don't include serdbg since it
251        causes some BSPs to not link "main(){}" as required by autoconf.
252
2532002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * capture/capture.c: include <string.h> for memset.
256        * capture/capture-cli.c: include <string.h> for memset.
257
2582002-07-01      Joel Sherrill <joel@OARcorp.com>
259
260        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
261        monitor/mon-object.c, monitor/monitor.h: Corrected use of
262        _Objects_Information_table now that it is a two dimensional
263        array based upon API and class.  In addition, in the monitor,
264        corrected an error which occured when a target has 64 bit pointers.
265
2662002-07-01      Joel Sherrill <joel@OARcorp.com>
267
268        * stackchk/check.c: Corrected use of
269        _Objects_Information_table now that it is a two dimensional
270        array based upon API and class.
271
2722002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
273
274        * With the addition of serdbg, the standard polled I/O functions
275        for gdbstub and/or printk are optionally routed to any termios-aware
276        device driver, that supports polled mode. See libmisc/serdbg/README.
277        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
278        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
279        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
280        serdbg/.cvsignore: New files.
281        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
282        reflect addition.
283
2842002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Don't preinstall libmisc.a.
287
2882002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac, Makefile.am: Remove references to rootfs.
291
2922002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * rootfs/.cvsignore: Remove.
295        * rootfs/Makefile.am: Remove.
296        * rootfs/mkrootfs.h: Remove.
297        * rootfs/mkrootfs.c: Remove.
298        * configure.ac: Remove rootfs and NETWORKING macros.
299        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
300
3012002-05-16      Chris Johns <ccj@acm.org>
302
303        * Per PR194, added the Capture engine. 
304        * capture/Makefile.am, capture/README, capture/capture-cli.c,
305        capture/capture-cli.h, capture/capture.c, capture/capture.h,
306        capture/.cvsignore: New files.
307        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
308        reflect addition.
309
3102001-05-14      Joel Sherrill <joel@OARcorp.com>
311
312        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
313        a library of the same name.
314
3152002-03-20      Chris Johns <ccj@acm.org>
316
317        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
318        lowercase. The capture engine need to set triggers or watches on task
319        with uppercase names. 
320        Also stop the monitor repeating command when enter is pressed.
321
3222002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * monitor/mon-monitor.c: Replace done with return (gcc3).
325
3262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac:
329        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
330        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
331        * Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
344
3452002-03-20      Chris Johns <ccj@acm.org>
346
347        * PR148.
348        * monitor/mon-prmisc.c: Fixed to print task states correctly.
349
3502002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * shell/shell.c: Remove #undef __STRICT_ANSI__.
353
3542002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
357
3582002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
361
3622001-10-12      Joel Sherrill <joel@OARcorp.com>
363
364        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
365
3662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
369        * configure.in: Remove.
370        * configure.ac: New file, generated from configure.in by autoupdate.
371
3722001-09-28      Joel Sherrill <joel@OARcorp.com>
373
374        * dummy/dummy.c: Now a useful configuration that starts main().
375        * wrapup/Makefile.am: Include a base level configuration in
376        RTEMS library.
377
3782001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
381        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
382        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
383        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
384        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
386        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
387        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
388        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
389        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
390
3912001-09-27      Joel Sherrill <joel@OARcorp.com>
392
393        * ChangeLog: Fixed typo in date.
394
3952001-09-21      Joel Sherrill <joel@OARcorp.com>
396
397        * configure.in, rootfs/Makefile.am: Added conditional to make sure
398        rootfs does not get built with networking is disabled.  Also
399        added include of compile.am to rootfs/Makefile.am.
400        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
401
4022001-09-19      Chris Johns <ccj@acm.org>
403
404        * Added support for populating the initial "root" filesystem
405        with information obtained via the DHCP response.
406        * rootfs: New directory.
407        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
408        rootfs/mkrootfs.h: New files.
409        * configure.in, Makefile.am: Modified to reflect addition.
410
4112001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
412
413        * shell/shell.c: Don't close file it wasn't open.
414
4152001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
418        of AC_CANONICAL_SYSTEM.
419        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
420        mkinstalldirs and mkdir.
421        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
422        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
423        _RTEMS_OUTPUT_BUILD_SUBDIRS.
424
4252001-09-14      Joel Sherrill <joel@OARcorp.com>
426
427        * ChangeLog: Fixed some mistakes.
428
4292001-09-14      Joel Sherrill <joel@OARcorp.com>
430
431        * ChangeLog: Fixed some mistakes.
432
4332001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
436        of AC_CANONICAL_SYSTEM.
437        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
438        mkinstalldirs and mkdir.
439        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
440        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
441        _RTEMS_OUTPUT_BUILD_SUBDIRS.
442
4432001-09-14      Joel Sherrill <joel@OARcorp.com>
444
445        * ChangeLog: Fixed some mistakes.
446
4472001-09-14      Joel Sherrill <joel@OARcorp.com>
448
449        * ChangeLog: Fixed some mistakes.
450
4512001-09-13      Joel Sherrill <joel@OARcorp.com>
452
453        * devnull/devnull.c: Eliminate warning.
454
4552001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
456
457        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
458
4592001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
460
461        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
462        shell/shell.h: Updates.
463
4642001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
465
466        * monitor/mon-command.c: Add support for partial command matching.
467        The monitor used to have this functionality before it was overhauled
468        to support addition of user commands.
469
4702001-06-14      Joel Sherrill <joel@OARcorp.com>
471
472        * shell/telnetd.c, shell/telnetd.h: Moved to
473        libnetworking/rtems_servers so the network stack to address network
474        depenendency.
475        * shell/Makefile.am: Modified to reflect above.
476
4772001-05-25      Joel Sherrill <joel@OARcorp.com>
478
479        * shell/cmds.c: Removed code from inappropriate source.
480
4812000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
482
483        * monitor/mon-prmisc.c: Correct print line.
484        * shell/Makefile.am: Added new file telnetd.c.
485        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
486        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
487           - The shell_init has a new parameter 'forever' because in
488             /dev/console you need that this process runs forever but in
489             tcp/ip not. (respawn?)
490           - A new task for every session opened trought tcp/ip telnet client.
491             (the chargen,daytime and more are possible of implementation but
492             I ask me if they are necesary)
493           - Exit from the session delete the task and when the client fails too.
494           - More cmds have been implemented. (very reduced version of these)
495             umask, chmod, id, whoami, rm, cat, ...
496           - A reduced line edit has been implemented.
497               Ctrl-C abort the input,
498               Ctrl-d in the first position gives EOF (logout).
499               '\b' and DEL makes the rubout operation.
500               I think that readline() for every session spents a lot of resources.
501
5022001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
505        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
506
5072001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
508
509        * Added initial shell functionality.
510        * Makefile.am, configure.in, wrapup/Makefile.am:
511        * shell/.cvsignore, shell/Makefile.am, shell/README,
512        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
513
5142001-04-20      Joel Sherrill <joel@OARcorp.com>
515
516        * devnull/devnull.c (null_initialize): Added check to
517        ensure that the driver is only initialized once.  Otherwise,
518        it will abort when the device /dev/null is present.
519        (null_write): Do not dereference a NULL pointer.
520
5212001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
524
5252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
528        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
529        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
530        Apply include_*HEADERS instead of H_FILES.
531
5322001-01-05      Joel Sherrill <joel@OARcorp.com>
533
534        * devnull: New addition.  Moved from libcpu/sh.
535        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
536        devnull/Makefile.am: New files.
537        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
538        addition of above.
539
5402000-11-30      Joel Sherrill <joel@OARcorp.com>
541
542        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
543
5442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
547
5482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
551
5522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
555        Switch to GNU canonicalization.
556
5572000-09-28      Joel Sherrill <joel@OARcorp.com>
558
559        * monitor/mon-driver.c: Accounted for addition of "_entry" to
560        fields in rtems_driver_address_table.
561
5622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563       
564        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
565        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
566        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
567        Include compile.am.
568
5692000-08-30      Joel Sherrill <joel@OARcorp.com>
570
571        * Many files: Moved posix/include/rtems/posix/seterr.h to
572        score/include/rtems/seterr.h so it would be available within
573        all APIs.
574
5752000-08-30      Joel Sherrill <joel@OARcorp.com>
576
577        * mw-fb/.cvsignore: New file.
578
5792000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
580
581        * Added generic Micro FrameBuffer interface for MicroWindows.
582        This interface allows MicroWindows to under RTEMS. A sample
583        driver has been developed for the pc386 BSP. See
584        pc386/fb_vga.c as a sample.
585        * Added Uniform Input Device interface for MicroWindows.
586        See PC386 bsp for sample drivers for mouse and keyboard (console).
587        * mw-bf: New directory.
588        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
589        * mw-fb/Makefile.am: New file.
590        * mw-fb/mw_fb.c: New file.
591        * mw-fb/mw_fb.h: New file.
592        * mw-fb/mw_uid.c: New file.
593        * mw-fb/mw_uid.h: New file.
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.