summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-20 13:29:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-20 13:29:21 +0000
commitbde7e18ea04d8cb458e2961193925c0063f04fd9 (patch)
tree16c5684fe6cb2d7a0f4af9be35a8a0a98a6aa082 /c/src/lib/ChangeLog
parent2000-11-17 Jennifer Averret <jennifer@OARcorp.com> (diff)
downloadrtems-bde7e18ea04d8cb458e2961193925c0063f04fd9.tar.bz2
2000-11-20 Dmitry Kargapolov <dk@gentex.ru>
* libc/mount.c: Make sure there is space allocated for a device name in the mount table entry.
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r--c/src/lib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 1125d4f349..2dc19feb7e 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,4 +1,20 @@
+2000-11-20 Dmitry Kargapolov <dk@gentex.ru>
+
+ * libc/mount.c: Make sure there is space allocated for a device name
+ in the mount table entry.
+
+2000-11-17 Jennifer Averret <jennifer@OARcorp.com>
+
+ * libc/mount.c (search_mt_for_mount_point): Deleted routine.
+ * libc/mount.c (Is_node_fs_root): Replacement for above that
+ accounts for the imaginary root node being returned by the
+ filesystem evaluation routine.
+ * libc/unmount.c (unmount): Account for imaginary root node
+ being returned and improved variable names to clarify code.
+ * libc/unmount.c (file_systems_below_this_mountpoint): Body of
+ routine replaced to account for imaginary root node being returned.
+
2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/libio.c: Special treatment of O_NDELAY for Cygwin.