source: rtems/cpukit/libmisc/ChangeLog @ 7b43151

4.104.114.84.95
Last change on this file since 7b43151 was aebc8290, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 09:18:37

2002-07-20 Ralf Corsepius <corsepiu@…>

  • capture/capture.c: include <string.h> for memset.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * capture/capture.c: include <string.h> for memset.
4        * capture/capture-cli.c: include <string.h> for memset.
5
62002-07-01      Joel Sherrill <joel@OARcorp.com>
7
8        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
9        monitor/mon-object.c, monitor/monitor.h: Corrected use of
10        _Objects_Information_table now that it is a two dimensional
11        array based upon API and class.  In addition, in the monitor,
12        corrected an error which occured when a target has 64 bit pointers.
13
142002-07-01      Joel Sherrill <joel@OARcorp.com>
15
16        * stackchk/check.c: Corrected use of
17        _Objects_Information_table now that it is a two dimensional
18        array based upon API and class.
19
202002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
21
22        * With the addition of serdbg, the standard polled I/O functions
23        for gdbstub and/or printk are optionally routed to any termios-aware
24        device driver, that supports polled mode. See libmisc/serdbg/README.
25        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
26        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
27        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
28        serdbg/.cvsignore: New files.
29        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
30        reflect addition.
31
322002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Don't preinstall libmisc.a.
35
362002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac, Makefile.am: Remove references to rootfs.
39
402002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * rootfs/.cvsignore: Remove.
43        * rootfs/Makefile.am: Remove.
44        * rootfs/mkrootfs.h: Remove.
45        * rootfs/mkrootfs.c: Remove.
46        * configure.ac: Remove rootfs and NETWORKING macros.
47        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
48
492002-05-16      Chris Johns <ccj@acm.org>
50
51        * Per PR194, added the Capture engine. 
52        * capture/Makefile.am, capture/README, capture/capture-cli.c,
53        capture/capture-cli.h, capture/capture.c, capture/capture.h,
54        capture/.cvsignore: New files.
55        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
56        reflect addition.
57
582001-05-14      Joel Sherrill <joel@OARcorp.com>
59
60        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
61        a library of the same name.
62
632002-03-20      Chris Johns <ccj@acm.org>
64
65        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
66        lowercase. The capture engine need to set triggers or watches on task
67        with uppercase names. 
68        Also stop the monitor repeating command when enter is pressed.
69
702002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * monitor/mon-monitor.c: Replace done with return (gcc3).
73
742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac:
77        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
78        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
79        * Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92
932002-03-20      Chris Johns <ccj@acm.org>
94
95        * PR148.
96        * monitor/mon-prmisc.c: Fixed to print task states correctly.
97
982002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * shell/shell.c: Remove #undef __STRICT_ANSI__.
101
1022002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
105
1062002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
109
1102001-10-12      Joel Sherrill <joel@OARcorp.com>
111
112        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
113
1142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
117        * configure.in: Remove.
118        * configure.ac: New file, generated from configure.in by autoupdate.
119
1202001-09-28      Joel Sherrill <joel@OARcorp.com>
121
122        * dummy/dummy.c: Now a useful configuration that starts main().
123        * wrapup/Makefile.am: Include a base level configuration in
124        RTEMS library.
125
1262001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
129        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
131        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
132        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
133        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
134        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
135        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
136        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
138
1392001-09-27      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: Fixed typo in date.
142
1432001-09-21      Joel Sherrill <joel@OARcorp.com>
144
145        * configure.in, rootfs/Makefile.am: Added conditional to make sure
146        rootfs does not get built with networking is disabled.  Also
147        added include of compile.am to rootfs/Makefile.am.
148        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
149
1502001-09-19      Chris Johns <ccj@acm.org>
151
152        * Added support for populating the initial "root" filesystem
153        with information obtained via the DHCP response.
154        * rootfs: New directory.
155        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
156        rootfs/mkrootfs.h: New files.
157        * configure.in, Makefile.am: Modified to reflect addition.
158
1592001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
160
161        * shell/shell.c: Don't close file it wasn't open.
162
1632001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
166        of AC_CANONICAL_SYSTEM.
167        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
168        mkinstalldirs and mkdir.
169        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
170        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
171        _RTEMS_OUTPUT_BUILD_SUBDIRS.
172
1732001-09-14      Joel Sherrill <joel@OARcorp.com>
174
175        * ChangeLog: Fixed some mistakes.
176
1772001-09-14      Joel Sherrill <joel@OARcorp.com>
178
179        * ChangeLog: Fixed some mistakes.
180
1812001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
184        of AC_CANONICAL_SYSTEM.
185        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
186        mkinstalldirs and mkdir.
187        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
188        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
189        _RTEMS_OUTPUT_BUILD_SUBDIRS.
190
1912001-09-14      Joel Sherrill <joel@OARcorp.com>
192
193        * ChangeLog: Fixed some mistakes.
194
1952001-09-14      Joel Sherrill <joel@OARcorp.com>
196
197        * ChangeLog: Fixed some mistakes.
198
1992001-09-13      Joel Sherrill <joel@OARcorp.com>
200
201        * devnull/devnull.c: Eliminate warning.
202
2032001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
204
205        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
206
2072001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
208
209        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
210        shell/shell.h: Updates.
211
2122001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
213
214        * monitor/mon-command.c: Add support for partial command matching.
215        The monitor used to have this functionality before it was overhauled
216        to support addition of user commands.
217
2182001-06-14      Joel Sherrill <joel@OARcorp.com>
219
220        * shell/telnetd.c, shell/telnetd.h: Moved to
221        libnetworking/rtems_servers so the network stack to address network
222        depenendency.
223        * shell/Makefile.am: Modified to reflect above.
224
2252001-05-25      Joel Sherrill <joel@OARcorp.com>
226
227        * shell/cmds.c: Removed code from inappropriate source.
228
2292000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
230
231        * monitor/mon-prmisc.c: Correct print line.
232        * shell/Makefile.am: Added new file telnetd.c.
233        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
234        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
235           - The shell_init has a new parameter 'forever' because in
236             /dev/console you need that this process runs forever but in
237             tcp/ip not. (respawn?)
238           - A new task for every session opened trought tcp/ip telnet client.
239             (the chargen,daytime and more are possible of implementation but
240             I ask me if they are necesary)
241           - Exit from the session delete the task and when the client fails too.
242           - More cmds have been implemented. (very reduced version of these)
243             umask, chmod, id, whoami, rm, cat, ...
244           - A reduced line edit has been implemented.
245               Ctrl-C abort the input,
246               Ctrl-d in the first position gives EOF (logout).
247               '\b' and DEL makes the rubout operation.
248               I think that readline() for every session spents a lot of resources.
249
2502001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
253        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
254
2552001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
256
257        * Added initial shell functionality.
258        * Makefile.am, configure.in, wrapup/Makefile.am:
259        * shell/.cvsignore, shell/Makefile.am, shell/README,
260        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
261
2622001-04-20      Joel Sherrill <joel@OARcorp.com>
263
264        * devnull/devnull.c (null_initialize): Added check to
265        ensure that the driver is only initialized once.  Otherwise,
266        it will abort when the device /dev/null is present.
267        (null_write): Do not dereference a NULL pointer.
268
2692001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
272
2732001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
276        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
277        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
278        Apply include_*HEADERS instead of H_FILES.
279
2802001-01-05      Joel Sherrill <joel@OARcorp.com>
281
282        * devnull: New addition.  Moved from libcpu/sh.
283        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
284        devnull/Makefile.am: New files.
285        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
286        addition of above.
287
2882000-11-30      Joel Sherrill <joel@OARcorp.com>
289
290        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
291
2922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
295
2962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
299
3002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
303        Switch to GNU canonicalization.
304
3052000-09-28      Joel Sherrill <joel@OARcorp.com>
306
307        * monitor/mon-driver.c: Accounted for addition of "_entry" to
308        fields in rtems_driver_address_table.
309
3102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311       
312        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
313        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
314        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
315        Include compile.am.
316
3172000-08-30      Joel Sherrill <joel@OARcorp.com>
318
319        * Many files: Moved posix/include/rtems/posix/seterr.h to
320        score/include/rtems/seterr.h so it would be available within
321        all APIs.
322
3232000-08-30      Joel Sherrill <joel@OARcorp.com>
324
325        * mw-fb/.cvsignore: New file.
326
3272000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
328
329        * Added generic Micro FrameBuffer interface for MicroWindows.
330        This interface allows MicroWindows to under RTEMS. A sample
331        driver has been developed for the pc386 BSP. See
332        pc386/fb_vga.c as a sample.
333        * Added Uniform Input Device interface for MicroWindows.
334        See PC386 bsp for sample drivers for mouse and keyboard (console).
335        * mw-bf: New directory.
336        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
337        * mw-fb/Makefile.am: New file.
338        * mw-fb/mw_fb.c: New file.
339        * mw-fb/mw_fb.h: New file.
340        * mw-fb/mw_uid.c: New file.
341        * mw-fb/mw_uid.h: New file.
342
3432000-08-10      Joel Sherrill <joel@OARcorp.com>
344
345        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.