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

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

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

  • stackchk/check.c: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12002-07-01      Joel Sherrill <joel@OARcorp.com>
2
3        * stackchk/check.c: Corrected use of
4        _Objects_Information_table now that it is a two dimensional
5        array based upon API and class.
6
72002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
8
9        * With the addition of serdbg, the standard polled I/O functions
10        for gdbstub and/or printk are optionally routed to any termios-aware
11        device driver, that supports polled mode. See libmisc/serdbg/README.
12        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
13        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
14        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
15        serdbg/.cvsignore: New files.
16        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
17        reflect addition.
18
192002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Don't preinstall libmisc.a.
22
232002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac, Makefile.am: Remove references to rootfs.
26
272002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rootfs/.cvsignore: Remove.
30        * rootfs/Makefile.am: Remove.
31        * rootfs/mkrootfs.h: Remove.
32        * rootfs/mkrootfs.c: Remove.
33        * configure.ac: Remove rootfs and NETWORKING macros.
34        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
35
362002-05-16      Chris Johns <ccj@acm.org>
37
38        * Per PR194, added the Capture engine. 
39        * capture/Makefile.am, capture/README, capture/capture-cli.c,
40        capture/capture-cli.h, capture/capture.c, capture/capture.h,
41        capture/.cvsignore: New files.
42        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
43        reflect addition.
44
452001-05-14      Joel Sherrill <joel@OARcorp.com>
46
47        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
48        a library of the same name.
49
502002-03-20      Chris Johns <ccj@acm.org>
51
52        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
53        lowercase. The capture engine need to set triggers or watches on task
54        with uppercase names. 
55        Also stop the monitor repeating command when enter is pressed.
56
572002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * monitor/mon-monitor.c: Replace done with return (gcc3).
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
79
802002-03-20      Chris Johns <ccj@acm.org>
81
82        * PR148.
83        * monitor/mon-prmisc.c: Fixed to print task states correctly.
84
852002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * shell/shell.c: Remove #undef __STRICT_ANSI__.
88
892002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
92
932002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
96
972001-10-12      Joel Sherrill <joel@OARcorp.com>
98
99        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
100
1012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
104        * configure.in: Remove.
105        * configure.ac: New file, generated from configure.in by autoupdate.
106
1072001-09-28      Joel Sherrill <joel@OARcorp.com>
108
109        * dummy/dummy.c: Now a useful configuration that starts main().
110        * wrapup/Makefile.am: Include a base level configuration in
111        RTEMS library.
112
1132001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
116        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
117        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
118        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
119        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
120        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
121        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
122        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
123        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
124        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
125
1262001-09-27      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: Fixed typo in date.
129
1302001-09-21      Joel Sherrill <joel@OARcorp.com>
131
132        * configure.in, rootfs/Makefile.am: Added conditional to make sure
133        rootfs does not get built with networking is disabled.  Also
134        added include of compile.am to rootfs/Makefile.am.
135        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
136
1372001-09-19      Chris Johns <ccj@acm.org>
138
139        * Added support for populating the initial "root" filesystem
140        with information obtained via the DHCP response.
141        * rootfs: New directory.
142        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
143        rootfs/mkrootfs.h: New files.
144        * configure.in, Makefile.am: Modified to reflect addition.
145
1462001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
147
148        * shell/shell.c: Don't close file it wasn't open.
149
1502001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
153        of AC_CANONICAL_SYSTEM.
154        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
155        mkinstalldirs and mkdir.
156        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
157        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
158        _RTEMS_OUTPUT_BUILD_SUBDIRS.
159
1602001-09-14      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: Fixed some mistakes.
163
1642001-09-14      Joel Sherrill <joel@OARcorp.com>
165
166        * ChangeLog: Fixed some mistakes.
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-13      Joel Sherrill <joel@OARcorp.com>
187
188        * devnull/devnull.c: Eliminate warning.
189
1902001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
191
192        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
193
1942001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
195
196        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
197        shell/shell.h: Updates.
198
1992001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
200
201        * monitor/mon-command.c: Add support for partial command matching.
202        The monitor used to have this functionality before it was overhauled
203        to support addition of user commands.
204
2052001-06-14      Joel Sherrill <joel@OARcorp.com>
206
207        * shell/telnetd.c, shell/telnetd.h: Moved to
208        libnetworking/rtems_servers so the network stack to address network
209        depenendency.
210        * shell/Makefile.am: Modified to reflect above.
211
2122001-05-25      Joel Sherrill <joel@OARcorp.com>
213
214        * shell/cmds.c: Removed code from inappropriate source.
215
2162000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
217
218        * monitor/mon-prmisc.c: Correct print line.
219        * shell/Makefile.am: Added new file telnetd.c.
220        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
221        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
222           - The shell_init has a new parameter 'forever' because in
223             /dev/console you need that this process runs forever but in
224             tcp/ip not. (respawn?)
225           - A new task for every session opened trought tcp/ip telnet client.
226             (the chargen,daytime and more are possible of implementation but
227             I ask me if they are necesary)
228           - Exit from the session delete the task and when the client fails too.
229           - More cmds have been implemented. (very reduced version of these)
230             umask, chmod, id, whoami, rm, cat, ...
231           - A reduced line edit has been implemented.
232               Ctrl-C abort the input,
233               Ctrl-d in the first position gives EOF (logout).
234               '\b' and DEL makes the rubout operation.
235               I think that readline() for every session spents a lot of resources.
236
2372001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
240        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
241
2422001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
243
244        * Added initial shell functionality.
245        * Makefile.am, configure.in, wrapup/Makefile.am:
246        * shell/.cvsignore, shell/Makefile.am, shell/README,
247        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
248
2492001-04-20      Joel Sherrill <joel@OARcorp.com>
250
251        * devnull/devnull.c (null_initialize): Added check to
252        ensure that the driver is only initialized once.  Otherwise,
253        it will abort when the device /dev/null is present.
254        (null_write): Do not dereference a NULL pointer.
255
2562001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
259
2602001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
263        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
264        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
265        Apply include_*HEADERS instead of H_FILES.
266
2672001-01-05      Joel Sherrill <joel@OARcorp.com>
268
269        * devnull: New addition.  Moved from libcpu/sh.
270        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
271        devnull/Makefile.am: New files.
272        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
273        addition of above.
274
2752000-11-30      Joel Sherrill <joel@OARcorp.com>
276
277        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
278
2792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
282
2832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
286
2872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
290        Switch to GNU canonicalization.
291
2922000-09-28      Joel Sherrill <joel@OARcorp.com>
293
294        * monitor/mon-driver.c: Accounted for addition of "_entry" to
295        fields in rtems_driver_address_table.
296
2972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298       
299        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
300        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
301        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
302        Include compile.am.
303
3042000-08-30      Joel Sherrill <joel@OARcorp.com>
305
306        * Many files: Moved posix/include/rtems/posix/seterr.h to
307        score/include/rtems/seterr.h so it would be available within
308        all APIs.
309
3102000-08-30      Joel Sherrill <joel@OARcorp.com>
311
312        * mw-fb/.cvsignore: New file.
313
3142000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
315
316        * Added generic Micro FrameBuffer interface for MicroWindows.
317        This interface allows MicroWindows to under RTEMS. A sample
318        driver has been developed for the pc386 BSP. See
319        pc386/fb_vga.c as a sample.
320        * Added Uniform Input Device interface for MicroWindows.
321        See PC386 bsp for sample drivers for mouse and keyboard (console).
322        * mw-bf: New directory.
323        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
324        * mw-fb/Makefile.am: New file.
325        * mw-fb/mw_fb.c: New file.
326        * mw-fb/mw_fb.h: New file.
327        * mw-fb/mw_uid.c: New file.
328        * mw-fb/mw_uid.h: New file.
329
3302000-08-10      Joel Sherrill <joel@OARcorp.com>
331
332        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.