source: rtems/cpukit/libmisc/ChangeLog @ 3c6cc4a0

4.104.114.84.95
Last change on this file since 3c6cc4a0 was 3c6cc4a0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/01 at 22:26:51

2001-08-09 Fernando-Ruiz Casas <correo@…>

  • shell/pty.c: Moved to libnetworking/rtems_telnetd.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
2
3        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
4
52001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
6
7        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
8        shell/shell.h: Updates.
9
102001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
11
12        * monitor/mon-command.c: Add support for partial command matching.
13        The monitor used to have this functionality before it was overhauled
14        to support addition of user commands.
15
162001-06-14      Joel Sherrill <joel@OARcorp.com>
17
18        * shell/telnetd.c, shell/telnetd.h: Moved to
19        libnetworking/rtems_servers so the network stack to address network
20        depenendency.
21        * shell/Makefile.am: Modified to reflect above.
22
232001-05-25      Joel Sherrill <joel@OARcorp.com>
24
25        * shell/cmds.c: Removed code from inappropriate source.
26
272000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
28
29        * monitor/mon-prmisc.c: Correct print line.
30        * shell/Makefile.am: Added new file telnetd.c.
31        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
32        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
33           - The shell_init has a new parameter 'forever' because in
34             /dev/console you need that this process runs forever but in
35             tcp/ip not. (respawn?)
36           - A new task for every session opened trought tcp/ip telnet client.
37             (the chargen,daytime and more are possible of implementation but
38             I ask me if they are necesary)
39           - Exit from the session delete the task and when the client fails too.
40           - More cmds have been implemented. (very reduced version of these)
41             umask, chmod, id, whoami, rm, cat, ...
42           - A reduced line edit has been implemented.
43               Ctrl-C abort the input,
44               Ctrl-d in the first position gives EOF (logout).
45               '\b' and DEL makes the rubout operation.
46               I think that readline() for every session spents a lot of resources.
47
482001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
51        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
52
532001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
54
55        * Added initial shell functionality.
56        * Makefile.am, configure.in, wrapup/Makefile.am:
57        * shell/.cvsignore, shell/Makefile.am, shell/README,
58        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
59
602001-04-20      Joel Sherrill <joel@OARcorp.com>
61
62        * devnull/devnull.c (null_initialize): Added check to
63        ensure that the driver is only initialized once.  Otherwise,
64        it will abort when the device /dev/null is present.
65        (null_write): Do not dereference a NULL pointer.
66
672001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
70
712001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
74        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
75        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
76        Apply include_*HEADERS instead of H_FILES.
77
782001-01-05      Joel Sherrill <joel@OARcorp.com>
79
80        * devnull: New addition.  Moved from libcpu/sh.
81        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
82        devnull/Makefile.am: New files.
83        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
84        addition of above.
85
862000-11-30      Joel Sherrill <joel@OARcorp.com>
87
88        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
89
902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
101        Switch to GNU canonicalization.
102
1032000-09-28      Joel Sherrill <joel@OARcorp.com>
104
105        * monitor/mon-driver.c: Accounted for addition of "_entry" to
106        fields in rtems_driver_address_table.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109       
110        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
111        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
112        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
113        Include compile.am.
114
1152000-08-30      Joel Sherrill <joel@OARcorp.com>
116
117        * Many files: Moved posix/include/rtems/posix/seterr.h to
118        score/include/rtems/seterr.h so it would be available within
119        all APIs.
120
1212000-08-30      Joel Sherrill <joel@OARcorp.com>
122
123        * mw-fb/.cvsignore: New file.
124
1252000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
126
127        * Added generic Micro FrameBuffer interface for MicroWindows.
128        This interface allows MicroWindows to under RTEMS. A sample
129        driver has been developed for the pc386 BSP. See
130        pc386/fb_vga.c as a sample.
131        * Added Uniform Input Device interface for MicroWindows.
132        See PC386 bsp for sample drivers for mouse and keyboard (console).
133        * mw-bf: New directory.
134        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
135        * mw-fb/Makefile.am: New file.
136        * mw-fb/mw_fb.c: New file.
137        * mw-fb/mw_fb.h: New file.
138        * mw-fb/mw_uid.c: New file.
139        * mw-fb/mw_uid.h: New file.
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.