source: rtems/cpukit/libmisc/ChangeLog @ 529fc62

Last change on this file since 529fc62 was 529fc62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/18/03 at 15:19:13

2003-02-18 Ralf Corsepius <corsepiu@…>

capture/capture-cli.c: Add proper definition to avoid compiler
warnings. Apply int = getchar().

  • Property mode set to 100644
File size: 18.0 KB
Line 
12003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        capture/capture-cli.c: Add proper definition to avoid compiler
4        warnings. Apply int = getchar().
5
62003-02-14      Till Straumann <strauman@slac.stanford.edu>
7
8        PR 352/rtems_misc
9        * shell/shell.c: make rtems_shell main task an FP enabled task.
10
112003-01-27      Dan Smisko <dan@balanced.com>
12
13        * stackchk/check.c: Fix problem where _Objects_Get_information()
14        will dereference a null pointer when checking the interrupt stack.
15        If there's something at 0, you may be ok at run time but it is wrong.
16
172003-01-27      Dan Smisko <dan@balanced.com>
18
19        * monitor/mon-command.c: Correct two potential NULL references.
20
212002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Fix tests for GCC.
24
252002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add check for weak function attribute.
28        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
29        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
30        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
31        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
32        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
33        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
34        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
35        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
36        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
37        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
38        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
39        Build iff LIBSERDBG is true.
40        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
41        Build iff LIBSHELL is true.
42        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
43        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
44        * wrapup/Makefile.am: Reflect changes above.
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Require autoconf-2.57+automake-1.7.2.
49        * capture/Makefile.am: Eliminate C_O_FILES.
50        * cpuuse/Makefile.am: Ditto.
51        * devnull/Makefile.am: Ditto.
52        * dummy/Makefile.am: Ditto.
53        * dumpbuf/Makefile.am: Ditto.
54        * monitor/Makefile.am: Ditto.
55        * rtmonuse/Makefile.am: Ditto.
56        * serdbg/Makefile.am: Ditto.
57        * shell/Makefile.am: Ditto.
58        * stackchk/Makefile.am: Ditto.
59        * untar/Makefile.am: Ditto.
60        * mw-fb/Makefile.am: Eliminate C_O_FILES.
61        Eliminate SRCS.
62
632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        Moving libmisc from rtems/c/src to rtems/cpukit.
66
67        * Makefile.am: Reflect new path.
68        * configure.ac: Reflect new path.
69        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
70        Remove RTEMS_PROJECT_ROOT.
71        * capture/Makefile.am: Reflect new path.
72        Remove OBJS from all-local.
73        * cpuuse/Makefile.am: Ditto.
74        * devnull/Makefile.am: Ditto.
75        * dummy/Makefile.am: Ditto.
76        * dumpbuf/Makefile.am: Ditto.
77        * monitor/Makefile.am: Ditto.
78        * mw-fb/Makefile.am: Ditto.
79        * rtmonuse/Makefile.am: Ditto.
80        * serdbg/Makefile.am: Ditto.
81        * shell/Makefile.am: Ditto.
82        * stackchk/Makefile.am: Ditto.
83        * untar/Makefile.am: Ditto.
84        * wrapup/Makefile.am: Reflect new path.
85
862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
89
902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105
1062002-12-02      Joel Sherrill <joel@OARcorp.com>
107
108        * stackchk/check.c: Better handling of task name.
109
1102002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
113
1142002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * serdbg/serdbgio.c: Add #include <unistd.h>.
119        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
120        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
121        * configure.ac: Check for stdio assignments.
122        Add RTEMS_LIBSHELL conditional.
123
1242002-11-01      Joel Sherrill <joel@OARcorp.com>
125
126        * stackchk/check.c: Removed warnings.
127
1282002-10-31      Joel Sherrill <joel@OARcorp.com>
129
130        * stackchk/check.c: Removed warning.
131
1322002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
135        RTEMS_UNIX to avoid gcc warning.
136
1372002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
138
139        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
140        Patch to remove problems introduced by object name rework.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * shell/shell.c: #include <time.h>
151        * wrapup/Makefile.am: Eliminate LIBNAME.
152
1532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
167
1682002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
171
1722002-08-01      Joel Sherrill <joel@OARcorp.com>
173
174        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
175        object name is raw versus being a string.
176
1772002-07-30      Joel Sherrill <joel@OARcorp.com>
178
179        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
180        stack if the port doesn't configure using it.
181
1822002-07-24      Joel Sherrill <joel@OARcorp.com>
183
184        * wrapup/Makefile.am: Temporarily don't include serdbg since it
185        causes some BSPs to not link "main(){}" as required by autoconf.
186
1872002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * capture/capture.c: include <string.h> for memset.
190        * capture/capture-cli.c: include <string.h> for memset.
191
1922002-07-01      Joel Sherrill <joel@OARcorp.com>
193
194        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
195        monitor/mon-object.c, monitor/monitor.h: Corrected use of
196        _Objects_Information_table now that it is a two dimensional
197        array based upon API and class.  In addition, in the monitor,
198        corrected an error which occured when a target has 64 bit pointers.
199
2002002-07-01      Joel Sherrill <joel@OARcorp.com>
201
202        * stackchk/check.c: Corrected use of
203        _Objects_Information_table now that it is a two dimensional
204        array based upon API and class.
205
2062002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
207
208        * With the addition of serdbg, the standard polled I/O functions
209        for gdbstub and/or printk are optionally routed to any termios-aware
210        device driver, that supports polled mode. See libmisc/serdbg/README.
211        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
212        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
213        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
214        serdbg/.cvsignore: New files.
215        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
216        reflect addition.
217
2182002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Don't preinstall libmisc.a.
221
2222002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac, Makefile.am: Remove references to rootfs.
225
2262002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * rootfs/.cvsignore: Remove.
229        * rootfs/Makefile.am: Remove.
230        * rootfs/mkrootfs.h: Remove.
231        * rootfs/mkrootfs.c: Remove.
232        * configure.ac: Remove rootfs and NETWORKING macros.
233        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
234
2352002-05-16      Chris Johns <ccj@acm.org>
236
237        * Per PR194, added the Capture engine. 
238        * capture/Makefile.am, capture/README, capture/capture-cli.c,
239        capture/capture-cli.h, capture/capture.c, capture/capture.h,
240        capture/.cvsignore: New files.
241        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
242        reflect addition.
243
2442001-05-14      Joel Sherrill <joel@OARcorp.com>
245
246        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
247        a library of the same name.
248
2492002-03-20      Chris Johns <ccj@acm.org>
250
251        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
252        lowercase. The capture engine need to set triggers or watches on task
253        with uppercase names. 
254        Also stop the monitor repeating command when enter is pressed.
255
2562002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * monitor/mon-monitor.c: Replace done with return (gcc3).
259
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac:
263        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
264        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792002-03-20      Chris Johns <ccj@acm.org>
280
281        * PR148.
282        * monitor/mon-prmisc.c: Fixed to print task states correctly.
283
2842002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * shell/shell.c: Remove #undef __STRICT_ANSI__.
287
2882002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
291
2922002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
295
2962001-10-12      Joel Sherrill <joel@OARcorp.com>
297
298        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
299
3002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
303        * configure.in: Remove.
304        * configure.ac: New file, generated from configure.in by autoupdate.
305
3062001-09-28      Joel Sherrill <joel@OARcorp.com>
307
308        * dummy/dummy.c: Now a useful configuration that starts main().
309        * wrapup/Makefile.am: Include a base level configuration in
310        RTEMS library.
311
3122001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
315        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
316        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
317        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
318        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
319        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
320        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
321        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
322        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
323        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
324
3252001-09-27      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: Fixed typo in date.
328
3292001-09-21      Joel Sherrill <joel@OARcorp.com>
330
331        * configure.in, rootfs/Makefile.am: Added conditional to make sure
332        rootfs does not get built with networking is disabled.  Also
333        added include of compile.am to rootfs/Makefile.am.
334        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
335
3362001-09-19      Chris Johns <ccj@acm.org>
337
338        * Added support for populating the initial "root" filesystem
339        with information obtained via the DHCP response.
340        * rootfs: New directory.
341        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
342        rootfs/mkrootfs.h: New files.
343        * configure.in, Makefile.am: Modified to reflect addition.
344
3452001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
346
347        * shell/shell.c: Don't close file it wasn't open.
348
3492001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
352        of AC_CANONICAL_SYSTEM.
353        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
354        mkinstalldirs and mkdir.
355        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
356        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
357        _RTEMS_OUTPUT_BUILD_SUBDIRS.
358
3592001-09-14      Joel Sherrill <joel@OARcorp.com>
360
361        * ChangeLog: Fixed some mistakes.
362
3632001-09-14      Joel Sherrill <joel@OARcorp.com>
364
365        * ChangeLog: Fixed some mistakes.
366
3672001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
370        of AC_CANONICAL_SYSTEM.
371        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
372        mkinstalldirs and mkdir.
373        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
374        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
375        _RTEMS_OUTPUT_BUILD_SUBDIRS.
376
3772001-09-14      Joel Sherrill <joel@OARcorp.com>
378
379        * ChangeLog: Fixed some mistakes.
380
3812001-09-14      Joel Sherrill <joel@OARcorp.com>
382
383        * ChangeLog: Fixed some mistakes.
384
3852001-09-13      Joel Sherrill <joel@OARcorp.com>
386
387        * devnull/devnull.c: Eliminate warning.
388
3892001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
390
391        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
392
3932001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
394
395        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
396        shell/shell.h: Updates.
397
3982001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
399
400        * monitor/mon-command.c: Add support for partial command matching.
401        The monitor used to have this functionality before it was overhauled
402        to support addition of user commands.
403
4042001-06-14      Joel Sherrill <joel@OARcorp.com>
405
406        * shell/telnetd.c, shell/telnetd.h: Moved to
407        libnetworking/rtems_servers so the network stack to address network
408        depenendency.
409        * shell/Makefile.am: Modified to reflect above.
410
4112001-05-25      Joel Sherrill <joel@OARcorp.com>
412
413        * shell/cmds.c: Removed code from inappropriate source.
414
4152000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
416
417        * monitor/mon-prmisc.c: Correct print line.
418        * shell/Makefile.am: Added new file telnetd.c.
419        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
420        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
421           - The shell_init has a new parameter 'forever' because in
422             /dev/console you need that this process runs forever but in
423             tcp/ip not. (respawn?)
424           - A new task for every session opened trought tcp/ip telnet client.
425             (the chargen,daytime and more are possible of implementation but
426             I ask me if they are necesary)
427           - Exit from the session delete the task and when the client fails too.
428           - More cmds have been implemented. (very reduced version of these)
429             umask, chmod, id, whoami, rm, cat, ...
430           - A reduced line edit has been implemented.
431               Ctrl-C abort the input,
432               Ctrl-d in the first position gives EOF (logout).
433               '\b' and DEL makes the rubout operation.
434               I think that readline() for every session spents a lot of resources.
435
4362001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
439        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
440
4412001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
442
443        * Added initial shell functionality.
444        * Makefile.am, configure.in, wrapup/Makefile.am:
445        * shell/.cvsignore, shell/Makefile.am, shell/README,
446        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
447
4482001-04-20      Joel Sherrill <joel@OARcorp.com>
449
450        * devnull/devnull.c (null_initialize): Added check to
451        ensure that the driver is only initialized once.  Otherwise,
452        it will abort when the device /dev/null is present.
453        (null_write): Do not dereference a NULL pointer.
454
4552001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
458
4592001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
462        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
463        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
464        Apply include_*HEADERS instead of H_FILES.
465
4662001-01-05      Joel Sherrill <joel@OARcorp.com>
467
468        * devnull: New addition.  Moved from libcpu/sh.
469        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
470        devnull/Makefile.am: New files.
471        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
472        addition of above.
473
4742000-11-30      Joel Sherrill <joel@OARcorp.com>
475
476        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
477
4782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
481
4822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
485
4862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
489        Switch to GNU canonicalization.
490
4912000-09-28      Joel Sherrill <joel@OARcorp.com>
492
493        * monitor/mon-driver.c: Accounted for addition of "_entry" to
494        fields in rtems_driver_address_table.
495
4962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497       
498        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
499        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
500        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
501        Include compile.am.
502
5032000-08-30      Joel Sherrill <joel@OARcorp.com>
504
505        * Many files: Moved posix/include/rtems/posix/seterr.h to
506        score/include/rtems/seterr.h so it would be available within
507        all APIs.
508
5092000-08-30      Joel Sherrill <joel@OARcorp.com>
510
511        * mw-fb/.cvsignore: New file.
512
5132000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
514
515        * Added generic Micro FrameBuffer interface for MicroWindows.
516        This interface allows MicroWindows to under RTEMS. A sample
517        driver has been developed for the pc386 BSP. See
518        pc386/fb_vga.c as a sample.
519        * Added Uniform Input Device interface for MicroWindows.
520        See PC386 bsp for sample drivers for mouse and keyboard (console).
521        * mw-bf: New directory.
522        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
523        * mw-fb/Makefile.am: New file.
524        * mw-fb/mw_fb.c: New file.
525        * mw-fb/mw_fb.h: New file.
526        * mw-fb/mw_uid.c: New file.
527        * mw-fb/mw_uid.h: New file.
528
5292000-08-10      Joel Sherrill <joel@OARcorp.com>
530
531        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.