chs
|
45701591c6
|
add a genfs_mmap() and change all of the disk-based filesystems
to implement VOP_MMAP() with the genfs version, in preparation for
actually using this VOP.
|
2001-05-28 02:50:51 +00:00 |
|
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 |
|
mark
|
a124d362a5
|
Minor code cleanups, KNF a couple of bits that got missed and remove
register keywords.
|
1998-08-14 18:04:04 +00:00 |
|
mark
|
faf4eed3e3
|
Initial commit of Andrew McMurry's Acorn Filecore filesystem.
This is a read only implementation of the filecore filesystem found
on Acorn RiscPC machines (arm32).
|
1998-08-14 03:26:12 +00:00 |
|