summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/ChangeLog4
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libnetfs/ChangeLog4
-rw-r--r--libtrivfs/ChangeLog2
-rw-r--r--sutils/ChangeLog6
-rw-r--r--trans/ChangeLog8
6 files changed, 27 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 72cedf64..a066268c 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * fs.defs (dir_readdir): Replace dealloc with dealloc[] on out data.
+
1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
* io.defs: Reverted changes related to io_map_segment.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index b43bccad..617b8532 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir-readdir.c (diskfs_S_dir_readdir): Take new DATA_DEALLOC param.
+
1999-10-07 Roland McGrath <roland@baalperazim.frob.com>
* lookup.c (diskfs_lookup): Rewrite code from last change, which had
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index edf2fec8..9d3e6690 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir-readdir.c (netfs_S_dir_readdir): Take new DATA_DEALLOC parameter.
+
1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
* iostubs.c: Reverted changes related to io_map_segment.
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index 6b0c769c..69911557 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,5 +1,7 @@
1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
+ * dir-readdir.c (trivfs_S_dir_readdir): Take DATA_DEALLOC parameter.
+
* dir-lookup.c (trivfs_S_dir_lookup): Duplicate CRED->user to pass it
to trivfs_open. Add ref to CRED->realnode when used by trivfs_open.
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index 2f3ab59a..74e93635 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * MAKEDEV.sh (fd): Pass --directory to /hurd/magic translator.
+
1999-09-17 Thomas Bushnell, BSG <tb@mit.edu>
* fstab.c (fstab_read): Ignore filesystems with types of ignore,
@@ -7,7 +11,7 @@
* MAKEDEV.sh (mkdev): pty master and slave nodes should have mode
666, not 640. Reported by Marcus Brinkmann
- <Marcus.Brinkmann@ruhr-uni-bochum.de>.
+ <Marcus.Brinkmann@ruhr-uni-bochum.de>.
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 15d6dfcb..38972187 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,11 @@
+1999-10-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * magic.c: Rewritten using libtrivfs.
+ With new flag --directory/-d, present an empty directory that
+ has . and .. as normal and lists no other contents, but
+ looking up anything else within it does the magical retry.
+ * Makefile (magic): Update library deps accordingly.
+
1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
* fifo.c, null.c, new-fifo.c: Reverted changes related to