source: rtems/cpukit/libmisc/ChangeLog @ a761f565

4.104.114.84.95
Last change on this file since a761f565 was a761f565, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/02 at 20:13:39

2002-10-31 Joel Sherrill <joel@…>

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