source: rtems/cpukit/libmisc/ChangeLog @ 3559e90

4.104.114.84.95
Last change on this file since 3559e90 was 3559e90, checked in by Joel Sherrill <joel.sherrill@…>, on 04/04/02 at 18:22:36

2002-04-04 Ralf Corsepius <corsepiu@…>

  • monitor/mon-monitor.c: Replace done with return (gcc3).
  • Property mode set to 100644
File size: 9.3 KB
Line 
12002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * monitor/mon-monitor.c: Replace done with return (gcc3).
4
52002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac:
8        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
9        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
10        * Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
23
242002-03-20      Chris Johns <ccj@acm.org>
25
26        * PR148.
27        * monitor/mon-prmisc.c: Fixed to print task states correctly.
28
292002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * shell/shell.c: Remove #undef __STRICT_ANSI__.
32
332002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
36
372002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
40
412001-10-12      Joel Sherrill <joel@OARcorp.com>
42
43        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
44
452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
48        * configure.in: Remove.
49        * configure.ac: New file, generated from configure.in by autoupdate.
50
512001-09-28      Joel Sherrill <joel@OARcorp.com>
52
53        * dummy/dummy.c: Now a useful configuration that starts main().
54        * wrapup/Makefile.am: Include a base level configuration in
55        RTEMS library.
56
572001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
60        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
61        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
62        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
63        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
64        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
65        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
66        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
67        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
68        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
69
702001-09-27      Joel Sherrill <joel@OARcorp.com>
71
72        * ChangeLog: Fixed typo in date.
73
742001-09-21      Joel Sherrill <joel@OARcorp.com>
75
76        * configure.in, rootfs/Makefile.am: Added conditional to make sure
77        rootfs does not get built with networking is disabled.  Also
78        added include of compile.am to rootfs/Makefile.am.
79        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
80
812001-09-19      Chris Johns <ccj@acm.org>
82
83        * Added support for populating the initial "root" filesystem
84        with information obtained via the DHCP response.
85        * rootfs: New directory.
86        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
87        rootfs/mkrootfs.h: New files.
88        * configure.in, Makefile.am: Modified to reflect addition.
89
902001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
91
92        * shell/shell.c: Don't close file it wasn't open.
93
942001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
97        of AC_CANONICAL_SYSTEM.
98        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
99        mkinstalldirs and mkdir.
100        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
101        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
102        _RTEMS_OUTPUT_BUILD_SUBDIRS.
103
1042001-09-14      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: Fixed some mistakes.
107
1082001-09-14      Joel Sherrill <joel@OARcorp.com>
109
110        * ChangeLog: Fixed some mistakes.
111
1122001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
115        of AC_CANONICAL_SYSTEM.
116        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
117        mkinstalldirs and mkdir.
118        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
119        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
120        _RTEMS_OUTPUT_BUILD_SUBDIRS.
121
1222001-09-14      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: Fixed some mistakes.
125
1262001-09-14      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: Fixed some mistakes.
129
1302001-09-13      Joel Sherrill <joel@OARcorp.com>
131
132        * devnull/devnull.c: Eliminate warning.
133
1342001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
135
136        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
137
1382001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
139
140        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
141        shell/shell.h: Updates.
142
1432001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
144
145        * monitor/mon-command.c: Add support for partial command matching.
146        The monitor used to have this functionality before it was overhauled
147        to support addition of user commands.
148
1492001-06-14      Joel Sherrill <joel@OARcorp.com>
150
151        * shell/telnetd.c, shell/telnetd.h: Moved to
152        libnetworking/rtems_servers so the network stack to address network
153        depenendency.
154        * shell/Makefile.am: Modified to reflect above.
155
1562001-05-25      Joel Sherrill <joel@OARcorp.com>
157
158        * shell/cmds.c: Removed code from inappropriate source.
159
1602000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
161
162        * monitor/mon-prmisc.c: Correct print line.
163        * shell/Makefile.am: Added new file telnetd.c.
164        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
165        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
166           - The shell_init has a new parameter 'forever' because in
167             /dev/console you need that this process runs forever but in
168             tcp/ip not. (respawn?)
169           - A new task for every session opened trought tcp/ip telnet client.
170             (the chargen,daytime and more are possible of implementation but
171             I ask me if they are necesary)
172           - Exit from the session delete the task and when the client fails too.
173           - More cmds have been implemented. (very reduced version of these)
174             umask, chmod, id, whoami, rm, cat, ...
175           - A reduced line edit has been implemented.
176               Ctrl-C abort the input,
177               Ctrl-d in the first position gives EOF (logout).
178               '\b' and DEL makes the rubout operation.
179               I think that readline() for every session spents a lot of resources.
180
1812001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
184        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
185
1862001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
187
188        * Added initial shell functionality.
189        * Makefile.am, configure.in, wrapup/Makefile.am:
190        * shell/.cvsignore, shell/Makefile.am, shell/README,
191        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
192
1932001-04-20      Joel Sherrill <joel@OARcorp.com>
194
195        * devnull/devnull.c (null_initialize): Added check to
196        ensure that the driver is only initialized once.  Otherwise,
197        it will abort when the device /dev/null is present.
198        (null_write): Do not dereference a NULL pointer.
199
2002001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
203
2042001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
207        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
208        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
209        Apply include_*HEADERS instead of H_FILES.
210
2112001-01-05      Joel Sherrill <joel@OARcorp.com>
212
213        * devnull: New addition.  Moved from libcpu/sh.
214        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
215        devnull/Makefile.am: New files.
216        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
217        addition of above.
218
2192000-11-30      Joel Sherrill <joel@OARcorp.com>
220
221        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
222
2232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
226
2272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
230
2312000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
234        Switch to GNU canonicalization.
235
2362000-09-28      Joel Sherrill <joel@OARcorp.com>
237
238        * monitor/mon-driver.c: Accounted for addition of "_entry" to
239        fields in rtems_driver_address_table.
240
2412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242       
243        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
244        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
245        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
246        Include compile.am.
247
2482000-08-30      Joel Sherrill <joel@OARcorp.com>
249
250        * Many files: Moved posix/include/rtems/posix/seterr.h to
251        score/include/rtems/seterr.h so it would be available within
252        all APIs.
253
2542000-08-30      Joel Sherrill <joel@OARcorp.com>
255
256        * mw-fb/.cvsignore: New file.
257
2582000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
259
260        * Added generic Micro FrameBuffer interface for MicroWindows.
261        This interface allows MicroWindows to under RTEMS. A sample
262        driver has been developed for the pc386 BSP. See
263        pc386/fb_vga.c as a sample.
264        * Added Uniform Input Device interface for MicroWindows.
265        See PC386 bsp for sample drivers for mouse and keyboard (console).
266        * mw-bf: New directory.
267        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
268        * mw-fb/Makefile.am: New file.
269        * mw-fb/mw_fb.c: New file.
270        * mw-fb/mw_fb.h: New file.
271        * mw-fb/mw_uid.c: New file.
272        * mw-fb/mw_uid.h: New file.
273
2742000-08-10      Joel Sherrill <joel@OARcorp.com>
275
276        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.