Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/05/1996 00:10:02
mhitch
Fri Apr 5 00:06:15 EST 1996
Update of /a/cvsroot/src/sys/adosfs
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17310
Modified Files:
adlookup.c adosfs.h adutil.c advfsops.c advnops.c
Log Message:
Add support for OFS, International FileSystems, and blocksizes > 512.
Corrrect floppy rootblock calculation. Validate filesystem type. (Closes
PR 2232)
Filename hashing requires unsigned characters. (Closes PR 1026)
Soft link path is null-terminated string, not BSTR.
Use actual file header block info for hard links.
Set nlink to 2 for hard linked files in adosfs_getattr().
Load allocation bitmap and set correct free space.
mhitch
Fri Apr 5 00:08:10 EST 1996
Update of /a/cvsroot/src/sys/arch/amiga/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17432
Modified Files:
fd.c
Log Message:
Pass reserved blocks in label so adosfs computes root block
correctly (close PR 2232).