summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-13 19:42:28 +0000
committerRoland McGrath <roland@gnu.org>1999-10-13 19:42:28 +0000
commit8d9a019cbb1b12f9763a9863196a7742de91dd43 (patch)
tree8eac7e072b3820c4b5d72c4699631a484eb5be0e
parent4602afce4572c8e39e695386d298de70da2b3c80 (diff)
.
-rw-r--r--ext2fs/ChangeLog4
-rw-r--r--isofs/ChangeLog4
-rw-r--r--libdiskfs/ChangeLog6
-rw-r--r--ufs/ChangeLog4
4 files changed, 18 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 788ae71a..c4751434 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * ext2fs.c (diskfs_name_max): New variable.
+
1999-10-06 Roland McGrath <roland@baalperazim.frob.com>
* hyper.c (get_hypermetadata): Avoid overflow in calculation of disk
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index fa28acec..e728673a 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * main.c (diskfs_name_max): New variable.
+
1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
* pager.c: Reverted changes related to io_map_segment.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 8713faf8..21ec3309 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,9 @@
+1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * diskfs.h (diskfs_name_max): Declare new variable.
+ * io-pathconf.c (diskfs_S_io_pathconf): Use it for _PC_NAME_MAX,
+ capping it to 1024.
+
1999-10-12 Roland McGrath <roland@baalperazim.frob.com>
* opts-std-runtime.c (parse_opt: ARGP_KEY_INIT): Initialize H->noatime.
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index 09d4b17a..02120e59 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
+
+ * consts.c (diskfs_name_max): New variable.
+
1999-09-13 Roland McGrath <roland@baalperazim.frob.com>
* dir.c, sizes.c, pager.c: Reverted changes related to io_map_segment.