source: rtems/cpukit/libmisc/ChangeLog @ e747aaf8

4.104.114.84.95
Last change on this file since e747aaf8 was 6846a2f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 21:08:19

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

  • Property mode set to 100644
File size: 6.9 KB
Line 
12001-09-27      Joel Sherrill <joel@OARcorp.com>
2
3        * ChangeLog: Fixed typo in date.
4
52001-09-21      Joel Sherrill <joel@OARcorp.com>
6
7        * configure.in, rootfs/Makefile.am: Added conditional to make sure
8        rootfs does not get built with networking is disabled.  Also
9        added include of compile.am to rootfs/Makefile.am.
10        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
11
122001-09-19      Chris Johns <ccj@acm.org>
13
14        * Added support for populating the initial "root" filesystem
15        with information obtained via the DHCP response.
16        * rootfs: New directory.
17        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
18        rootfs/mkrootfs.h: New files.
19        * configure.in, Makefile.am: Modified to reflect addition.
20
212001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
22
23        * shell/shell.c: Don't close file it wasn't open.
24
252001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
28        of AC_CANONICAL_SYSTEM.
29        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
30        mkinstalldirs and mkdir.
31        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
32        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
33        _RTEMS_OUTPUT_BUILD_SUBDIRS.
34
352001-09-14      Joel Sherrill <joel@OARcorp.com>
36
37        * ChangeLog: Fixed some mistakes.
38
392001-09-14      Joel Sherrill <joel@OARcorp.com>
40
41        * ChangeLog: Fixed some mistakes.
42
432001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
46        of AC_CANONICAL_SYSTEM.
47        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
48        mkinstalldirs and mkdir.
49        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
50        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
51        _RTEMS_OUTPUT_BUILD_SUBDIRS.
52
532001-09-14      Joel Sherrill <joel@OARcorp.com>
54
55        * ChangeLog: Fixed some mistakes.
56
572001-09-14      Joel Sherrill <joel@OARcorp.com>
58
59        * ChangeLog: Fixed some mistakes.
60
612001-09-13      Joel Sherrill <joel@OARcorp.com>
62
63        * devnull/devnull.c: Eliminate warning.
64
652001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
66
67        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
68
692001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
70
71        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
72        shell/shell.h: Updates.
73
742001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
75
76        * monitor/mon-command.c: Add support for partial command matching.
77        The monitor used to have this functionality before it was overhauled
78        to support addition of user commands.
79
802001-06-14      Joel Sherrill <joel@OARcorp.com>
81
82        * shell/telnetd.c, shell/telnetd.h: Moved to
83        libnetworking/rtems_servers so the network stack to address network
84        depenendency.
85        * shell/Makefile.am: Modified to reflect above.
86
872001-05-25      Joel Sherrill <joel@OARcorp.com>
88
89        * shell/cmds.c: Removed code from inappropriate source.
90
912000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
92
93        * monitor/mon-prmisc.c: Correct print line.
94        * shell/Makefile.am: Added new file telnetd.c.
95        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
96        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
97           - The shell_init has a new parameter 'forever' because in
98             /dev/console you need that this process runs forever but in
99             tcp/ip not. (respawn?)
100           - A new task for every session opened trought tcp/ip telnet client.
101             (the chargen,daytime and more are possible of implementation but
102             I ask me if they are necesary)
103           - Exit from the session delete the task and when the client fails too.
104           - More cmds have been implemented. (very reduced version of these)
105             umask, chmod, id, whoami, rm, cat, ...
106           - A reduced line edit has been implemented.
107               Ctrl-C abort the input,
108               Ctrl-d in the first position gives EOF (logout).
109               '\b' and DEL makes the rubout operation.
110               I think that readline() for every session spents a lot of resources.
111
1122001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
115        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
116
1172001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
118
119        * Added initial shell functionality.
120        * Makefile.am, configure.in, wrapup/Makefile.am:
121        * shell/.cvsignore, shell/Makefile.am, shell/README,
122        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
123
1242001-04-20      Joel Sherrill <joel@OARcorp.com>
125
126        * devnull/devnull.c (null_initialize): Added check to
127        ensure that the driver is only initialized once.  Otherwise,
128        it will abort when the device /dev/null is present.
129        (null_write): Do not dereference a NULL pointer.
130
1312001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
134
1352001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
138        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
139        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
140        Apply include_*HEADERS instead of H_FILES.
141
1422001-01-05      Joel Sherrill <joel@OARcorp.com>
143
144        * devnull: New addition.  Moved from libcpu/sh.
145        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
146        devnull/Makefile.am: New files.
147        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
148        addition of above.
149
1502000-11-30      Joel Sherrill <joel@OARcorp.com>
151
152        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
153
1542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
157
1582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
161
1622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
165        Switch to GNU canonicalization.
166
1672000-09-28      Joel Sherrill <joel@OARcorp.com>
168
169        * monitor/mon-driver.c: Accounted for addition of "_entry" to
170        fields in rtems_driver_address_table.
171
1722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173       
174        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
175        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
176        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
177        Include compile.am.
178
1792000-08-30      Joel Sherrill <joel@OARcorp.com>
180
181        * Many files: Moved posix/include/rtems/posix/seterr.h to
182        score/include/rtems/seterr.h so it would be available within
183        all APIs.
184
1852000-08-30      Joel Sherrill <joel@OARcorp.com>
186
187        * mw-fb/.cvsignore: New file.
188
1892000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
190
191        * Added generic Micro FrameBuffer interface for MicroWindows.
192        This interface allows MicroWindows to under RTEMS. A sample
193        driver has been developed for the pc386 BSP. See
194        pc386/fb_vga.c as a sample.
195        * Added Uniform Input Device interface for MicroWindows.
196        See PC386 bsp for sample drivers for mouse and keyboard (console).
197        * mw-bf: New directory.
198        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
199        * mw-fb/Makefile.am: New file.
200        * mw-fb/mw_fb.c: New file.
201        * mw-fb/mw_fb.h: New file.
202        * mw-fb/mw_uid.c: New file.
203        * mw-fb/mw_uid.h: New file.
204
2052000-08-10      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.