NetBSD/sys/miscfs
jrf fc97fd571a First pass for some caddr_t removal and changes to get rid of it where we
no longer use and/or need it

	- removed casts from unionfs, deadfs and fdesc
	  (there are more to hunt down still)
	- changed vfs_quotactl args argumet from caddr_t to void *
	- changed vfs_quotactl structures/callers to reflect the api change

Compiled fine and ran for about a day. Approved/reviewed by
christos@netbsd.org and gimpy@netbsd.org.
2004-04-27 17:37:30 +00:00
..
deadfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fdesc First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fifofs Handle the case of fifo_close() getting called from vclean(). In that 2004-03-06 00:38:29 +00:00
genfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
kernfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
nullfs Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
overlay Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
portal First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
procfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
specfs Add a generic copy-on-write hook to add/remove functions that will be 2004-02-14 00:00:56 +00:00
syncfs Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
umapfs Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00