source: rtems/cpukit/libmisc/ChangeLog @ 12857dd

4.104.114.84.95
Last change on this file since 12857dd was 12857dd, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/02 at 22:19:27

2002-10-24 Fabrizio Pirovano <pirovano.thysys@…>

  • capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
  • Property mode set to 100644
File size: 13.4 KB
RevLine 
[12857dd]12002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
2
3        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
4        Patch to remove problems introduced by object name rework.
5
[8730f45]62002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * .cvsignore: Reformat.
9        Add autom4te*cache.
10        Remove autom4te.cache.
11
[84206479]122002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * shell/shell.c: #include <time.h>
15        * wrapup/Makefile.am: Eliminate LIBNAME.
16
[45e4f321]172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
31
[fbe799b3]322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
35
[ca5fe67]362002-08-01      Joel Sherrill <joel@OARcorp.com>
37
38        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
39        object name is raw versus being a string.
40
[57c67302]412002-07-30      Joel Sherrill <joel@OARcorp.com>
42
43        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
44        stack if the port doesn't configure using it.
45
[053f9f1]462002-07-24      Joel Sherrill <joel@OARcorp.com>
47
48        * wrapup/Makefile.am: Temporarily don't include serdbg since it
49        causes some BSPs to not link "main(){}" as required by autoconf.
50
[aebc8290]512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * capture/capture.c: include <string.h> for memset.
54        * capture/capture-cli.c: include <string.h> for memset.
55
[63977bb4]562002-07-01      Joel Sherrill <joel@OARcorp.com>
57
58        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
59        monitor/mon-object.c, monitor/monitor.h: Corrected use of
60        _Objects_Information_table now that it is a two dimensional
61        array based upon API and class.  In addition, in the monitor,
62        corrected an error which occured when a target has 64 bit pointers.
63
[ee13a74]642002-07-01      Joel Sherrill <joel@OARcorp.com>
65
66        * stackchk/check.c: Corrected use of
67        _Objects_Information_table now that it is a two dimensional
68        array based upon API and class.
69
[9e633f5]702002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
71
72        * With the addition of serdbg, the standard polled I/O functions
73        for gdbstub and/or printk are optionally routed to any termios-aware
74        device driver, that supports polled mode. See libmisc/serdbg/README.
75        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
76        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
77        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
78        serdbg/.cvsignore: New files.
79        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
80        reflect addition.
81
[d6c6c26f]822002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Don't preinstall libmisc.a.
85
[a653f39]862002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
[d6c6c26f]88        * configure.ac, Makefile.am: Remove references to rootfs.
[a653f39]89
[ae30735]902002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * rootfs/.cvsignore: Remove.
93        * rootfs/Makefile.am: Remove.
94        * rootfs/mkrootfs.h: Remove.
95        * rootfs/mkrootfs.c: Remove.
96        * configure.ac: Remove rootfs and NETWORKING macros.
97        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
98
[a923a82]992002-05-16      Chris Johns <ccj@acm.org>
100
101        * Per PR194, added the Capture engine. 
102        * capture/Makefile.am, capture/README, capture/capture-cli.c,
103        capture/capture-cli.h, capture/capture.c, capture/capture.h,
104        capture/.cvsignore: New files.
105        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
106        reflect addition.
107
[b3afc0f]1082001-05-14      Joel Sherrill <joel@OARcorp.com>
109
110        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
111        a library of the same name.
112
[80fe968c]1132002-03-20      Chris Johns <ccj@acm.org>
114
115        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
116        lowercase. The capture engine need to set triggers or watches on task
117        with uppercase names. 
118        Also stop the monitor repeating command when enter is pressed.
119
[3559e90]1202002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * monitor/mon-monitor.c: Replace done with return (gcc3).
123
[be2cd08]1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac:
127        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
128        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
129        * Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142
[ab09d083]1432002-03-20      Chris Johns <ccj@acm.org>
144
145        * PR148.
146        * monitor/mon-prmisc.c: Fixed to print task states correctly.
147
[dba2ecd7]1482002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * shell/shell.c: Remove #undef __STRICT_ANSI__.
151
[8accf46]1522002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
155
[f8a913da]1562002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
159
[cc13fa3]1602001-10-12      Joel Sherrill <joel@OARcorp.com>
161
162        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
163
[df25c998]1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
[d805c496]1702001-09-28      Joel Sherrill <joel@OARcorp.com>
171
172        * dummy/dummy.c: Now a useful configuration that starts main().
173        * wrapup/Makefile.am: Include a base level configuration in
174        RTEMS library.
175
[aea9bb46]1762001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
179        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
180        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
181        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
182        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
183        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
184        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
185        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
186        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
187        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
188
[6846a2f]1892001-09-27      Joel Sherrill <joel@OARcorp.com>
190
191        * ChangeLog: Fixed typo in date.
192
1932001-09-21      Joel Sherrill <joel@OARcorp.com>
[2543311]194
195        * configure.in, rootfs/Makefile.am: Added conditional to make sure
196        rootfs does not get built with networking is disabled.  Also
197        added include of compile.am to rootfs/Makefile.am.
198        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
199
[d34d2e69]2002001-09-19      Chris Johns <ccj@acm.org>
201
202        * Added support for populating the initial "root" filesystem
203        with information obtained via the DHCP response.
204        * rootfs: New directory.
205        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
206        rootfs/mkrootfs.h: New files.
207        * configure.in, Makefile.am: Modified to reflect addition.
208
[130291f]2092001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
210
211        * shell/shell.c: Don't close file it wasn't open.
212
2132001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
216        of AC_CANONICAL_SYSTEM.
217        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
218        mkinstalldirs and mkdir.
219        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
220        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
221        _RTEMS_OUTPUT_BUILD_SUBDIRS.
222
2232001-09-14      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: Fixed some mistakes.
226
2272001-09-14      Joel Sherrill <joel@OARcorp.com>
228
229        * ChangeLog: Fixed some mistakes.
230
2312001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
234        of AC_CANONICAL_SYSTEM.
235        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
236        mkinstalldirs and mkdir.
237        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
238        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
239        _RTEMS_OUTPUT_BUILD_SUBDIRS.
240
2412001-09-14      Joel Sherrill <joel@OARcorp.com>
242
243        * ChangeLog: Fixed some mistakes.
244
2452001-09-14      Joel Sherrill <joel@OARcorp.com>
246
247        * ChangeLog: Fixed some mistakes.
248
[d3b8713a]2492001-09-13      Joel Sherrill <joel@OARcorp.com>
250
251        * devnull/devnull.c: Eliminate warning.
252
[3c6cc4a0]2532001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
254
255        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
256
[70d689a]2572001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
258
259        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
260        shell/shell.h: Updates.
261
[ecb5f95]2622001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
263
264        * monitor/mon-command.c: Add support for partial command matching.
265        The monitor used to have this functionality before it was overhauled
266        to support addition of user commands.
267
[8e2b4de]2682001-06-14      Joel Sherrill <joel@OARcorp.com>
269
270        * shell/telnetd.c, shell/telnetd.h: Moved to
271        libnetworking/rtems_servers so the network stack to address network
272        depenendency.
273        * shell/Makefile.am: Modified to reflect above.
274
[5fef523]2752001-05-25      Joel Sherrill <joel@OARcorp.com>
276
277        * shell/cmds.c: Removed code from inappropriate source.
278
[b2712e3]2792000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
280
281        * monitor/mon-prmisc.c: Correct print line.
282        * shell/Makefile.am: Added new file telnetd.c.
283        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
284        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
285           - The shell_init has a new parameter 'forever' because in
286             /dev/console you need that this process runs forever but in
287             tcp/ip not. (respawn?)
288           - A new task for every session opened trought tcp/ip telnet client.
289             (the chargen,daytime and more are possible of implementation but
290             I ask me if they are necesary)
291           - Exit from the session delete the task and when the client fails too.
292           - More cmds have been implemented. (very reduced version of these)
293             umask, chmod, id, whoami, rm, cat, ...
294           - A reduced line edit has been implemented.
295               Ctrl-C abort the input,
296               Ctrl-d in the first position gives EOF (logout).
297               '\b' and DEL makes the rubout operation.
298               I think that readline() for every session spents a lot of resources.
299
[d72caa6]3002001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
303        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
304
3052001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]306
307        * Added initial shell functionality.
308        * Makefile.am, configure.in, wrapup/Makefile.am:
309        * shell/.cvsignore, shell/Makefile.am, shell/README,
310        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]311
[a5bdcd98]3122001-04-20      Joel Sherrill <joel@OARcorp.com>
313
314        * devnull/devnull.c (null_initialize): Added check to
315        ensure that the driver is only initialized once.  Otherwise,
316        it will abort when the device /dev/null is present.
317        (null_write): Do not dereference a NULL pointer.
318
[974d213f]3192001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
322
[620e8263]3232001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
326        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
327        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
328        Apply include_*HEADERS instead of H_FILES.
329
[85d03e2]3302001-01-05      Joel Sherrill <joel@OARcorp.com>
331
332        * devnull: New addition.  Moved from libcpu/sh.
333        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
334        devnull/Makefile.am: New files.
335        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
336        addition of above.
337
[4a14b7be]3382000-11-30      Joel Sherrill <joel@OARcorp.com>
339
340        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
341
[feead226]3422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
345
[a314d3b4]3462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
349
[2735b82]3502000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
353        Switch to GNU canonicalization.
354
[f6630d4]3552000-09-28      Joel Sherrill <joel@OARcorp.com>
356
357        * monitor/mon-driver.c: Accounted for addition of "_entry" to
358        fields in rtems_driver_address_table.
359
[7fcc26ac]3602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361       
362        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
363        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
364        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
365        Include compile.am.
366
[188c82b]3672000-08-30      Joel Sherrill <joel@OARcorp.com>
368
369        * Many files: Moved posix/include/rtems/posix/seterr.h to
370        score/include/rtems/seterr.h so it would be available within
371        all APIs.
372
[73eea69c]3732000-08-30      Joel Sherrill <joel@OARcorp.com>
374
375        * mw-fb/.cvsignore: New file.
376
[152b1e3]3772000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
378
379        * Added generic Micro FrameBuffer interface for MicroWindows.
380        This interface allows MicroWindows to under RTEMS. A sample
381        driver has been developed for the pc386 BSP. See
382        pc386/fb_vga.c as a sample.
383        * Added Uniform Input Device interface for MicroWindows.
384        See PC386 bsp for sample drivers for mouse and keyboard (console).
385        * mw-bf: New directory.
386        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
387        * mw-fb/Makefile.am: New file.
388        * mw-fb/mw_fb.c: New file.
389        * mw-fb/mw_fb.h: New file.
390        * mw-fb/mw_uid.c: New file.
391        * mw-fb/mw_uid.h: New file.
392
[e94ad1fe]3932000-08-10      Joel Sherrill <joel@OARcorp.com>
394
395        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.