source: rtems/c/src/libmisc/ChangeLog @ df25c998

4.104.114.84.95
Last change on this file since df25c998 was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

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