summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-20 13:37:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-20 13:37:05 +0000
commita5bdcd9881aa1bf8533b933a96812441ba3b7214 (patch)
treeb39151e32fff98167bfd22cdfbe6574840c15783 /c/src/libmisc/ChangeLog
parent2001-04-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a5bdcd9881aa1bf8533b933a96812441ba3b7214.tar.bz2
2001-04-20 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'c/src/libmisc/ChangeLog')
-rw-r--r--c/src/libmisc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/libmisc/ChangeLog b/c/src/libmisc/ChangeLog
index 13713d5f06..ad0a3f6f6c 100644
--- a/c/src/libmisc/ChangeLog
+++ b/c/src/libmisc/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-20 Joel Sherrill <joel@OARcorp.com>
+
+ * 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.
+
2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-command.c: Use #if defined(RTEMS_UNIX).