source: rtems/cpukit/libmisc/ChangeLog @ c55df85

4.104.114.84.95
Last change on this file since c55df85 was 8accf46, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/02 at 12:05:47

2002-01-07 Ralf Corsepius <corsepiu@…>

  • rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
4
52002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
8
92001-10-12      Joel Sherrill <joel@OARcorp.com>
10
11        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
12
132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
16        * configure.in: Remove.
17        * configure.ac: New file, generated from configure.in by autoupdate.
18
192001-09-28      Joel Sherrill <joel@OARcorp.com>
20
21        * dummy/dummy.c: Now a useful configuration that starts main().
22        * wrapup/Makefile.am: Include a base level configuration in
23        RTEMS library.
24
252001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
28        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
29        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
30        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
31        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
32        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
33        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
34        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
35        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
36        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
37
382001-09-27      Joel Sherrill <joel@OARcorp.com>
39
40        * ChangeLog: Fixed typo in date.
41
422001-09-21      Joel Sherrill <joel@OARcorp.com>
43
44        * configure.in, rootfs/Makefile.am: Added conditional to make sure
45        rootfs does not get built with networking is disabled.  Also
46        added include of compile.am to rootfs/Makefile.am.
47        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
48
492001-09-19      Chris Johns <ccj@acm.org>
50
51        * Added support for populating the initial "root" filesystem
52        with information obtained via the DHCP response.
53        * rootfs: New directory.
54        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
55        rootfs/mkrootfs.h: New files.
56        * configure.in, Makefile.am: Modified to reflect addition.
57
582001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
59
60        * shell/shell.c: Don't close file it wasn't open.
61
622001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
65        of AC_CANONICAL_SYSTEM.
66        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
67        mkinstalldirs and mkdir.
68        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
69        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
70        _RTEMS_OUTPUT_BUILD_SUBDIRS.
71
722001-09-14      Joel Sherrill <joel@OARcorp.com>
73
74        * ChangeLog: Fixed some mistakes.
75
762001-09-14      Joel Sherrill <joel@OARcorp.com>
77
78        * ChangeLog: Fixed some mistakes.
79
802001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
83        of AC_CANONICAL_SYSTEM.
84        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
85        mkinstalldirs and mkdir.
86        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
87        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
88        _RTEMS_OUTPUT_BUILD_SUBDIRS.
89
902001-09-14      Joel Sherrill <joel@OARcorp.com>
91
92        * ChangeLog: Fixed some mistakes.
93
942001-09-14      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: Fixed some mistakes.
97
982001-09-13      Joel Sherrill <joel@OARcorp.com>
99
100        * devnull/devnull.c: Eliminate warning.
101
1022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
103
104        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
105
1062001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
107
108        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
109        shell/shell.h: Updates.
110
1112001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
112
113        * monitor/mon-command.c: Add support for partial command matching.
114        The monitor used to have this functionality before it was overhauled
115        to support addition of user commands.
116
1172001-06-14      Joel Sherrill <joel@OARcorp.com>
118
119        * shell/telnetd.c, shell/telnetd.h: Moved to
120        libnetworking/rtems_servers so the network stack to address network
121        depenendency.
122        * shell/Makefile.am: Modified to reflect above.
123
1242001-05-25      Joel Sherrill <joel@OARcorp.com>
125
126        * shell/cmds.c: Removed code from inappropriate source.
127
1282000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
129
130        * monitor/mon-prmisc.c: Correct print line.
131        * shell/Makefile.am: Added new file telnetd.c.
132        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
133        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
134           - The shell_init has a new parameter 'forever' because in
135             /dev/console you need that this process runs forever but in
136             tcp/ip not. (respawn?)
137           - A new task for every session opened trought tcp/ip telnet client.
138             (the chargen,daytime and more are possible of implementation but
139             I ask me if they are necesary)
140           - Exit from the session delete the task and when the client fails too.
141           - More cmds have been implemented. (very reduced version of these)
142             umask, chmod, id, whoami, rm, cat, ...
143           - A reduced line edit has been implemented.
144               Ctrl-C abort the input,
145               Ctrl-d in the first position gives EOF (logout).
146               '\b' and DEL makes the rubout operation.
147               I think that readline() for every session spents a lot of resources.
148
1492001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
152        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
153
1542001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
155
156        * Added initial shell functionality.
157        * Makefile.am, configure.in, wrapup/Makefile.am:
158        * shell/.cvsignore, shell/Makefile.am, shell/README,
159        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
160
1612001-04-20      Joel Sherrill <joel@OARcorp.com>
162
163        * devnull/devnull.c (null_initialize): Added check to
164        ensure that the driver is only initialized once.  Otherwise,
165        it will abort when the device /dev/null is present.
166        (null_write): Do not dereference a NULL pointer.
167
1682001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
171
1722001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
175        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
176        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
177        Apply include_*HEADERS instead of H_FILES.
178
1792001-01-05      Joel Sherrill <joel@OARcorp.com>
180
181        * devnull: New addition.  Moved from libcpu/sh.
182        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
183        devnull/Makefile.am: New files.
184        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
185        addition of above.
186
1872000-11-30      Joel Sherrill <joel@OARcorp.com>
188
189        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-09-28      Joel Sherrill <joel@OARcorp.com>
205
206        * monitor/mon-driver.c: Accounted for addition of "_entry" to
207        fields in rtems_driver_address_table.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210       
211        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
212        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
213        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
214        Include compile.am.
215
2162000-08-30      Joel Sherrill <joel@OARcorp.com>
217
218        * Many files: Moved posix/include/rtems/posix/seterr.h to
219        score/include/rtems/seterr.h so it would be available within
220        all APIs.
221
2222000-08-30      Joel Sherrill <joel@OARcorp.com>
223
224        * mw-fb/.cvsignore: New file.
225
2262000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
227
228        * Added generic Micro FrameBuffer interface for MicroWindows.
229        This interface allows MicroWindows to under RTEMS. A sample
230        driver has been developed for the pc386 BSP. See
231        pc386/fb_vga.c as a sample.
232        * Added Uniform Input Device interface for MicroWindows.
233        See PC386 bsp for sample drivers for mouse and keyboard (console).
234        * mw-bf: New directory.
235        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
236        * mw-fb/Makefile.am: New file.
237        * mw-fb/mw_fb.c: New file.
238        * mw-fb/mw_fb.h: New file.
239        * mw-fb/mw_uid.c: New file.
240        * mw-fb/mw_uid.h: New file.
241
2422000-08-10      Joel Sherrill <joel@OARcorp.com>
243
244        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.