source: rtems/cpukit/libmisc/ChangeLog @ d805c496

4.104.114.84.95
Last change on this file since d805c496 was d805c496, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 23:15:51

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

  • dummy/dummy.c: Now a useful configuration that starts main().
  • wrapup/Makefile.am: Include a base level configuration in RTEMS library.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12001-09-28      Joel Sherrill <joel@OARcorp.com>
2
3        * dummy/dummy.c: Now a useful configuration that starts main().
4        * wrapup/Makefile.am: Include a base level configuration in
5        RTEMS library.
6
72001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
10        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
11        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
12        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
13        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
14        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
15        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
16        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
17        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
18        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
19
202001-09-27      Joel Sherrill <joel@OARcorp.com>
21
22        * ChangeLog: Fixed typo in date.
23
242001-09-21      Joel Sherrill <joel@OARcorp.com>
25
26        * configure.in, rootfs/Makefile.am: Added conditional to make sure
27        rootfs does not get built with networking is disabled.  Also
28        added include of compile.am to rootfs/Makefile.am.
29        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
30
312001-09-19      Chris Johns <ccj@acm.org>
32
33        * Added support for populating the initial "root" filesystem
34        with information obtained via the DHCP response.
35        * rootfs: New directory.
36        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
37        rootfs/mkrootfs.h: New files.
38        * configure.in, Makefile.am: Modified to reflect addition.
39
402001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
41
42        * shell/shell.c: Don't close file it wasn't open.
43
442001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
47        of AC_CANONICAL_SYSTEM.
48        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
49        mkinstalldirs and mkdir.
50        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
51        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
52        _RTEMS_OUTPUT_BUILD_SUBDIRS.
53
542001-09-14      Joel Sherrill <joel@OARcorp.com>
55
56        * ChangeLog: Fixed some mistakes.
57
582001-09-14      Joel Sherrill <joel@OARcorp.com>
59
60        * ChangeLog: Fixed some mistakes.
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-13      Joel Sherrill <joel@OARcorp.com>
81
82        * devnull/devnull.c: Eliminate warning.
83
842001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
85
86        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
87
882001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
89
90        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
91        shell/shell.h: Updates.
92
932001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
94
95        * monitor/mon-command.c: Add support for partial command matching.
96        The monitor used to have this functionality before it was overhauled
97        to support addition of user commands.
98
992001-06-14      Joel Sherrill <joel@OARcorp.com>
100
101        * shell/telnetd.c, shell/telnetd.h: Moved to
102        libnetworking/rtems_servers so the network stack to address network
103        depenendency.
104        * shell/Makefile.am: Modified to reflect above.
105
1062001-05-25      Joel Sherrill <joel@OARcorp.com>
107
108        * shell/cmds.c: Removed code from inappropriate source.
109
1102000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
111
112        * monitor/mon-prmisc.c: Correct print line.
113        * shell/Makefile.am: Added new file telnetd.c.
114        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
115        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
116           - The shell_init has a new parameter 'forever' because in
117             /dev/console you need that this process runs forever but in
118             tcp/ip not. (respawn?)
119           - A new task for every session opened trought tcp/ip telnet client.
120             (the chargen,daytime and more are possible of implementation but
121             I ask me if they are necesary)
122           - Exit from the session delete the task and when the client fails too.
123           - More cmds have been implemented. (very reduced version of these)
124             umask, chmod, id, whoami, rm, cat, ...
125           - A reduced line edit has been implemented.
126               Ctrl-C abort the input,
127               Ctrl-d in the first position gives EOF (logout).
128               '\b' and DEL makes the rubout operation.
129               I think that readline() for every session spents a lot of resources.
130
1312001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
134        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
135
1362001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
137
138        * Added initial shell functionality.
139        * Makefile.am, configure.in, wrapup/Makefile.am:
140        * shell/.cvsignore, shell/Makefile.am, shell/README,
141        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
142
1432001-04-20      Joel Sherrill <joel@OARcorp.com>
144
145        * devnull/devnull.c (null_initialize): Added check to
146        ensure that the driver is only initialized once.  Otherwise,
147        it will abort when the device /dev/null is present.
148        (null_write): Do not dereference a NULL pointer.
149
1502001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
153
1542001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
157        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
158        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
159        Apply include_*HEADERS instead of H_FILES.
160
1612001-01-05      Joel Sherrill <joel@OARcorp.com>
162
163        * devnull: New addition.  Moved from libcpu/sh.
164        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
165        devnull/Makefile.am: New files.
166        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
167        addition of above.
168
1692000-11-30      Joel Sherrill <joel@OARcorp.com>
170
171        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
184        Switch to GNU canonicalization.
185
1862000-09-28      Joel Sherrill <joel@OARcorp.com>
187
188        * monitor/mon-driver.c: Accounted for addition of "_entry" to
189        fields in rtems_driver_address_table.
190
1912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192       
193        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
194        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
195        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
196        Include compile.am.
197
1982000-08-30      Joel Sherrill <joel@OARcorp.com>
199
200        * Many files: Moved posix/include/rtems/posix/seterr.h to
201        score/include/rtems/seterr.h so it would be available within
202        all APIs.
203
2042000-08-30      Joel Sherrill <joel@OARcorp.com>
205
206        * mw-fb/.cvsignore: New file.
207
2082000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
209
210        * Added generic Micro FrameBuffer interface for MicroWindows.
211        This interface allows MicroWindows to under RTEMS. A sample
212        driver has been developed for the pc386 BSP. See
213        pc386/fb_vga.c as a sample.
214        * Added Uniform Input Device interface for MicroWindows.
215        See PC386 bsp for sample drivers for mouse and keyboard (console).
216        * mw-bf: New directory.
217        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
218        * mw-fb/Makefile.am: New file.
219        * mw-fb/mw_fb.c: New file.
220        * mw-fb/mw_fb.h: New file.
221        * mw-fb/mw_uid.c: New file.
222        * mw-fb/mw_uid.h: New file.
223
2242000-08-10      Joel Sherrill <joel@OARcorp.com>
225
226        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.