summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 01:41:29 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 01:41:29 +0000
commita679a8e4939fd6c3c3f0f6da40ee98df1d0e2888 (patch)
treecec6c28f717110589b2a3b5de2e615d39a77d876
parent1b88e197fa1516e4cdcfe13edee1778c798ef3f9 (diff)
.
-rw-r--r--ext2fs/ChangeLog13
-rw-r--r--libdiskfs/ChangeLog22
-rw-r--r--pflocal/ChangeLog4
-rw-r--r--serverboot/ChangeLog7
-rw-r--r--utils/ChangeLog4
5 files changed, 50 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 279362e0..2c83b45d 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-03 Roland McGrath <roland@frob.com>
+
+ * hyper.c (zeroblock, modified_global_blocks): Remove superfluous
+ zero initializers.
+ (allocate_mod_map): Likewise for static here.
+ (get_hypermetadata): Don't munmap old ZEROBLOCK, just keep it.
+ Allocate ZEROBLOCK with PROT_READ.
+
+2001-02-28 Roland McGrath <roland@frob.com>
+
+ * dir.c (count_dirents): Check for bogus rec_len having pushed us past
+ the end.
+
2001-01-08 Marcus Brinkmann <marcus@gnu.org>
* ext2fs.c (main): Use %Ld instead %ld to print store->size.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 5febd0d5..12fd2bdf 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,25 @@
+2001-03-28 Neal H Walfield <neal@cs.uml.edu>
+
+ * shutdown.c: Move initialization of diskfs_fsys_lock from here ...
+ * init-init.c: ... to here with the rest of the initialization
+ code.
+
+ * init-init.c: Do not initialize global variables to zero.
+
+ * protid-rele: Doc fix.
+ * node-nput.c: Likewise.
+ * io-prenotify.c: Likewise.
+
+ * dir-chg.c (diskfs_S_dir_notice_changes): Check what malloc
+ returns.
+ * peropen-make.c (diskfs_make_peropen): Likewise.
+
+ * io-identity.c (diskfs_S_io_identity): Use INUM; that is what
+ we bothered getting the lock for.
+
+ * ports-noports.c, ports-clean.c, ports-soft.c, ports-idle.c,
+ ports-consts.c: Dead files finally removed from cvs.
+
2001-03-28 Marcus Brinkmann <marcus@gnu.org>
* dir-lookup.c (diskfs_S_dir_lookup): New variable USER. Store new
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index 8dfecbbc..8562f781 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-31 Roland McGrath <roland@frob.com>
+
+ * sock.c: Include "connq.h" for connq_destroy decl.
+
2001-02-20 Marcus Brinkmann <marcus@gnu.org>
* connq.c: Include <assert.h>. Reported by Arkadi E. Shishlov
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index 539ed6ec..ce756ce0 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-31 Roland McGrath <roland@frob.com>
+
+ * assert.h: Fix obsolescent #endif syntax.
+ * default_pager.c: Likewise.
+ * queue.h: Likewise.
+ * load.c: Likewise.
+
2001-02-28 Roland McGrath <roland@frob.com>
* default_pager.c: Use <file_io.h> instead of "file_io.h",
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 6b693cfc..3cdd46cc 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-31 Roland McGrath <roland@frob.com>
+
+ * pids.h: Fix obsolescent #endif syntax.
+
2001-02-27 Roland McGrath <roland@frob.com>
* rpctrace.c: Overhaul output handling.