source: rtems/cpukit/libmisc/ChangeLog @ 0d469f0

4.104.114.84.95
Last change on this file since 0d469f0 was d4ce70d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/07/03 at 15:45:28

2003-07-07 Ralf Corsepius <corsepiu@…>

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