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

4.104.114.84.95
Last change on this file since a5bdcd98 was a5bdcd98, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/01 at 13:37:05

2001-04-20 Joel Sherrill <joel@…>

  • devnull/devnull.c (null_initialize): Added check to ensure that the driver is only initialized once. Otherwise, it will abort when the device /dev/null is present. (null_write): Do not dereference a NULL pointer.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12001-04-20      Joel Sherrill <joel@OARcorp.com>
2
3        * devnull/devnull.c (null_initialize): Added check to
4        ensure that the driver is only initialized once.  Otherwise,
5        it will abort when the device /dev/null is present.
6        (null_write): Do not dereference a NULL pointer.
7
82001-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
11
122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
15        devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
16        stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
17        Apply include_*HEADERS instead of H_FILES.
18
192001-01-05      Joel Sherrill <joel@OARcorp.com>
20
21        * devnull: New addition.  Moved from libcpu/sh.
22        * devnull/devnull.c, devnull/devnull.h, devnull/.cvsignore,
23        devnull/Makefile.am: New files.
24        * Makefile.am, configure.in, wrapup/Makefile.am: Modified to reflect
25        addition of above.
26
272000-11-30      Joel Sherrill <joel@OARcorp.com>
28
29        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
30
312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
34
352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
38
392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
42        Switch to GNU canonicalization.
43
442000-09-28      Joel Sherrill <joel@OARcorp.com>
45
46        * monitor/mon-driver.c: Accounted for addition of "_entry" to
47        fields in rtems_driver_address_table.
48
492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50       
51        * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am,
52        monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am,
53        untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am:
54        Include compile.am.
55
562000-08-30      Joel Sherrill <joel@OARcorp.com>
57
58        * Many files: Moved posix/include/rtems/posix/seterr.h to
59        score/include/rtems/seterr.h so it would be available within
60        all APIs.
61
622000-08-30      Joel Sherrill <joel@OARcorp.com>
63
64        * mw-fb/.cvsignore: New file.
65
662000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
67
68        * Added generic Micro FrameBuffer interface for MicroWindows.
69        This interface allows MicroWindows to under RTEMS. A sample
70        driver has been developed for the pc386 BSP. See
71        pc386/fb_vga.c as a sample.
72        * Added Uniform Input Device interface for MicroWindows.
73        See PC386 bsp for sample drivers for mouse and keyboard (console).
74        * mw-bf: New directory.
75        * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb.
76        * mw-fb/Makefile.am: New file.
77        * mw-fb/mw_fb.c: New file.
78        * mw-fb/mw_fb.h: New file.
79        * mw-fb/mw_uid.c: New file.
80        * mw-fb/mw_uid.h: New file.
81
822000-08-10      Joel Sherrill <joel@OARcorp.com>
83
84        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.