source: rtems/cpukit/libmisc/ChangeLog @ 22b689b

4.104.114.84.95
Last change on this file since 22b689b was 22b689b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/14/02 at 12:13:26

2002-11-14 Ralf Corsepius <corsepiu@…>

  • capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • serdbg/serdbgio.c: Add #include <unistd.h>.
  • shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
  • wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
  • configure.ac: Check for stdio assignments. Add RTEMS_LIBSHELL conditional.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
4        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
5        * serdbg/serdbgio.c: Add #include <unistd.h>.
6        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
7        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
8        * configure.ac: Check for stdio assignments.
9        Add RTEMS_LIBSHELL conditional.
10
112002-11-01      Joel Sherrill <joel@OARcorp.com>
12
13        * stackchk/check.c: Removed warnings.
14
152002-10-31      Joel Sherrill <joel@OARcorp.com>
16
17        * stackchk/check.c: Removed warning.
18
192002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
22        RTEMS_UNIX to avoid gcc warning.
23
242002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
25
26        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
27        Patch to remove problems introduced by object name rework.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * shell/shell.c: #include <time.h>
38        * wrapup/Makefile.am: Eliminate LIBNAME.
39
402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
54
552002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
58
592002-08-01      Joel Sherrill <joel@OARcorp.com>
60
61        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
62        object name is raw versus being a string.
63
642002-07-30      Joel Sherrill <joel@OARcorp.com>
65
66        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
67        stack if the port doesn't configure using it.
68
692002-07-24      Joel Sherrill <joel@OARcorp.com>
70
71        * wrapup/Makefile.am: Temporarily don't include serdbg since it
72        causes some BSPs to not link "main(){}" as required by autoconf.
73
742002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * capture/capture.c: include <string.h> for memset.
77        * capture/capture-cli.c: include <string.h> for memset.
78
792002-07-01      Joel Sherrill <joel@OARcorp.com>
80
81        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
82        monitor/mon-object.c, monitor/monitor.h: Corrected use of
83        _Objects_Information_table now that it is a two dimensional
84        array based upon API and class.  In addition, in the monitor,
85        corrected an error which occured when a target has 64 bit pointers.
86
872002-07-01      Joel Sherrill <joel@OARcorp.com>
88
89        * stackchk/check.c: Corrected use of
90        _Objects_Information_table now that it is a two dimensional
91        array based upon API and class.
92
932002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
94
95        * With the addition of serdbg, the standard polled I/O functions
96        for gdbstub and/or printk are optionally routed to any termios-aware
97        device driver, that supports polled mode. See libmisc/serdbg/README.
98        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
99        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
100        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
101        serdbg/.cvsignore: New files.
102        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
103        reflect addition.
104
1052002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Don't preinstall libmisc.a.
108
1092002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac, Makefile.am: Remove references to rootfs.
112
1132002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * rootfs/.cvsignore: Remove.
116        * rootfs/Makefile.am: Remove.
117        * rootfs/mkrootfs.h: Remove.
118        * rootfs/mkrootfs.c: Remove.
119        * configure.ac: Remove rootfs and NETWORKING macros.
120        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
121
1222002-05-16      Chris Johns <ccj@acm.org>
123
124        * Per PR194, added the Capture engine. 
125        * capture/Makefile.am, capture/README, capture/capture-cli.c,
126        capture/capture-cli.h, capture/capture.c, capture/capture.h,
127        capture/.cvsignore: New files.
128        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
129        reflect addition.
130
1312001-05-14      Joel Sherrill <joel@OARcorp.com>
132
133        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
134        a library of the same name.
135
1362002-03-20      Chris Johns <ccj@acm.org>
137
138        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
139        lowercase. The capture engine need to set triggers or watches on task
140        with uppercase names. 
141        Also stop the monitor repeating command when enter is pressed.
142
1432002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * monitor/mon-monitor.c: Replace done with return (gcc3).
146
1472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac:
150        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
151        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
152        * Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
165
1662002-03-20      Chris Johns <ccj@acm.org>
167
168        * PR148.
169        * monitor/mon-prmisc.c: Fixed to print task states correctly.
170
1712002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * shell/shell.c: Remove #undef __STRICT_ANSI__.
174
1752002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
178
1792002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
182
1832001-10-12      Joel Sherrill <joel@OARcorp.com>
184
185        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
186
1872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
190        * configure.in: Remove.
191        * configure.ac: New file, generated from configure.in by autoupdate.
192
1932001-09-28      Joel Sherrill <joel@OARcorp.com>
194
195        * dummy/dummy.c: Now a useful configuration that starts main().
196        * wrapup/Makefile.am: Include a base level configuration in
197        RTEMS library.
198
1992001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
202        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
203        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
204        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
205        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
206        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
207        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
208        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
209        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
210        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
211
2122001-09-27      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: Fixed typo in date.
215
2162001-09-21      Joel Sherrill <joel@OARcorp.com>
217
218        * configure.in, rootfs/Makefile.am: Added conditional to make sure
219        rootfs does not get built with networking is disabled.  Also
220        added include of compile.am to rootfs/Makefile.am.
221        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
222
2232001-09-19      Chris Johns <ccj@acm.org>
224
225        * Added support for populating the initial "root" filesystem
226        with information obtained via the DHCP response.
227        * rootfs: New directory.
228        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
229        rootfs/mkrootfs.h: New files.
230        * configure.in, Makefile.am: Modified to reflect addition.
231
2322001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
233
234        * shell/shell.c: Don't close file it wasn't open.
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-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
257        of AC_CANONICAL_SYSTEM.
258        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
259        mkinstalldirs and mkdir.
260        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
261        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
262        _RTEMS_OUTPUT_BUILD_SUBDIRS.
263
2642001-09-14      Joel Sherrill <joel@OARcorp.com>
265
266        * ChangeLog: Fixed some mistakes.
267
2682001-09-14      Joel Sherrill <joel@OARcorp.com>
269
270        * ChangeLog: Fixed some mistakes.
271
2722001-09-13      Joel Sherrill <joel@OARcorp.com>
273
274        * devnull/devnull.c: Eliminate warning.
275
2762001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
277
278        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
279
2802001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
281
282        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
283        shell/shell.h: Updates.
284
2852001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
286
287        * monitor/mon-command.c: Add support for partial command matching.
288        The monitor used to have this functionality before it was overhauled
289        to support addition of user commands.
290
2912001-06-14      Joel Sherrill <joel@OARcorp.com>
292
293        * shell/telnetd.c, shell/telnetd.h: Moved to
294        libnetworking/rtems_servers so the network stack to address network
295        depenendency.
296        * shell/Makefile.am: Modified to reflect above.
297
2982001-05-25      Joel Sherrill <joel@OARcorp.com>
299
300        * shell/cmds.c: Removed code from inappropriate source.
301
3022000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
303
304        * monitor/mon-prmisc.c: Correct print line.
305        * shell/Makefile.am: Added new file telnetd.c.
306        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
307        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
308           - The shell_init has a new parameter 'forever' because in
309             /dev/console you need that this process runs forever but in
310             tcp/ip not. (respawn?)
311           - A new task for every session opened trought tcp/ip telnet client.
312             (the chargen,daytime and more are possible of implementation but
313             I ask me if they are necesary)
314           - Exit from the session delete the task and when the client fails too.
315           - More cmds have been implemented. (very reduced version of these)
316             umask, chmod, id, whoami, rm, cat, ...
317           - A reduced line edit has been implemented.
318               Ctrl-C abort the input,
319               Ctrl-d in the first position gives EOF (logout).
320               '\b' and DEL makes the rubout operation.
321               I think that readline() for every session spents a lot of resources.
322
3232001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
326        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
327
3282001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
329
330        * Added initial shell functionality.
331        * Makefile.am, configure.in, wrapup/Makefile.am:
332        * shell/.cvsignore, shell/Makefile.am, shell/README,
333        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
334
3352001-04-20      Joel Sherrill <joel@OARcorp.com>
336
337        * devnull/devnull.c (null_initialize): Added check to
338        ensure that the driver is only initialized once.  Otherwise,
339        it will abort when the device /dev/null is present.
340        (null_write): Do not dereference a NULL pointer.
341
3422001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
345
3462001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
349        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
350        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
351        Apply include_*HEADERS instead of H_FILES.
352
3532001-01-05      Joel Sherrill <joel@OARcorp.com>
354
355        * devnull: New addition.  Moved from libcpu/sh.
356        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
357        devnull/Makefile.am: New files.
358        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
359        addition of above.
360
3612000-11-30      Joel Sherrill <joel@OARcorp.com>
362
363        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
364
3652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
368
3692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
372
3732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
376        Switch to GNU canonicalization.
377
3782000-09-28      Joel Sherrill <joel@OARcorp.com>
379
380        * monitor/mon-driver.c: Accounted for addition of "_entry" to
381        fields in rtems_driver_address_table.
382
3832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384       
385        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
386        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
387        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
388        Include compile.am.
389
3902000-08-30      Joel Sherrill <joel@OARcorp.com>
391
392        * Many files: Moved posix/include/rtems/posix/seterr.h to
393        score/include/rtems/seterr.h so it would be available within
394        all APIs.
395
3962000-08-30      Joel Sherrill <joel@OARcorp.com>
397
398        * mw-fb/.cvsignore: New file.
399
4002000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
401
402        * Added generic Micro FrameBuffer interface for MicroWindows.
403        This interface allows MicroWindows to under RTEMS. A sample
404        driver has been developed for the pc386 BSP. See
405        pc386/fb_vga.c as a sample.
406        * Added Uniform Input Device interface for MicroWindows.
407        See PC386 bsp for sample drivers for mouse and keyboard (console).
408        * mw-bf: New directory.
409        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
410        * mw-fb/Makefile.am: New file.
411        * mw-fb/mw_fb.c: New file.
412        * mw-fb/mw_fb.h: New file.
413        * mw-fb/mw_uid.c: New file.
414        * mw-fb/mw_uid.h: New file.
415
4162000-08-10      Joel Sherrill <joel@OARcorp.com>
417
418        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.