NetBSD/sys/fs
christos 7c9f4b5736 I don't think that the vgone() in vop_inactive is needed; in fact it might
be the source of my deadlocks.
2004-12-18 05:26:41 +00:00
..
adosfs rename 'sp' variable to 'ap' in adosfs_pathconf(), so that it matches other 2004-09-14 16:59:40 +00:00
cd9660 Declare functions with the proper type they return. While there, replace 2004-11-30 21:36:28 +00:00
filecorefs set mp->mnt_stat.f_namemax on filesystem mount for use by statvfs, and use 2004-09-13 19:25:48 +00:00
msdosfs set mp->mnt_stat.f_namemax on filesystem mount for use by statvfs, and use 2004-09-13 19:25:48 +00:00
ntfs switch to use new utf8 routines in <fs/unicode.h> 2004-11-21 16:29:57 +00:00
ptyfs I don't think that the vgone() in vop_inactive is needed; in fact it might 2004-12-18 05:26:41 +00:00
smbfs Use DENYNONE to give unixy semantics of permitting everything not forbidden 2004-10-27 19:17:13 +00:00
union There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
Makefile
unicode.h routines to encode/decode Unicode in UTF-8; based on ntfs/ntfs_conv.c, 2004-11-21 16:28:40 +00:00