source: rtems/c/src/libmisc/ChangeLog @ ecb5f95

4.104.114.84.95
Last change on this file since ecb5f95 was ecb5f95, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/01 at 21:39:34

2001-08-09 Keith Outwater <vac4050@…>

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