NetBSD/sys/fs/hfs
dsl 2721ab6c7b Change the VFS_MOUNT() interface so that the 'data' buffer passed to the
fs code is a kernel buffer, pass though the length of the buffer as well.
Since the length of the userspace buffer isn'it (yet) passed through the mount
system call, add a field to the vfsops structure containing the default length.
Split sys_mount() for calls from compat code.
Ride one of the recent kernel version changes - old fs LKMs will load, but
sys_mount() will reject any attempt to use them.
2007-07-12 19:35:32 +00:00
..
files.hfs Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
hfs_nhash.c Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
hfs_subr.c Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
hfs_vfsops.c Change the VFS_MOUNT() interface so that the 'data' buffer passed to the 2007-07-12 19:35:32 +00:00
hfs_vnops.c Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
hfs.h Change the VFS_MOUNT() interface so that the 'data' buffer passed to the 2007-07-12 19:35:32 +00:00
libhfs.c Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
libhfs.h Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
Makefile Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
TODO Add a few. 2007-03-22 13:20:13 +00:00
unicode.c
unicode.h