source: rtems/cpukit/libmisc/ChangeLog @ b2709481

4.104.114.84.95
Last change on this file since b2709481 was cc13fa3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 21:03:15

2001-10-12 Joel Sherrill <joel@…>

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