source: rtems/cpukit/libmisc/ChangeLog @ 6624214

Last change on this file since 6624214 was ce60415, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/03 at 20:33:49

2003-06-04 Joel Sherrill <joel@…>

  • stackchk/check.c: Removed warnings.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12003-06-04      Joel Sherrill <joel@OARcorp.com>
2
3        * stackchk/check.c: Removed warnings.
4
52003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * dummy/Makefile.am: Remove stray dummy.rel.
8
92003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove AC_CONFIG_AUX_DIR.
12
132003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        capture/capture-cli.c: Add proper definition to avoid compiler
16        warnings. Apply int = getchar().
17
182003-02-14      Till Straumann <strauman@slac.stanford.edu>
19
20        PR 352/rtems_misc
21        * shell/shell.c: make rtems_shell main task an FP enabled task.
22
232003-01-27      Dan Smisko <dan@balanced.com>
24
25        * stackchk/check.c: Fix problem where _Objects_Get_information()
26        will dereference a null pointer when checking the interrupt stack.
27        If there's something at 0, you may be ok at run time but it is wrong.
28
292003-01-27      Dan Smisko <dan@balanced.com>
30
31        * monitor/mon-command.c: Correct two potential NULL references.
32
332002-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Fix tests for GCC.
36
372002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add check for weak function attribute.
40        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
41        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
42        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
43        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
44        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
45        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
46        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
47        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
48        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
49        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
50        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
51        Build iff LIBSERDBG is true.
52        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
53        Build iff LIBSHELL is true.
54        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
55        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
56        * wrapup/Makefile.am: Reflect changes above.
57
582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Require autoconf-2.57+automake-1.7.2.
61        * capture/Makefile.am: Eliminate C_O_FILES.
62        * cpuuse/Makefile.am: Ditto.
63        * devnull/Makefile.am: Ditto.
64        * dummy/Makefile.am: Ditto.
65        * dumpbuf/Makefile.am: Ditto.
66        * monitor/Makefile.am: Ditto.
67        * rtmonuse/Makefile.am: Ditto.
68        * serdbg/Makefile.am: Ditto.
69        * shell/Makefile.am: Ditto.
70        * stackchk/Makefile.am: Ditto.
71        * untar/Makefile.am: Ditto.
72        * mw-fb/Makefile.am: Eliminate C_O_FILES.
73        Eliminate SRCS.
74
752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        Moving libmisc from rtems/c/src to rtems/cpukit.
78
79        * Makefile.am: Reflect new path.
80        * configure.ac: Reflect new path.
81        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
82        Remove RTEMS_PROJECT_ROOT.
83        * capture/Makefile.am: Reflect new path.
84        Remove OBJS from all-local.
85        * cpuuse/Makefile.am: Ditto.
86        * devnull/Makefile.am: Ditto.
87        * dummy/Makefile.am: Ditto.
88        * dumpbuf/Makefile.am: Ditto.
89        * monitor/Makefile.am: Ditto.
90        * mw-fb/Makefile.am: Ditto.
91        * rtmonuse/Makefile.am: Ditto.
92        * serdbg/Makefile.am: Ditto.
93        * shell/Makefile.am: Ditto.
94        * stackchk/Makefile.am: Ditto.
95        * untar/Makefile.am: Ditto.
96        * wrapup/Makefile.am: Reflect new path.
97
982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
101
1022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
107        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
108        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
112        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
114        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
116        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
117
1182002-12-02      Joel Sherrill <joel@OARcorp.com>
119
120        * stackchk/check.c: Better handling of task name.
121
1222002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
125
1262002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * serdbg/serdbgio.c: Add #include <unistd.h>.
131        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
132        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
133        * configure.ac: Check for stdio assignments.
134        Add RTEMS_LIBSHELL conditional.
135
1362002-11-01      Joel Sherrill <joel@OARcorp.com>
137
138        * stackchk/check.c: Removed warnings.
139
1402002-10-31      Joel Sherrill <joel@OARcorp.com>
141
142        * stackchk/check.c: Removed warning.
143
1442002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
147        RTEMS_UNIX to avoid gcc warning.
148
1492002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
150
151        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
152        Patch to remove problems introduced by object name rework.
153
1542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * .cvsignore: Reformat.
157        Add autom4te*cache.
158        Remove autom4te.cache.
159
1602002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * shell/shell.c: #include <time.h>
163        * wrapup/Makefile.am: Eliminate LIBNAME.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
178        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
179
1802002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
183
1842002-08-01      Joel Sherrill <joel@OARcorp.com>
185
186        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
187        object name is raw versus being a string.
188
1892002-07-30      Joel Sherrill <joel@OARcorp.com>
190
191        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
192        stack if the port doesn't configure using it.
193
1942002-07-24      Joel Sherrill <joel@OARcorp.com>
195
196        * wrapup/Makefile.am: Temporarily don't include serdbg since it
197        causes some BSPs to not link "main(){}" as required by autoconf.
198
1992002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * capture/capture.c: include <string.h> for memset.
202        * capture/capture-cli.c: include <string.h> for memset.
203
2042002-07-01      Joel Sherrill <joel@OARcorp.com>
205
206        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
207        monitor/mon-object.c, monitor/monitor.h: Corrected use of
208        _Objects_Information_table now that it is a two dimensional
209        array based upon API and class.  In addition, in the monitor,
210        corrected an error which occured when a target has 64 bit pointers.
211
2122002-07-01      Joel Sherrill <joel@OARcorp.com>
213
214        * stackchk/check.c: Corrected use of
215        _Objects_Information_table now that it is a two dimensional
216        array based upon API and class.
217
2182002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
219
220        * With the addition of serdbg, the standard polled I/O functions
221        for gdbstub and/or printk are optionally routed to any termios-aware
222        device driver, that supports polled mode. See libmisc/serdbg/README.
223        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
224        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
225        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
226        serdbg/.cvsignore: New files.
227        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
228        reflect addition.
229
2302002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Don't preinstall libmisc.a.
233
2342002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac, Makefile.am: Remove references to rootfs.
237
2382002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * rootfs/.cvsignore: Remove.
241        * rootfs/Makefile.am: Remove.
242        * rootfs/mkrootfs.h: Remove.
243        * rootfs/mkrootfs.c: Remove.
244        * configure.ac: Remove rootfs and NETWORKING macros.
245        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
246
2472002-05-16      Chris Johns <ccj@acm.org>
248
249        * Per PR194, added the Capture engine. 
250        * capture/Makefile.am, capture/README, capture/capture-cli.c,
251        capture/capture-cli.h, capture/capture.c, capture/capture.h,
252        capture/.cvsignore: New files.
253        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
254        reflect addition.
255
2562001-05-14      Joel Sherrill <joel@OARcorp.com>
257
258        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
259        a library of the same name.
260
2612002-03-20      Chris Johns <ccj@acm.org>
262
263        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
264        lowercase. The capture engine need to set triggers or watches on task
265        with uppercase names. 
266        Also stop the monitor repeating command when enter is pressed.
267
2682002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * monitor/mon-monitor.c: Replace done with return (gcc3).
271
2722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac:
275        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
276        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
277        * Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
290
2912002-03-20      Chris Johns <ccj@acm.org>
292
293        * PR148.
294        * monitor/mon-prmisc.c: Fixed to print task states correctly.
295
2962002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * shell/shell.c: Remove #undef __STRICT_ANSI__.
299
3002002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
303
3042002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
307
3082001-10-12      Joel Sherrill <joel@OARcorp.com>
309
310        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
311
3122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
315        * configure.in: Remove.
316        * configure.ac: New file, generated from configure.in by autoupdate.
317
3182001-09-28      Joel Sherrill <joel@OARcorp.com>
319
320        * dummy/dummy.c: Now a useful configuration that starts main().
321        * wrapup/Makefile.am: Include a base level configuration in
322        RTEMS library.
323
3242001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
327        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
328        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
329        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
330        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
331        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
332        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
333        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
334        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
335        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
336
3372001-09-27      Joel Sherrill <joel@OARcorp.com>
338
339        * ChangeLog: Fixed typo in date.
340
3412001-09-21      Joel Sherrill <joel@OARcorp.com>
342
343        * configure.in, rootfs/Makefile.am: Added conditional to make sure
344        rootfs does not get built with networking is disabled.  Also
345        added include of compile.am to rootfs/Makefile.am.
346        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
347
3482001-09-19      Chris Johns <ccj@acm.org>
349
350        * Added support for populating the initial "root" filesystem
351        with information obtained via the DHCP response.
352        * rootfs: New directory.
353        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
354        rootfs/mkrootfs.h: New files.
355        * configure.in, Makefile.am: Modified to reflect addition.
356
3572001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
358
359        * shell/shell.c: Don't close file it wasn't open.
360
3612001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
364        of AC_CANONICAL_SYSTEM.
365        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
366        mkinstalldirs and mkdir.
367        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
368        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
369        _RTEMS_OUTPUT_BUILD_SUBDIRS.
370
3712001-09-14      Joel Sherrill <joel@OARcorp.com>
372
373        * ChangeLog: Fixed some mistakes.
374
3752001-09-14      Joel Sherrill <joel@OARcorp.com>
376
377        * ChangeLog: Fixed some mistakes.
378
3792001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
382        of AC_CANONICAL_SYSTEM.
383        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
384        mkinstalldirs and mkdir.
385        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
386        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
387        _RTEMS_OUTPUT_BUILD_SUBDIRS.
388
3892001-09-14      Joel Sherrill <joel@OARcorp.com>
390
391        * ChangeLog: Fixed some mistakes.
392
3932001-09-14      Joel Sherrill <joel@OARcorp.com>
394
395        * ChangeLog: Fixed some mistakes.
396
3972001-09-13      Joel Sherrill <joel@OARcorp.com>
398
399        * devnull/devnull.c: Eliminate warning.
400
4012001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
402
403        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
404
4052001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
406
407        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
408        shell/shell.h: Updates.
409
4102001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
411
412        * monitor/mon-command.c: Add support for partial command matching.
413        The monitor used to have this functionality before it was overhauled
414        to support addition of user commands.
415
4162001-06-14      Joel Sherrill <joel@OARcorp.com>
417
418        * shell/telnetd.c, shell/telnetd.h: Moved to
419        libnetworking/rtems_servers so the network stack to address network
420        depenendency.
421        * shell/Makefile.am: Modified to reflect above.
422
4232001-05-25      Joel Sherrill <joel@OARcorp.com>
424
425        * shell/cmds.c: Removed code from inappropriate source.
426
4272000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
428
429        * monitor/mon-prmisc.c: Correct print line.
430        * shell/Makefile.am: Added new file telnetd.c.
431        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
432        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
433           - The shell_init has a new parameter 'forever' because in
434             /dev/console you need that this process runs forever but in
435             tcp/ip not. (respawn?)
436           - A new task for every session opened trought tcp/ip telnet client.
437             (the chargen,daytime and more are possible of implementation but
438             I ask me if they are necesary)
439           - Exit from the session delete the task and when the client fails too.
440           - More cmds have been implemented. (very reduced version of these)
441             umask, chmod, id, whoami, rm, cat, ...
442           - A reduced line edit has been implemented.
443               Ctrl-C abort the input,
444               Ctrl-d in the first position gives EOF (logout).
445               '\b' and DEL makes the rubout operation.
446               I think that readline() for every session spents a lot of resources.
447
4482001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
451        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
452
4532001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
454
455        * Added initial shell functionality.
456        * Makefile.am, configure.in, wrapup/Makefile.am:
457        * shell/.cvsignore, shell/Makefile.am, shell/README,
458        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
459
4602001-04-20      Joel Sherrill <joel@OARcorp.com>
461
462        * devnull/devnull.c (null_initialize): Added check to
463        ensure that the driver is only initialized once.  Otherwise,
464        it will abort when the device /dev/null is present.
465        (null_write): Do not dereference a NULL pointer.
466
4672001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
470
4712001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
474        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
475        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
476        Apply include_*HEADERS instead of H_FILES.
477
4782001-01-05      Joel Sherrill <joel@OARcorp.com>
479
480        * devnull: New addition.  Moved from libcpu/sh.
481        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
482        devnull/Makefile.am: New files.
483        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
484        addition of above.
485
4862000-11-30      Joel Sherrill <joel@OARcorp.com>
487
488        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
489
4902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
493
4942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
497
4982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
501        Switch to GNU canonicalization.
502
5032000-09-28      Joel Sherrill <joel@OARcorp.com>
504
505        * monitor/mon-driver.c: Accounted for addition of "_entry" to
506        fields in rtems_driver_address_table.
507
5082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509       
510        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
511        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
512        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
513        Include compile.am.
514
5152000-08-30      Joel Sherrill <joel@OARcorp.com>
516
517        * Many files: Moved posix/include/rtems/posix/seterr.h to
518        score/include/rtems/seterr.h so it would be available within
519        all APIs.
520
5212000-08-30      Joel Sherrill <joel@OARcorp.com>
522
523        * mw-fb/.cvsignore: New file.
524
5252000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
526
527        * Added generic Micro FrameBuffer interface for MicroWindows.
528        This interface allows MicroWindows to under RTEMS. A sample
529        driver has been developed for the pc386 BSP. See
530        pc386/fb_vga.c as a sample.
531        * Added Uniform Input Device interface for MicroWindows.
532        See PC386 bsp for sample drivers for mouse and keyboard (console).
533        * mw-bf: New directory.
534        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
535        * mw-fb/Makefile.am: New file.
536        * mw-fb/mw_fb.c: New file.
537        * mw-fb/mw_fb.h: New file.
538        * mw-fb/mw_uid.c: New file.
539        * mw-fb/mw_uid.h: New file.
540
5412000-08-10      Joel Sherrill <joel@OARcorp.com>
542
543        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.