source: rtems/c/src/libmisc/ChangeLog @ 84206479

4.104.114.84.95
Last change on this file since 84206479 was 84206479, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/02 at 13:13:07

2002-08-30 Ralf Corsepius <corsepiu@…>

  • shell/shell.c: #include <time.h>
  • wrapup/Makefile.am: Eliminate LIBNAME.
  • Property mode set to 100644
File size: 13.1 KB
Line 
12002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shell/shell.c: #include <time.h>
4        * wrapup/Makefile.am: Eliminate LIBNAME.
5
62002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
20
212002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
24
252002-08-01      Joel Sherrill <joel@OARcorp.com>
26
27        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
28        object name is raw versus being a string.
29
302002-07-30      Joel Sherrill <joel@OARcorp.com>
31
32        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
33        stack if the port doesn't configure using it.
34
352002-07-24      Joel Sherrill <joel@OARcorp.com>
36
37        * wrapup/Makefile.am: Temporarily don't include serdbg since it
38        causes some BSPs to not link "main(){}" as required by autoconf.
39
402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * capture/capture.c: include <string.h> for memset.
43        * capture/capture-cli.c: include <string.h> for memset.
44
452002-07-01      Joel Sherrill <joel@OARcorp.com>
46
47        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
48        monitor/mon-object.c, monitor/monitor.h: Corrected use of
49        _Objects_Information_table now that it is a two dimensional
50        array based upon API and class.  In addition, in the monitor,
51        corrected an error which occured when a target has 64 bit pointers.
52
532002-07-01      Joel Sherrill <joel@OARcorp.com>
54
55        * stackchk/check.c: Corrected use of
56        _Objects_Information_table now that it is a two dimensional
57        array based upon API and class.
58
592002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
60
61        * With the addition of serdbg, the standard polled I/O functions
62        for gdbstub and/or printk are optionally routed to any termios-aware
63        device driver, that supports polled mode. See libmisc/serdbg/README.
64        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
65        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
66        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
67        serdbg/.cvsignore: New files.
68        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
69        reflect addition.
70
712002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Don't preinstall libmisc.a.
74
752002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac, Makefile.am: Remove references to rootfs.
78
792002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * rootfs/.cvsignore: Remove.
82        * rootfs/Makefile.am: Remove.
83        * rootfs/mkrootfs.h: Remove.
84        * rootfs/mkrootfs.c: Remove.
85        * configure.ac: Remove rootfs and NETWORKING macros.
86        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
87
882002-05-16      Chris Johns <ccj@acm.org>
89
90        * Per PR194, added the Capture engine. 
91        * capture/Makefile.am, capture/README, capture/capture-cli.c,
92        capture/capture-cli.h, capture/capture.c, capture/capture.h,
93        capture/.cvsignore: New files.
94        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
95        reflect addition.
96
972001-05-14      Joel Sherrill <joel@OARcorp.com>
98
99        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
100        a library of the same name.
101
1022002-03-20      Chris Johns <ccj@acm.org>
103
104        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
105        lowercase. The capture engine need to set triggers or watches on task
106        with uppercase names. 
107        Also stop the monitor repeating command when enter is pressed.
108
1092002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * monitor/mon-monitor.c: Replace done with return (gcc3).
112
1132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac:
116        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
117        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
118        * Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131
1322002-03-20      Chris Johns <ccj@acm.org>
133
134        * PR148.
135        * monitor/mon-prmisc.c: Fixed to print task states correctly.
136
1372002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * shell/shell.c: Remove #undef __STRICT_ANSI__.
140
1412002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
144
1452002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
148
1492001-10-12      Joel Sherrill <joel@OARcorp.com>
150
151        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
152
1532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
156        * configure.in: Remove.
157        * configure.ac: New file, generated from configure.in by autoupdate.
158
1592001-09-28      Joel Sherrill <joel@OARcorp.com>
160
161        * dummy/dummy.c: Now a useful configuration that starts main().
162        * wrapup/Makefile.am: Include a base level configuration in
163        RTEMS library.
164
1652001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
168        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
170        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
171        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
172        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
173        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
174        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
175        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
176        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
177
1782001-09-27      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: Fixed typo in date.
181
1822001-09-21      Joel Sherrill <joel@OARcorp.com>
183
184        * configure.in, rootfs/Makefile.am: Added conditional to make sure
185        rootfs does not get built with networking is disabled.  Also
186        added include of compile.am to rootfs/Makefile.am.
187        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
188
1892001-09-19      Chris Johns <ccj@acm.org>
190
191        * Added support for populating the initial "root" filesystem
192        with information obtained via the DHCP response.
193        * rootfs: New directory.
194        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
195        rootfs/mkrootfs.h: New files.
196        * configure.in, Makefile.am: Modified to reflect addition.
197
1982001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
199
200        * shell/shell.c: Don't close file it wasn't open.
201
2022001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
205        of AC_CANONICAL_SYSTEM.
206        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
207        mkinstalldirs and mkdir.
208        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
209        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
210        _RTEMS_OUTPUT_BUILD_SUBDIRS.
211
2122001-09-14      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: Fixed some mistakes.
215
2162001-09-14      Joel Sherrill <joel@OARcorp.com>
217
218        * ChangeLog: Fixed some mistakes.
219
2202001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
223        of AC_CANONICAL_SYSTEM.
224        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
225        mkinstalldirs and mkdir.
226        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
227        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
228        _RTEMS_OUTPUT_BUILD_SUBDIRS.
229
2302001-09-14      Joel Sherrill <joel@OARcorp.com>
231
232        * ChangeLog: Fixed some mistakes.
233
2342001-09-14      Joel Sherrill <joel@OARcorp.com>
235
236        * ChangeLog: Fixed some mistakes.
237
2382001-09-13      Joel Sherrill <joel@OARcorp.com>
239
240        * devnull/devnull.c: Eliminate warning.
241
2422001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
243
244        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
245
2462001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
247
248        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
249        shell/shell.h: Updates.
250
2512001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
252
253        * monitor/mon-command.c: Add support for partial command matching.
254        The monitor used to have this functionality before it was overhauled
255        to support addition of user commands.
256
2572001-06-14      Joel Sherrill <joel@OARcorp.com>
258
259        * shell/telnetd.c, shell/telnetd.h: Moved to
260        libnetworking/rtems_servers so the network stack to address network
261        depenendency.
262        * shell/Makefile.am: Modified to reflect above.
263
2642001-05-25      Joel Sherrill <joel@OARcorp.com>
265
266        * shell/cmds.c: Removed code from inappropriate source.
267
2682000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
269
270        * monitor/mon-prmisc.c: Correct print line.
271        * shell/Makefile.am: Added new file telnetd.c.
272        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
273        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
274           - The shell_init has a new parameter 'forever' because in
275             /dev/console you need that this process runs forever but in
276             tcp/ip not. (respawn?)
277           - A new task for every session opened trought tcp/ip telnet client.
278             (the chargen,daytime and more are possible of implementation but
279             I ask me if they are necesary)
280           - Exit from the session delete the task and when the client fails too.
281           - More cmds have been implemented. (very reduced version of these)
282             umask, chmod, id, whoami, rm, cat, ...
283           - A reduced line edit has been implemented.
284               Ctrl-C abort the input,
285               Ctrl-d in the first position gives EOF (logout).
286               '\b' and DEL makes the rubout operation.
287               I think that readline() for every session spents a lot of resources.
288
2892001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
292        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
293
2942001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
295
296        * Added initial shell functionality.
297        * Makefile.am, configure.in, wrapup/Makefile.am:
298        * shell/.cvsignore, shell/Makefile.am, shell/README,
299        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
300
3012001-04-20      Joel Sherrill <joel@OARcorp.com>
302
303        * devnull/devnull.c (null_initialize): Added check to
304        ensure that the driver is only initialized once.  Otherwise,
305        it will abort when the device /dev/null is present.
306        (null_write): Do not dereference a NULL pointer.
307
3082001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
311
3122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
315        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
316        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
317        Apply include_*HEADERS instead of H_FILES.
318
3192001-01-05      Joel Sherrill <joel@OARcorp.com>
320
321        * devnull: New addition.  Moved from libcpu/sh.
322        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
323        devnull/Makefile.am: New files.
324        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
325        addition of above.
326
3272000-11-30      Joel Sherrill <joel@OARcorp.com>
328
329        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
342        Switch to GNU canonicalization.
343
3442000-09-28      Joel Sherrill <joel@OARcorp.com>
345
346        * monitor/mon-driver.c: Accounted for addition of "_entry" to
347        fields in rtems_driver_address_table.
348
3492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350       
351        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
352        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
353        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
354        Include compile.am.
355
3562000-08-30      Joel Sherrill <joel@OARcorp.com>
357
358        * Many files: Moved posix/include/rtems/posix/seterr.h to
359        score/include/rtems/seterr.h so it would be available within
360        all APIs.
361
3622000-08-30      Joel Sherrill <joel@OARcorp.com>
363
364        * mw-fb/.cvsignore: New file.
365
3662000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
367
368        * Added generic Micro FrameBuffer interface for MicroWindows.
369        This interface allows MicroWindows to under RTEMS. A sample
370        driver has been developed for the pc386 BSP. See
371        pc386/fb_vga.c as a sample.
372        * Added Uniform Input Device interface for MicroWindows.
373        See PC386 bsp for sample drivers for mouse and keyboard (console).
374        * mw-bf: New directory.
375        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
376        * mw-fb/Makefile.am: New file.
377        * mw-fb/mw_fb.c: New file.
378        * mw-fb/mw_fb.h: New file.
379        * mw-fb/mw_uid.c: New file.
380        * mw-fb/mw_uid.h: New file.
381
3822000-08-10      Joel Sherrill <joel@OARcorp.com>
383
384        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.