source: rtems/c/src/libmisc/ChangeLog @ 5ceb9d24

4.104.114.84.95
Last change on this file since 5ceb9d24 was 5ceb9d24, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/02 at 06:29:59

2002-10-26 Ralf Corsepius <corsepiu@…>

  • monitor/mon-command.c: Don't build rtems_monitor_line_editor for RTEMS_UNIX to avoid gcc warning.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
4        RTEMS_UNIX to avoid gcc warning.
5
62002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
7
8        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
9        Patch to remove problems introduced by object name rework.
10
112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * .cvsignore: Reformat.
14        Add autom4te*cache.
15        Remove autom4te.cache.
16
172002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * shell/shell.c: #include <time.h>
20        * wrapup/Makefile.am: Eliminate LIBNAME.
21
222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
36
372002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
40
412002-08-01      Joel Sherrill <joel@OARcorp.com>
42
43        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
44        object name is raw versus being a string.
45
462002-07-30      Joel Sherrill <joel@OARcorp.com>
47
48        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
49        stack if the port doesn't configure using it.
50
512002-07-24      Joel Sherrill <joel@OARcorp.com>
52
53        * wrapup/Makefile.am: Temporarily don't include serdbg since it
54        causes some BSPs to not link "main(){}" as required by autoconf.
55
562002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * capture/capture.c: include <string.h> for memset.
59        * capture/capture-cli.c: include <string.h> for memset.
60
612002-07-01      Joel Sherrill <joel@OARcorp.com>
62
63        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
64        monitor/mon-object.c, monitor/monitor.h: Corrected use of
65        _Objects_Information_table now that it is a two dimensional
66        array based upon API and class.  In addition, in the monitor,
67        corrected an error which occured when a target has 64 bit pointers.
68
692002-07-01      Joel Sherrill <joel@OARcorp.com>
70
71        * stackchk/check.c: Corrected use of
72        _Objects_Information_table now that it is a two dimensional
73        array based upon API and class.
74
752002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
76
77        * With the addition of serdbg, the standard polled I/O functions
78        for gdbstub and/or printk are optionally routed to any termios-aware
79        device driver, that supports polled mode. See libmisc/serdbg/README.
80        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
81        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
82        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
83        serdbg/.cvsignore: New files.
84        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
85        reflect addition.
86
872002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Don't preinstall libmisc.a.
90
912002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac, Makefile.am: Remove references to rootfs.
94
952002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * rootfs/.cvsignore: Remove.
98        * rootfs/Makefile.am: Remove.
99        * rootfs/mkrootfs.h: Remove.
100        * rootfs/mkrootfs.c: Remove.
101        * configure.ac: Remove rootfs and NETWORKING macros.
102        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
103
1042002-05-16      Chris Johns <ccj@acm.org>
105
106        * Per PR194, added the Capture engine. 
107        * capture/Makefile.am, capture/README, capture/capture-cli.c,
108        capture/capture-cli.h, capture/capture.c, capture/capture.h,
109        capture/.cvsignore: New files.
110        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
111        reflect addition.
112
1132001-05-14      Joel Sherrill <joel@OARcorp.com>
114
115        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
116        a library of the same name.
117
1182002-03-20      Chris Johns <ccj@acm.org>
119
120        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
121        lowercase. The capture engine need to set triggers or watches on task
122        with uppercase names. 
123        Also stop the monitor repeating command when enter is pressed.
124
1252002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * monitor/mon-monitor.c: Replace done with return (gcc3).
128
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482002-03-20      Chris Johns <ccj@acm.org>
149
150        * PR148.
151        * monitor/mon-prmisc.c: Fixed to print task states correctly.
152
1532002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * shell/shell.c: Remove #undef __STRICT_ANSI__.
156
1572002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
160
1612002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
164
1652001-10-12      Joel Sherrill <joel@OARcorp.com>
166
167        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-28      Joel Sherrill <joel@OARcorp.com>
176
177        * dummy/dummy.c: Now a useful configuration that starts main().
178        * wrapup/Makefile.am: Include a base level configuration in
179        RTEMS library.
180
1812001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
184        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
185        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
186        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
187        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
188        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
189        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
190        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
191        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
192        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
193
1942001-09-27      Joel Sherrill <joel@OARcorp.com>
195
196        * ChangeLog: Fixed typo in date.
197
1982001-09-21      Joel Sherrill <joel@OARcorp.com>
199
200        * configure.in, rootfs/Makefile.am: Added conditional to make sure
201        rootfs does not get built with networking is disabled.  Also
202        added include of compile.am to rootfs/Makefile.am.
203        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
204
2052001-09-19      Chris Johns <ccj@acm.org>
206
207        * Added support for populating the initial "root" filesystem
208        with information obtained via the DHCP response.
209        * rootfs: New directory.
210        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
211        rootfs/mkrootfs.h: New files.
212        * configure.in, Makefile.am: Modified to reflect addition.
213
2142001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
215
216        * shell/shell.c: Don't close file it wasn't open.
217
2182001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
221        of AC_CANONICAL_SYSTEM.
222        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
223        mkinstalldirs and mkdir.
224        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
225        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
226        _RTEMS_OUTPUT_BUILD_SUBDIRS.
227
2282001-09-14      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: Fixed some mistakes.
231
2322001-09-14      Joel Sherrill <joel@OARcorp.com>
233
234        * ChangeLog: Fixed some mistakes.
235
2362001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
239        of AC_CANONICAL_SYSTEM.
240        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
241        mkinstalldirs and mkdir.
242        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
243        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
244        _RTEMS_OUTPUT_BUILD_SUBDIRS.
245
2462001-09-14      Joel Sherrill <joel@OARcorp.com>
247
248        * ChangeLog: Fixed some mistakes.
249
2502001-09-14      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: Fixed some mistakes.
253
2542001-09-13      Joel Sherrill <joel@OARcorp.com>
255
256        * devnull/devnull.c: Eliminate warning.
257
2582001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
259
260        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
261
2622001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
263
264        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
265        shell/shell.h: Updates.
266
2672001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
268
269        * monitor/mon-command.c: Add support for partial command matching.
270        The monitor used to have this functionality before it was overhauled
271        to support addition of user commands.
272
2732001-06-14      Joel Sherrill <joel@OARcorp.com>
274
275        * shell/telnetd.c, shell/telnetd.h: Moved to
276        libnetworking/rtems_servers so the network stack to address network
277        depenendency.
278        * shell/Makefile.am: Modified to reflect above.
279
2802001-05-25      Joel Sherrill <joel@OARcorp.com>
281
282        * shell/cmds.c: Removed code from inappropriate source.
283
2842000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
285
286        * monitor/mon-prmisc.c: Correct print line.
287        * shell/Makefile.am: Added new file telnetd.c.
288        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
289        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
290           - The shell_init has a new parameter 'forever' because in
291             /dev/console you need that this process runs forever but in
292             tcp/ip not. (respawn?)
293           - A new task for every session opened trought tcp/ip telnet client.
294             (the chargen,daytime and more are possible of implementation but
295             I ask me if they are necesary)
296           - Exit from the session delete the task and when the client fails too.
297           - More cmds have been implemented. (very reduced version of these)
298             umask, chmod, id, whoami, rm, cat, ...
299           - A reduced line edit has been implemented.
300               Ctrl-C abort the input,
301               Ctrl-d in the first position gives EOF (logout).
302               '\b' and DEL makes the rubout operation.
303               I think that readline() for every session spents a lot of resources.
304
3052001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
308        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
309
3102001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
311
312        * Added initial shell functionality.
313        * Makefile.am, configure.in, wrapup/Makefile.am:
314        * shell/.cvsignore, shell/Makefile.am, shell/README,
315        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
316
3172001-04-20      Joel Sherrill <joel@OARcorp.com>
318
319        * devnull/devnull.c (null_initialize): Added check to
320        ensure that the driver is only initialized once.  Otherwise,
321        it will abort when the device /dev/null is present.
322        (null_write): Do not dereference a NULL pointer.
323
3242001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
327
3282001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
331        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
332        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
333        Apply include_*HEADERS instead of H_FILES.
334
3352001-01-05      Joel Sherrill <joel@OARcorp.com>
336
337        * devnull: New addition.  Moved from libcpu/sh.
338        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
339        devnull/Makefile.am: New files.
340        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
341        addition of above.
342
3432000-11-30      Joel Sherrill <joel@OARcorp.com>
344
345        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
346
3472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
350
3512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
354
3552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
358        Switch to GNU canonicalization.
359
3602000-09-28      Joel Sherrill <joel@OARcorp.com>
361
362        * monitor/mon-driver.c: Accounted for addition of "_entry" to
363        fields in rtems_driver_address_table.
364
3652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366       
367        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
368        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
369        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
370        Include compile.am.
371
3722000-08-30      Joel Sherrill <joel@OARcorp.com>
373
374        * Many files: Moved posix/include/rtems/posix/seterr.h to
375        score/include/rtems/seterr.h so it would be available within
376        all APIs.
377
3782000-08-30      Joel Sherrill <joel@OARcorp.com>
379
380        * mw-fb/.cvsignore: New file.
381
3822000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
383
384        * Added generic Micro FrameBuffer interface for MicroWindows.
385        This interface allows MicroWindows to under RTEMS. A sample
386        driver has been developed for the pc386 BSP. See
387        pc386/fb_vga.c as a sample.
388        * Added Uniform Input Device interface for MicroWindows.
389        See PC386 bsp for sample drivers for mouse and keyboard (console).
390        * mw-bf: New directory.
391        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
392        * mw-fb/Makefile.am: New file.
393        * mw-fb/mw_fb.c: New file.
394        * mw-fb/mw_fb.h: New file.
395        * mw-fb/mw_uid.c: New file.
396        * mw-fb/mw_uid.h: New file.
397
3982000-08-10      Joel Sherrill <joel@OARcorp.com>
399
400        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.