wrstuden
379a26972f
Modify file systems to deal with struct lock in struct vnode. All leaf
...
fs's other than nfs use genfs_lock() for locking.
Modify lookup routines to set PDIRUNLOCK when they unlock the parrent.
1999-07-08 01:05:58 +00:00
kleink
b570b54662
Use BYTE_ORDER do determine the endianness, rather than an (incomplete) check
...
for the machine architecture.
1999-05-29 17:14:27 +00:00
thorpej
d0bcffb9a3
Use the pool allocator and the "nointr" pool page allocator for adosfs nodes.
1998-09-01 03:33:26 +00:00
kleink
e9ef31ed72
msdosfs -> adosfs
1998-08-09 17:54:50 +00:00
fvdl
e5bc90f40c
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
thorpej
8ef7e73ff1
Merge netbsd-1-2 branch back into mainline.
1996-10-08 22:18:02 +00:00
is
ab97b65e37
Finish adosfs' support for International FFS (we not only have to use an
...
internationalized hash function to search for files, but also to use an
internationalized compare to compare the candidates). This also removes one
use of strcasecmp() in the kernel.
1996-05-24 20:16:02 +00:00
mhitch
a0e658617d
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.
1996-04-05 05:06:07 +00:00
christos
2140eeda0f
Adosfs prototyping changes.
1996-02-09 19:06:38 +00:00
chopps
b84f35f3f0
make nfsable from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-08-18 15:14:33 +00:00
mycroft
958b56730a
amount -> adosfsmount
1995-01-18 09:17:32 +00:00
chopps
85444a9a0b
a couple fixes. Add support for muFS (multi-user adosfs). Default to
...
case-insesitive lookup. from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-12-28 08:51:56 +00:00
chopps
183bffdf36
fix a `bug' actually just an interface issue, cache last indirect block
...
to avoid geometrically increasing access time when reading files.
1994-07-11 05:07:38 +00:00
cgd
cf92afd66e
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
1994-06-29 06:29:24 +00:00
cgd
f21254981e
new standard, minimally intrusive ID format
1994-06-27 19:27:39 +00:00
chopps
61e3e83691
update to new vfs interface.
1994-06-17 20:06:05 +00:00
chopps
780b200e72
First version of AmigaDOS fast file system. needs work, read only.
1994-05-11 18:49:06 +00:00