freebsd-dev/sys/fs
Maxime Henrion 15f6504832 - Remove a useless initialization for 'ronly', if it hadn't been
there, we would have noticed that 'ronly' was uninitialized :-).
- Kill a nearby 'register' keyword.
2002-10-13 16:13:11 +00:00
..
cd9660 Change iov_base's type from char *' to the standard void *'. All 2002-10-11 14:58:34 +00:00
coda Back our kernel support for reliable signal queues. 2002-10-01 17:15:53 +00:00
deadfs Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
devfs Change iov_base's type from char *' to the standard void *'. All 2002-10-11 14:58:34 +00:00
fdescfs Remove any VOP_PRINT that redundantly prints the tag. 2002-09-18 20:42:04 +00:00
fifofs Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
hpfs Return ENOTTY when we don't recognize an ioctl. 2002-09-26 14:05:36 +00:00
msdosfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
ntfs - Remove a useless initialization for 'ronly', if it hadn't been 2002-10-13 16:13:11 +00:00
nullfs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
nwfs Return ENOTTY on unrecognized ioctls. 2002-09-26 14:08:37 +00:00
portalfs Fix a warning on 64 bits platforms: copyinstr() takes 2002-10-06 11:45:22 +00:00
procfs Back our kernel support for reliable signal queues. 2002-10-01 17:15:53 +00:00
pseudofs - Use vrefcnt() where it is safe to do so instead of doing direct and 2002-09-25 02:32:42 +00:00
smbfs Return ENOTTY on incorrect ioctls. 2002-09-26 14:07:43 +00:00
specfs Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
udf Return ENOTTY on unrecognized ioctls. 2002-09-26 14:08:37 +00:00
umapfs Yet another 64 bits warning fix: s/u_int/size_t/. 2002-10-06 12:07:58 +00:00
unionfs Fix a warning on 64 bits platforms: copystr() takes a size_t *, 2002-10-06 11:42:14 +00:00