freebsd-dev/sys/fs
Robert Watson 1cf30f57e1 Remove spls from portal_open(). Acquire socket lock while sleeping
waiting for the socket to connect and use msleep() on the socket
mute rather than tsleep().  Acquire socket buffer mutexes around
read-modify-write of socket buffer flags.
2004-06-24 00:47:23 +00:00
..
cd9660 Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
coda Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
deadfs
devfs Reduce a fair bit of the atomics because we are now called with a 2004-06-18 08:08:47 +00:00
fdescfs
fifofs Remove unlocked read annotation for sbspace(); the read is locked. 2004-06-23 00:35:50 +00:00
hpfs Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
msdosfs Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ntfs Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
nullfs
nwfs
portalfs Remove spls from portal_open(). Acquire socket lock while sleeping 2004-06-24 00:47:23 +00:00
procfs
pseudofs
smbfs
specfs Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
udf Make the udf_vnops side endian clean. 2004-06-23 21:49:03 +00:00
umapfs
unionfs