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 | 27833c040d239ee3dbaa8f7d5c6f52a7c650557b (patch) | |
tree | 5739d8eb37acc3f99b5054e5c4da2ee6e5b60972 /ufs | |
parent | 7cf77df547c7c77def71324c840dc1be0609fe2a (diff) |
ChangeLog
Diffstat (limited to 'ufs')
-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> |