source: rtems/cpukit/libmisc/ChangeLog @ 77c4089

Last change on this file since 77c4089 was 77c4089, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/06/03 at 21:55:47

2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>

PR 369/filesystem

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