source: rtems/c/src/libmisc/ChangeLog @ 87fb080d

4.104.114.84.95
Last change on this file since 87fb080d was b2712e3, checked in by Joel Sherrill <joel.sherrill@…>, on 05/24/01 at 21:58:39

2000-05-24 Fernando Ruiz Casas <fernando.ruiz@…>

  • monitor/mon-prmisc.c: Correct print line.
  • shell/Makefile.am: Added new file telnetd.c.
  • shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
  • shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
    • The shell_init has a new parameter 'forever' because in /dev/console you need that this process runs forever but in tcp/ip not. (respawn?)
    • A new task for every session opened trought tcp/ip telnet client. (the chargen,daytime and more are possible of implementation but I ask me if they are necesary)
    • Exit from the session delete the task and when the client fails too.
    • More cmds have been implemented. (very reduced version of these) umask, chmod, id, whoami, rm, cat, ...
    • A reduced line edit has been implemented.

Ctrl-C abort the input,
Ctrl-d in the first position gives EOF (logout).
'\b' and DEL makes the rubout operation.
I think that readline() for every session spents a lot of resources.

  • Property mode set to 100644
File size: 4.2 KB
Line 
12000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
2
3        * monitor/mon-prmisc.c: Correct print line.
4        * shell/Makefile.am: Added new file telnetd.c.
5        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
6        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
7           - The shell_init has a new parameter 'forever' because in
8             /dev/console you need that this process runs forever but in
9             tcp/ip not. (respawn?)
10           - A new task for every session opened trought tcp/ip telnet client.
11             (the chargen,daytime and more are possible of implementation but
12             I ask me if they are necesary)
13           - Exit from the session delete the task and when the client fails too.
14           - More cmds have been implemented. (very reduced version of these)
15             umask, chmod, id, whoami, rm, cat, ...
16           - A reduced line edit has been implemented.
17               Ctrl-C abort the input,
18               Ctrl-d in the first position gives EOF (logout).
19               '\b' and DEL makes the rubout operation.
20               I think that readline() for every session spents a lot of resources.
21
222001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
25        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
26
272001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
28
29        * Added initial shell functionality.
30        * Makefile.am, configure.in, wrapup/Makefile.am:
31        * shell/.cvsignore, shell/Makefile.am, shell/README,
32        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
33
342001-04-20      Joel Sherrill <joel@OARcorp.com>
35
36        * devnull/devnull.c (null_initialize): Added check to
37        ensure that the driver is only initialized once.  Otherwise,
38        it will abort when the device /dev/null is present.
39        (null_write): Do not dereference a NULL pointer.
40
412001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
44
452001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
48        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
49        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
50        Apply include_*HEADERS instead of H_FILES.
51
522001-01-05      Joel Sherrill <joel@OARcorp.com>
53
54        * devnull: New addition.  Moved from libcpu/sh.
55        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
56        devnull/Makefile.am: New files.
57        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
58        addition of above.
59
602000-11-30      Joel Sherrill <joel@OARcorp.com>
61
62        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
63
642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
67
682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
71
722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
75        Switch to GNU canonicalization.
76
772000-09-28      Joel Sherrill <joel@OARcorp.com>
78
79        * monitor/mon-driver.c: Accounted for addition of "_entry" to
80        fields in rtems_driver_address_table.
81
822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83       
84        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
85        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
86        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
87        Include compile.am.
88
892000-08-30      Joel Sherrill <joel@OARcorp.com>
90
91        * Many files: Moved posix/include/rtems/posix/seterr.h to
92        score/include/rtems/seterr.h so it would be available within
93        all APIs.
94
952000-08-30      Joel Sherrill <joel@OARcorp.com>
96
97        * mw-fb/.cvsignore: New file.
98
992000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
100
101        * Added generic Micro FrameBuffer interface for MicroWindows.
102        This interface allows MicroWindows to under RTEMS. A sample
103        driver has been developed for the pc386 BSP. See
104        pc386/fb_vga.c as a sample.
105        * Added Uniform Input Device interface for MicroWindows.
106        See PC386 bsp for sample drivers for mouse and keyboard (console).
107        * mw-bf: New directory.
108        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
109        * mw-fb/Makefile.am: New file.
110        * mw-fb/mw_fb.c: New file.
111        * mw-fb/mw_fb.h: New file.
112        * mw-fb/mw_uid.c: New file.
113        * mw-fb/mw_uid.h: New file.
114
1152000-08-10      Joel Sherrill <joel@OARcorp.com>
116
117        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.