source: rtems/cpukit/libmisc/ChangeLog @ dd74e612

4.104.114.84.95
Last change on this file since dd74e612 was dd74e612, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/01 at 20:35:45

2001-04-20 Correo Fernando-ruiz <correo@…>

  • Added initial shell functionality.
  • Makefile.am, configure.in, wrapup/Makefile.am:
  • shell/.cvsignore, shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: New files.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12001-04-20  Correo Fernando-ruiz <correo@fernando-ruiz.com>
2
3        * Added initial shell functionality.
4        * Makefile.am, configure.in, wrapup/Makefile.am:
5        * shell/.cvsignore, shell/Makefile.am, shell/README,
6        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
72001-04-20      Joel Sherrill <joel@OARcorp.com>
8
9        * devnull/devnull.c (null_initialize): Added check to
10        ensure that the driver is only initialized once.  Otherwise,
11        it will abort when the device /dev/null is present.
12        (null_write): Do not dereference a NULL pointer.
13
142001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
17
182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
21        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
22        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
23        Apply include_*HEADERS instead of H_FILES.
24
252001-01-05      Joel Sherrill <joel@OARcorp.com>
26
27        * devnull: New addition.  Moved from libcpu/sh.
28        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
29        devnull/Makefile.am: New files.
30        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
31        addition of above.
32
332000-11-30      Joel Sherrill <joel@OARcorp.com>
34
35        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
36
372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
40
412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
44
452000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
48        Switch to GNU canonicalization.
49
502000-09-28      Joel Sherrill <joel@OARcorp.com>
51
52        * monitor/mon-driver.c: Accounted for addition of "_entry" to
53        fields in rtems_driver_address_table.
54
552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56       
57        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
58        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
59        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
60        Include compile.am.
61
622000-08-30      Joel Sherrill <joel@OARcorp.com>
63
64        * Many files: Moved posix/include/rtems/posix/seterr.h to
65        score/include/rtems/seterr.h so it would be available within
66        all APIs.
67
682000-08-30      Joel Sherrill <joel@OARcorp.com>
69
70        * mw-fb/.cvsignore: New file.
71
722000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
73
74        * Added generic Micro FrameBuffer interface for MicroWindows.
75        This interface allows MicroWindows to under RTEMS. A sample
76        driver has been developed for the pc386 BSP. See
77        pc386/fb_vga.c as a sample.
78        * Added Uniform Input Device interface for MicroWindows.
79        See PC386 bsp for sample drivers for mouse and keyboard (console).
80        * mw-bf: New directory.
81        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
82        * mw-fb/Makefile.am: New file.
83        * mw-fb/mw_fb.c: New file.
84        * mw-fb/mw_fb.h: New file.
85        * mw-fb/mw_uid.c: New file.
86        * mw-fb/mw_uid.h: New file.
87
882000-08-10      Joel Sherrill <joel@OARcorp.com>
89
90        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.