source: rtems/c/src/libmisc/ChangeLog @ e565720a

4.104.114.84.95
Last change on this file since e565720a was d72caa6, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/01 at 13:17:25

2001-04-28 Ralf Corsepius <corsepiu@…>

  • shell/cmds.c, shell/shell.c: Remove fileno-hacks.
  • monitor/mon-symbols.c: Remove #undef STRICT_ANSI.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12001-04-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shell/cmds.c, shell/shell.c: Remove fileno-hacks.
4        * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__.
5
62001-04-20      Fernando Ruiz Casas <correo@fernando-ruiz.com>
7
8        * Added initial shell functionality.
9        * Makefile.am, configure.in, wrapup/Makefile.am:
10        * shell/.cvsignore, shell/Makefile.am, shell/README,
11        shell/cmds.c, shell/shell.c, shell/shell.h: New files.
12
132001-04-20      Joel Sherrill <joel@OARcorp.com>
14
15        * devnull/devnull.c (null_initialize): Added check to
16        ensure that the driver is only initialized once.  Otherwise,
17        it will abort when the device /dev/null is present.
18        (null_write): Do not dereference a NULL pointer.
19
202001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
23
242001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
27        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
28        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
29        Apply include_*HEADERS instead of H_FILES.
30
312001-01-05      Joel Sherrill <joel@OARcorp.com>
32
33        * devnull: New addition.  Moved from libcpu/sh.
34        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
35        devnull/Makefile.am: New files.
36        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
37        addition of above.
38
392000-11-30      Joel Sherrill <joel@OARcorp.com>
40
41        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
42
432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
46
472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
50
512000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
54        Switch to GNU canonicalization.
55
562000-09-28      Joel Sherrill <joel@OARcorp.com>
57
58        * monitor/mon-driver.c: Accounted for addition of "_entry" to
59        fields in rtems_driver_address_table.
60
612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62       
63        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
64        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
65        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
66        Include compile.am.
67
682000-08-30      Joel Sherrill <joel@OARcorp.com>
69
70        * Many files: Moved posix/include/rtems/posix/seterr.h to
71        score/include/rtems/seterr.h so it would be available within
72        all APIs.
73
742000-08-30      Joel Sherrill <joel@OARcorp.com>
75
76        * mw-fb/.cvsignore: New file.
77
782000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
79
80        * Added generic Micro FrameBuffer interface for MicroWindows.
81        This interface allows MicroWindows to under RTEMS. A sample
82        driver has been developed for the pc386 BSP. See
83        pc386/fb_vga.c as a sample.
84        * Added Uniform Input Device interface for MicroWindows.
85        See PC386 bsp for sample drivers for mouse and keyboard (console).
86        * mw-bf: New directory.
87        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
88        * mw-fb/Makefile.am: New file.
89        * mw-fb/mw_fb.c: New file.
90        * mw-fb/mw_fb.h: New file.
91        * mw-fb/mw_uid.c: New file.
92        * mw-fb/mw_uid.h: New file.
93
942000-08-10      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.