freebsd-dev/sys/fs
John Baldwin f44d9e24fb Change p_can{debug,see,sched,signal}()'s first argument to be a thread
pointer instead of a proc pointer and require the process pointed to
by the second argument to be locked.  We now use the thread ucred reference
for the credential checks in p_can*() as a result.  p_canfoo() should now
no longer need Giant.
2002-05-19 00:14:50 +00:00
..
cd9660 More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
coda More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
deadfs Use vop_panic() instead of rolling our own. 2002-05-02 19:13:44 +00:00
devfs Fix several bugs in devfs_lookupx(). When we check the nameiop to 2002-05-10 15:41:14 +00:00
fdescfs Convert fdescfs to nmount. 2002-05-02 20:24:50 +00:00
fifofs Use vop_panic() instead of rolling our own. 2002-05-02 19:13:44 +00:00
hpfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
msdosfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
ntfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
nullfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
nwfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
portalfs Remove __P. 2002-03-19 22:20:14 +00:00
procfs Change p_can{debug,see,sched,signal}()'s first argument to be a thread 2002-05-19 00:14:50 +00:00
pseudofs Change p_can{debug,see,sched,signal}()'s first argument to be a thread 2002-05-19 00:14:50 +00:00
smbfs More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
specfs Remove a check of blocknumbers/offsets which will be pointless with 2002-05-18 09:32:56 +00:00
udf In VOP_LOOKUP, don't assume that the final pathname component 2002-05-16 19:22:39 +00:00
umapfs Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
unionfs Change the vm_zone calls over to uma calls. Remove the reference to the 2002-04-08 06:57:43 +00:00