summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/ChangeLog4
-rw-r--r--tmpfs/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 82b8b40a..e11429c5 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * hurd_types.defs (startup_t): Fix typo.
+
2001-01-11 Marcus Brinkmann <marcus@gnu.org>
* default_pager_types.h: New file.
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog
index 251255fa..2ca58c94 100644
--- a/tmpfs/ChangeLog
+++ b/tmpfs/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * tmpfs.c (main): Set diskfs_root_node->dn_stat.st_nlink to 2.
+
2001-04-15 Neal H Walfield <neal@cs.uml.edu>
* dir.c (diskfs_get_directs): Total rewrite.