source: rtems/cpukit/libmisc/ChangeLog @ b50c582d

Last change on this file since b50c582d was b50c582d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/03 at 10:50:08

2003-04-17 Ralf Corsepius <corsepiu@…>

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