freebsd-dev/sys/fs
Maxime Henrion 8eee3a3d58 Fix several bugs in devfs_lookupx(). When we check the nameiop to
make sure it's a correct operation for devfs, do it only in the
ISLASTCN case.  If we don't, we are assuming that the final file will
be in devfs, which is not true if another partition is mounted on top
of devfs or with special filenames (like /dev/net/../../foo).

Reviewed by:	phk
2002-05-10 15:41:14 +00:00
..
cd9660 Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. 2002-05-04 02:37:00 +00:00
coda Don't put a line break in string literals. GCC 3.1 complains and GCC 2002-04-20 01:42:56 +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 HPFS picks up the vop_stdgetpages and vop_stdputpages member functions 2002-05-03 18:23:29 +00:00
msdosfs Fixed a very old bug in setting timestamps using utimes(2) on msdosfs 2002-04-05 14:01:04 +00:00
ntfs Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
nullfs Cannot release vnode underlying the nullfs vnode in null_inactive 2002-03-18 05:39:04 +00:00
nwfs Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
portalfs Remove __P. 2002-03-19 22:20:14 +00:00
procfs Include <sys/systm.h> for (at least) the definition of atomic functions 2002-04-21 15:35:54 +00:00
pseudofs s/pfs_badop/vop_eopnotsupp/ 2002-05-03 14:58:25 +00:00
smbfs UIO_NOCOPY is not supported for now, so refuse read opeartion if this flag 2002-04-26 03:49:02 +00:00
specfs Lock proctree_lock instead of pgrpsess_lock. 2002-04-16 17:11:34 +00:00
udf Don't reference vop_std* since they are already implicitly 2002-05-02 20:23:47 +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