source: rtems/cpukit/libmisc/ChangeLog @ 1889c7f

4.104.114.84.95
Last change on this file since 1889c7f was 1889c7f, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 14:58:18

2002-11-01 Joel Sherrill <joel@…>

  • stackchk/check.c: Removed warnings.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12002-11-01      Joel Sherrill <joel@OARcorp.com>
2
3        * stackchk/check.c: Removed warnings.
4
52002-10-31      Joel Sherrill <joel@OARcorp.com>
6
7        * stackchk/check.c: Removed warning.
8
92002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
12        RTEMS_UNIX to avoid gcc warning.
13
142002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
15
16        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
17        Patch to remove problems introduced by object name rework.
18
192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * .cvsignore: Reformat.
22        Add autom4te*cache.
23        Remove autom4te.cache.
24
252002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * shell/shell.c: #include <time.h>
28        * wrapup/Makefile.am: Eliminate LIBNAME.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
44
452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
48
492002-08-01      Joel Sherrill <joel@OARcorp.com>
50
51        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
52        object name is raw versus being a string.
53
542002-07-30      Joel Sherrill <joel@OARcorp.com>
55
56        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
57        stack if the port doesn't configure using it.
58
592002-07-24      Joel Sherrill <joel@OARcorp.com>
60
61        * wrapup/Makefile.am: Temporarily don't include serdbg since it
62        causes some BSPs to not link "main(){}" as required by autoconf.
63
642002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * capture/capture.c: include <string.h> for memset.
67        * capture/capture-cli.c: include <string.h> for memset.
68
692002-07-01      Joel Sherrill <joel@OARcorp.com>
70
71        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
72        monitor/mon-object.c, monitor/monitor.h: Corrected use of
73        _Objects_Information_table now that it is a two dimensional
74        array based upon API and class.  In addition, in the monitor,
75        corrected an error which occured when a target has 64 bit pointers.
76
772002-07-01      Joel Sherrill <joel@OARcorp.com>
78
79        * stackchk/check.c: Corrected use of
80        _Objects_Information_table now that it is a two dimensional
81        array based upon API and class.
82
832002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
84
85        * With the addition of serdbg, the standard polled I/O functions
86        for gdbstub and/or printk are optionally routed to any termios-aware
87        device driver, that supports polled mode. See libmisc/serdbg/README.
88        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
89        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
90        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
91        serdbg/.cvsignore: New files.
92        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
93        reflect addition.
94
952002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Don't preinstall libmisc.a.
98
992002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac, Makefile.am: Remove references to rootfs.
102
1032002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * rootfs/.cvsignore: Remove.
106        * rootfs/Makefile.am: Remove.
107        * rootfs/mkrootfs.h: Remove.
108        * rootfs/mkrootfs.c: Remove.
109        * configure.ac: Remove rootfs and NETWORKING macros.
110        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
111
1122002-05-16      Chris Johns <ccj@acm.org>
113
114        * Per PR194, added the Capture engine. 
115        * capture/Makefile.am, capture/README, capture/capture-cli.c,
116        capture/capture-cli.h, capture/capture.c, capture/capture.h,
117        capture/.cvsignore: New files.
118        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
119        reflect addition.
120
1212001-05-14      Joel Sherrill <joel@OARcorp.com>
122
123        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
124        a library of the same name.
125
1262002-03-20      Chris Johns <ccj@acm.org>
127
128        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
129        lowercase. The capture engine need to set triggers or watches on task
130        with uppercase names. 
131        Also stop the monitor repeating command when enter is pressed.
132
1332002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * monitor/mon-monitor.c: Replace done with return (gcc3).
136
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
155
1562002-03-20      Chris Johns <ccj@acm.org>
157
158        * PR148.
159        * monitor/mon-prmisc.c: Fixed to print task states correctly.
160
1612002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * shell/shell.c: Remove #undef __STRICT_ANSI__.
164
1652002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
168
1692002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
172
1732001-10-12      Joel Sherrill <joel@OARcorp.com>
174
175        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
176
1772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
180        * configure.in: Remove.
181        * configure.ac: New file, generated from configure.in by autoupdate.
182
1832001-09-28      Joel Sherrill <joel@OARcorp.com>
184
185        * dummy/dummy.c: Now a useful configuration that starts main().
186        * wrapup/Makefile.am: Include a base level configuration in
187        RTEMS library.
188
1892001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
192        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
193        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
194        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
195        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
196        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
197        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
198        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
199        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
200        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
201
2022001-09-27      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: Fixed typo in date.
205
2062001-09-21      Joel Sherrill <joel@OARcorp.com>
207
208        * configure.in, rootfs/Makefile.am: Added conditional to make sure
209        rootfs does not get built with networking is disabled.  Also
210        added include of compile.am to rootfs/Makefile.am.
211        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
212
2132001-09-19      Chris Johns <ccj@acm.org>
214
215        * Added support for populating the initial "root" filesystem
216        with information obtained via the DHCP response.
217        * rootfs: New directory.
218        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
219        rootfs/mkrootfs.h: New files.
220        * configure.in, Makefile.am: Modified to reflect addition.
221
2222001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
223
224        * shell/shell.c: Don't close file it wasn't open.
225
2262001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
229        of AC_CANONICAL_SYSTEM.
230        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
231        mkinstalldirs and mkdir.
232        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
233        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
234        _RTEMS_OUTPUT_BUILD_SUBDIRS.
235
2362001-09-14      Joel Sherrill <joel@OARcorp.com>
237
238        * ChangeLog: Fixed some mistakes.
239
2402001-09-14      Joel Sherrill <joel@OARcorp.com>
241
242        * ChangeLog: Fixed some mistakes.
243
2442001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
247        of AC_CANONICAL_SYSTEM.
248        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
249        mkinstalldirs and mkdir.
250        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
251        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
252        _RTEMS_OUTPUT_BUILD_SUBDIRS.
253
2542001-09-14      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: Fixed some mistakes.
257
2582001-09-14      Joel Sherrill <joel@OARcorp.com>
259
260        * ChangeLog: Fixed some mistakes.
261
2622001-09-13      Joel Sherrill <joel@OARcorp.com>
263
264        * devnull/devnull.c: Eliminate warning.
265
2662001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
267
268        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
269
2702001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
271
272        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
273        shell/shell.h: Updates.
274
2752001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
276
277        * monitor/mon-command.c: Add support for partial command matching.
278        The monitor used to have this functionality before it was overhauled
279        to support addition of user commands.
280
2812001-06-14      Joel Sherrill <joel@OARcorp.com>
282
283        * shell/telnetd.c, shell/telnetd.h: Moved to
284        libnetworking/rtems_servers so the network stack to address network
285        depenendency.
286        * shell/Makefile.am: Modified to reflect above.
287
2882001-05-25      Joel Sherrill <joel@OARcorp.com>
289
290        * shell/cmds.c: Removed code from inappropriate source.
291
2922000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
293
294        * monitor/mon-prmisc.c: Correct print line.
295        * shell/Makefile.am: Added new file telnetd.c.
296        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
297        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
298           - The shell_init has a new parameter 'forever' because in
299             /dev/console you need that this process runs forever but in
300             tcp/ip not. (respawn?)
301           - A new task for every session opened trought tcp/ip telnet client.
302             (the chargen,daytime and more are possible of implementation but
303             I ask me if they are necesary)
304           - Exit from the session delete the task and when the client fails too.
305           - More cmds have been implemented. (very reduced version of these)
306             umask, chmod, id, whoami, rm, cat, ...
307           - A reduced line edit has been implemented.
308               Ctrl-C abort the input,
309               Ctrl-d in the first position gives EOF (logout).
310               '\b' and DEL makes the rubout operation.
311               I think that readline() for every session spents a lot of resources.
312
3132001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
316        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
317
3182001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
319
320        * Added initial shell functionality.
321        * Makefile.am, configure.in, wrapup/Makefile.am:
322        * shell/.cvsignore, shell/Makefile.am, shell/README,
323        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
324
3252001-04-20      Joel Sherrill <joel@OARcorp.com>
326
327        * devnull/devnull.c (null_initialize): Added check to
328        ensure that the driver is only initialized once.  Otherwise,
329        it will abort when the device /dev/null is present.
330        (null_write): Do not dereference a NULL pointer.
331
3322001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
335
3362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
339        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
340        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
341        Apply include_*HEADERS instead of H_FILES.
342
3432001-01-05      Joel Sherrill <joel@OARcorp.com>
344
345        * devnull: New addition.  Moved from libcpu/sh.
346        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
347        devnull/Makefile.am: New files.
348        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
349        addition of above.
350
3512000-11-30      Joel Sherrill <joel@OARcorp.com>
352
353        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
354
3552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
358
3592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
362
3632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
366        Switch to GNU canonicalization.
367
3682000-09-28      Joel Sherrill <joel@OARcorp.com>
369
370        * monitor/mon-driver.c: Accounted for addition of "_entry" to
371        fields in rtems_driver_address_table.
372
3732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374       
375        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
376        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
377        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
378        Include compile.am.
379
3802000-08-30      Joel Sherrill <joel@OARcorp.com>
381
382        * Many files: Moved posix/include/rtems/posix/seterr.h to
383        score/include/rtems/seterr.h so it would be available within
384        all APIs.
385
3862000-08-30      Joel Sherrill <joel@OARcorp.com>
387
388        * mw-fb/.cvsignore: New file.
389
3902000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
391
392        * Added generic Micro FrameBuffer interface for MicroWindows.
393        This interface allows MicroWindows to under RTEMS. A sample
394        driver has been developed for the pc386 BSP. See
395        pc386/fb_vga.c as a sample.
396        * Added Uniform Input Device interface for MicroWindows.
397        See PC386 bsp for sample drivers for mouse and keyboard (console).
398        * mw-bf: New directory.
399        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
400        * mw-fb/Makefile.am: New file.
401        * mw-fb/mw_fb.c: New file.
402        * mw-fb/mw_fb.h: New file.
403        * mw-fb/mw_uid.c: New file.
404        * mw-fb/mw_uid.h: New file.
405
4062000-08-10      Joel Sherrill <joel@OARcorp.com>
407
408        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.