source: rtems/cpukit/libmisc/ChangeLog @ 7660fe6b

4.104.114.84.95
Last change on this file since 7660fe6b was 053f9f1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/02 at 13:26:41

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

  • wrapup/Makefile.am: Temporarily don't include serdbg since it causes some BSPs to not link "main(){}" as required by autoconf.
  • Property mode set to 100644
File size: 11.9 KB
Line 
12002-07-24      Joel Sherrill <joel@OARcorp.com>
2
3        * wrapup/Makefile.am: Temporarily don't include serdbg since it
4        causes some BSPs to not link "main(){}" as required by autoconf.
5
62002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * capture/capture.c: include <string.h> for memset.
9        * capture/capture-cli.c: include <string.h> for memset.
10
112002-07-01      Joel Sherrill <joel@OARcorp.com>
12
13        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
14        monitor/mon-object.c, monitor/monitor.h: Corrected use of
15        _Objects_Information_table now that it is a two dimensional
16        array based upon API and class.  In addition, in the monitor,
17        corrected an error which occured when a target has 64 bit pointers.
18
192002-07-01      Joel Sherrill <joel@OARcorp.com>
20
21        * stackchk/check.c: Corrected use of
22        _Objects_Information_table now that it is a two dimensional
23        array based upon API and class.
24
252002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
26
27        * With the addition of serdbg, the standard polled I/O functions
28        for gdbstub and/or printk are optionally routed to any termios-aware
29        device driver, that supports polled mode. See libmisc/serdbg/README.
30        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
31        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
32        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
33        serdbg/.cvsignore: New files.
34        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
35        reflect addition.
36
372002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't preinstall libmisc.a.
40
412002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac, Makefile.am: Remove references to rootfs.
44
452002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rootfs/.cvsignore: Remove.
48        * rootfs/Makefile.am: Remove.
49        * rootfs/mkrootfs.h: Remove.
50        * rootfs/mkrootfs.c: Remove.
51        * configure.ac: Remove rootfs and NETWORKING macros.
52        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
53
542002-05-16      Chris Johns <ccj@acm.org>
55
56        * Per PR194, added the Capture engine. 
57        * capture/Makefile.am, capture/README, capture/capture-cli.c,
58        capture/capture-cli.h, capture/capture.c, capture/capture.h,
59        capture/.cvsignore: New files.
60        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
61        reflect addition.
62
632001-05-14      Joel Sherrill <joel@OARcorp.com>
64
65        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
66        a library of the same name.
67
682002-03-20      Chris Johns <ccj@acm.org>
69
70        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
71        lowercase. The capture engine need to set triggers or watches on task
72        with uppercase names. 
73        Also stop the monitor repeating command when enter is pressed.
74
752002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * monitor/mon-monitor.c: Replace done with return (gcc3).
78
792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac:
82        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
83        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
84        * Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982002-03-20      Chris Johns <ccj@acm.org>
99
100        * PR148.
101        * monitor/mon-prmisc.c: Fixed to print task states correctly.
102
1032002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * shell/shell.c: Remove #undef __STRICT_ANSI__.
106
1072002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
110
1112002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
114
1152001-10-12      Joel Sherrill <joel@OARcorp.com>
116
117        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
118
1192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
122        * configure.in: Remove.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124
1252001-09-28      Joel Sherrill <joel@OARcorp.com>
126
127        * dummy/dummy.c: Now a useful configuration that starts main().
128        * wrapup/Makefile.am: Include a base level configuration in
129        RTEMS library.
130
1312001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
134        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
135        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
136        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
138        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
139        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
141        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
142        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
143
1442001-09-27      Joel Sherrill <joel@OARcorp.com>
145
146        * ChangeLog: Fixed typo in date.
147
1482001-09-21      Joel Sherrill <joel@OARcorp.com>
149
150        * configure.in, rootfs/Makefile.am: Added conditional to make sure
151        rootfs does not get built with networking is disabled.  Also
152        added include of compile.am to rootfs/Makefile.am.
153        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
154
1552001-09-19      Chris Johns <ccj@acm.org>
156
157        * Added support for populating the initial "root" filesystem
158        with information obtained via the DHCP response.
159        * rootfs: New directory.
160        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
161        rootfs/mkrootfs.h: New files.
162        * configure.in, Makefile.am: Modified to reflect addition.
163
1642001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
165
166        * shell/shell.c: Don't close file it wasn't open.
167
1682001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
171        of AC_CANONICAL_SYSTEM.
172        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
173        mkinstalldirs and mkdir.
174        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
175        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
176        _RTEMS_OUTPUT_BUILD_SUBDIRS.
177
1782001-09-14      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: Fixed some mistakes.
181
1822001-09-14      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: Fixed some mistakes.
185
1862001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
189        of AC_CANONICAL_SYSTEM.
190        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
191        mkinstalldirs and mkdir.
192        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
193        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
194        _RTEMS_OUTPUT_BUILD_SUBDIRS.
195
1962001-09-14      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: Fixed some mistakes.
199
2002001-09-14      Joel Sherrill <joel@OARcorp.com>
201
202        * ChangeLog: Fixed some mistakes.
203
2042001-09-13      Joel Sherrill <joel@OARcorp.com>
205
206        * devnull/devnull.c: Eliminate warning.
207
2082001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
209
210        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
211
2122001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
213
214        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
215        shell/shell.h: Updates.
216
2172001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
218
219        * monitor/mon-command.c: Add support for partial command matching.
220        The monitor used to have this functionality before it was overhauled
221        to support addition of user commands.
222
2232001-06-14      Joel Sherrill <joel@OARcorp.com>
224
225        * shell/telnetd.c, shell/telnetd.h: Moved to
226        libnetworking/rtems_servers so the network stack to address network
227        depenendency.
228        * shell/Makefile.am: Modified to reflect above.
229
2302001-05-25      Joel Sherrill <joel@OARcorp.com>
231
232        * shell/cmds.c: Removed code from inappropriate source.
233
2342000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
235
236        * monitor/mon-prmisc.c: Correct print line.
237        * shell/Makefile.am: Added new file telnetd.c.
238        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
239        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
240           - The shell_init has a new parameter 'forever' because in
241             /dev/console you need that this process runs forever but in
242             tcp/ip not. (respawn?)
243           - A new task for every session opened trought tcp/ip telnet client.
244             (the chargen,daytime and more are possible of implementation but
245             I ask me if they are necesary)
246           - Exit from the session delete the task and when the client fails too.
247           - More cmds have been implemented. (very reduced version of these)
248             umask, chmod, id, whoami, rm, cat, ...
249           - A reduced line edit has been implemented.
250               Ctrl-C abort the input,
251               Ctrl-d in the first position gives EOF (logout).
252               '\b' and DEL makes the rubout operation.
253               I think that readline() for every session spents a lot of resources.
254
2552001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
258        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
259
2602001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
261
262        * Added initial shell functionality.
263        * Makefile.am, configure.in, wrapup/Makefile.am:
264        * shell/.cvsignore, shell/Makefile.am, shell/README,
265        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
266
2672001-04-20      Joel Sherrill <joel@OARcorp.com>
268
269        * devnull/devnull.c (null_initialize): Added check to
270        ensure that the driver is only initialized once.  Otherwise,
271        it will abort when the device /dev/null is present.
272        (null_write): Do not dereference a NULL pointer.
273
2742001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
277
2782001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
281        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
282        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
283        Apply include_*HEADERS instead of H_FILES.
284
2852001-01-05      Joel Sherrill <joel@OARcorp.com>
286
287        * devnull: New addition.  Moved from libcpu/sh.
288        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
289        devnull/Makefile.am: New files.
290        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
291        addition of above.
292
2932000-11-30      Joel Sherrill <joel@OARcorp.com>
294
295        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
296
2972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
300
3012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
304
3052000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
308        Switch to GNU canonicalization.
309
3102000-09-28      Joel Sherrill <joel@OARcorp.com>
311
312        * monitor/mon-driver.c: Accounted for addition of "_entry" to
313        fields in rtems_driver_address_table.
314
3152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316       
317        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
318        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
319        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
320        Include compile.am.
321
3222000-08-30      Joel Sherrill <joel@OARcorp.com>
323
324        * Many files: Moved posix/include/rtems/posix/seterr.h to
325        score/include/rtems/seterr.h so it would be available within
326        all APIs.
327
3282000-08-30      Joel Sherrill <joel@OARcorp.com>
329
330        * mw-fb/.cvsignore: New file.
331
3322000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
333
334        * Added generic Micro FrameBuffer interface for MicroWindows.
335        This interface allows MicroWindows to under RTEMS. A sample
336        driver has been developed for the pc386 BSP. See
337        pc386/fb_vga.c as a sample.
338        * Added Uniform Input Device interface for MicroWindows.
339        See PC386 bsp for sample drivers for mouse and keyboard (console).
340        * mw-bf: New directory.
341        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
342        * mw-fb/Makefile.am: New file.
343        * mw-fb/mw_fb.c: New file.
344        * mw-fb/mw_fb.h: New file.
345        * mw-fb/mw_uid.c: New file.
346        * mw-fb/mw_uid.h: New file.
347
3482000-08-10      Joel Sherrill <joel@OARcorp.com>
349
350        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.