freebsd-dev/sys/fs
Robert Watson 4f7d1876d5 Introduce a new lock, hostname_mtx, and use it to synchronize access
to global hostname and domainname variables.  Where necessary, copy
to or from a stack-local buffer before performing copyin() or
copyout().  A few uses, such as in cd9660 and daemon_saver, remain
under-synchronized and will require further updates.

Correct a bug in which a failed copyin() of domainname would leave
domainname potentially corrupted.

MFC after:	3 weeks
2008-07-05 13:10:10 +00:00
..
cd9660 Introduce a new lock, hostname_mtx, and use it to synchronize access 2008-07-05 13:10:10 +00:00
coda
deadfs
devfs Get pointer to devfs_ruleset struct after garbage collection has been 2008-06-22 14:34:38 +00:00
fdescfs - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE. 2008-05-24 14:51:30 +00:00
fifofs
hpfs
msdosfs The uniqdosname() function takes char[12] as it third argument. 2008-07-04 09:40:52 +00:00
ntfs Don't enforce unique device minor number policy anymore. 2008-06-11 18:55:19 +00:00
nullfs
nwfs
portalfs
procfs
pseudofs
smbfs Remove unused 'td' arguments from smbfs_hash_lock() and 2008-07-01 07:51:16 +00:00
tmpfs Do not redo the vnode tear-down work already done by insmntque() when 2008-06-15 18:40:58 +00:00
udf Fix and speedup timestamp calculations which is roughly based on the patch in 2008-05-16 22:31:17 +00:00
unionfs