source: rtems/c/src/libmisc/ChangeLog @ 70d689a

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

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

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