source: rtems/cpukit/libmisc/ChangeLog @ 130291f

4.104.114.84.95
Last change on this file since 130291f was 130291f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/01 at 18:24:56

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

  • Property mode set to 100644
File size: 6.2 KB
Line 
12001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
2
3        * shell/shell.c: Don't close file it wasn't open.
4
52001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
8        of AC_CANONICAL_SYSTEM.
9        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
10        mkinstalldirs and mkdir.
11        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
12        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
13        _RTEMS_OUTPUT_BUILD_SUBDIRS.
14
152001-09-14      Joel Sherrill <joel@OARcorp.com>
16
17        * ChangeLog: Fixed some mistakes.
18
192001-09-14      Joel Sherrill <joel@OARcorp.com>
20
21        * ChangeLog: Fixed some mistakes.
22
232001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
26        of AC_CANONICAL_SYSTEM.
27        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
28        mkinstalldirs and mkdir.
29        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
30        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
31        _RTEMS_OUTPUT_BUILD_SUBDIRS.
32
332001-09-14      Joel Sherrill <joel@OARcorp.com>
34
35        * ChangeLog: Fixed some mistakes.
36
372001-09-14      Joel Sherrill <joel@OARcorp.com>
38
39        * ChangeLog: Fixed some mistakes.
40
412001-09-13      Joel Sherrill <joel@OARcorp.com>
42
43        * devnull/devnull.c: Eliminate warning.
44
452001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
46
47        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
48
492001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
50
51        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
52        shell/shell.h: Updates.
53
542001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
55
56        * monitor/mon-command.c: Add support for partial command matching.
57        The monitor used to have this functionality before it was overhauled
58        to support addition of user commands.
59
602001-06-14      Joel Sherrill <joel@OARcorp.com>
61
62        * shell/telnetd.c, shell/telnetd.h: Moved to
63        libnetworking/rtems_servers so the network stack to address network
64        depenendency.
65        * shell/Makefile.am: Modified to reflect above.
66
672001-05-25      Joel Sherrill <joel@OARcorp.com>
68
69        * shell/cmds.c: Removed code from inappropriate source.
70
712000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
72
73        * monitor/mon-prmisc.c: Correct print line.
74        * shell/Makefile.am: Added new file telnetd.c.
75        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
76        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
77           - The shell_init has a new parameter 'forever' because in
78             /dev/console you need that this process runs forever but in
79             tcp/ip not. (respawn?)
80           - A new task for every session opened trought tcp/ip telnet client.
81             (the chargen,daytime and more are possible of implementation but
82             I ask me if they are necesary)
83           - Exit from the session delete the task and when the client fails too.
84           - More cmds have been implemented. (very reduced version of these)
85             umask, chmod, id, whoami, rm, cat, ...
86           - A reduced line edit has been implemented.
87               Ctrl-C abort the input,
88               Ctrl-d in the first position gives EOF (logout).
89               '\b' and DEL makes the rubout operation.
90               I think that readline() for every session spents a lot of resources.
91
922001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
95        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
96
972001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
98
99        * Added initial shell functionality.
100        * Makefile.am, configure.in, wrapup/Makefile.am:
101        * shell/.cvsignore, shell/Makefile.am, shell/README,
102        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
103
1042001-04-20      Joel Sherrill <joel@OARcorp.com>
105
106        * devnull/devnull.c (null_initialize): Added check to
107        ensure that the driver is only initialized once.  Otherwise,
108        it will abort when the device /dev/null is present.
109        (null_write): Do not dereference a NULL pointer.
110
1112001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
114
1152001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
118        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
119        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
120        Apply include_*HEADERS instead of H_FILES.
121
1222001-01-05      Joel Sherrill <joel@OARcorp.com>
123
124        * devnull: New addition.  Moved from libcpu/sh.
125        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
126        devnull/Makefile.am: New files.
127        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
128        addition of above.
129
1302000-11-30      Joel Sherrill <joel@OARcorp.com>
131
132        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
133
1342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
137
1382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
141
1422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-09-28      Joel Sherrill <joel@OARcorp.com>
148
149        * monitor/mon-driver.c: Accounted for addition of "_entry" to
150        fields in rtems_driver_address_table.
151
1522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153       
154        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
155        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
156        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
157        Include compile.am.
158
1592000-08-30      Joel Sherrill <joel@OARcorp.com>
160
161        * Many files: Moved posix/include/rtems/posix/seterr.h to
162        score/include/rtems/seterr.h so it would be available within
163        all APIs.
164
1652000-08-30      Joel Sherrill <joel@OARcorp.com>
166
167        * mw-fb/.cvsignore: New file.
168
1692000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
170
171        * Added generic Micro FrameBuffer interface for MicroWindows.
172        This interface allows MicroWindows to under RTEMS. A sample
173        driver has been developed for the pc386 BSP. See
174        pc386/fb_vga.c as a sample.
175        * Added Uniform Input Device interface for MicroWindows.
176        See PC386 bsp for sample drivers for mouse and keyboard (console).
177        * mw-bf: New directory.
178        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
179        * mw-fb/Makefile.am: New file.
180        * mw-fb/mw_fb.c: New file.
181        * mw-fb/mw_fb.h: New file.
182        * mw-fb/mw_uid.c: New file.
183        * mw-fb/mw_uid.h: New file.
184
1852000-08-10      Joel Sherrill <joel@OARcorp.com>
186
187        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.