source: rtems/c/src/libmisc/ChangeLog @ 63977bb4

4.104.114.84.95
Last change on this file since 63977bb4 was 63977bb4, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:19:33

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

  • capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/monitor.h: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class. In addition, in the monitor, corrected an error which occured when a target has 64 bit pointers.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12002-07-01      Joel Sherrill <joel@OARcorp.com>
2
3        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
4        monitor/mon-object.c, monitor/monitor.h: Corrected use of
5        _Objects_Information_table now that it is a two dimensional
6        array based upon API and class.  In addition, in the monitor,
7        corrected an error which occured when a target has 64 bit pointers.
8
92002-07-01      Joel Sherrill <joel@OARcorp.com>
10
11        * stackchk/check.c: Corrected use of
12        _Objects_Information_table now that it is a two dimensional
13        array based upon API and class.
14
152002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
16
17        * With the addition of serdbg, the standard polled I/O functions
18        for gdbstub and/or printk are optionally routed to any termios-aware
19        device driver, that supports polled mode. See libmisc/serdbg/README.
20        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
21        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
22        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
23        serdbg/.cvsignore: New files.
24        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
25        reflect addition.
26
272002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Don't preinstall libmisc.a.
30
312002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac, Makefile.am: Remove references to rootfs.
34
352002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * rootfs/.cvsignore: Remove.
38        * rootfs/Makefile.am: Remove.
39        * rootfs/mkrootfs.h: Remove.
40        * rootfs/mkrootfs.c: Remove.
41        * configure.ac: Remove rootfs and NETWORKING macros.
42        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
43
442002-05-16      Chris Johns <ccj@acm.org>
45
46        * Per PR194, added the Capture engine. 
47        * capture/Makefile.am, capture/README, capture/capture-cli.c,
48        capture/capture-cli.h, capture/capture.c, capture/capture.h,
49        capture/.cvsignore: New files.
50        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
51        reflect addition.
52
532001-05-14      Joel Sherrill <joel@OARcorp.com>
54
55        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
56        a library of the same name.
57
582002-03-20      Chris Johns <ccj@acm.org>
59
60        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
61        lowercase. The capture engine need to set triggers or watches on task
62        with uppercase names. 
63        Also stop the monitor repeating command when enter is pressed.
64
652002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * monitor/mon-monitor.c: Replace done with return (gcc3).
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
87
882002-03-20      Chris Johns <ccj@acm.org>
89
90        * PR148.
91        * monitor/mon-prmisc.c: Fixed to print task states correctly.
92
932002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * shell/shell.c: Remove #undef __STRICT_ANSI__.
96
972002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
100
1012002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
104
1052001-10-12      Joel Sherrill <joel@OARcorp.com>
106
107        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
108
1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-28      Joel Sherrill <joel@OARcorp.com>
116
117        * dummy/dummy.c: Now a useful configuration that starts main().
118        * wrapup/Makefile.am: Include a base level configuration in
119        RTEMS library.
120
1212001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
124        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
125        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
126        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
127        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
128        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
129        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
131        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
132        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
133
1342001-09-27      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: Fixed typo in date.
137
1382001-09-21      Joel Sherrill <joel@OARcorp.com>
139
140        * configure.in, rootfs/Makefile.am: Added conditional to make sure
141        rootfs does not get built with networking is disabled.  Also
142        added include of compile.am to rootfs/Makefile.am.
143        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
144
1452001-09-19      Chris Johns <ccj@acm.org>
146
147        * Added support for populating the initial "root" filesystem
148        with information obtained via the DHCP response.
149        * rootfs: New directory.
150        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
151        rootfs/mkrootfs.h: New files.
152        * configure.in, Makefile.am: Modified to reflect addition.
153
1542001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
155
156        * shell/shell.c: Don't close file it wasn't open.
157
1582001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
161        of AC_CANONICAL_SYSTEM.
162        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
163        mkinstalldirs and mkdir.
164        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
165        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
166        _RTEMS_OUTPUT_BUILD_SUBDIRS.
167
1682001-09-14      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: Fixed some mistakes.
171
1722001-09-14      Joel Sherrill <joel@OARcorp.com>
173
174        * ChangeLog: Fixed some mistakes.
175
1762001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
179        of AC_CANONICAL_SYSTEM.
180        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
181        mkinstalldirs and mkdir.
182        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
183        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
184        _RTEMS_OUTPUT_BUILD_SUBDIRS.
185
1862001-09-14      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: Fixed some mistakes.
189
1902001-09-14      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: Fixed some mistakes.
193
1942001-09-13      Joel Sherrill <joel@OARcorp.com>
195
196        * devnull/devnull.c: Eliminate warning.
197
1982001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
199
200        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
201
2022001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
203
204        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
205        shell/shell.h: Updates.
206
2072001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
208
209        * monitor/mon-command.c: Add support for partial command matching.
210        The monitor used to have this functionality before it was overhauled
211        to support addition of user commands.
212
2132001-06-14      Joel Sherrill <joel@OARcorp.com>
214
215        * shell/telnetd.c, shell/telnetd.h: Moved to
216        libnetworking/rtems_servers so the network stack to address network
217        depenendency.
218        * shell/Makefile.am: Modified to reflect above.
219
2202001-05-25      Joel Sherrill <joel@OARcorp.com>
221
222        * shell/cmds.c: Removed code from inappropriate source.
223
2242000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
225
226        * monitor/mon-prmisc.c: Correct print line.
227        * shell/Makefile.am: Added new file telnetd.c.
228        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
229        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
230           - The shell_init has a new parameter 'forever' because in
231             /dev/console you need that this process runs forever but in
232             tcp/ip not. (respawn?)
233           - A new task for every session opened trought tcp/ip telnet client.
234             (the chargen,daytime and more are possible of implementation but
235             I ask me if they are necesary)
236           - Exit from the session delete the task and when the client fails too.
237           - More cmds have been implemented. (very reduced version of these)
238             umask, chmod, id, whoami, rm, cat, ...
239           - A reduced line edit has been implemented.
240               Ctrl-C abort the input,
241               Ctrl-d in the first position gives EOF (logout).
242               '\b' and DEL makes the rubout operation.
243               I think that readline() for every session spents a lot of resources.
244
2452001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
248        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
249
2502001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
251
252        * Added initial shell functionality.
253        * Makefile.am, configure.in, wrapup/Makefile.am:
254        * shell/.cvsignore, shell/Makefile.am, shell/README,
255        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
256
2572001-04-20      Joel Sherrill <joel@OARcorp.com>
258
259        * devnull/devnull.c (null_initialize): Added check to
260        ensure that the driver is only initialized once.  Otherwise,
261        it will abort when the device /dev/null is present.
262        (null_write): Do not dereference a NULL pointer.
263
2642001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
267
2682001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
271        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
272        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
273        Apply include_*HEADERS instead of H_FILES.
274
2752001-01-05      Joel Sherrill <joel@OARcorp.com>
276
277        * devnull: New addition.  Moved from libcpu/sh.
278        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
279        devnull/Makefile.am: New files.
280        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
281        addition of above.
282
2832000-11-30      Joel Sherrill <joel@OARcorp.com>
284
285        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
286
2872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
290
2912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
294
2952000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
298        Switch to GNU canonicalization.
299
3002000-09-28      Joel Sherrill <joel@OARcorp.com>
301
302        * monitor/mon-driver.c: Accounted for addition of "_entry" to
303        fields in rtems_driver_address_table.
304
3052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306       
307        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
308        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
309        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
310        Include compile.am.
311
3122000-08-30      Joel Sherrill <joel@OARcorp.com>
313
314        * Many files: Moved posix/include/rtems/posix/seterr.h to
315        score/include/rtems/seterr.h so it would be available within
316        all APIs.
317
3182000-08-30      Joel Sherrill <joel@OARcorp.com>
319
320        * mw-fb/.cvsignore: New file.
321
3222000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
323
324        * Added generic Micro FrameBuffer interface for MicroWindows.
325        This interface allows MicroWindows to under RTEMS. A sample
326        driver has been developed for the pc386 BSP. See
327        pc386/fb_vga.c as a sample.
328        * Added Uniform Input Device interface for MicroWindows.
329        See PC386 bsp for sample drivers for mouse and keyboard (console).
330        * mw-bf: New directory.
331        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
332        * mw-fb/Makefile.am: New file.
333        * mw-fb/mw_fb.c: New file.
334        * mw-fb/mw_fb.h: New file.
335        * mw-fb/mw_uid.c: New file.
336        * mw-fb/mw_uid.h: New file.
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.