summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-25 17:41:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-25 17:41:07 +0000
commit9c30d6a9a63cc278ff4ff5f67ee6206ee683591a (patch)
tree60bf2826bf117f656b5f3fed6f38ea4f5892691e /c/src/lib/ChangeLog
parent2001-10-25 Jennifer Averett <jennifer@OARcorp.com> (diff)
downloadrtems-9c30d6a9a63cc278ff4ff5f67ee6206ee683591a.tar.bz2
2001-10-25 Jennifer Averett <jennifer@OARcorp.com>
* libc/unmount.c: Primarily restructuring and clean up to address procedures which did not do what their name implied. Also addressed problem situation where unmount fails and the filesystem was inconsistent. The mounted filesystem could have been left hanging.
Diffstat (limited to '')
-rw-r--r--c/src/lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 57d5ae4f85..6ebb95d5f5 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,5 +1,12 @@
2001-10-25 Jennifer Averett <jennifer@OARcorp.com>
+ * libc/unmount.c: Primarily restructuring and clean up to address
+ procedures which did not do what their name implied. Also addressed
+ problem situation where unmount fails and the filesystem was
+ inconsistent. The mounted filesystem could have been left hanging.
+
+2001-10-25 Jennifer Averett <jennifer@OARcorp.com>
+
* libc/libio.c: Initialize more fields to NULL/0 during initialiation.
* include/rtems/libio_.h: Fix freenode macro so it works for sockets
which do not have the full set of filesystem operations and are