source: rtems/cpukit/libmisc/ChangeLog @ af536c96

4.104.114.84.95
Last change on this file since af536c96 was aea9bb46, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:34:40

2001-09-28 Ralf Corsepius <corsepiu@…>

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