From bde7e18ea04d8cb458e2961193925c0063f04fd9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 20 Nov 2000 13:29:21 +0000 Subject: 2000-11-20 Dmitry Kargapolov * libc/mount.c: Make sure there is space allocated for a device name in the mount table entry. --- c/src/lib/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'c/src/lib/ChangeLog') 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 + + * libc/mount.c: Make sure there is space allocated for a device name + in the mount table entry. + +2000-11-17 Jennifer Averret + + * 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 * libc/libio.c: Special treatment of O_NDELAY for Cygwin. -- cgit v1.2.3