source: rtems/cpukit/libmisc/ChangeLog @ 5a8a05b

4.104.114.84.95
Last change on this file since 5a8a05b was 5a8a05b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/03 at 12:05:44

2002-01-24 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add check for weak function attribute. Remove AM_CONDITIONAL([RTEMS_LIBSHELL]. Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
  • capture/Makefile.am: Use *.a instead of *-tmp.a.
  • cpuuse/Makefile.am: Use *.a instead of *-tmp.a.
  • devnull/Makefile.am: Use *.a instead of *-tmp.a.
  • dummy/Makefile.am: Use *.a instead of *-tmp.a.
  • dumpbuf/Makefile.am: Use *.a instead of *-tmp.a.
  • monitor/Makefile.am: Use *.a instead of *-tmp.a.
  • mw-fb/Makefile.am: Use *.a instead of *-tmp.a.
  • rtmonuse/Makefile.am: Use *.a instead of *-tmp.a.
  • serdbg/Makefile.am: Use *.a instead of *-tmp.a. Build iff LIBSERDBG is true.
  • shell/Makefile.am: Use *.a instead of *-tmp.a. Build iff LIBSHELL is true.
  • stackchk/Makefile.am: Use *.a instead of *-tmp.a.
  • untar/Makefile.am: Use *.a instead of *-tmp.a.
  • wrapup/Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 17.3 KB
RevLine 
[5a8a05b]12002-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add check for weak function attribute.
4        Remove AM_CONDITIONAL([RTEMS_LIBSHELL].
5        Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG).
6        * capture/Makefile.am:  Use *.a instead of *-tmp.a.
7        * cpuuse/Makefile.am:  Use *.a instead of *-tmp.a.
8        * devnull/Makefile.am:  Use *.a instead of *-tmp.a.
9        * dummy/Makefile.am:  Use *.a instead of *-tmp.a.
10        * dumpbuf/Makefile.am:  Use *.a instead of *-tmp.a.
11        * monitor/Makefile.am:  Use *.a instead of *-tmp.a.
12        * mw-fb/Makefile.am:  Use *.a instead of *-tmp.a.
13        * rtmonuse/Makefile.am:  Use *.a instead of *-tmp.a.
14        * serdbg/Makefile.am:  Use *.a instead of *-tmp.a.
15        Build iff LIBSERDBG is true.
16        * shell/Makefile.am:  Use *.a instead of *-tmp.a.
17        Build iff LIBSHELL is true.
18        * stackchk/Makefile.am:  Use *.a instead of *-tmp.a.
19        * untar/Makefile.am:  Use *.a instead of *-tmp.a.
20        * wrapup/Makefile.am: Reflect changes above.
21
[126660c5]222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require autoconf-2.57+automake-1.7.2.
25        * capture/Makefile.am: Eliminate C_O_FILES.
26        * cpuuse/Makefile.am: Ditto.
27        * devnull/Makefile.am: Ditto.
28        * dummy/Makefile.am: Ditto.
29        * dumpbuf/Makefile.am: Ditto.
30        * monitor/Makefile.am: Ditto.
31        * rtmonuse/Makefile.am: Ditto.
32        * serdbg/Makefile.am: Ditto.
33        * shell/Makefile.am: Ditto.
34        * stackchk/Makefile.am: Ditto.
35        * untar/Makefile.am: Ditto.
36        * mw-fb/Makefile.am: Eliminate C_O_FILES.
37        Eliminate SRCS.
38
[5e622a9]392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        Moving libmisc from rtems/c/src to rtems/cpukit.
42
43        * Makefile.am: Reflect new path.
44        * configure.ac: Reflect new path.
45        Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP.
46        Remove RTEMS_PROJECT_ROOT.
47        * capture/Makefile.am: Reflect new path.
48        Remove OBJS from all-local.
49        * cpuuse/Makefile.am: Ditto.
50        * devnull/Makefile.am: Ditto.
51        * dummy/Makefile.am: Ditto.
52        * dumpbuf/Makefile.am: Ditto.
53        * monitor/Makefile.am: Ditto.
54        * mw-fb/Makefile.am: Ditto.
55        * rtmonuse/Makefile.am: Ditto.
56        * serdbg/Makefile.am: Ditto.
57        * shell/Makefile.am: Ditto.
58        * stackchk/Makefile.am: Ditto.
59        * untar/Makefile.am: Ditto.
60        * wrapup/Makefile.am: Reflect new path.
61
[ea02247c]622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
65
[52058a6b]662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * dummy/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * dumpbuf/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * monitor/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * mw-fb/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * rtmonuse/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * serdbg/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * shell/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * stackchk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * untar/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81
[e819fefc]822002-12-02      Joel Sherrill <joel@OARcorp.com>
83
84        * stackchk/check.c: Better handling of task name.
85
[cef22e87]862002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
89
[22b689b]902002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * serdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * serdbg/serdbgio.c: Add #include <unistd.h>.
95        * shell/Makefile.am: Add RTEMS_LIBSHELL conditional.
96        * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional.
97        * configure.ac: Check for stdio assignments.
98        Add RTEMS_LIBSHELL conditional.
99
[1889c7f]1002002-11-01      Joel Sherrill <joel@OARcorp.com>
101
102        * stackchk/check.c: Removed warnings.
103
[a761f565]1042002-10-31      Joel Sherrill <joel@OARcorp.com>
105
106        * stackchk/check.c: Removed warning.
107
[5ceb9d24]1082002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
111        RTEMS_UNIX to avoid gcc warning.
112
[12857dd]1132002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
114
115        * capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
116        Patch to remove problems introduced by object name rework.
117
[8730f45]1182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Reformat.
121        Add autom4te*cache.
122        Remove autom4te.cache.
123
[84206479]1242002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * shell/shell.c: #include <time.h>
127        * wrapup/Makefile.am: Eliminate LIBNAME.
128
[45e4f321]1292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * capture/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * devnull/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * dummy/Makefile.am: Use .$(OBJEXT) instead of .o.
135        * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o.
136        * monitor/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * shell/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
143
[fbe799b3]1442002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
147
[ca5fe67]1482002-08-01      Joel Sherrill <joel@OARcorp.com>
149
150        * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an
151        object name is raw versus being a string.
152
[57c67302]1532002-07-30      Joel Sherrill <joel@OARcorp.com>
154
155        * stackchk/check.c: Don't reference the RTEMS allocated interrupt
156        stack if the port doesn't configure using it.
157
[053f9f1]1582002-07-24      Joel Sherrill <joel@OARcorp.com>
159
160        * wrapup/Makefile.am: Temporarily don't include serdbg since it
161        causes some BSPs to not link "main(){}" as required by autoconf.
162
[aebc8290]1632002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * capture/capture.c: include <string.h> for memset.
166        * capture/capture-cli.c: include <string.h> for memset.
167
[63977bb4]1682002-07-01      Joel Sherrill <joel@OARcorp.com>
169
170        * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c,
171        monitor/mon-object.c, monitor/monitor.h: Corrected use of
172        _Objects_Information_table now that it is a two dimensional
173        array based upon API and class.  In addition, in the monitor,
174        corrected an error which occured when a target has 64 bit pointers.
175
[ee13a74]1762002-07-01      Joel Sherrill <joel@OARcorp.com>
177
178        * stackchk/check.c: Corrected use of
179        _Objects_Information_table now that it is a two dimensional
180        array based upon API and class.
181
[9e633f5]1822002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
183
184        * With the addition of serdbg, the standard polled I/O functions
185        for gdbstub and/or printk are optionally routed to any termios-aware
186        device driver, that supports polled mode. See libmisc/serdbg/README.
187        * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h,
188        serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c,
189        serdbg/termios_printk.h, serdbg/termios_printk_cnf.h,
190        serdbg/.cvsignore: New files.
191        * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to
192        reflect addition.
193
[d6c6c26f]1942002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Don't preinstall libmisc.a.
197
[a653f39]1982002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
[d6c6c26f]200        * configure.ac, Makefile.am: Remove references to rootfs.
[a653f39]201
[ae30735]2022002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * rootfs/.cvsignore: Remove.
205        * rootfs/Makefile.am: Remove.
206        * rootfs/mkrootfs.h: Remove.
207        * rootfs/mkrootfs.c: Remove.
208        * configure.ac: Remove rootfs and NETWORKING macros.
209        * wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
210
[a923a82]2112002-05-16      Chris Johns <ccj@acm.org>
212
213        * Per PR194, added the Capture engine. 
214        * capture/Makefile.am, capture/README, capture/capture-cli.c,
215        capture/capture-cli.h, capture/capture.c, capture/capture.h,
216        capture/.cvsignore: New files.
217        * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to
218        reflect addition.
219
[b3afc0f]2202001-05-14      Joel Sherrill <joel@OARcorp.com>
221
222        * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate
223        a library of the same name.
224
[80fe968c]2252002-03-20      Chris Johns <ccj@acm.org>
226
227        * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
228        lowercase. The capture engine need to set triggers or watches on task
229        with uppercase names. 
230        Also stop the monitor repeating command when enter is pressed.
231
[3559e90]2322002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * monitor/mon-monitor.c: Replace done with return (gcc3).
235
[be2cd08]2362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac:
239        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
240        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
241        * Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * shell/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * untar/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254
[ab09d083]2552002-03-20      Chris Johns <ccj@acm.org>
256
257        * PR148.
258        * monitor/mon-prmisc.c: Fixed to print task states correctly.
259
[dba2ecd7]2602002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * shell/shell.c: Remove #undef __STRICT_ANSI__.
263
[8accf46]2642002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES.
267
[f8a913da]2682002-01-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * mw-fb/mw_uid.c: Apply rtems_set_errno_and_return_minus_one.
271
[cc13fa3]2722001-10-12      Joel Sherrill <joel@OARcorp.com>
273
274        * rootfs/mkrootfs.c, rootfs/mkrootfs.h: Fixed typo.
275
[df25c998]2762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
279        * configure.in: Remove.
280        * configure.ac: New file, generated from configure.in by autoupdate.
281
[d805c496]2822001-09-28      Joel Sherrill <joel@OARcorp.com>
283
284        * dummy/dummy.c: Now a useful configuration that starts main().
285        * wrapup/Makefile.am: Include a base level configuration in
286        RTEMS library.
287
[aea9bb46]2882001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * untar/Makefile.am: Use 'PREINSTALL_FILES ='.
291        * monitor/Makefile.am: Use 'PREINSTALL_FILES ='.
292        * shell/Makefile.am: Use 'PREINSTALL_FILES ='.
293        * devnull/Makefile.am: Use 'PREINSTALL_FILES ='.
294        * dumpbuf/Makefile.am: Use 'PREINSTALL_FILES ='.
295        * mw-fb/Makefile.am: Use 'PREINSTALL_FILES ='.
296        * stackchk/Makefile.am: Use 'PREINSTALL_FILES ='.
297        * rtmonuse/Makefile.am: Use 'PREINSTALL_FILES ='.
298        * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='.
299        * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='.
300
[6846a2f]3012001-09-27      Joel Sherrill <joel@OARcorp.com>
302
303        * ChangeLog: Fixed typo in date.
304
3052001-09-21      Joel Sherrill <joel@OARcorp.com>
[2543311]306
307        * configure.in, rootfs/Makefile.am: Added conditional to make sure
308        rootfs does not get built with networking is disabled.  Also
309        added include of compile.am to rootfs/Makefile.am.
310        * wrapup/Makefile.am: Added rootfs conditionally if networking enabled.
311
[d34d2e69]3122001-09-19      Chris Johns <ccj@acm.org>
313
314        * Added support for populating the initial "root" filesystem
315        with information obtained via the DHCP response.
316        * rootfs: New directory.
317        * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c,
318        rootfs/mkrootfs.h: New files.
319        * configure.in, Makefile.am: Modified to reflect addition.
320
[130291f]3212001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
322
323        * shell/shell.c: Don't close file it wasn't open.
324
3252001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
328        of AC_CANONICAL_SYSTEM.
329        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
330        mkinstalldirs and mkdir.
331        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
332        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
333        _RTEMS_OUTPUT_BUILD_SUBDIRS.
334
3352001-09-14      Joel Sherrill <joel@OARcorp.com>
336
337        * ChangeLog: Fixed some mistakes.
338
3392001-09-14      Joel Sherrill <joel@OARcorp.com>
340
341        * ChangeLog: Fixed some mistakes.
342
3432001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
346        of AC_CANONICAL_SYSTEM.
347        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
348        mkinstalldirs and mkdir.
349        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
350        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
351        _RTEMS_OUTPUT_BUILD_SUBDIRS.
352
3532001-09-14      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: Fixed some mistakes.
356
3572001-09-14      Joel Sherrill <joel@OARcorp.com>
358
359        * ChangeLog: Fixed some mistakes.
360
[d3b8713a]3612001-09-13      Joel Sherrill <joel@OARcorp.com>
362
363        * devnull/devnull.c: Eliminate warning.
364
[3c6cc4a0]3652001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
366
367        * shell/pty.c: Moved to libnetworking/rtems_telnetd.
368
[70d689a]3692001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
370
371        * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c,
372        shell/shell.h: Updates.
373
[ecb5f95]3742001-08-09      Keith Outwater <vac4050@cae597.rsc.raytheon.com>
375
376        * monitor/mon-command.c: Add support for partial command matching.
377        The monitor used to have this functionality before it was overhauled
378        to support addition of user commands.
379
[8e2b4de]3802001-06-14      Joel Sherrill <joel@OARcorp.com>
381
382        * shell/telnetd.c, shell/telnetd.h: Moved to
383        libnetworking/rtems_servers so the network stack to address network
384        depenendency.
385        * shell/Makefile.am: Modified to reflect above.
386
[5fef523]3872001-05-25      Joel Sherrill <joel@OARcorp.com>
388
389        * shell/cmds.c: Removed code from inappropriate source.
390
[b2712e3]3912000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
392
393        * monitor/mon-prmisc.c: Correct print line.
394        * shell/Makefile.am: Added new file telnetd.c.
395        * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files.
396        * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments:
397           - The shell_init has a new parameter 'forever' because in
398             /dev/console you need that this process runs forever but in
399             tcp/ip not. (respawn?)
400           - A new task for every session opened trought tcp/ip telnet client.
401             (the chargen,daytime and more are possible of implementation but
402             I ask me if they are necesary)
403           - Exit from the session delete the task and when the client fails too.
404           - More cmds have been implemented. (very reduced version of these)
405             umask, chmod, id, whoami, rm, cat, ...
406           - A reduced line edit has been implemented.
407               Ctrl-C abort the input,
408               Ctrl-d in the first position gives EOF (logout).
409               '\b' and DEL makes the rubout operation.
410               I think that readline() for every session spents a lot of resources.
411
[d72caa6]4122001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
415        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
416
4172001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
[dd74e612]418
419        * Added initial shell functionality.
420        * Makefile.am, configure.in, wrapup/Makefile.am:
421        * shell/.cvsignore, shell/Makefile.am, shell/README,
422        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
[d72caa6]423
[a5bdcd98]4242001-04-20      Joel Sherrill <joel@OARcorp.com>
425
426        * devnull/devnull.c (null_initialize): Added check to
427        ensure that the driver is only initialized once.  Otherwise,
428        it will abort when the device /dev/null is present.
429        (null_write): Do not dereference a NULL pointer.
430
[974d213f]4312001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
434
[620e8263]4352001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
438        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
439        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
440        Apply include_*HEADERS instead of H_FILES.
441
[85d03e2]4422001-01-05      Joel Sherrill <joel@OARcorp.com>
443
444        * devnull: New addition.  Moved from libcpu/sh.
445        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
446        devnull/Makefile.am: New files.
447        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
448        addition of above.
449
[4a14b7be]4502000-11-30      Joel Sherrill <joel@OARcorp.com>
451
452        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
453
[feead226]4542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
457
[a314d3b4]4582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
461
[2735b82]4622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
465        Switch to GNU canonicalization.
466
[f6630d4]4672000-09-28      Joel Sherrill <joel@OARcorp.com>
468
469        * monitor/mon-driver.c: Accounted for addition of "_entry" to
470        fields in rtems_driver_address_table.
471
[7fcc26ac]4722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473       
474        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
475        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
476        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
477        Include compile.am.
478
[188c82b]4792000-08-30      Joel Sherrill <joel@OARcorp.com>
480
481        * Many files: Moved posix/include/rtems/posix/seterr.h to
482        score/include/rtems/seterr.h so it would be available within
483        all APIs.
484
[73eea69c]4852000-08-30      Joel Sherrill <joel@OARcorp.com>
486
487        * mw-fb/.cvsignore: New file.
488
[152b1e3]4892000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
490
491        * Added generic Micro FrameBuffer interface for MicroWindows.
492        This interface allows MicroWindows to under RTEMS. A sample
493        driver has been developed for the pc386 BSP. See
494        pc386/fb_vga.c as a sample.
495        * Added Uniform Input Device interface for MicroWindows.
496        See PC386 bsp for sample drivers for mouse and keyboard (console).
497        * mw-bf: New directory.
498        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
499        * mw-fb/Makefile.am: New file.
500        * mw-fb/mw_fb.c: New file.
501        * mw-fb/mw_fb.h: New file.
502        * mw-fb/mw_uid.c: New file.
503        * mw-fb/mw_uid.h: New file.
504
[e94ad1fe]5052000-08-10      Joel Sherrill <joel@OARcorp.com>
506
507        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.