source: rtems/cpukit/libmisc/ChangeLog @ 17569bf4

Last change on this file since 17569bf4 was 17569bf4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 09:40:38

2003-03-06 Ralf Corsepius <corsepiu@…>

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