diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-13 04:35:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-13 04:35:54 +0000 |
commit | 298788e891e149c18599d9b4e8cac308c1d1457c (patch) | |
tree | 5c962749519c7c55b530b4f288e18fbb515d3636 | |
parent | f043e443830bf3f6aa6c29b1a3c8ed954bff4af6 (diff) |
ChangeLog
-rw-r--r-- | ufs/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog index 4bebe284..0ab45a3d 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,10 @@ +1999-09-09 Roland McGrath <roland@baalperazim.frob.com> + + * Makefile (makemode): servers -> server. + (targets): Replaced with target; remove ufs.static. + (ufs.static-LDFLAGS): Variable removed. + (ufs.static, ufs): Remove deps. + 1999-09-08 Thomas Bushnell, BSG <tb@mit.edu> * dir.c (diskfs_get_directs): Initialize `err' to shut gcc up. @@ -5,7 +12,7 @@ 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> * dir.c (diskfs_lookup_hard): Pass additional parameter to - diskfs_get_filemap. + diskfs_get_filemap. (diskfs_dirempty): Likewise. * sizes.c (diskfs_truncate): Likewise. (block_extended): Likewise. @@ -34,7 +41,7 @@ 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu> * hyper.c (diskfs_readonly_changed): Use mprotect instead of - vm_protect. + vm_protect. Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu> |