summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r--c/src/lib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index db85eaf25c..d0e09e1a0e 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,15 @@
+
+2000-10-24 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/ioman.c: Moved to libfs.
+ * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
+ * libc/base_fs.c: Removed include of imfs.h and reworded comment
+ to avoid being IMFS specific.
+ * libc/libio.h: Removed prototype of IMFS_ops since it should
+ not be in this file.
+ * libc/mount.c: Removed IMFS specific configuration information.
+ * libc/unmount.c: Removed include of imfs.h and reworded comment
+ to avoid being IMFS specific.
2000-10-18 Chris Johns <ccj@acm.org>