freebsd-dev/sys/fs/devfs
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
..
devfs_devs.c Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST, 2002-01-09 04:58:49 +00:00
devfs_vfsops.c Convert devfs to nmount. 2002-05-02 20:27:42 +00:00
devfs_vnops.c Fix several bugs in devfs_lookupx(). When we check the nameiop to 2002-05-10 15:41:14 +00:00
devfs.h Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined. 2002-04-21 15:47:03 +00:00