From a679a8e4939fd6c3c3f0f6da40ee98df1d0e2888 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 01:41:29 +0000 Subject: . --- ext2fs/ChangeLog | 13 +++++++++++++ libdiskfs/ChangeLog | 22 ++++++++++++++++++++++ pflocal/ChangeLog | 4 ++++ serverboot/ChangeLog | 7 +++++++ utils/ChangeLog | 4 ++++ 5 files changed, 50 insertions(+) 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 + + * 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 + + * dir.c (count_dirents): Check for bogus rec_len having pushed us past + the end. + 2001-01-08 Marcus Brinkmann * 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 + + * 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 * 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 + + * sock.c: Include "connq.h" for connq_destroy decl. + 2001-02-20 Marcus Brinkmann * connq.c: Include . 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 + + * assert.h: Fix obsolescent #endif syntax. + * default_pager.c: Likewise. + * queue.h: Likewise. + * load.c: Likewise. + 2001-02-28 Roland McGrath * default_pager.c: Use 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 + + * pids.h: Fix obsolescent #endif syntax. + 2001-02-27 Roland McGrath * rpctrace.c: Overhaul output handling. -- cgit v1.2.3