NetBSD/sys/fs
martin 5b98d0afc6 Declare functions with the proper type they return. While there, replace
some strange type names with their C99 equivalent.
This avoids sign extension of 32bit fields (like the file size) on 64bit
archs.
Based on a patch supplied by Olaf 'Rhialto' Seibert in PR kern/28471;
should fix that PR.
2004-11-30 21:36:28 +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 Remove the digits() function and simply set va_bytes and va_size to 2004-11-29 13:55:59 +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