freebsd-src/sys/fs
John Baldwin c65c565b44 Proc locking. Lock around psignal() and also ensure both an exclusive
proctree lock and the process lock are held when updating p_pptr and
p_oppid.  When we are just reaading p_pptr we only need the proc lock and
not a proctree lock as well.
2001-03-07 03:09:40 +00:00
..
cd9660 Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
coda Mechanical change to use <sys/queue.h> macro API instead of 2001-02-04 13:13:25 +00:00
deadfs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
devfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
fdescfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
fifofs Extend kqueue down to the device layer. 2001-02-15 16:34:11 +00:00
hpfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
msdosfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
ntfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
nullfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
nwfs A name of the file can change while its id stays the same. So, we have 2001-03-06 09:59:18 +00:00
portalfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
procfs Proc locking. Lock around psignal() and also ensure both an exclusive 2001-03-07 03:09:40 +00:00
specfs Extend kqueue down to the device layer. 2001-02-15 16:34:11 +00:00
umapfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
unionfs Reviewed by: jlemon 2001-03-01 21:00:17 +00:00