source: rtems/cpukit/libmisc/ChangeLog @ d3b8713a

4.104.114.84.95
Last change on this file since d3b8713a was d3b8713a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/01 at 21:04:49

2001-09-13 Joel Sherrill <joel@…>

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