diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-01 01:41:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-01 01:41:29 +0000 |
commit | a679a8e4939fd6c3c3f0f6da40ee98df1d0e2888 (patch) | |
tree | cec6c28f717110589b2a3b5de2e615d39a77d876 /libdiskfs | |
parent | 1b88e197fa1516e4cdcfe13edee1778c798ef3f9 (diff) |
.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
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 |